+ 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 2026-06-10 08:29:34.327 1 INFO neutron.common.config [-] Logging enabled! 2026-06-10 08:29:34.327 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 27.0.0 2026-06-10 08:29:34.327 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-06-10 08:29:34.327 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-10 08:29:35.816 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 08:29:35.819 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-10 08:29:35.822 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-10 08:29:35.823 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 08:29:35.824 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-10 08:29:35.824 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-10 08:29:35.824 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 08:29:35.832 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 08:29:35.832 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 08:29:35.832 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 08:29:35.851 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-10 08:29:35.852 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 08:29:35.852 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-10 08:29:35.871 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-10 08:29:35.871 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-10 08:29:35.871 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-10 08:29:35.872 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-10 08:29:36.165 1 INFO neutron.plugins.ml2.managers [None req-495230d0-6460-46f0-b412-000936b058a1 - - - - - -] Initializing driver for type 'vlan' 2026-06-10 08:29:36.332 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-495230d0-6460-46f0-b412-000936b058a1 - - - - - -] VlanTypeDriver initialization complete 2026-06-10 08:29:36.333 1 INFO neutron.plugins.ml2.managers [None req-495230d0-6460-46f0-b412-000936b058a1 - - - - - -] Initializing driver for type 'vxlan' 2026-06-10 08:29:36.333 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-495230d0-6460-46f0-b412-000936b058a1 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-10 08:29:36.394 1 INFO neutron.plugins.ml2.managers [None req-495230d0-6460-46f0-b412-000936b058a1 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-10 08:29:36.394 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-495230d0-6460-46f0-b412-000936b058a1 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-10 08:29:36.394 1 INFO neutron.plugins.ml2.managers [None req-495230d0-6460-46f0-b412-000936b058a1 - - - - - -] Initializing extension driver 'port_security' 2026-06-10 08:29:36.395 1 INFO neutron.plugins.ml2.extensions.port_security [None req-495230d0-6460-46f0-b412-000936b058a1 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-10 08:29:36.395 1 INFO neutron.plugins.ml2.managers [None req-495230d0-6460-46f0-b412-000936b058a1 - - - - - -] Initializing extension driver 'qos' 2026-06-10 08:29:36.395 1 INFO neutron.plugins.ml2.managers [None req-495230d0-6460-46f0-b412-000936b058a1 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-10 08:29:36.395 1 INFO neutron.plugins.ml2.managers [None req-495230d0-6460-46f0-b412-000936b058a1 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-10 08:29:36.408 1 INFO neutron.quota [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded quota_driver: . 2026-06-10 08:29:36.409 1 INFO neutron.plugins.ml2.plugin [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Modular L2 Plugin initialization complete 2026-06-10 08:29:36.409 1 INFO neutron.plugins.ml2.managers [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-10 08:29:36.409 1 INFO neutron.plugins.ml2.managers [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-10 08:29:36.409 1 INFO neutron.plugins.ml2.managers [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-10 08:29:36.409 1 INFO neutron.manager [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loading Plugin: qos 2026-06-10 08:29:36.420 1 INFO neutron.manager [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loading Plugin: router 2026-06-10 08:29:36.455 1 INFO neutron.services.service_base [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-10 08:29:36.455 1 INFO neutron.manager [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loading Plugin: segments 2026-06-10 08:29:36.522 1 INFO neutron.manager [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loading Plugin: trunk 2026-06-10 08:29:36.537 1 INFO neutron.manager [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loading Plugin: vpnaas 2026-06-10 08:29:36.569 1 WARNING stevedore.named [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 08:29:36.653 1 INFO neutron_vpnaas.services.vpn.plugin [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-10 08:29:36.654 1 INFO neutron.common.utils [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-10 08:29:36.654 1 INFO neutron.manager [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loading Plugin: taas 2026-06-10 08:29:36.677 1 WARNING stevedore.named [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 08:29:36.677 1 WARNING stevedore.named [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 08:29:36.707 1 INFO neutron_taas.services.taas.taas_plugin [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-10 08:29:36.707 1 INFO neutron.manager [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loading Plugin: tapmirror 2026-06-10 08:29:36.720 1 WARNING stevedore.named [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 08:29:36.721 1 WARNING stevedore.named [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 08:29:36.736 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-10 08:29:36.737 1 INFO neutron.manager [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loading Plugin: auto_allocate 2026-06-10 08:29:36.743 1 INFO neutron.manager [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loading Plugin: tag 2026-06-10 08:29:36.751 1 INFO neutron.manager [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loading Plugin: timestamp 2026-06-10 08:29:36.753 1 INFO neutron.manager [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loading Plugin: network_ip_availability 2026-06-10 08:29:36.756 1 INFO neutron.manager [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loading Plugin: flavors 2026-06-10 08:29:36.760 1 INFO neutron.manager [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loading Plugin: revisions 2026-06-10 08:29:36.764 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Initializing extension manager. 2026-06-10 08:29:36.765 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: address-group 2026-06-10 08:29:36.766 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: address-scope 2026-06-10 08:29:36.766 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-10 08:29:36.767 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: agent 2026-06-10 08:29:36.768 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: agent-resources-synced 2026-06-10 08:29:36.768 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-10 08:29:36.769 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-10 08:29:36.770 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: availability_zone 2026-06-10 08:29:36.770 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: availability_zone_filter 2026-06-10 08:29:36.771 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-10 08:29:36.771 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: default-subnetpools 2026-06-10 08:29:36.773 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-10 08:29:36.774 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: dns-integration 2026-06-10 08:29:36.774 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: dns-domain-ports 2026-06-10 08:29:36.774 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-10 08:29:36.775 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: dvr 2026-06-10 08:29:36.775 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-10 08:29:36.776 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: empty-string-filtering 2026-06-10 08:29:36.776 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 08:29:36.777 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-10 08:29:36.778 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: external-net 2026-06-10 08:29:36.778 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-10 08:29:36.778 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: extraroute 2026-06-10 08:29:36.779 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: extraroute-atomic 2026-06-10 08:29:36.779 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-10 08:29:36.780 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-10 08:29:36.780 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-10 08:29:36.781 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-10 08:29:36.781 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: fip-port-details 2026-06-10 08:29:36.782 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: flavors 2026-06-10 08:29:36.784 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-10 08:29:36.785 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: floatingip-pools 2026-06-10 08:29:36.785 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: ip_allocation 2026-06-10 08:29:36.786 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-10 08:29:36.786 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: l2_adjacency 2026-06-10 08:29:36.787 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: router 2026-06-10 08:29:36.789 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 08:29:36.789 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-10 08:29:36.790 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-10 08:29:36.790 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: ext-gw-mode 2026-06-10 08:29:36.790 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: l3-ha 2026-06-10 08:29:36.791 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-10 08:29:36.791 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-10 08:29:36.792 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: l3-flavors 2026-06-10 08:29:36.792 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-10 08:29:36.793 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-10 08:29:36.795 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-10 08:29:36.796 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-10 08:29:36.797 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-10 08:29:36.798 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-10 08:29:36.798 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-10 08:29:36.799 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: multi-provider 2026-06-10 08:29:36.799 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: net-mtu 2026-06-10 08:29:36.800 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: net-mtu-writable 2026-06-10 08:29:36.800 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: network_availability_zone 2026-06-10 08:29:36.801 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: network_ha 2026-06-10 08:29:36.801 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: network-ip-availability 2026-06-10 08:29:36.802 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-10 08:29:36.803 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: pagination 2026-06-10 08:29:36.803 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: port-device-profile 2026-06-10 08:29:36.803 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-10 08:29:36.804 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-10 08:29:36.804 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-10 08:29:36.805 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: port-mac-override 2026-06-10 08:29:36.805 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-10 08:29:36.805 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-10 08:29:36.806 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-10 08:29:36.806 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: port-resource-request 2026-06-10 08:29:36.807 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-10 08:29:36.807 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-10 08:29:36.808 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: binding 2026-06-10 08:29:36.808 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: binding-extended 2026-06-10 08:29:36.809 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: port-security 2026-06-10 08:29:36.809 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: project-id 2026-06-10 08:29:36.810 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: provider 2026-06-10 08:29:36.811 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-10 08:29:36.815 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: qos 2026-06-10 08:29:36.816 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-10 08:29:36.816 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-10 08:29:36.817 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: qos-default 2026-06-10 08:29:36.817 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: qos-fip 2026-06-10 08:29:36.817 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-10 08:29:36.818 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-10 08:29:36.818 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-10 08:29:36.819 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-10 08:29:36.820 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-10 08:29:36.820 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: qos-pps 2026-06-10 08:29:36.821 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-10 08:29:36.821 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-10 08:29:36.822 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: qos-rules-alias 2026-06-10 08:29:36.822 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: quota-check-limit 2026-06-10 08:29:36.823 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-10 08:29:36.825 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: quotas 2026-06-10 08:29:36.827 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: quota_details 2026-06-10 08:29:36.828 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: rbac-policies 2026-06-10 08:29:36.829 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: rbac-address-group 2026-06-10 08:29:36.829 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: rbac-address-scope 2026-06-10 08:29:36.830 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: rbac-security-groups 2026-06-10 08:29:36.830 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-10 08:29:36.830 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: revision-if-match 2026-06-10 08:29:36.834 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-10 08:29:36.837 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: router_availability_zone 2026-06-10 08:29:36.838 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-10 08:29:36.841 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-10 08:29:36.842 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-10 08:29:36.843 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-10 08:29:36.844 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-10 08:29:36.844 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-10 08:29:36.845 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-10 08:29:36.852 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: security-group 2026-06-10 08:29:36.854 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: segment 2026-06-10 08:29:36.854 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-10 08:29:36.855 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: service-type 2026-06-10 08:29:36.855 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: sorting 2026-06-10 08:29:36.856 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: standard-attr-segment 2026-06-10 08:29:36.857 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: standard-attr-description 2026-06-10 08:29:36.858 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: stateful-security-group 2026-06-10 08:29:36.858 1 WARNING neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-10 08:29:36.858 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-10 08:29:36.859 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: subnet-external-network 2026-06-10 08:29:36.860 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: subnet_onboard 2026-06-10 08:29:36.860 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-10 08:29:36.861 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: subnet-service-types 2026-06-10 08:29:36.861 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: subnet_allocation 2026-06-10 08:29:36.862 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-10 08:29:36.862 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: tag-creation 2026-06-10 08:29:36.863 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-10 08:29:36.867 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: standard-attr-tag 2026-06-10 08:29:36.868 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-10 08:29:36.868 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: trunk 2026-06-10 08:29:36.869 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: trunk-details 2026-06-10 08:29:36.869 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-10 08:29:36.870 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-10 08:29:36.870 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-10 08:29:36.873 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-10 08:29:36.875 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-10 08:29:36.876 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-10 08:29:36.877 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: vpn-flavors 2026-06-10 08:29:36.878 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: vpnaas 2026-06-10 08:29:36.879 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: taas 2026-06-10 08:29:36.880 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: tap-mirror 2026-06-10 08:29:36.881 1 INFO neutron.api.extensions [None req-60ec0d5d-8c79-42df-bb63-aa139e6bf966 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-10 08:30:06.983 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-06-10 08:30:07.038 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-06-10 08:30:07.048 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-06-10 08:30:20.974 16 INFO neutron.db.l3_hamode_db [None req-e42b2353-77a0-4461-b9ac-6482fa7e37df - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 08:30:37.514 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 00218dde-a1d4-410d-88da-808d3769dc3b 2026-06-10 08:30:39.210 16 INFO neutron.plugins.ml2.plugin [None req-684e7545-5bee-4c8f-b410-a9dfe2444f5e - - - - - -] Attempt 1 to provision port 00218dde-a1d4-410d-88da-808d3769dc3b 2026-06-10 08:30:39.308 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 00218dde-a1d4-410d-88da-808d3769dc3b 2026-06-10 08:30:40.894 16 INFO neutron.plugins.ml2.plugin [None req-de934a35-24b4-44b9-b8df-c876a9cd1419 - - - - - -] Attempt 1 to provision port 00218dde-a1d4-410d-88da-808d3769dc3b 2026-06-10 08:35:25.386 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 4487ff54-2545-4576-aab9-eb46677c9585 2026-06-10 08:35:26.677 16 INFO neutron.plugins.ml2.plugin [None req-a0ec0a13-c9c1-4845-b925-2675b64d63d6 - - - - - -] Attempt 1 to provision port 4487ff54-2545-4576-aab9-eb46677c9585 2026-06-10 08:35:27.357 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 4487ff54-2545-4576-aab9-eb46677c9585 2026-06-10 08:35:32.754 13 INFO neutron.plugins.ml2.plugin [None req-8e7e5967-9303-422a-a12f-fac63d4b6185 - - - - - -] Attempt 1 to provision port f05147ff-2bba-4cd3-98ad-a9c9121bd08a 2026-06-10 08:39:24.023 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port f05147ff-2bba-4cd3-98ad-a9c9121bd08a 2026-06-10 08:39:25.447 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port f05147ff-2bba-4cd3-98ad-a9c9121bd08a 2026-06-10 08:48:57.638 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 86615d3e-a434-4727-9a8e-f5f38b5780f7 2026-06-10 08:48:59.601 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 86615d3e-a434-4727-9a8e-f5f38b5780f7 2026-06-10 08:58:05.139 16 INFO neutron.plugins.ml2.plugin [None req-3020eea2-6eed-4a17-88aa-df509ce286b2 - - - - - -] Attempt 1 to provision port 4487ff54-2545-4576-aab9-eb46677c9585 2026-06-10 08:58:05.203 16 INFO neutron.plugins.ml2.plugin [None req-3020eea2-6eed-4a17-88aa-df509ce286b2 - - - - - -] Attempt 1 to provision port 00218dde-a1d4-410d-88da-808d3769dc3b 2026-06-10 08:58:05.261 16 INFO neutron.plugins.ml2.plugin [None req-3020eea2-6eed-4a17-88aa-df509ce286b2 - - - - - -] Attempt 1 to provision port f05147ff-2bba-4cd3-98ad-a9c9121bd08a 2026-06-10 09:05:35.955 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 9b1b16c4-2c7a-445a-ac8f-3e18027f7254 2026-06-10 09:05:36.154 13 INFO neutron.plugins.ml2.plugin [None req-407cd6a3-4fe1-4f13-8ad3-b12557ed3b1b - - - - - -] Attempt 1 to provision port 9b1b16c4-2c7a-445a-ac8f-3e18027f7254 2026-06-10 09:05:40.103 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 86615d3e-a434-4727-9a8e-f5f38b5780f7 2026-06-10 09:05:40.368 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 9b1b16c4-2c7a-445a-ac8f-3e18027f7254 2026-06-10 09:05:40.592 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 4487ff54-2545-4576-aab9-eb46677c9585 2026-06-10 09:05:40.890 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 08e2d744-06c0-4f15-bcbe-cdd9dd4b1444 2026-06-10 09:05:41.320 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port f05147ff-2bba-4cd3-98ad-a9c9121bd08a 2026-06-10 09:05:41.523 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 00218dde-a1d4-410d-88da-808d3769dc3b 2026-06-10 09:05:42.545 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 08e2d744-06c0-4f15-bcbe-cdd9dd4b1444 2026-06-10 09:05:44.364 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 30a99263-1085-48ff-80cb-843da2cbe35c 2026-06-10 09:05:44.849 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 7c94edd3-50a9-448a-abb1-a4b6d0db2b31 2026-06-10 09:05:46.352 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 30a99263-1085-48ff-80cb-843da2cbe35c 2026-06-10 09:05:46.597 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port fc73cd17-5440-476c-9fa8-544bd8fbf374 2026-06-10 09:05:47.014 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 7c94edd3-50a9-448a-abb1-a4b6d0db2b31 2026-06-10 09:05:47.250 13 INFO neutron.plugins.ml2.plugin [None req-4b0a3bb2-efe6-4cdd-b7cd-c5a8a8e5af87 - - - - - -] Attempt 1 to provision port a9e3eca2-3d6a-4749-b6e8-c13808da8341 2026-06-10 09:05:47.271 13 INFO neutron.plugins.ml2.plugin [None req-4b0a3bb2-efe6-4cdd-b7cd-c5a8a8e5af87 - - - - - -] Attempt 1 to provision port fc73cd17-5440-476c-9fa8-544bd8fbf374 2026-06-10 09:05:47.318 13 INFO neutron.plugins.ml2.plugin [None req-4b0a3bb2-efe6-4cdd-b7cd-c5a8a8e5af87 - - - - - -] Attempt 1 to provision port 0dbede97-a760-4005-bfa5-265bd5ea9ec8 2026-06-10 09:05:47.350 13 INFO neutron.plugins.ml2.plugin [None req-4b0a3bb2-efe6-4cdd-b7cd-c5a8a8e5af87 - - - - - -] Attempt 1 to provision port 08e2d744-06c0-4f15-bcbe-cdd9dd4b1444 2026-06-10 09:05:48.261 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port fc73cd17-5440-476c-9fa8-544bd8fbf374 2026-06-10 09:05:48.458 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 8e03f513-82b7-4ea4-b0dd-26dbeb495399 2026-06-10 09:05:50.404 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 8e03f513-82b7-4ea4-b0dd-26dbeb495399 2026-06-10 09:05:53.283 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 1944b147-62d9-42b9-a4b5-c0e980235cbf 2026-06-10 09:05:53.672 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 6bac876c-b2a5-4957-821b-9824c157a053 2026-06-10 09:05:53.880 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-c12f65cc-092e-449c-90e8-82e325d7c919'] response: {'server_uuid': 'f13f6813-1d82-44a4-b7b8-80acfdb8e66b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1944b147-62d9-42b9-a4b5-c0e980235cbf', 'code': 200} 2026-06-10 09:05:54.145 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port ecb4ef18-0583-4b23-9742-15a26a3d3a7d 2026-06-10 09:05:55.095 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 1944b147-62d9-42b9-a4b5-c0e980235cbf 2026-06-10 09:05:55.324 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 6bac876c-b2a5-4957-821b-9824c157a053 2026-06-10 09:05:55.515 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port ecb4ef18-0583-4b23-9742-15a26a3d3a7d 2026-06-10 09:05:55.731 13 INFO neutron.plugins.ml2.plugin [None req-5184fc4f-8c12-4bd3-babe-0d729bf731ed - - - - - -] Attempt 1 to provision port ecb4ef18-0583-4b23-9742-15a26a3d3a7d 2026-06-10 09:05:55.794 13 INFO neutron.plugins.ml2.plugin [None req-5184fc4f-8c12-4bd3-babe-0d729bf731ed - - - - - -] Attempt 1 to provision port fc73cd17-5440-476c-9fa8-544bd8fbf374 2026-06-10 09:05:55.857 13 INFO neutron.plugins.ml2.plugin [None req-5184fc4f-8c12-4bd3-babe-0d729bf731ed - - - - - -] Attempt 1 to provision port 1944b147-62d9-42b9-a4b5-c0e980235cbf 2026-06-10 09:05:55.930 13 INFO neutron.plugins.ml2.plugin [None req-5184fc4f-8c12-4bd3-babe-0d729bf731ed - - - - - -] Attempt 1 to provision port 1b165207-b05c-4e37-8e15-27a54287c3c1 2026-06-10 09:05:55.937 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-d335a841-7c79-413f-a050-57b89732c091'] response: {'server_uuid': 'a17e86a8-bc4a-41c1-b4c1-012bb13f9793', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ecb4ef18-0583-4b23-9742-15a26a3d3a7d', 'code': 200} 2026-06-10 09:05:55.963 13 INFO neutron.plugins.ml2.plugin [None req-5184fc4f-8c12-4bd3-babe-0d729bf731ed - - - - - -] Attempt 1 to provision port 08e2d744-06c0-4f15-bcbe-cdd9dd4b1444 2026-06-10 09:05:56.019 13 INFO neutron.plugins.ml2.plugin [None req-5184fc4f-8c12-4bd3-babe-0d729bf731ed - - - - - -] Attempt 1 to provision port a9e3eca2-3d6a-4749-b6e8-c13808da8341 2026-06-10 09:05:56.042 13 INFO neutron.plugins.ml2.plugin [None req-5184fc4f-8c12-4bd3-babe-0d729bf731ed - - - - - -] Attempt 1 to provision port 0dbede97-a760-4005-bfa5-265bd5ea9ec8 2026-06-10 09:05:56.069 13 INFO neutron.plugins.ml2.plugin [None req-5184fc4f-8c12-4bd3-babe-0d729bf731ed - - - - - -] Attempt 1 to provision port 6bac876c-b2a5-4957-821b-9824c157a053 2026-06-10 09:06:01.463 13 INFO neutron.plugins.ml2.plugin [None req-32642ff9-d525-4bfc-ad95-c483d398faea - - - - - -] Attempt 1 to provision port 29105aa0-c610-43e3-8878-d302168a797c 2026-06-10 09:06:01.511 13 INFO neutron.plugins.ml2.plugin [None req-32642ff9-d525-4bfc-ad95-c483d398faea - - - - - -] Attempt 1 to provision port a9e3eca2-3d6a-4749-b6e8-c13808da8341 2026-06-10 09:06:01.570 13 INFO neutron.plugins.ml2.plugin [None req-32642ff9-d525-4bfc-ad95-c483d398faea - - - - - -] Attempt 1 to provision port 0dbede97-a760-4005-bfa5-265bd5ea9ec8 2026-06-10 09:06:01.593 13 INFO neutron.plugins.ml2.plugin [None req-32642ff9-d525-4bfc-ad95-c483d398faea - - - - - -] Attempt 1 to provision port 6bac876c-b2a5-4957-821b-9824c157a053 2026-06-10 09:06:01.634 13 INFO neutron.plugins.ml2.plugin [None req-32642ff9-d525-4bfc-ad95-c483d398faea - - - - - -] Attempt 1 to provision port 1b165207-b05c-4e37-8e15-27a54287c3c1 2026-06-10 09:06:06.670 13 INFO neutron.plugins.ml2.plugin [None req-bd884d6a-2e92-4be2-ac0c-69555585dbf0 - - - - - -] Attempt 1 to provision port 4df3d62a-cb37-41fd-b302-3422fe37c22f 2026-06-10 09:06:06.771 13 INFO neutron.plugins.ml2.plugin [None req-bd884d6a-2e92-4be2-ac0c-69555585dbf0 - - - - - -] Attempt 1 to provision port a9e3eca2-3d6a-4749-b6e8-c13808da8341 2026-06-10 09:06:06.831 13 INFO neutron.plugins.ml2.plugin [None req-bd884d6a-2e92-4be2-ac0c-69555585dbf0 - - - - - -] Attempt 1 to provision port d99f0e8f-fb5e-406e-bfb0-4b68ac08a8ed 2026-06-10 09:06:06.892 13 INFO neutron.plugins.ml2.plugin [None req-bd884d6a-2e92-4be2-ac0c-69555585dbf0 - - - - - -] Attempt 1 to provision port 1b165207-b05c-4e37-8e15-27a54287c3c1 2026-06-10 09:06:07.678 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port bb0e67a2-5f02-45a5-b3b0-f9b11978062d 2026-06-10 09:06:08.175 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-f7ea7447-5172-4acd-a4b8-60aaf3c9ac08'] response: {'server_uuid': '7da69504-8dcc-411b-b5b2-663db62b6d8a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bb0e67a2-5f02-45a5-b3b0-f9b11978062d', 'code': 200} 2026-06-10 09:06:08.987 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port bb0e67a2-5f02-45a5-b3b0-f9b11978062d 2026-06-10 09:06:11.171 16 INFO neutron.plugins.ml2.plugin [None req-22aa5d08-ba78-48c6-9cdd-09e888ddde6a - - - - - -] Attempt 1 to provision port ecb4ef18-0583-4b23-9742-15a26a3d3a7d 2026-06-10 09:06:11.262 16 INFO neutron.plugins.ml2.plugin [None req-22aa5d08-ba78-48c6-9cdd-09e888ddde6a - - - - - -] Attempt 1 to provision port 1b165207-b05c-4e37-8e15-27a54287c3c1 2026-06-10 09:06:11.296 16 INFO neutron.plugins.ml2.plugin [None req-22aa5d08-ba78-48c6-9cdd-09e888ddde6a - - - - - -] Attempt 1 to provision port 1944b147-62d9-42b9-a4b5-c0e980235cbf 2026-06-10 09:06:13.666 13 INFO neutron.plugins.ml2.plugin [None req-7b196356-b021-49e1-9e9b-efd84624318f - - - - - -] Attempt 1 to provision port bb0e67a2-5f02-45a5-b3b0-f9b11978062d 2026-06-10 09:06:17.005 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port c4178f0c-803b-4530-9e98-8542c67dd159 2026-06-10 09:06:18.953 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port c4178f0c-803b-4530-9e98-8542c67dd159 2026-06-10 09:06:21.286 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 0dbede97-a760-4005-bfa5-265bd5ea9ec8 2026-06-10 09:06:21.575 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 29105aa0-c610-43e3-8878-d302168a797c 2026-06-10 09:06:21.875 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 4df3d62a-cb37-41fd-b302-3422fe37c22f 2026-06-10 09:06:22.968 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 0dbede97-a760-4005-bfa5-265bd5ea9ec8 2026-06-10 09:06:23.209 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 29105aa0-c610-43e3-8878-d302168a797c 2026-06-10 09:06:23.376 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 4df3d62a-cb37-41fd-b302-3422fe37c22f 2026-06-10 09:06:23.536 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port a9e3eca2-3d6a-4749-b6e8-c13808da8341 2026-06-10 09:06:25.100 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port a9e3eca2-3d6a-4749-b6e8-c13808da8341 2026-06-10 09:06:28.962 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 6355d5f8-1793-47fc-b227-51a5152b1738 2026-06-10 09:06:31.161 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 6355d5f8-1793-47fc-b227-51a5152b1738 2026-06-10 09:06:34.427 13 INFO neutron.plugins.ml2.plugin [None req-aee42d2b-0c75-4f11-9dfa-86b252f1f24d - - - - - -] Attempt 1 to provision port 9cb2a8ca-9b2b-4a15-834d-bc85ace81877 2026-06-10 09:06:35.868 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc8dbb12-e96b-4e92-9939-91ea187ccc84'] response: {'server_uuid': 'f13f6813-1d82-44a4-b7b8-80acfdb8e66b', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '1944b147-62d9-42b9-a4b5-c0e980235cbf', 'code': 200} 2026-06-10 09:06:37.473 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 1944b147-62d9-42b9-a4b5-c0e980235cbf 2026-06-10 09:06:37.623 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0fb431a-2abf-4d0f-849c-0a57773390ad'] response: {'server_uuid': 'f13f6813-1d82-44a4-b7b8-80acfdb8e66b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1944b147-62d9-42b9-a4b5-c0e980235cbf', 'code': 200} 2026-06-10 09:06:37.894 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port eabc9105-572a-4db8-b2b8-a6717c2cab94 2026-06-10 09:06:39.004 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 1944b147-62d9-42b9-a4b5-c0e980235cbf 2026-06-10 09:06:39.281 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port eabc9105-572a-4db8-b2b8-a6717c2cab94 2026-06-10 09:06:41.500 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 7eb66f5a-9adb-4cc8-8879-b83e9ec86ca3 2026-06-10 09:06:41.522 13 INFO neutron.plugins.ml2.plugin [None req-f45b6ce7-a09b-43c3-aba3-e8ceac49ca73 - - - - - -] Attempt 1 to provision port eabc9105-572a-4db8-b2b8-a6717c2cab94 2026-06-10 09:06:41.584 13 INFO neutron.plugins.ml2.plugin [None req-f45b6ce7-a09b-43c3-aba3-e8ceac49ca73 - - - - - -] Attempt 1 to provision port 3e7f7cbb-7655-4765-ac9d-5756d63c7170 2026-06-10 09:06:41.629 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-ebb4676e-3928-4e9c-ac9f-4a2ec3370c0a'] response: {'server_uuid': '5709d8e1-f339-48e9-8454-345b0cbaa550', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7eb66f5a-9adb-4cc8-8879-b83e9ec86ca3', 'code': 200} 2026-06-10 09:06:42.932 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 7eb66f5a-9adb-4cc8-8879-b83e9ec86ca3 2026-06-10 09:06:47.193 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 3e7f7cbb-7655-4765-ac9d-5756d63c7170 2026-06-10 09:06:47.556 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 9cb2a8ca-9b2b-4a15-834d-bc85ace81877 2026-06-10 09:06:48.686 16 INFO neutron.plugins.ml2.plugin [None req-9ed506b7-63ed-4ac8-8cf0-a501fb3eea63 - - - - - -] Attempt 1 to provision port eabc9105-572a-4db8-b2b8-a6717c2cab94 2026-06-10 09:06:48.744 16 INFO neutron.plugins.ml2.plugin [None req-9ed506b7-63ed-4ac8-8cf0-a501fb3eea63 - - - - - -] Attempt 1 to provision port 3e7f7cbb-7655-4765-ac9d-5756d63c7170 2026-06-10 09:06:48.817 16 INFO neutron.plugins.ml2.plugin [None req-9ed506b7-63ed-4ac8-8cf0-a501fb3eea63 - - - - - -] Attempt 1 to provision port 7eb66f5a-9adb-4cc8-8879-b83e9ec86ca3 2026-06-10 09:06:49.053 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 3e7f7cbb-7655-4765-ac9d-5756d63c7170 2026-06-10 09:06:49.286 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 9cb2a8ca-9b2b-4a15-834d-bc85ace81877 2026-06-10 09:06:50.940 16 INFO neutron.plugins.ml2.plugin [None req-59cff919-193e-41ba-8aa4-b259d79461a3 - - - - - -] Attempt 1 to provision port 3e7f7cbb-7655-4765-ac9d-5756d63c7170 2026-06-10 09:07:03.055 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 1c40cc3f-77e6-4933-b7ce-e6b69d065814 2026-06-10 09:07:04.064 16 INFO neutron.plugins.ml2.plugin [None req-2e158ac3-0c37-4bb4-9494-26de95c57b5a - - - - - -] Attempt 1 to provision port 6a935e99-b628-4451-81af-cef66ea54b5f 2026-06-10 09:07:04.094 16 INFO neutron.plugins.ml2.plugin [None req-2e158ac3-0c37-4bb4-9494-26de95c57b5a - - - - - -] Attempt 1 to provision port 1c40cc3f-77e6-4933-b7ce-e6b69d065814 2026-06-10 09:07:05.186 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port f4b2f307-152d-41e1-8920-ca47bbad113c 2026-06-10 09:07:05.561 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 1c40cc3f-77e6-4933-b7ce-e6b69d065814 2026-06-10 09:07:07.028 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port f4b2f307-152d-41e1-8920-ca47bbad113c 2026-06-10 09:07:07.397 13 INFO neutron.plugins.ml2.plugin [None req-36ba8473-cf81-4625-a8e0-04c417d0dcc2 - - - - - -] Attempt 1 to provision port 6a935e99-b628-4451-81af-cef66ea54b5f 2026-06-10 09:07:08.687 13 INFO neutron.plugins.ml2.plugin [None req-5cc96791-9206-4c4b-9d39-0f9b100e4985 - - - - - -] Attempt 1 to provision port 4af29fcf-abf3-4deb-8be2-ace35dab3b50 2026-06-10 09:07:10.989 16 INFO neutron.plugins.ml2.plugin [None req-eb94f16c-5150-4ac2-871b-9a1fb263159a - - - - - -] Attempt 1 to provision port 6a935e99-b628-4451-81af-cef66ea54b5f 2026-06-10 09:07:13.050 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port df27bf8e-2da8-49d4-974b-3bd93b4a51b7 2026-06-10 09:07:15.015 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port df27bf8e-2da8-49d4-974b-3bd93b4a51b7 2026-06-10 09:07:17.173 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 6b6489e6-6c7e-444f-9e56-76d09830b30e 2026-06-10 09:07:19.734 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port c5f47882-0ae2-4718-b637-9177a2df8864 2026-06-10 09:07:19.854 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc636c7a-cfe3-48cc-87bf-7533f4fdbfa0'] response: {'server_uuid': '1872b654-f38f-426e-aa6f-2235150d8df3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c5f47882-0ae2-4718-b637-9177a2df8864', 'code': 200} 2026-06-10 09:07:20.618 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 6b6489e6-6c7e-444f-9e56-76d09830b30e 2026-06-10 09:07:20.901 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 67fcde93-abe6-449a-8893-1e1ffbccbff6 2026-06-10 09:07:21.934 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port c5f47882-0ae2-4718-b637-9177a2df8864 2026-06-10 09:07:22.145 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 67fcde93-abe6-449a-8893-1e1ffbccbff6 2026-06-10 09:07:26.252 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-34e3feab-2ad5-43d9-b25d-66c61f485009'] response: {'server_uuid': '1872b654-f38f-426e-aa6f-2235150d8df3', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c5f47882-0ae2-4718-b637-9177a2df8864', 'code': 200} 2026-06-10 09:07:28.010 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 4af29fcf-abf3-4deb-8be2-ace35dab3b50 2026-06-10 09:07:28.258 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 6a935e99-b628-4451-81af-cef66ea54b5f 2026-06-10 09:07:28.567 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 57e316fb-c146-46c1-a675-2f4659b26c98 2026-06-10 09:07:30.048 16 INFO neutron.plugins.ml2.plugin [None req-ce64a39c-facf-4941-9be1-d640093b6617 - - - - - -] Attempt 1 to provision port 0de8ddfb-85dc-46ec-84b6-cdeec5945944 2026-06-10 09:07:30.082 16 INFO neutron.plugins.ml2.plugin [None req-ce64a39c-facf-4941-9be1-d640093b6617 - - - - - -] Attempt 1 to provision port 24aff14c-941a-4110-a09d-2ba8294e7ff0 2026-06-10 09:07:30.108 16 INFO neutron.plugins.ml2.plugin [None req-ce64a39c-facf-4941-9be1-d640093b6617 - - - - - -] Attempt 1 to provision port e2da403f-5747-4842-8c64-2ab0c667e2b7 2026-06-10 09:07:30.138 16 INFO neutron.plugins.ml2.plugin [None req-ce64a39c-facf-4941-9be1-d640093b6617 - - - - - -] Attempt 1 to provision port 57e316fb-c146-46c1-a675-2f4659b26c98 2026-06-10 09:07:30.196 16 INFO neutron.plugins.ml2.plugin [None req-ce64a39c-facf-4941-9be1-d640093b6617 - - - - - -] Attempt 1 to provision port 6b6489e6-6c7e-444f-9e56-76d09830b30e 2026-06-10 09:07:30.240 16 INFO neutron.plugins.ml2.plugin [None req-ce64a39c-facf-4941-9be1-d640093b6617 - - - - - -] Attempt 1 to provision port 1bd64f49-f418-4042-be44-8dd51266dff4 2026-06-10 09:07:31.576 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 4af29fcf-abf3-4deb-8be2-ace35dab3b50 2026-06-10 09:07:31.745 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 57e316fb-c146-46c1-a675-2f4659b26c98 2026-06-10 09:07:31.960 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 6a935e99-b628-4451-81af-cef66ea54b5f 2026-06-10 09:07:32.211 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 6786d7b5-554c-40e6-b6ab-df8e232d8fda 2026-06-10 09:07:32.411 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-a169a4b7-c621-4085-8f00-4edff2996450'] response: {'server_uuid': '86f18b8b-f29d-4a54-9b6b-4c27ba0052a4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6786d7b5-554c-40e6-b6ab-df8e232d8fda', 'code': 200} 2026-06-10 09:07:33.280 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 12e2ed19-522d-41b7-be8c-205ea5260175 2026-06-10 09:07:34.448 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6303173-8a1f-4cbc-add9-e4628d85af0c'] response: {'server_uuid': '43f341cb-7428-4524-a797-7deaddf9e48f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '12e2ed19-522d-41b7-be8c-205ea5260175', 'code': 200} 2026-06-10 09:07:34.610 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port e2da403f-5747-4842-8c64-2ab0c667e2b7 2026-06-10 09:07:35.009 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port ca9289ac-dd62-4337-8037-b49283458c47 2026-06-10 09:07:36.256 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 0de8ddfb-85dc-46ec-84b6-cdeec5945944 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet aa39cefb-150c-4e3b-a547-6607f2d411f4 could not be found. 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:07:36.276 13 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 136, in bind_port 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.276 13 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-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet aa39cefb-150c-4e3b-a547-6607f2d411f4 could not be found. 2026-06-10 09:07:36.276 13 ERROR neutron.plugins.ml2.managers 2026-06-10 09:07:36.340 13 ERROR neutron.plugins.ml2.managers [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Failed to bind port c4992b97-aafe-4a19-a7db-c2f09a51f9d0 on host instance for vnic_type normal using segments [{'id': 'd1d3ad80-efcd-4d2a-a5e6-7fe3d5018c6a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 525, 'network_id': 'db148da7-b30e-44c3-a2e0-059e3a71822b'}] 2026-06-10 09:07:36.342 13 INFO neutron.plugins.ml2.plugin [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Attempt 2 to bind port c4992b97-aafe-4a19-a7db-c2f09a51f9d0 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet aa39cefb-150c-4e3b-a547-6607f2d411f4 could not be found. 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:07:36.420 13 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 136, in bind_port 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.420 13 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-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet aa39cefb-150c-4e3b-a547-6607f2d411f4 could not be found. 2026-06-10 09:07:36.420 13 ERROR neutron.plugins.ml2.managers 2026-06-10 09:07:36.439 13 ERROR neutron.plugins.ml2.managers [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Failed to bind port c4992b97-aafe-4a19-a7db-c2f09a51f9d0 on host instance for vnic_type normal using segments [{'id': 'd1d3ad80-efcd-4d2a-a5e6-7fe3d5018c6a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 525, 'network_id': 'db148da7-b30e-44c3-a2e0-059e3a71822b'}] 2026-06-10 09:07:36.441 13 INFO neutron.plugins.ml2.plugin [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Attempt 3 to bind port c4992b97-aafe-4a19-a7db-c2f09a51f9d0 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet aa39cefb-150c-4e3b-a547-6607f2d411f4 could not be found. 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:07:36.493 13 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 136, in bind_port 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.493 13 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-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet aa39cefb-150c-4e3b-a547-6607f2d411f4 could not be found. 2026-06-10 09:07:36.493 13 ERROR neutron.plugins.ml2.managers 2026-06-10 09:07:36.514 13 ERROR neutron.plugins.ml2.managers [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Failed to bind port c4992b97-aafe-4a19-a7db-c2f09a51f9d0 on host instance for vnic_type normal using segments [{'id': 'd1d3ad80-efcd-4d2a-a5e6-7fe3d5018c6a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 525, 'network_id': 'db148da7-b30e-44c3-a2e0-059e3a71822b'}] 2026-06-10 09:07:36.514 13 INFO neutron.plugins.ml2.plugin [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Attempt 4 to bind port c4992b97-aafe-4a19-a7db-c2f09a51f9d0 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet aa39cefb-150c-4e3b-a547-6607f2d411f4 could not be found. 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:07:36.603 13 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 136, in bind_port 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.603 13 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-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet aa39cefb-150c-4e3b-a547-6607f2d411f4 could not be found. 2026-06-10 09:07:36.603 13 ERROR neutron.plugins.ml2.managers 2026-06-10 09:07:36.626 13 ERROR neutron.plugins.ml2.managers [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Failed to bind port c4992b97-aafe-4a19-a7db-c2f09a51f9d0 on host instance for vnic_type normal using segments [{'id': 'd1d3ad80-efcd-4d2a-a5e6-7fe3d5018c6a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 525, 'network_id': 'db148da7-b30e-44c3-a2e0-059e3a71822b'}] 2026-06-10 09:07:36.626 13 INFO neutron.plugins.ml2.plugin [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Attempt 5 to bind port c4992b97-aafe-4a19-a7db-c2f09a51f9d0 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet aa39cefb-150c-4e3b-a547-6607f2d411f4 could not be found. 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:07:36.721 13 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 136, in bind_port 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.721 13 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-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet aa39cefb-150c-4e3b-a547-6607f2d411f4 could not be found. 2026-06-10 09:07:36.721 13 ERROR neutron.plugins.ml2.managers 2026-06-10 09:07:36.756 13 ERROR neutron.plugins.ml2.managers [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Failed to bind port c4992b97-aafe-4a19-a7db-c2f09a51f9d0 on host instance for vnic_type normal using segments [{'id': 'd1d3ad80-efcd-4d2a-a5e6-7fe3d5018c6a', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 525, 'network_id': 'db148da7-b30e-44c3-a2e0-059e3a71822b'}] 2026-06-10 09:07:36.759 13 INFO neutron.plugins.ml2.plugin [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Attempt 6 to bind port c4992b97-aafe-4a19-a7db-c2f09a51f9d0 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet aa39cefb-150c-4e3b-a547-6607f2d411f4 could not be found. 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:07:36.868 13 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 136, in bind_port 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.868 13 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-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet aa39cefb-150c-4e3b-a547-6607f2d411f4 could not be found. 2026-06-10 09:07:36.868 13 ERROR neutron.plugins.ml2.managers 2026-06-10 09:07:36.895 13 ERROR neutron.plugins.ml2.managers [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Failed to bind port c4992b97-aafe-4a19-a7db-c2f09a51f9d0 on host instance for vnic_type normal using segments [] 2026-06-10 09:07:36.895 13 INFO neutron.plugins.ml2.plugin [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Attempt 7 to bind port c4992b97-aafe-4a19-a7db-c2f09a51f9d0 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet aa39cefb-150c-4e3b-a547-6607f2d411f4 could not be found. 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:07:36.992 13 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 136, in bind_port 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:36.992 13 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-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet aa39cefb-150c-4e3b-a547-6607f2d411f4 could not be found. 2026-06-10 09:07:36.992 13 ERROR neutron.plugins.ml2.managers 2026-06-10 09:07:37.001 13 ERROR neutron.plugins.ml2.managers [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Failed to bind port c4992b97-aafe-4a19-a7db-c2f09a51f9d0 on host instance for vnic_type normal using segments [] 2026-06-10 09:07:37.003 13 INFO neutron.plugins.ml2.plugin [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Attempt 8 to bind port c4992b97-aafe-4a19-a7db-c2f09a51f9d0 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet aa39cefb-150c-4e3b-a547-6607f2d411f4 could not be found. 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:07:37.087 13 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 136, in bind_port 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:37.087 13 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-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet aa39cefb-150c-4e3b-a547-6607f2d411f4 could not be found. 2026-06-10 09:07:37.087 13 ERROR neutron.plugins.ml2.managers 2026-06-10 09:07:37.122 13 ERROR neutron.plugins.ml2.managers [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Failed to bind port c4992b97-aafe-4a19-a7db-c2f09a51f9d0 on host instance for vnic_type normal using segments [] 2026-06-10 09:07:37.140 13 INFO neutron.plugins.ml2.plugin [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Attempt 9 to bind port c4992b97-aafe-4a19-a7db-c2f09a51f9d0 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet aa39cefb-150c-4e3b-a547-6607f2d411f4 could not be found. 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:07:37.202 13 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 136, in bind_port 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:37.202 13 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-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet aa39cefb-150c-4e3b-a547-6607f2d411f4 could not be found. 2026-06-10 09:07:37.202 13 ERROR neutron.plugins.ml2.managers 2026-06-10 09:07:37.212 13 ERROR neutron.plugins.ml2.managers [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Failed to bind port c4992b97-aafe-4a19-a7db-c2f09a51f9d0 on host instance for vnic_type normal using segments [] 2026-06-10 09:07:37.217 13 INFO neutron.plugins.ml2.plugin [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Attempt 10 to bind port c4992b97-aafe-4a19-a7db-c2f09a51f9d0 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet aa39cefb-150c-4e3b-a547-6607f2d411f4 could not be found. 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:07:37.320 13 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 136, in bind_port 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 09:07:37.320 13 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-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet aa39cefb-150c-4e3b-a547-6607f2d411f4 could not be found. 2026-06-10 09:07:37.320 13 ERROR neutron.plugins.ml2.managers 2026-06-10 09:07:37.332 13 ERROR neutron.plugins.ml2.managers [None req-cbe5055d-4caf-48af-928e-76c9660dba5e - - - - - -] Failed to bind port c4992b97-aafe-4a19-a7db-c2f09a51f9d0 on host instance for vnic_type normal using segments [] 2026-06-10 09:07:37.641 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 6786d7b5-554c-40e6-b6ab-df8e232d8fda 2026-06-10 09:07:38.299 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 12e2ed19-522d-41b7-be8c-205ea5260175 2026-06-10 09:07:40.317 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 1bd64f49-f418-4042-be44-8dd51266dff4 2026-06-10 09:07:40.588 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 0de8ddfb-85dc-46ec-84b6-cdeec5945944 2026-06-10 09:07:40.775 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port e2da403f-5747-4842-8c64-2ab0c667e2b7 2026-06-10 09:07:40.937 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 24aff14c-941a-4110-a09d-2ba8294e7ff0 2026-06-10 09:07:42.220 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 1bd64f49-f418-4042-be44-8dd51266dff4 2026-06-10 09:07:42.374 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 24aff14c-941a-4110-a09d-2ba8294e7ff0 2026-06-10 09:07:42.454 13 INFO neutron.plugins.ml2.plugin [None req-4f33d05a-63e6-4d84-9751-3d77b8395a3c - - - - - -] Attempt 1 to provision port 24aff14c-941a-4110-a09d-2ba8294e7ff0 2026-06-10 09:07:42.513 13 INFO neutron.plugins.ml2.plugin [None req-4f33d05a-63e6-4d84-9751-3d77b8395a3c - - - - - -] Attempt 1 to provision port 57e316fb-c146-46c1-a675-2f4659b26c98 2026-06-10 09:08:10.288 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 28a65672-04d5-4bf0-b12c-07c96775ee72 2026-06-10 09:08:10.324 16 INFO neutron.plugins.ml2.plugin [None req-831c139f-74b3-45c5-95ee-8ff6c04e5988 - - - - - -] Attempt 1 to provision port 28a65672-04d5-4bf0-b12c-07c96775ee72 2026-06-10 09:08:10.654 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port f92f7205-d9df-4a81-a026-66f2cb683578 2026-06-10 09:08:12.187 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 28a65672-04d5-4bf0-b12c-07c96775ee72 2026-06-10 09:08:12.434 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port f92f7205-d9df-4a81-a026-66f2cb683578 2026-06-10 09:08:14.717 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 8bd7c7a0-3d13-41d2-a3e5-e0c69394fae9 2026-06-10 09:08:14.861 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1a6536f-6723-4cda-80cd-80830b564138'] response: {'server_uuid': '6cd50fa6-307d-49b6-a62b-f2466be3a936', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8bd7c7a0-3d13-41d2-a3e5-e0c69394fae9', 'code': 200} 2026-06-10 09:08:16.385 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 8bd7c7a0-3d13-41d2-a3e5-e0c69394fae9 2026-06-10 09:08:18.345 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port a05a6860-682e-4219-a77d-7b9b1d4cd642 2026-06-10 09:08:18.862 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 4cbc459e-8898-4132-b736-5d6c09938329 2026-06-10 09:08:20.288 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port a05a6860-682e-4219-a77d-7b9b1d4cd642 2026-06-10 09:08:20.523 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 4cbc459e-8898-4132-b736-5d6c09938329 2026-06-10 09:08:22.325 13 INFO neutron.plugins.ml2.plugin [None req-e5b6322d-5598-4099-8510-83ec8fbc1b8b - - - - - -] Attempt 1 to provision port 4cbc459e-8898-4132-b736-5d6c09938329 2026-06-10 09:08:22.390 13 INFO neutron.plugins.ml2.plugin [None req-e5b6322d-5598-4099-8510-83ec8fbc1b8b - - - - - -] Attempt 1 to provision port 15063fdf-8a73-454d-aa35-8efef5c2f6a3 2026-06-10 09:08:22.413 13 INFO neutron.plugins.ml2.plugin [None req-e5b6322d-5598-4099-8510-83ec8fbc1b8b - - - - - -] Attempt 1 to provision port 28a65672-04d5-4bf0-b12c-07c96775ee72 2026-06-10 09:08:22.490 13 INFO neutron.plugins.ml2.plugin [None req-e5b6322d-5598-4099-8510-83ec8fbc1b8b - - - - - -] Attempt 1 to provision port e66fdbc9-b8fa-4a46-8769-37ea72672ddd 2026-06-10 09:08:22.520 13 INFO neutron.plugins.ml2.plugin [None req-e5b6322d-5598-4099-8510-83ec8fbc1b8b - - - - - -] Attempt 1 to provision port b91a3142-b4f0-40f4-bf01-9de862f3ed93 2026-06-10 09:08:26.347 16 INFO neutron.plugins.ml2.plugin [None req-df9fd5ba-09dd-463f-af20-f89278eca72f - - - - - -] Attempt 1 to provision port 4cbc459e-8898-4132-b736-5d6c09938329 2026-06-10 09:08:26.412 16 INFO neutron.plugins.ml2.plugin [None req-df9fd5ba-09dd-463f-af20-f89278eca72f - - - - - -] Attempt 1 to provision port b91a3142-b4f0-40f4-bf01-9de862f3ed93 2026-06-10 09:08:26.435 16 INFO neutron.plugins.ml2.plugin [None req-df9fd5ba-09dd-463f-af20-f89278eca72f - - - - - -] Attempt 1 to provision port 8c4082e0-871a-4388-97db-4d3461f16393 2026-06-10 09:08:31.450 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port ece080ed-7023-4f1a-8445-0407d033a37b 2026-06-10 09:08:31.616 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-053806fd-28fd-436b-bca3-66e3d167192a'] response: {'server_uuid': '09c062bd-cd36-4cdc-bab6-ed9bd3eff01f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ece080ed-7023-4f1a-8445-0407d033a37b', 'code': 200} 2026-06-10 09:08:32.437 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port e66fdbc9-b8fa-4a46-8769-37ea72672ddd 2026-06-10 09:08:32.695 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 15063fdf-8a73-454d-aa35-8efef5c2f6a3 2026-06-10 09:08:32.721 13 INFO neutron.plugins.ml2.plugin [None req-ba19f1c5-10e8-4874-ad35-d81fea989975 - - - - - -] Attempt 1 to provision port ece080ed-7023-4f1a-8445-0407d033a37b 2026-06-10 09:08:32.870 13 INFO neutron.plugins.ml2.plugin [None req-ba19f1c5-10e8-4874-ad35-d81fea989975 - - - - - -] Attempt 1 to provision port b91a3142-b4f0-40f4-bf01-9de862f3ed93 2026-06-10 09:08:33.133 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port ece080ed-7023-4f1a-8445-0407d033a37b 2026-06-10 09:08:34.538 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 15063fdf-8a73-454d-aa35-8efef5c2f6a3 2026-06-10 09:08:35.004 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port e66fdbc9-b8fa-4a46-8769-37ea72672ddd 2026-06-10 09:08:35.247 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 8c4082e0-871a-4388-97db-4d3461f16393 2026-06-10 09:08:36.608 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port b91a3142-b4f0-40f4-bf01-9de862f3ed93 2026-06-10 09:08:37.012 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 8c4082e0-871a-4388-97db-4d3461f16393 2026-06-10 09:08:38.400 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port b91a3142-b4f0-40f4-bf01-9de862f3ed93 2026-06-10 09:08:57.008 16 INFO neutron.plugins.ml2.plugin [None req-cc90b847-528b-4abf-87ba-81690f4a2a61 - - - - - -] Attempt 1 to provision port 4a12193b-5593-42b0-bf8a-69f35c71ff5d 2026-06-10 09:08:58.820 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port d6e2eb84-d55e-4419-93bf-5cbcde847224 2026-06-10 09:09:00.764 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port d6e2eb84-d55e-4419-93bf-5cbcde847224 2026-06-10 09:09:01.209 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 9341207e-c7ea-4795-9661-c1c96b56b182 2026-06-10 09:09:02.209 13 INFO neutron.plugins.ml2.plugin [None req-89e78b29-db6a-43f8-8981-d0846db37d2c - - - - - -] Attempt 1 to provision port 981f7f25-0a7d-4acd-88c9-55de3817df2e 2026-06-10 09:09:02.234 13 INFO neutron.plugins.ml2.plugin [None req-89e78b29-db6a-43f8-8981-d0846db37d2c - - - - - -] Attempt 1 to provision port 9341207e-c7ea-4795-9661-c1c96b56b182 2026-06-10 09:09:02.917 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 9341207e-c7ea-4795-9661-c1c96b56b182 2026-06-10 09:09:06.576 16 INFO neutron.plugins.ml2.plugin [None req-a9c11841-5858-4f96-a520-43cad07ed13c - - - - - -] Attempt 1 to provision port 981f7f25-0a7d-4acd-88c9-55de3817df2e 2026-06-10 09:09:11.663 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port b6c52a4a-a016-465c-be36-eab4857c3021 2026-06-10 09:09:11.975 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-eaa15ab8-b2ba-4b56-a260-70e298ccad15'] response: {'server_uuid': 'd6723895-e7be-4f04-b958-7221c70ee220', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b6c52a4a-a016-465c-be36-eab4857c3021', 'code': 200} 2026-06-10 09:09:12.832 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port b6c52a4a-a016-465c-be36-eab4857c3021 2026-06-10 09:09:16.941 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 4a12193b-5593-42b0-bf8a-69f35c71ff5d 2026-06-10 09:09:17.215 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 981f7f25-0a7d-4acd-88c9-55de3817df2e 2026-06-10 09:09:18.868 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 4a12193b-5593-42b0-bf8a-69f35c71ff5d 2026-06-10 09:09:19.083 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 981f7f25-0a7d-4acd-88c9-55de3817df2e 2026-06-10 09:09:40.856 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 2d755510-bc7b-439f-9aa1-fd25e1008ebb 2026-06-10 09:09:40.960 13 INFO neutron.plugins.ml2.plugin [None req-acf35af1-ec7c-445d-9cbe-e09306986042 - - - - - -] Attempt 1 to provision port 2d755510-bc7b-439f-9aa1-fd25e1008ebb 2026-06-10 09:09:48.848 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 06c7053a-f096-4b40-9dc3-1d97caaac88d 2026-06-10 09:09:50.840 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 06c7053a-f096-4b40-9dc3-1d97caaac88d 2026-06-10 09:09:52.851 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 77ec4629-0844-4b94-a1d3-0153685ae656 2026-06-10 09:09:54.847 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 77ec4629-0844-4b94-a1d3-0153685ae656 2026-06-10 09:09:56.879 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 48640818-ba6a-459c-a96b-bad02c5f1eab 2026-06-10 09:09:58.899 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 48640818-ba6a-459c-a96b-bad02c5f1eab 2026-06-10 09:09:59.506 13 INFO neutron.plugins.ml2.plugin [None req-0481d50c-1bb2-43c6-8d81-99deaf6fe668 - - - - - -] Attempt 1 to provision port 0a573840-8407-4fcd-a661-398b4e6e9068 2026-06-10 09:09:59.568 13 INFO neutron.plugins.ml2.plugin [None req-0481d50c-1bb2-43c6-8d81-99deaf6fe668 - - - - - -] Attempt 1 to provision port 48640818-ba6a-459c-a96b-bad02c5f1eab 2026-06-10 09:09:59.691 13 INFO neutron.plugins.ml2.plugin [None req-0481d50c-1bb2-43c6-8d81-99deaf6fe668 - - - - - -] Attempt 1 to provision port 06c7053a-f096-4b40-9dc3-1d97caaac88d 2026-06-10 09:09:59.846 13 INFO neutron.plugins.ml2.plugin [None req-0481d50c-1bb2-43c6-8d81-99deaf6fe668 - - - - - -] Attempt 1 to provision port 28117ab0-6edc-4663-95c9-e2608850bd49 2026-06-10 09:10:02.923 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 3e2da22d-0c35-4a75-a43b-91f153861e53 2026-06-10 09:10:04.859 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 3e2da22d-0c35-4a75-a43b-91f153861e53 2026-06-10 09:10:09.419 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 51c2a74f-1da2-4ecb-a7e7-6552c19f05d0 2026-06-10 09:10:09.536 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-88013f14-86a8-4437-8044-d62d0a97c54d'] response: {'server_uuid': 'c81d6d11-6cf4-42e9-89d0-47bfaeeef674', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '51c2a74f-1da2-4ecb-a7e7-6552c19f05d0', 'code': 200} 2026-06-10 09:10:10.918 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 51c2a74f-1da2-4ecb-a7e7-6552c19f05d0 2026-06-10 09:10:12.906 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 285b0fdd-60e7-479c-a9d5-51c20155e1bd 2026-06-10 09:10:13.186 13 INFO neutron.plugins.ml2.plugin [None req-4dfb41d1-63a8-4076-b943-541e339f8476 - - - - - -] Attempt 1 to provision port 0a573840-8407-4fcd-a661-398b4e6e9068 2026-06-10 09:10:13.201 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port f1aa501e-490b-49ce-8c5a-10fa585eda5a 2026-06-10 09:10:13.325 13 INFO neutron.plugins.ml2.plugin [None req-4dfb41d1-63a8-4076-b943-541e339f8476 - - - - - -] Attempt 1 to provision port f1aa501e-490b-49ce-8c5a-10fa585eda5a 2026-06-10 09:10:13.378 13 INFO neutron.plugins.ml2.plugin [None req-4dfb41d1-63a8-4076-b943-541e339f8476 - - - - - -] Attempt 1 to provision port 48640818-ba6a-459c-a96b-bad02c5f1eab 2026-06-10 09:10:13.434 13 INFO neutron.plugins.ml2.plugin [None req-4dfb41d1-63a8-4076-b943-541e339f8476 - - - - - -] Attempt 1 to provision port 3e2da22d-0c35-4a75-a43b-91f153861e53 2026-06-10 09:10:13.481 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 28117ab0-6edc-4663-95c9-e2608850bd49 2026-06-10 09:10:13.498 13 INFO neutron.plugins.ml2.plugin [None req-4dfb41d1-63a8-4076-b943-541e339f8476 - - - - - -] Attempt 1 to provision port 285b0fdd-60e7-479c-a9d5-51c20155e1bd 2026-06-10 09:10:13.554 13 INFO neutron.plugins.ml2.plugin [None req-4dfb41d1-63a8-4076-b943-541e339f8476 - - - - - -] Attempt 1 to provision port 51c2a74f-1da2-4ecb-a7e7-6552c19f05d0 2026-06-10 09:10:13.715 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 0a573840-8407-4fcd-a661-398b4e6e9068 2026-06-10 09:10:14.920 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 285b0fdd-60e7-479c-a9d5-51c20155e1bd 2026-06-10 09:10:15.176 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port f1aa501e-490b-49ce-8c5a-10fa585eda5a 2026-06-10 09:10:15.388 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 28117ab0-6edc-4663-95c9-e2608850bd49 2026-06-10 09:10:15.548 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 0a573840-8407-4fcd-a661-398b4e6e9068 2026-06-10 09:10:17.021 16 INFO neutron.plugins.ml2.plugin [None req-4e410a63-fc75-4ac7-bc63-bfa74cd74438 - - - - - -] Attempt 1 to provision port 0a573840-8407-4fcd-a661-398b4e6e9068 2026-06-10 09:10:17.073 16 INFO neutron.plugins.ml2.plugin [None req-4e410a63-fc75-4ac7-bc63-bfa74cd74438 - - - - - -] Attempt 1 to provision port 285b0fdd-60e7-479c-a9d5-51c20155e1bd 2026-06-10 09:10:18.427 16 INFO neutron.plugins.ml2.plugin [None req-759aef1d-b9e4-4280-8306-fc886db4e8d9 - - - - - -] Attempt 1 to provision port 285b0fdd-60e7-479c-a9d5-51c20155e1bd 2026-06-10 09:10:19.820 16 INFO neutron.plugins.ml2.plugin [None req-6fcc96a6-9a1b-402f-b5ed-33c8bd4c40a7 - - - - - -] Attempt 1 to provision port 51c2a74f-1da2-4ecb-a7e7-6552c19f05d0 2026-06-10 09:10:24.894 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port cbe181a4-b82a-4acf-85c4-a264b15247c9 2026-06-10 09:10:25.004 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-60aafd7d-64c5-4a8f-add7-de83a19cdf66'] response: {'server_uuid': '1383f1b5-093f-46a3-a213-1650e51e6520', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cbe181a4-b82a-4acf-85c4-a264b15247c9', 'code': 200} 2026-06-10 09:10:26.874 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port cbe181a4-b82a-4acf-85c4-a264b15247c9 2026-06-10 09:10:52.905 16 INFO neutron.plugins.ml2.plugin [None req-cd4a2eb8-b1d2-4c71-8017-afb38393c62b - - - - - -] Attempt 1 to provision port 85ffa9ff-d5d3-4252-8040-a8d1967c5533 2026-06-10 09:11:15.410 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port fbc8535b-7f66-469e-9f59-5b13eb6722b6 2026-06-10 09:11:15.713 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-86fab557-6ee7-43bd-9b6b-b1b12a322969'] response: {'server_uuid': '86db3abb-0b40-42c9-bb88-a652378105f4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fbc8535b-7f66-469e-9f59-5b13eb6722b6', 'code': 200} 2026-06-10 09:11:16.891 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port fbc8535b-7f66-469e-9f59-5b13eb6722b6 2026-06-10 09:11:56.646 13 INFO neutron.plugins.ml2.plugin [None req-b744d0ab-341b-4a2f-a316-5ad07fb45ce0 - - - - - -] Attempt 1 to provision port 2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac 2026-06-10 09:12:02.937 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac 2026-06-10 09:12:03.080 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-623de1ba-a12d-4101-a989-012c635a5bfc'] response: {'server_uuid': '86db3abb-0b40-42c9-bb88-a652378105f4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac', 'code': 200} 2026-06-10 09:12:04.929 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac 2026-06-10 09:12:07.395 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac 2026-06-10 09:12:34.244 13 INFO neutron.plugins.ml2.plugin [None req-9fcf7e5a-caab-4cc4-9a6b-2464387b8be2 - - - - - -] Attempt 1 to provision port b0c4b129-a955-4b8d-8b25-e1112016d7c4 2026-06-10 09:12:42.464 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port b0c4b129-a955-4b8d-8b25-e1112016d7c4 2026-06-10 09:12:42.608 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-50977ca5-8bc8-4ba8-9daf-e30dee93e94b'] response: {'server_uuid': '86db3abb-0b40-42c9-bb88-a652378105f4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b0c4b129-a955-4b8d-8b25-e1112016d7c4', 'code': 200} 2026-06-10 09:12:43.075 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port b0c4b129-a955-4b8d-8b25-e1112016d7c4 2026-06-10 09:12:55.374 16 INFO neutron.plugins.ml2.plugin [None req-b2850e9d-13a1-4b2e-ab8f-5776cb9cc70c - - - - - -] Attempt 1 to provision port 3207edf7-984a-44bc-9363-f2ecafc1b46f 2026-06-10 09:13:01.107 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 3207edf7-984a-44bc-9363-f2ecafc1b46f 2026-06-10 09:13:01.224 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d71bfdd6-d08d-4799-aa29-f3f698e2010f'] response: {'server_uuid': '86db3abb-0b40-42c9-bb88-a652378105f4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3207edf7-984a-44bc-9363-f2ecafc1b46f', 'code': 200} 2026-06-10 09:13:03.101 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 3207edf7-984a-44bc-9363-f2ecafc1b46f 2026-06-10 09:13:05.217 13 INFO neutron.plugins.ml2.plugin [None req-06d08462-fb60-4d09-aee2-7b0486f3ffae - - - - - -] Attempt 1 to provision port b0c4b129-a955-4b8d-8b25-e1112016d7c4 2026-06-10 09:13:19.924 13 INFO neutron.plugins.ml2.plugin [None req-d513d2dc-03bb-4f70-87be-12239dd50b69 - - - - - -] Attempt 1 to provision port 3207edf7-984a-44bc-9363-f2ecafc1b46f 2026-06-10 09:13:21.168 13 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port 3207edf7-984a-44bc-9363-f2ecafc1b46f 2026-06-10 09:13:21.349 16 INFO neutron.plugins.ml2.plugin [None req-e20e91ce-22bf-467a-8248-9d9f5ec61b88 - - - - - -] Attempt 1 to provision port 3207edf7-984a-44bc-9363-f2ecafc1b46f 2026-06-10 09:13:29.130 16 INFO neutron.plugins.ml2.plugin [None req-b1d689e6-2038-4f6e-bd39-c9375f8206a9 - - - - - -] Attempt 1 to provision port b0c4b129-a955-4b8d-8b25-e1112016d7c4 2026-06-10 09:13:29.778 13 INFO neutron.plugins.ml2.plugin [None req-92f77c6d-0cfb-4e8a-a4ad-72f13ba05eca - - - - - -] Attempt 1 to provision port b0c4b129-a955-4b8d-8b25-e1112016d7c4 2026-06-10 09:14:13.237 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe936244-bf0a-45e8-af28-6cd6ecba5c45'] response: {'server_uuid': 'c81d6d11-6cf4-42e9-89d0-47bfaeeef674', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '51c2a74f-1da2-4ecb-a7e7-6552c19f05d0', 'code': 200}