+ 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-30 09:37:14.637 1 INFO neutron.common.config [-] Logging enabled! 2026-06-30 09:37:14.637 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 27.0.0 2026-06-30 09:37:14.637 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-06-30 09:37:14.637 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-30 09:37:16.056 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-30 09:37:16.058 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-30 09:37:16.061 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-30 09:37:16.062 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-30 09:37:16.062 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-30 09:37:16.063 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-30 09:37:16.063 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 09:37:16.069 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 09:37:16.069 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 09:37:16.069 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-30 09:37:16.088 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-30 09:37:16.089 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-30 09:37:16.089 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-30 09:37:16.106 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-30 09:37:16.106 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-30 09:37:16.107 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-30 09:37:16.107 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-30 09:37:16.371 1 INFO neutron.plugins.ml2.managers [None req-a0028cfe-83eb-4e43-ba76-ba615404f11c - - - - - -] Initializing driver for type 'vlan' 2026-06-30 09:37:16.519 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a0028cfe-83eb-4e43-ba76-ba615404f11c - - - - - -] VlanTypeDriver initialization complete 2026-06-30 09:37:16.519 1 INFO neutron.plugins.ml2.managers [None req-a0028cfe-83eb-4e43-ba76-ba615404f11c - - - - - -] Initializing driver for type 'vxlan' 2026-06-30 09:37:16.520 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a0028cfe-83eb-4e43-ba76-ba615404f11c - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-30 09:37:16.570 1 INFO neutron.plugins.ml2.managers [None req-a0028cfe-83eb-4e43-ba76-ba615404f11c - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-30 09:37:16.570 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a0028cfe-83eb-4e43-ba76-ba615404f11c - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-30 09:37:16.570 1 INFO neutron.plugins.ml2.managers [None req-a0028cfe-83eb-4e43-ba76-ba615404f11c - - - - - -] Initializing extension driver 'port_security' 2026-06-30 09:37:16.570 1 INFO neutron.plugins.ml2.extensions.port_security [None req-a0028cfe-83eb-4e43-ba76-ba615404f11c - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-30 09:37:16.570 1 INFO neutron.plugins.ml2.managers [None req-a0028cfe-83eb-4e43-ba76-ba615404f11c - - - - - -] Initializing extension driver 'qos' 2026-06-30 09:37:16.571 1 INFO neutron.plugins.ml2.managers [None req-a0028cfe-83eb-4e43-ba76-ba615404f11c - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-30 09:37:16.571 1 INFO neutron.plugins.ml2.managers [None req-a0028cfe-83eb-4e43-ba76-ba615404f11c - - - - - -] Initializing mechanism driver 'l2population' 2026-06-30 09:37:16.587 1 INFO neutron.quota [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded quota_driver: . 2026-06-30 09:37:16.588 1 INFO neutron.plugins.ml2.plugin [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Modular L2 Plugin initialization complete 2026-06-30 09:37:16.588 1 INFO neutron.plugins.ml2.managers [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-30 09:37:16.588 1 INFO neutron.plugins.ml2.managers [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-30 09:37:16.588 1 INFO neutron.plugins.ml2.managers [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Got port-security extension from driver 'port_security' 2026-06-30 09:37:16.588 1 INFO neutron.manager [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loading Plugin: qos 2026-06-30 09:37:16.600 1 INFO neutron.manager [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loading Plugin: router 2026-06-30 09:37:16.635 1 INFO neutron.services.service_base [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-30 09:37:16.635 1 INFO neutron.manager [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loading Plugin: segments 2026-06-30 09:37:16.696 1 INFO neutron.manager [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loading Plugin: trunk 2026-06-30 09:37:16.712 1 INFO neutron.manager [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loading Plugin: vpnaas 2026-06-30 09:37:16.744 1 WARNING stevedore.named [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-30 09:37:16.816 1 INFO neutron_vpnaas.services.vpn.plugin [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-30 09:37:16.817 1 INFO neutron.common.utils [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-30 09:37:16.817 1 INFO neutron.manager [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loading Plugin: taas 2026-06-30 09:37:16.836 1 WARNING stevedore.named [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-30 09:37:16.837 1 WARNING stevedore.named [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-30 09:37:16.862 1 INFO neutron_taas.services.taas.taas_plugin [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-30 09:37:16.862 1 INFO neutron.manager [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loading Plugin: tapmirror 2026-06-30 09:37:16.874 1 WARNING stevedore.named [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-30 09:37:16.875 1 WARNING stevedore.named [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-30 09:37:16.892 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-30 09:37:16.892 1 INFO neutron.manager [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loading Plugin: auto_allocate 2026-06-30 09:37:16.900 1 INFO neutron.manager [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loading Plugin: tag 2026-06-30 09:37:16.908 1 INFO neutron.manager [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loading Plugin: timestamp 2026-06-30 09:37:16.911 1 INFO neutron.manager [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loading Plugin: network_ip_availability 2026-06-30 09:37:16.914 1 INFO neutron.manager [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loading Plugin: flavors 2026-06-30 09:37:16.917 1 INFO neutron.manager [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loading Plugin: revisions 2026-06-30 09:37:16.920 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Initializing extension manager. 2026-06-30 09:37:16.921 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: address-group 2026-06-30 09:37:16.922 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: address-scope 2026-06-30 09:37:16.922 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-30 09:37:16.923 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: agent 2026-06-30 09:37:16.923 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: agent-resources-synced 2026-06-30 09:37:16.924 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: allowed-address-pairs 2026-06-30 09:37:16.925 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: auto-allocated-topology 2026-06-30 09:37:16.926 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: availability_zone 2026-06-30 09:37:16.926 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: availability_zone_filter 2026-06-30 09:37:16.926 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-30 09:37:16.927 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: default-subnetpools 2026-06-30 09:37:16.929 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-30 09:37:16.929 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: dns-integration 2026-06-30 09:37:16.930 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: dns-domain-ports 2026-06-30 09:37:16.930 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-30 09:37:16.931 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: dvr 2026-06-30 09:37:16.931 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-30 09:37:16.931 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: empty-string-filtering 2026-06-30 09:37:16.932 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-30 09:37:16.932 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-30 09:37:16.933 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: external-net 2026-06-30 09:37:16.933 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-30 09:37:16.933 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: extraroute 2026-06-30 09:37:16.934 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: extraroute-atomic 2026-06-30 09:37:16.934 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-30 09:37:16.935 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-30 09:37:16.935 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-30 09:37:16.936 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-30 09:37:16.937 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: fip-port-details 2026-06-30 09:37:16.937 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: flavors 2026-06-30 09:37:16.938 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-30 09:37:16.943 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: floatingip-pools 2026-06-30 09:37:16.944 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: ip_allocation 2026-06-30 09:37:16.945 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: ip-substring-filtering 2026-06-30 09:37:16.945 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: l2_adjacency 2026-06-30 09:37:16.946 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: router 2026-06-30 09:37:16.947 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-30 09:37:16.948 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-30 09:37:16.948 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-30 09:37:16.949 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: ext-gw-mode 2026-06-30 09:37:16.949 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: l3-ha 2026-06-30 09:37:16.950 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-30 09:37:16.950 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-30 09:37:16.950 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: l3-flavors 2026-06-30 09:37:16.951 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-30 09:37:16.952 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-30 09:37:16.954 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-30 09:37:16.956 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-30 09:37:16.957 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-30 09:37:16.958 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-30 09:37:16.959 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-30 09:37:16.960 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: multi-provider 2026-06-30 09:37:16.960 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: net-mtu 2026-06-30 09:37:16.961 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: net-mtu-writable 2026-06-30 09:37:16.961 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: network_availability_zone 2026-06-30 09:37:16.962 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: network_ha 2026-06-30 09:37:16.963 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: network-ip-availability 2026-06-30 09:37:16.964 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-30 09:37:16.964 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: pagination 2026-06-30 09:37:16.965 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: port-device-profile 2026-06-30 09:37:16.965 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-30 09:37:16.965 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-30 09:37:16.966 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-30 09:37:16.966 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: port-mac-override 2026-06-30 09:37:16.967 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-30 09:37:16.967 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-30 09:37:16.967 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-30 09:37:16.968 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: port-resource-request 2026-06-30 09:37:16.969 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: port-resource-request-groups 2026-06-30 09:37:16.969 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-30 09:37:16.970 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: binding 2026-06-30 09:37:16.970 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: binding-extended 2026-06-30 09:37:16.971 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: port-security 2026-06-30 09:37:16.971 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: project-id 2026-06-30 09:37:16.971 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: provider 2026-06-30 09:37:16.972 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-30 09:37:16.974 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: qos 2026-06-30 09:37:16.974 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-30 09:37:16.975 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-30 09:37:16.976 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: qos-default 2026-06-30 09:37:16.976 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: qos-fip 2026-06-30 09:37:16.976 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-30 09:37:16.977 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: qos-gateway-ip 2026-06-30 09:37:16.977 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: qos-port-network-policy 2026-06-30 09:37:16.978 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: qos-pps-minimum 2026-06-30 09:37:16.978 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-30 09:37:16.979 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: qos-pps 2026-06-30 09:37:16.979 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: qos-rule-type-details 2026-06-30 09:37:16.980 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-30 09:37:16.980 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: qos-rules-alias 2026-06-30 09:37:16.981 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: quota-check-limit 2026-06-30 09:37:16.981 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: quota-check-limit-default 2026-06-30 09:37:16.983 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: quotas 2026-06-30 09:37:16.985 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: quota_details 2026-06-30 09:37:16.987 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: rbac-policies 2026-06-30 09:37:16.987 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: rbac-address-group 2026-06-30 09:37:16.987 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: rbac-address-scope 2026-06-30 09:37:16.988 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: rbac-security-groups 2026-06-30 09:37:16.988 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: rbac-subnetpool 2026-06-30 09:37:16.989 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: revision-if-match 2026-06-30 09:37:16.989 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: standard-attr-revisions 2026-06-30 09:37:16.990 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: router_availability_zone 2026-06-30 09:37:16.990 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-30 09:37:16.991 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: security-groups-default-rules 2026-06-30 09:37:16.992 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-30 09:37:16.992 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-30 09:37:16.993 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-30 09:37:16.993 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-30 09:37:16.993 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-30 09:37:16.997 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: security-group 2026-06-30 09:37:16.998 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: segment 2026-06-30 09:37:16.998 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-30 09:37:16.999 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: service-type 2026-06-30 09:37:16.999 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: sorting 2026-06-30 09:37:17.000 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: standard-attr-segment 2026-06-30 09:37:17.000 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: standard-attr-description 2026-06-30 09:37:17.001 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: stateful-security-group 2026-06-30 09:37:17.001 1 WARNING neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-30 09:37:17.001 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-30 09:37:17.002 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: subnet-external-network 2026-06-30 09:37:17.002 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: subnet_onboard 2026-06-30 09:37:17.003 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-30 09:37:17.003 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: subnet-service-types 2026-06-30 09:37:17.004 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: subnet_allocation 2026-06-30 09:37:17.004 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-30 09:37:17.005 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: tag-creation 2026-06-30 09:37:17.005 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-30 09:37:17.009 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: standard-attr-tag 2026-06-30 09:37:17.010 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-30 09:37:17.010 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: trunk 2026-06-30 09:37:17.011 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: trunk-details 2026-06-30 09:37:17.011 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-30 09:37:17.012 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-30 09:37:17.012 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-30 09:37:17.013 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-30 09:37:17.016 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-30 09:37:17.016 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-30 09:37:17.017 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: vpn-flavors 2026-06-30 09:37:17.018 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: vpnaas 2026-06-30 09:37:17.020 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: taas 2026-06-30 09:37:17.021 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: tap-mirror 2026-06-30 09:37:17.021 1 INFO neutron.api.extensions [None req-b28de5aa-7f92-4fbb-835c-1a025785338a - - - - - -] Loaded extension: taas-vlan-filter 2026-06-30 09:37:47.117 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-06-30 09:37:47.189 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-06-30 09:37:47.189 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-06-30 09:38:01.412 13 INFO neutron.db.l3_hamode_db [None req-1101d336-a256-438f-8bd9-3c0f9e5fb33d - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 09:38:15.647 16 INFO neutron.plugins.ml2.plugin [None req-9e4c2c6b-c528-4d64-acf6-e484516b75f1 - - - - - -] Attempt 1 to provision port c85e2d87-7712-43a7-bec8-b13bd42043b6 2026-06-30 09:38:15.749 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port c85e2d87-7712-43a7-bec8-b13bd42043b6 2026-06-30 09:38:17.314 16 INFO neutron.plugins.ml2.plugin [None req-b7e2f84f-92aa-4f48-a986-3dfd764a1456 - - - - - -] Attempt 1 to provision port c85e2d87-7712-43a7-bec8-b13bd42043b6 2026-06-30 09:38:17.663 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port c85e2d87-7712-43a7-bec8-b13bd42043b6 2026-06-30 09:42:51.762 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port c66b349c-17e8-4785-9c6f-3be0555298ac 2026-06-30 09:42:51.783 13 INFO neutron.plugins.ml2.plugin [None req-304fa8c2-59e4-4f84-8a9e-674f598b72db - - - - - -] Attempt 1 to provision port c66b349c-17e8-4785-9c6f-3be0555298ac 2026-06-30 09:42:53.446 16 INFO neutron.plugins.ml2.plugin [None req-420b73d7-4821-454e-a95b-4a744385ed6b - - - - - -] Attempt 1 to provision port c66b349c-17e8-4785-9c6f-3be0555298ac 2026-06-30 09:42:53.729 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port c66b349c-17e8-4785-9c6f-3be0555298ac 2026-06-30 09:42:58.863 13 INFO neutron.plugins.ml2.plugin [None req-b79d1d99-c3e7-43a2-9362-9db0c75fa24a - - - - - -] Attempt 1 to provision port 01ee0db7-474c-4792-9437-e5f88024711e 2026-06-30 09:46:40.403 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 01ee0db7-474c-4792-9437-e5f88024711e 2026-06-30 09:46:41.846 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 01ee0db7-474c-4792-9437-e5f88024711e 2026-06-30 09:55:37.988 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 65b5b5a3-f5ea-488a-8f5a-b7006801fe9e 2026-06-30 09:55:39.984 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 65b5b5a3-f5ea-488a-8f5a-b7006801fe9e 2026-06-30 10:05:43.400 16 INFO neutron.plugins.ml2.plugin [None req-e33ab31c-4690-40f7-b11c-2b2ce6d7026c - - - - - -] Attempt 1 to provision port 01ee0db7-474c-4792-9437-e5f88024711e 2026-06-30 10:05:43.446 16 INFO neutron.plugins.ml2.plugin [None req-e33ab31c-4690-40f7-b11c-2b2ce6d7026c - - - - - -] Attempt 1 to provision port c66b349c-17e8-4785-9c6f-3be0555298ac 2026-06-30 10:05:43.494 16 INFO neutron.plugins.ml2.plugin [None req-e33ab31c-4690-40f7-b11c-2b2ce6d7026c - - - - - -] Attempt 1 to provision port c85e2d87-7712-43a7-bec8-b13bd42043b6 2026-06-30 10:11:46.330 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 033bf5d7-3a54-4b81-acda-2714f22c38b4 2026-06-30 10:11:47.699 13 INFO neutron.plugins.ml2.plugin [None req-d7b138de-595a-4384-8cf7-5d3e40a55792 - - - - - -] Attempt 1 to provision port 033bf5d7-3a54-4b81-acda-2714f22c38b4 2026-06-30 10:11:48.327 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 033bf5d7-3a54-4b81-acda-2714f22c38b4 2026-06-30 10:11:52.315 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 780cc8cc-61b0-4325-b066-7129f0268992 2026-06-30 10:11:54.749 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port ba71b7ec-70a1-4776-9d9a-983a396b77df 2026-06-30 10:11:55.140 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port d03e71ba-b260-4503-8d3f-b4cb09f26812 2026-06-30 10:11:56.036 16 INFO neutron.plugins.ml2.plugin [None req-56e7947a-1137-401f-a5cf-ee7d84981674 - - - - - -] Attempt 1 to provision port ba71b7ec-70a1-4776-9d9a-983a396b77df 2026-06-30 10:11:56.133 16 INFO neutron.plugins.ml2.plugin [None req-56e7947a-1137-401f-a5cf-ee7d84981674 - - - - - -] Attempt 1 to provision port 6051db3f-333d-4b7c-b991-37fd70a9ad74 2026-06-30 10:11:56.396 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port d03e71ba-b260-4503-8d3f-b4cb09f26812 2026-06-30 10:11:56.618 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port ba71b7ec-70a1-4776-9d9a-983a396b77df 2026-06-30 10:11:56.862 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port e9f2791d-f0ec-45b2-9477-5fbcc98894b7 2026-06-30 10:11:58.262 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port e9f2791d-f0ec-45b2-9477-5fbcc98894b7 2026-06-30 10:12:00.960 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 105bbf14-2806-4000-934d-3a6ebf8340fc 2026-06-30 10:12:01.339 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port bdab187c-496b-40ce-a7b9-243f7d3890c0 2026-06-30 10:12:01.722 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-af0984c9-e9ff-4640-9007-1d7ae848da71'] response: {'server_uuid': '97a0331f-44a8-43d0-8d2f-7e16d8f1b0bf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '105bbf14-2806-4000-934d-3a6ebf8340fc', 'code': 200} 2026-06-30 10:12:02.333 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 105bbf14-2806-4000-934d-3a6ebf8340fc 2026-06-30 10:12:02.554 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port bdab187c-496b-40ce-a7b9-243f7d3890c0 2026-06-30 10:12:09.013 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-aecbae06-0711-43df-ba7d-d48edd72f946'] response: {'server_uuid': '97a0331f-44a8-43d0-8d2f-7e16d8f1b0bf', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '105bbf14-2806-4000-934d-3a6ebf8340fc', 'code': 200} 2026-06-30 10:12:11.598 13 INFO neutron.plugins.ml2.plugin [None req-5c900523-9c56-45b1-ae37-ad47af75b11c - - - - - -] Attempt 1 to provision port a17bd9d4-260b-4770-acb0-0a4cec2608d4 2026-06-30 10:12:11.643 13 INFO neutron.plugins.ml2.plugin [None req-5c900523-9c56-45b1-ae37-ad47af75b11c - - - - - -] Attempt 1 to provision port 582771f3-39a7-40dc-9463-fbd6fc5371a1 2026-06-30 10:12:11.676 13 INFO neutron.plugins.ml2.plugin [None req-5c900523-9c56-45b1-ae37-ad47af75b11c - - - - - -] Attempt 1 to provision port ba71b7ec-70a1-4776-9d9a-983a396b77df 2026-06-30 10:12:11.791 13 INFO neutron.plugins.ml2.plugin [None req-5c900523-9c56-45b1-ae37-ad47af75b11c - - - - - -] Attempt 1 to provision port bdab187c-496b-40ce-a7b9-243f7d3890c0 2026-06-30 10:12:11.840 13 INFO neutron.plugins.ml2.plugin [None req-5c900523-9c56-45b1-ae37-ad47af75b11c - - - - - -] Attempt 1 to provision port 6051db3f-333d-4b7c-b991-37fd70a9ad74 2026-06-30 10:12:14.895 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port aeff616c-eed2-480e-81dd-5b3bbabc0f2e 2026-06-30 10:12:14.992 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a46bb17-856a-44c5-901f-248464c0b430'] response: {'server_uuid': '17a23e5a-19b2-4c27-86c4-d00550f55c1d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'aeff616c-eed2-480e-81dd-5b3bbabc0f2e', 'code': 200} 2026-06-30 10:12:16.764 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port aeff616c-eed2-480e-81dd-5b3bbabc0f2e 2026-06-30 10:12:20.547 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 6f18e4ea-3e32-4ed1-a309-4e641dc445f8 2026-06-30 10:12:23.015 13 INFO neutron.plugins.ml2.plugin [None req-279640db-3a2d-4d01-bceb-3df4ff1bdc2a - - - - - -] Attempt 1 to provision port cb85c0da-258b-424c-971f-cb96e2a791e6 2026-06-30 10:12:26.376 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 32c9eab2-6cb1-46e7-8d17-f923cd955d6a 2026-06-30 10:12:28.416 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 32c9eab2-6cb1-46e7-8d17-f923cd955d6a 2026-06-30 10:12:32.447 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port a17bd9d4-260b-4770-acb0-0a4cec2608d4 2026-06-30 10:12:34.320 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port a17bd9d4-260b-4770-acb0-0a4cec2608d4 2026-06-30 10:12:34.551 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port cb85c0da-258b-424c-971f-cb96e2a791e6 2026-06-30 10:12:36.369 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 67a4d49f-d22a-42f8-96dc-3fd074ca3cdb 2026-06-30 10:12:36.708 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port cb85c0da-258b-424c-971f-cb96e2a791e6 2026-06-30 10:12:38.935 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 7a3c9d26-46f8-4088-91a6-b8ee546937cb 2026-06-30 10:12:39.042 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-dc4a53fb-ecc5-4e5e-84db-d9bec1573c4e'] response: {'server_uuid': 'aa2a0820-1aaf-44d9-9009-1820c3b29725', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7a3c9d26-46f8-4088-91a6-b8ee546937cb', 'code': 200} 2026-06-30 10:12:39.272 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 67a4d49f-d22a-42f8-96dc-3fd074ca3cdb 2026-06-30 10:12:39.709 13 INFO neutron.plugins.ml2.plugin [None req-ed240c0b-0def-4b0d-80c9-9fc97d360557 - - - - - -] Attempt 1 to provision port 1bf143e5-8ffb-4ff4-87b3-48d7dcacd9b1 2026-06-30 10:12:39.740 13 INFO neutron.plugins.ml2.plugin [None req-ed240c0b-0def-4b0d-80c9-9fc97d360557 - - - - - -] Attempt 1 to provision port 67a4d49f-d22a-42f8-96dc-3fd074ca3cdb 2026-06-30 10:12:39.798 13 INFO neutron.plugins.ml2.plugin [None req-ed240c0b-0def-4b0d-80c9-9fc97d360557 - - - - - -] Attempt 1 to provision port 6ae306e6-daf4-48c6-a7b7-de7ed5a62e3a 2026-06-30 10:12:39.834 13 INFO neutron.plugins.ml2.plugin [None req-ed240c0b-0def-4b0d-80c9-9fc97d360557 - - - - - -] Attempt 1 to provision port 7a3c9d26-46f8-4088-91a6-b8ee546937cb 2026-06-30 10:12:40.697 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 7a3c9d26-46f8-4088-91a6-b8ee546937cb 2026-06-30 10:12:42.263 13 WARNING neutron.plugins.ml2.plugin [None req-6d7d9f90-9a59-4447-9de0-87581cd15acb - - - - - -] Concurrent port binding operations failed on port 6ae306e6-daf4-48c6-a7b7-de7ed5a62e3a 2026-06-30 10:12:42.267 13 INFO neutron.plugins.ml2.plugin [None req-6d7d9f90-9a59-4447-9de0-87581cd15acb - - - - - -] Attempt 2 to bind port 6ae306e6-daf4-48c6-a7b7-de7ed5a62e3a 2026-06-30 10:12:42.770 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 1bf143e5-8ffb-4ff4-87b3-48d7dcacd9b1 2026-06-30 10:12:43.350 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 6ae306e6-daf4-48c6-a7b7-de7ed5a62e3a 2026-06-30 10:12:44.636 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 1bf143e5-8ffb-4ff4-87b3-48d7dcacd9b1 2026-06-30 10:12:44.835 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 6ae306e6-daf4-48c6-a7b7-de7ed5a62e3a 2026-06-30 10:12:46.999 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 86b95d9a-b2f7-4404-be12-fb8ea20038dd 2026-06-30 10:12:47.382 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port e7beae62-93ba-4fd6-afab-20b6a4713f7f 2026-06-30 10:12:48.685 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 86b95d9a-b2f7-4404-be12-fb8ea20038dd 2026-06-30 10:12:49.005 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port e7beae62-93ba-4fd6-afab-20b6a4713f7f 2026-06-30 10:12:49.765 16 INFO neutron.plugins.ml2.plugin [None req-2e318bee-5235-4c2d-a3a3-182d89c5a43b - - - - - -] Attempt 1 to provision port aeff616c-eed2-480e-81dd-5b3bbabc0f2e 2026-06-30 10:12:49.820 16 INFO neutron.plugins.ml2.plugin [None req-2e318bee-5235-4c2d-a3a3-182d89c5a43b - - - - - -] Attempt 1 to provision port 86b95d9a-b2f7-4404-be12-fb8ea20038dd 2026-06-30 10:12:49.887 16 INFO neutron.plugins.ml2.plugin [None req-2e318bee-5235-4c2d-a3a3-182d89c5a43b - - - - - -] Attempt 1 to provision port 1842f426-c6b2-4fd4-bb06-8009fbe33298 2026-06-30 10:12:50.878 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 1e8c331e-fe66-4151-bfc4-aafb6607471c 2026-06-30 10:12:53.206 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 1e8c331e-fe66-4151-bfc4-aafb6607471c 2026-06-30 10:12:53.500 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 470df22a-758d-4717-83a9-c197d8b6d386 2026-06-30 10:12:53.948 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 385da685-a89f-4458-bcef-260d65474d24 2026-06-30 10:12:55.644 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 470df22a-758d-4717-83a9-c197d8b6d386 2026-06-30 10:12:55.954 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 385da685-a89f-4458-bcef-260d65474d24 2026-06-30 10:12:59.830 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 4cbfaaa9-9320-4525-9891-075343be126a 2026-06-30 10:13:01.793 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 4cbfaaa9-9320-4525-9891-075343be126a 2026-06-30 10:13:02.036 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 1dd4b472-bd21-493c-a05c-82f836f9e423 2026-06-30 10:13:03.693 13 INFO neutron.plugins.ml2.plugin [None req-54780884-71f0-42c0-8424-e2e562c43414 - - - - - -] Attempt 1 to provision port 4cbfaaa9-9320-4525-9891-075343be126a 2026-06-30 10:13:03.742 13 INFO neutron.plugins.ml2.plugin [None req-54780884-71f0-42c0-8424-e2e562c43414 - - - - - -] Attempt 1 to provision port 8e618425-9627-4798-8475-5c46f0a8f7f1 2026-06-30 10:13:03.770 13 INFO neutron.plugins.ml2.plugin [None req-54780884-71f0-42c0-8424-e2e562c43414 - - - - - -] Attempt 1 to provision port 3ea44fcd-2728-4897-b915-16a54a092aa4 2026-06-30 10:13:03.790 13 INFO neutron.plugins.ml2.plugin [None req-54780884-71f0-42c0-8424-e2e562c43414 - - - - - -] Attempt 1 to provision port 470df22a-758d-4717-83a9-c197d8b6d386 2026-06-30 10:13:04.911 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port aeedc394-59c1-4a14-bc64-5e4b2043ba36 2026-06-30 10:13:05.110 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c59b9694-bf1f-4909-bfd7-1decb4855b04'] response: {'server_uuid': 'de15f9ae-287f-424a-842c-799620881c9f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'aeedc394-59c1-4a14-bc64-5e4b2043ba36', 'code': 200} 2026-06-30 10:13:05.717 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 1dd4b472-bd21-493c-a05c-82f836f9e423 2026-06-30 10:13:06.723 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port aeedc394-59c1-4a14-bc64-5e4b2043ba36 2026-06-30 10:13:08.460 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port f842ae83-4508-4932-89cb-6dd9b58825e8 2026-06-30 10:13:11.625 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port f842ae83-4508-4932-89cb-6dd9b58825e8 2026-06-30 10:13:11.955 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 4355071e-8d56-4cf9-82d1-d5c82b8007eb 2026-06-30 10:13:12.140 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-21f32b29-7def-4214-87f9-d849284522d1'] response: {'server_uuid': 'dd611760-31a8-4038-9820-6d9f37d55d77', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4355071e-8d56-4cf9-82d1-d5c82b8007eb', 'code': 200} 2026-06-30 10:13:14.006 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 7a59109c-7308-49da-8aae-750a3c30a9d3 2026-06-30 10:13:14.214 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-120b1152-2681-4861-82f1-d6d44ad305f1'] response: {'server_uuid': 'd06bc51f-ea12-480f-96f6-1822ad0322e7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7a59109c-7308-49da-8aae-750a3c30a9d3', 'code': 200} 2026-06-30 10:13:14.738 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 4c9ce839-aa83-4cc6-99fc-0ca9197865e7 2026-06-30 10:13:15.450 13 WARNING neutron.plugins.ml2.plugin [None req-54ad0955-e936-4882-8d32-93dc9990f9a4 - - - - - -] Concurrent port binding operations failed on port 1842f426-c6b2-4fd4-bb06-8009fbe33298 2026-06-30 10:13:15.454 13 INFO neutron.plugins.ml2.plugin [None req-54ad0955-e936-4882-8d32-93dc9990f9a4 - - - - - -] Attempt 2 to bind port 1842f426-c6b2-4fd4-bb06-8009fbe33298 2026-06-30 10:13:15.537 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 4355071e-8d56-4cf9-82d1-d5c82b8007eb 2026-06-30 10:13:17.091 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 7a59109c-7308-49da-8aae-750a3c30a9d3 2026-06-30 10:13:17.347 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 8e618425-9627-4798-8475-5c46f0a8f7f1 2026-06-30 10:13:17.628 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 4c9ce839-aa83-4cc6-99fc-0ca9197865e7 2026-06-30 10:13:17.876 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 1b2a4945-d4e1-4af3-bbf7-a080b4073347 2026-06-30 10:13:18.130 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 1842f426-c6b2-4fd4-bb06-8009fbe33298 2026-06-30 10:13:18.294 16 INFO neutron.plugins.ml2.plugin [None req-d629bae9-97ce-449d-9388-e3fcb48734bb - - - - - -] Attempt 1 to provision port fbab243f-9c2b-40df-b91a-527a36c6c3b5 2026-06-30 10:13:18.384 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port fbab243f-9c2b-40df-b91a-527a36c6c3b5 2026-06-30 10:13:18.544 16 INFO neutron.plugins.ml2.plugin [None req-d629bae9-97ce-449d-9388-e3fcb48734bb - - - - - -] Attempt 1 to provision port 0ed21594-276d-4132-a41b-7e9281602679 2026-06-30 10:13:18.589 16 INFO neutron.plugins.ml2.plugin [None req-d629bae9-97ce-449d-9388-e3fcb48734bb - - - - - -] Attempt 1 to provision port 1b2a4945-d4e1-4af3-bbf7-a080b4073347 2026-06-30 10:13:18.658 16 INFO neutron.plugins.ml2.plugin [None req-d629bae9-97ce-449d-9388-e3fcb48734bb - - - - - -] Attempt 1 to provision port 4c9ce839-aa83-4cc6-99fc-0ca9197865e7 2026-06-30 10:13:18.712 16 INFO neutron.plugins.ml2.plugin [None req-d629bae9-97ce-449d-9388-e3fcb48734bb - - - - - -] Attempt 1 to provision port 7a59109c-7308-49da-8aae-750a3c30a9d3 2026-06-30 10:13:18.761 16 INFO neutron.plugins.ml2.plugin [None req-d629bae9-97ce-449d-9388-e3fcb48734bb - - - - - -] Attempt 1 to provision port 7342115b-848e-4aed-8b29-e27e3d18400c 2026-06-30 10:13:18.780 16 INFO neutron.plugins.ml2.plugin [None req-d629bae9-97ce-449d-9388-e3fcb48734bb - - - - - -] Attempt 1 to provision port 4355071e-8d56-4cf9-82d1-d5c82b8007eb 2026-06-30 10:13:18.837 16 INFO neutron.plugins.ml2.plugin [None req-d629bae9-97ce-449d-9388-e3fcb48734bb - - - - - -] Attempt 1 to provision port 3ea44fcd-2728-4897-b915-16a54a092aa4 2026-06-30 10:13:18.986 16 INFO neutron.plugins.ml2.plugin [None req-d629bae9-97ce-449d-9388-e3fcb48734bb - - - - - -] Attempt 1 to provision port 86b95d9a-b2f7-4404-be12-fb8ea20038dd 2026-06-30 10:13:19.047 16 INFO neutron.plugins.ml2.plugin [None req-d629bae9-97ce-449d-9388-e3fcb48734bb - - - - - -] Attempt 1 to provision port 470df22a-758d-4717-83a9-c197d8b6d386 2026-06-30 10:13:20.068 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 1b2a4945-d4e1-4af3-bbf7-a080b4073347 2026-06-30 10:13:20.281 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port fbab243f-9c2b-40df-b91a-527a36c6c3b5 2026-06-30 10:13:20.497 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 1842f426-c6b2-4fd4-bb06-8009fbe33298 2026-06-30 10:13:20.629 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 3ea44fcd-2728-4897-b915-16a54a092aa4 2026-06-30 10:13:21.928 13 INFO neutron.plugins.ml2.plugin [None req-10f7e844-70d2-4f26-8ffc-b6413effe725 - - - - - -] Attempt 1 to provision port fbab243f-9c2b-40df-b91a-527a36c6c3b5 2026-06-30 10:13:21.970 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 7342115b-848e-4aed-8b29-e27e3d18400c 2026-06-30 10:13:22.254 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 0ed21594-276d-4132-a41b-7e9281602679 2026-06-30 10:13:23.895 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 7342115b-848e-4aed-8b29-e27e3d18400c 2026-06-30 10:13:24.102 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 0ed21594-276d-4132-a41b-7e9281602679 2026-06-30 10:13:26.762 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 83cffed2-b91d-4caf-8931-9574472176b0 2026-06-30 10:13:27.125 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 1678c307-ac97-436c-a1d4-d79bf51a10f1 2026-06-30 10:13:27.261 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf9ed68e-80e7-4a1d-8e44-d14c6e151a16'] response: {'server_uuid': '5162a53d-0ec9-49e2-a92e-aba18a9db886', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1678c307-ac97-436c-a1d4-d79bf51a10f1', 'code': 200} 2026-06-30 10:13:27.581 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 21f45460-2eb2-4f81-85dd-c06353fdcbe1 2026-06-30 10:13:28.852 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 83cffed2-b91d-4caf-8931-9574472176b0 2026-06-30 10:13:29.076 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 1678c307-ac97-436c-a1d4-d79bf51a10f1 2026-06-30 10:13:29.273 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 62a62ad5-164b-4c6b-97cf-2fc2562ae9dd 2026-06-30 10:13:29.708 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 21f45460-2eb2-4f81-85dd-c06353fdcbe1 2026-06-30 10:13:30.966 16 INFO neutron.plugins.ml2.plugin [None req-bac0785f-646e-4cde-8561-9f2c6e771e8e - - - - - -] Attempt 1 to provision port 62a62ad5-164b-4c6b-97cf-2fc2562ae9dd 2026-06-30 10:13:31.023 16 INFO neutron.plugins.ml2.plugin [None req-bac0785f-646e-4cde-8561-9f2c6e771e8e - - - - - -] Attempt 1 to provision port 21f45460-2eb2-4f81-85dd-c06353fdcbe1 2026-06-30 10:13:31.103 16 INFO neutron.plugins.ml2.plugin [None req-bac0785f-646e-4cde-8561-9f2c6e771e8e - - - - - -] Attempt 1 to provision port 83cffed2-b91d-4caf-8931-9574472176b0 2026-06-30 10:13:31.143 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 62a62ad5-164b-4c6b-97cf-2fc2562ae9dd 2026-06-30 10:13:31.177 16 INFO neutron.plugins.ml2.plugin [None req-bac0785f-646e-4cde-8561-9f2c6e771e8e - - - - - -] Attempt 1 to provision port 1678c307-ac97-436c-a1d4-d79bf51a10f1 2026-06-30 10:13:34.900 16 INFO neutron.plugins.ml2.plugin [None req-42141015-4513-4460-b81e-eecc1ffca69e - - - - - -] Attempt 1 to provision port fbab243f-9c2b-40df-b91a-527a36c6c3b5 2026-06-30 10:13:34.955 16 INFO neutron.plugins.ml2.plugin [None req-42141015-4513-4460-b81e-eecc1ffca69e - - - - - -] Attempt 1 to provision port 83cffed2-b91d-4caf-8931-9574472176b0 2026-06-30 10:13:49.191 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port bedeac00-f91a-4cf6-b6dd-171cb20735ad 2026-06-30 10:13:49.548 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port a5e60751-6943-43ee-b3f0-d469f49ba327 2026-06-30 10:13:51.291 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port bedeac00-f91a-4cf6-b6dd-171cb20735ad 2026-06-30 10:13:51.557 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port a5e60751-6943-43ee-b3f0-d469f49ba327 2026-06-30 10:13:51.778 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 8f604c41-7875-4ffd-a080-bc1b988e1d2f 2026-06-30 10:13:53.358 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port dba95249-b194-4db2-ac1e-ab8c649542fb 2026-06-30 10:13:53.716 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 8f604c41-7875-4ffd-a080-bc1b988e1d2f 2026-06-30 10:13:55.214 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port dba95249-b194-4db2-ac1e-ab8c649542fb 2026-06-30 10:13:57.229 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port ed572b88-a5cd-4943-b7db-b6082ef83e60 2026-06-30 10:13:59.281 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port ed572b88-a5cd-4943-b7db-b6082ef83e60 2026-06-30 10:14:01.734 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 6e985503-bf59-4638-952b-4df9efba8c01 2026-06-30 10:14:02.143 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 7af29d43-fece-4062-a7d7-72c618ba9e91 2026-06-30 10:14:02.260 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-0d9445fa-9a4e-4356-b0ca-cab1612a5046'] response: {'server_uuid': '948af49c-6c21-40de-8255-deaad51958d1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7af29d43-fece-4062-a7d7-72c618ba9e91', 'code': 200} 2026-06-30 10:14:03.291 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 7af29d43-fece-4062-a7d7-72c618ba9e91 2026-06-30 10:14:03.546 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 6e985503-bf59-4638-952b-4df9efba8c01 2026-06-30 10:14:06.680 13 INFO neutron.plugins.ml2.plugin [None req-3dacd2f6-aaa2-494f-ab34-2684d11eda34 - - - - - -] Attempt 1 to provision port dba95249-b194-4db2-ac1e-ab8c649542fb 2026-06-30 10:14:06.735 13 INFO neutron.plugins.ml2.plugin [None req-3dacd2f6-aaa2-494f-ab34-2684d11eda34 - - - - - -] Attempt 1 to provision port ed572b88-a5cd-4943-b7db-b6082ef83e60 2026-06-30 10:14:06.817 13 INFO neutron.plugins.ml2.plugin [None req-3dacd2f6-aaa2-494f-ab34-2684d11eda34 - - - - - -] Attempt 1 to provision port a5e60751-6943-43ee-b3f0-d469f49ba327 2026-06-30 10:14:06.860 13 INFO neutron.plugins.ml2.plugin [None req-3dacd2f6-aaa2-494f-ab34-2684d11eda34 - - - - - -] Attempt 1 to provision port 000c0de0-d6f8-4117-a308-0c04558fdfbd 2026-06-30 10:14:06.881 13 INFO neutron.plugins.ml2.plugin [None req-3dacd2f6-aaa2-494f-ab34-2684d11eda34 - - - - - -] Attempt 1 to provision port d8b691b2-4a1b-4bb6-aac6-d11bc3c8c776 2026-06-30 10:14:06.910 13 INFO neutron.plugins.ml2.plugin [None req-3dacd2f6-aaa2-494f-ab34-2684d11eda34 - - - - - -] Attempt 1 to provision port 6e985503-bf59-4638-952b-4df9efba8c01 2026-06-30 10:14:06.956 13 INFO neutron.plugins.ml2.plugin [None req-3dacd2f6-aaa2-494f-ab34-2684d11eda34 - - - - - -] Attempt 1 to provision port 730e92e9-046c-45b6-9881-0982b601e274 2026-06-30 10:14:07.111 13 INFO neutron.plugins.ml2.plugin [None req-3dacd2f6-aaa2-494f-ab34-2684d11eda34 - - - - - -] Attempt 1 to provision port 5c912df2-2c75-40eb-a601-863d04230e3c 2026-06-30 10:14:07.150 13 INFO neutron.plugins.ml2.plugin [None req-3dacd2f6-aaa2-494f-ab34-2684d11eda34 - - - - - -] Attempt 1 to provision port e1dfd08f-354a-49c8-a098-02f289030cd3 2026-06-30 10:14:07.215 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 730e92e9-046c-45b6-9881-0982b601e274 2026-06-30 10:14:07.543 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port e1dfd08f-354a-49c8-a098-02f289030cd3 2026-06-30 10:14:09.795 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 730e92e9-046c-45b6-9881-0982b601e274 2026-06-30 10:14:09.982 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port e1dfd08f-354a-49c8-a098-02f289030cd3 2026-06-30 10:14:10.155 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 454db36c-326d-4c58-a713-d31df1ad7a18 2026-06-30 10:14:10.278 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-cdb7c2ea-101c-4fc3-86a4-197f8363e272'] response: {'server_uuid': '505e3ff5-ee43-449c-93e1-98d547671eb8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '454db36c-326d-4c58-a713-d31df1ad7a18', 'code': 200} 2026-06-30 10:14:11.306 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 000c0de0-d6f8-4117-a308-0c04558fdfbd 2026-06-30 10:14:11.655 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 5c912df2-2c75-40eb-a601-863d04230e3c 2026-06-30 10:14:11.947 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 454db36c-326d-4c58-a713-d31df1ad7a18 2026-06-30 10:14:13.202 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 65a8b70a-f3ee-4306-8148-2cb6a9d391af 2026-06-30 10:14:13.427 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port d8b691b2-4a1b-4bb6-aac6-d11bc3c8c776 2026-06-30 10:14:13.639 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 000c0de0-d6f8-4117-a308-0c04558fdfbd 2026-06-30 10:14:13.823 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 5c912df2-2c75-40eb-a601-863d04230e3c 2026-06-30 10:14:15.220 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 65a8b70a-f3ee-4306-8148-2cb6a9d391af 2026-06-30 10:14:15.503 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port d8b691b2-4a1b-4bb6-aac6-d11bc3c8c776 2026-06-30 10:14:24.843 16 INFO neutron.plugins.ml2.plugin [None req-98df95e9-749b-4d36-bde5-9913fe67cadb - - - - - -] Attempt 1 to provision port ed572b88-a5cd-4943-b7db-b6082ef83e60 2026-06-30 10:14:24.898 16 INFO neutron.plugins.ml2.plugin [None req-98df95e9-749b-4d36-bde5-9913fe67cadb - - - - - -] Attempt 1 to provision port 65a8b70a-f3ee-4306-8148-2cb6a9d391af 2026-06-30 10:14:24.942 16 INFO neutron.plugins.ml2.plugin [None req-98df95e9-749b-4d36-bde5-9913fe67cadb - - - - - -] Attempt 1 to provision port a5e60751-6943-43ee-b3f0-d469f49ba327 2026-06-30 10:14:24.984 16 INFO neutron.plugins.ml2.plugin [None req-98df95e9-749b-4d36-bde5-9913fe67cadb - - - - - -] Attempt 1 to provision port d8b691b2-4a1b-4bb6-aac6-d11bc3c8c776 2026-06-30 10:14:25.036 16 INFO neutron.plugins.ml2.plugin [None req-98df95e9-749b-4d36-bde5-9913fe67cadb - - - - - -] Attempt 1 to provision port 000c0de0-d6f8-4117-a308-0c04558fdfbd 2026-06-30 10:14:25.089 16 INFO neutron.plugins.ml2.plugin [None req-98df95e9-749b-4d36-bde5-9913fe67cadb - - - - - -] Attempt 1 to provision port 454db36c-326d-4c58-a713-d31df1ad7a18 2026-06-30 10:14:25.151 16 INFO neutron.plugins.ml2.plugin [None req-98df95e9-749b-4d36-bde5-9913fe67cadb - - - - - -] Attempt 1 to provision port 6e985503-bf59-4638-952b-4df9efba8c01 2026-06-30 10:14:25.196 16 INFO neutron.plugins.ml2.plugin [None req-98df95e9-749b-4d36-bde5-9913fe67cadb - - - - - -] Attempt 1 to provision port 730e92e9-046c-45b6-9881-0982b601e274 2026-06-30 10:14:25.209 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 48e108c2-1da0-43c7-8203-c87ee363992e 2026-06-30 10:14:25.242 16 INFO neutron.plugins.ml2.plugin [None req-98df95e9-749b-4d36-bde5-9913fe67cadb - - - - - -] Attempt 1 to provision port 5c912df2-2c75-40eb-a601-863d04230e3c 2026-06-30 10:14:25.335 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-01a518dd-6eae-4ad8-8661-a57a0c5f6276'] response: {'server_uuid': '8588fd8d-baae-413c-a26a-26f4feb04b6e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '48e108c2-1da0-43c7-8203-c87ee363992e', 'code': 200} 2026-06-30 10:14:27.220 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 48e108c2-1da0-43c7-8203-c87ee363992e 2026-06-30 10:14:32.191 13 INFO neutron.plugins.ml2.plugin [None req-61fffc86-44df-4f05-b78d-70b01f8ee4e8 - - - - - -] Attempt 1 to provision port 7af29d43-fece-4062-a7d7-72c618ba9e91 2026-06-30 10:14:32.243 13 INFO neutron.plugins.ml2.plugin [None req-61fffc86-44df-4f05-b78d-70b01f8ee4e8 - - - - - -] Attempt 1 to provision port 48e108c2-1da0-43c7-8203-c87ee363992e 2026-06-30 10:14:32.291 13 INFO neutron.plugins.ml2.plugin [None req-61fffc86-44df-4f05-b78d-70b01f8ee4e8 - - - - - -] Attempt 1 to provision port 000c0de0-d6f8-4117-a308-0c04558fdfbd 2026-06-30 10:14:32.342 13 INFO neutron.plugins.ml2.plugin [None req-61fffc86-44df-4f05-b78d-70b01f8ee4e8 - - - - - -] Attempt 1 to provision port 5c912df2-2c75-40eb-a601-863d04230e3c 2026-06-30 10:14:38.376 13 INFO neutron.plugins.ml2.plugin [None req-f0526507-1907-449d-b34c-6ef1de61721f - - - - - -] Attempt 1 to provision port 454db36c-326d-4c58-a713-d31df1ad7a18 2026-06-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8d64c41d-5e7a-4ebe-9744-da9c1af6b7d0 could not be found. 2026-06-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-30 10:14:47.821 16 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-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-30 10:14:47.821 16 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-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-30 10:14:47.821 16 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-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.821 16 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-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.821 16 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-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.821 16 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-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.821 16 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-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.821 16 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-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.821 16 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-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.821 16 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-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.821 16 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-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.821 16 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-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.821 16 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-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.821 16 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-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8d64c41d-5e7a-4ebe-9744-da9c1af6b7d0 could not be found. 2026-06-30 10:14:47.821 16 ERROR neutron.plugins.ml2.managers 2026-06-30 10:14:47.823 16 ERROR neutron.plugins.ml2.managers [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Failed to bind port f0836036-d479-48f2-9a04-7f204eea1929 on host instance for vnic_type normal using segments [{'id': '94a8f846-8494-455c-b344-cc5f9889d716', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 915, 'network_id': 'e81af110-ec32-4355-9cff-14eef69d09d9'}] 2026-06-30 10:14:47.823 16 INFO neutron.plugins.ml2.plugin [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Attempt 2 to bind port f0836036-d479-48f2-9a04-7f204eea1929 2026-06-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8d64c41d-5e7a-4ebe-9744-da9c1af6b7d0 could not be found. 2026-06-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-30 10:14:47.835 16 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-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-30 10:14:47.835 16 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-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-30 10:14:47.835 16 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-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.835 16 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-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.835 16 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-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.835 16 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-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.835 16 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-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.835 16 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-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.835 16 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-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.835 16 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-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.835 16 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-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.835 16 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-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.835 16 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-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.835 16 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-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8d64c41d-5e7a-4ebe-9744-da9c1af6b7d0 could not be found. 2026-06-30 10:14:47.835 16 ERROR neutron.plugins.ml2.managers 2026-06-30 10:14:47.836 16 ERROR neutron.plugins.ml2.managers [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Failed to bind port f0836036-d479-48f2-9a04-7f204eea1929 on host instance for vnic_type normal using segments [{'id': '94a8f846-8494-455c-b344-cc5f9889d716', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 915, 'network_id': 'e81af110-ec32-4355-9cff-14eef69d09d9'}] 2026-06-30 10:14:47.836 16 INFO neutron.plugins.ml2.plugin [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Attempt 3 to bind port f0836036-d479-48f2-9a04-7f204eea1929 2026-06-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8d64c41d-5e7a-4ebe-9744-da9c1af6b7d0 could not be found. 2026-06-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-30 10:14:47.847 16 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-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-30 10:14:47.847 16 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-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-30 10:14:47.847 16 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-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.847 16 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-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.847 16 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-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.847 16 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-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.847 16 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-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.847 16 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-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.847 16 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-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.847 16 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-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.847 16 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-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.847 16 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-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.847 16 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-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.847 16 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-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8d64c41d-5e7a-4ebe-9744-da9c1af6b7d0 could not be found. 2026-06-30 10:14:47.847 16 ERROR neutron.plugins.ml2.managers 2026-06-30 10:14:47.848 16 ERROR neutron.plugins.ml2.managers [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Failed to bind port f0836036-d479-48f2-9a04-7f204eea1929 on host instance for vnic_type normal using segments [{'id': '94a8f846-8494-455c-b344-cc5f9889d716', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 915, 'network_id': 'e81af110-ec32-4355-9cff-14eef69d09d9'}] 2026-06-30 10:14:47.849 16 INFO neutron.plugins.ml2.plugin [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Attempt 4 to bind port f0836036-d479-48f2-9a04-7f204eea1929 2026-06-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8d64c41d-5e7a-4ebe-9744-da9c1af6b7d0 could not be found. 2026-06-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-30 10:14:47.859 16 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-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-30 10:14:47.859 16 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-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-30 10:14:47.859 16 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-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.859 16 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-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.859 16 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-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.859 16 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-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.859 16 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-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.859 16 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-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.859 16 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-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.859 16 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-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.859 16 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-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.859 16 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-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.859 16 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-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.859 16 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-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8d64c41d-5e7a-4ebe-9744-da9c1af6b7d0 could not be found. 2026-06-30 10:14:47.859 16 ERROR neutron.plugins.ml2.managers 2026-06-30 10:14:47.860 16 ERROR neutron.plugins.ml2.managers [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Failed to bind port f0836036-d479-48f2-9a04-7f204eea1929 on host instance for vnic_type normal using segments [{'id': '94a8f846-8494-455c-b344-cc5f9889d716', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 915, 'network_id': 'e81af110-ec32-4355-9cff-14eef69d09d9'}] 2026-06-30 10:14:47.860 16 INFO neutron.plugins.ml2.plugin [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Attempt 5 to bind port f0836036-d479-48f2-9a04-7f204eea1929 2026-06-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8d64c41d-5e7a-4ebe-9744-da9c1af6b7d0 could not be found. 2026-06-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-30 10:14:47.872 16 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-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-30 10:14:47.872 16 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-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-30 10:14:47.872 16 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-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.872 16 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-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.872 16 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-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.872 16 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-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.872 16 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-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.872 16 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-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.872 16 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-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.872 16 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-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.872 16 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-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.872 16 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-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.872 16 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-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.872 16 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-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8d64c41d-5e7a-4ebe-9744-da9c1af6b7d0 could not be found. 2026-06-30 10:14:47.872 16 ERROR neutron.plugins.ml2.managers 2026-06-30 10:14:47.873 16 ERROR neutron.plugins.ml2.managers [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Failed to bind port f0836036-d479-48f2-9a04-7f204eea1929 on host instance for vnic_type normal using segments [{'id': '94a8f846-8494-455c-b344-cc5f9889d716', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 915, 'network_id': 'e81af110-ec32-4355-9cff-14eef69d09d9'}] 2026-06-30 10:14:47.873 16 INFO neutron.plugins.ml2.plugin [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Attempt 6 to bind port f0836036-d479-48f2-9a04-7f204eea1929 2026-06-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8d64c41d-5e7a-4ebe-9744-da9c1af6b7d0 could not be found. 2026-06-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-30 10:14:47.882 16 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-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-30 10:14:47.882 16 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-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-30 10:14:47.882 16 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-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.882 16 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-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.882 16 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-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.882 16 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-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.882 16 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-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.882 16 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-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.882 16 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-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.882 16 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-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.882 16 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-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.882 16 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-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.882 16 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-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.882 16 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-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8d64c41d-5e7a-4ebe-9744-da9c1af6b7d0 could not be found. 2026-06-30 10:14:47.882 16 ERROR neutron.plugins.ml2.managers 2026-06-30 10:14:47.883 16 ERROR neutron.plugins.ml2.managers [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Failed to bind port f0836036-d479-48f2-9a04-7f204eea1929 on host instance for vnic_type normal using segments [{'id': '94a8f846-8494-455c-b344-cc5f9889d716', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 915, 'network_id': 'e81af110-ec32-4355-9cff-14eef69d09d9'}] 2026-06-30 10:14:47.884 16 INFO neutron.plugins.ml2.plugin [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Attempt 7 to bind port f0836036-d479-48f2-9a04-7f204eea1929 2026-06-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8d64c41d-5e7a-4ebe-9744-da9c1af6b7d0 could not be found. 2026-06-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-30 10:14:47.894 16 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-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-30 10:14:47.894 16 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-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-30 10:14:47.894 16 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-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.894 16 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-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.894 16 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-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.894 16 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-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.894 16 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-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.894 16 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-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.894 16 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-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.894 16 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-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.894 16 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-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.894 16 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-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.894 16 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-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.894 16 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-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8d64c41d-5e7a-4ebe-9744-da9c1af6b7d0 could not be found. 2026-06-30 10:14:47.894 16 ERROR neutron.plugins.ml2.managers 2026-06-30 10:14:47.895 16 ERROR neutron.plugins.ml2.managers [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Failed to bind port f0836036-d479-48f2-9a04-7f204eea1929 on host instance for vnic_type normal using segments [{'id': '94a8f846-8494-455c-b344-cc5f9889d716', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 915, 'network_id': 'e81af110-ec32-4355-9cff-14eef69d09d9'}] 2026-06-30 10:14:47.895 16 INFO neutron.plugins.ml2.plugin [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Attempt 8 to bind port f0836036-d479-48f2-9a04-7f204eea1929 2026-06-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8d64c41d-5e7a-4ebe-9744-da9c1af6b7d0 could not be found. 2026-06-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-30 10:14:47.905 16 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-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-30 10:14:47.905 16 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-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-30 10:14:47.905 16 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-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.905 16 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-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.905 16 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-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.905 16 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-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.905 16 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-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.905 16 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-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.905 16 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-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.905 16 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-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.905 16 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-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.905 16 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-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.905 16 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-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.905 16 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-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8d64c41d-5e7a-4ebe-9744-da9c1af6b7d0 could not be found. 2026-06-30 10:14:47.905 16 ERROR neutron.plugins.ml2.managers 2026-06-30 10:14:47.907 16 ERROR neutron.plugins.ml2.managers [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Failed to bind port f0836036-d479-48f2-9a04-7f204eea1929 on host instance for vnic_type normal using segments [{'id': '94a8f846-8494-455c-b344-cc5f9889d716', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 915, 'network_id': 'e81af110-ec32-4355-9cff-14eef69d09d9'}] 2026-06-30 10:14:47.907 16 INFO neutron.plugins.ml2.plugin [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Attempt 9 to bind port f0836036-d479-48f2-9a04-7f204eea1929 2026-06-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8d64c41d-5e7a-4ebe-9744-da9c1af6b7d0 could not be found. 2026-06-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-30 10:14:47.917 16 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-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-30 10:14:47.917 16 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-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-30 10:14:47.917 16 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-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.917 16 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-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.917 16 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-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.917 16 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-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.917 16 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-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.917 16 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-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.917 16 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-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.917 16 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-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.917 16 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-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.917 16 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-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.917 16 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-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.917 16 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-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8d64c41d-5e7a-4ebe-9744-da9c1af6b7d0 could not be found. 2026-06-30 10:14:47.917 16 ERROR neutron.plugins.ml2.managers 2026-06-30 10:14:47.918 16 ERROR neutron.plugins.ml2.managers [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Failed to bind port f0836036-d479-48f2-9a04-7f204eea1929 on host instance for vnic_type normal using segments [{'id': '94a8f846-8494-455c-b344-cc5f9889d716', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 915, 'network_id': 'e81af110-ec32-4355-9cff-14eef69d09d9'}] 2026-06-30 10:14:47.918 16 INFO neutron.plugins.ml2.plugin [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Attempt 10 to bind port f0836036-d479-48f2-9a04-7f204eea1929 2026-06-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 8d64c41d-5e7a-4ebe-9744-da9c1af6b7d0 could not be found. 2026-06-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-30 10:14:47.928 16 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-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-30 10:14:47.928 16 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-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-30 10:14:47.928 16 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-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.928 16 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-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.928 16 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-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.928 16 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-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.928 16 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-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.928 16 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-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.928 16 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-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.928 16 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-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-30 10:14:47.928 16 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-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-30 10:14:47.928 16 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-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.928 16 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-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:14:47.928 16 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-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 8d64c41d-5e7a-4ebe-9744-da9c1af6b7d0 could not be found. 2026-06-30 10:14:47.928 16 ERROR neutron.plugins.ml2.managers 2026-06-30 10:14:47.929 16 ERROR neutron.plugins.ml2.managers [None req-8b89d29f-ef7b-4352-8b6c-54492b27bd42 - - - - - -] Failed to bind port f0836036-d479-48f2-9a04-7f204eea1929 on host instance for vnic_type normal using segments [{'id': '94a8f846-8494-455c-b344-cc5f9889d716', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 915, 'network_id': 'e81af110-ec32-4355-9cff-14eef69d09d9'}] 2026-06-30 10:14:52.661 16 INFO neutron.plugins.ml2.plugin [None req-fc28afe6-6e96-4030-bb28-f768877d6414 - - - - - -] Attempt 1 to provision port e377343e-89d7-4f78-9206-b886b8f3d697 2026-06-30 10:15:15.728 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port e0cc1535-8391-4033-80e7-58c2fba09be9 2026-06-30 10:15:15.827 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-908a6241-8edb-4b31-bdb8-d0a374c56983'] response: {'server_uuid': 'd99177a8-9223-415d-8821-211f30a031ae', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e0cc1535-8391-4033-80e7-58c2fba09be9', 'code': 200} 2026-06-30 10:15:16.540 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ab08957-5e1f-4bba-909e-0ecb3614ddc3'] response: {'server_uuid': '948af49c-6c21-40de-8255-deaad51958d1', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7af29d43-fece-4062-a7d7-72c618ba9e91', 'code': 200} 2026-06-30 10:15:17.819 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 7af29d43-fece-4062-a7d7-72c618ba9e91 2026-06-30 10:15:18.197 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port e0cc1535-8391-4033-80e7-58c2fba09be9 2026-06-30 10:15:18.574 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-3467c8d1-caf1-43e8-b3eb-fc0b2ffac255'] response: {'server_uuid': '948af49c-6c21-40de-8255-deaad51958d1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7af29d43-fece-4062-a7d7-72c618ba9e91', 'code': 200} 2026-06-30 10:15:19.195 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 7af29d43-fece-4062-a7d7-72c618ba9e91 2026-06-30 10:15:39.390 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-df7ed2f2-5327-47e1-8bb0-f1442add3642'] response: {'server_uuid': '948af49c-6c21-40de-8255-deaad51958d1', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7af29d43-fece-4062-a7d7-72c618ba9e91', 'code': 200} 2026-06-30 10:15:55.980 13 INFO neutron.plugins.ml2.plugin [None req-b31374a1-00c5-4194-8e42-f3b9ba32dc3a - - - - - -] Attempt 1 to provision port 45b594f2-f32a-463a-a136-2d5fe8764daf 2026-06-30 10:16:01.209 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 45b594f2-f32a-463a-a136-2d5fe8764daf 2026-06-30 10:16:01.315 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-015cf010-be25-41eb-a13e-ebcdcada313c'] response: {'server_uuid': 'd99177a8-9223-415d-8821-211f30a031ae', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '45b594f2-f32a-463a-a136-2d5fe8764daf', 'code': 200} 2026-06-30 10:16:03.223 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 45b594f2-f32a-463a-a136-2d5fe8764daf 2026-06-30 10:16:05.715 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 45b594f2-f32a-463a-a136-2d5fe8764daf 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server [None req-d242c824-1770-4604-8c11-43d44bd352a0 - - - - - -] Exception during message handling: neutron_lib.exceptions.PortNotFound: Port c35a65c6-8172-4541-87d7-daf69939b7ac could not be found. 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 292, in _get_port 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server port = model_query.get_by_id(context, models_v2.Port, id, 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/model_query.py", line 211, in get_by_id 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/query.py", line 2808, in one 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server return self._iter().one() # type: ignore 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 1815, in one 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 760, in _only_one_row 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 174, in _process_incoming 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server raise self.value 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server raise self.value 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server raise self.value 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 340, in get_dhcp_port 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server return plugin.get_port(context, port_id) 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server raise self.value 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server raise self.value 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server raise self.value 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1664, in get_port 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server port = self._get_port(context, id, lazy_fields=lazy_fields) 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 295, in _get_port 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server raise exceptions.PortNotFound(port_id=id) 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.PortNotFound: Port c35a65c6-8172-4541-87d7-daf69939b7ac could not be found. 2026-06-30 10:16:09.009 13 ERROR oslo_messaging.rpc.server 2026-06-30 10:16:17.294 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 6a7ae605-b847-4d19-87f4-3158adcfd53d 2026-06-30 10:16:17.889 16 INFO neutron.plugins.ml2.plugin [None req-af9f77b8-2fad-4bc4-b5d6-618ab6a68e3a - - - - - -] Attempt 1 to provision port 6a7ae605-b847-4d19-87f4-3158adcfd53d 2026-06-30 10:16:19.199 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 6a7ae605-b847-4d19-87f4-3158adcfd53d 2026-06-30 10:16:21.307 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port fb520ae0-4e41-4d2c-89f6-b6b372cbcecd 2026-06-30 10:16:25.218 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 55b4a8a4-8ceb-4b87-b284-d0c4f4bda7a6 2026-06-30 10:16:31.285 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port ea3f2691-9869-403a-86ee-4898f69ce7a0 2026-06-30 10:16:36.804 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 3b2137f2-2760-460e-80ac-07b75449b9ff 2026-06-30 10:16:36.922 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-323225a9-8ec8-4cdb-b6b3-b0932ba9a3f1'] response: {'server_uuid': 'd99177a8-9223-415d-8821-211f30a031ae', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3b2137f2-2760-460e-80ac-07b75449b9ff', 'code': 200} 2026-06-30 10:16:38.128 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 3b2137f2-2760-460e-80ac-07b75449b9ff 2026-06-30 10:16:46.291 13 INFO neutron.plugins.ml2.plugin [None req-747a3902-d76e-4367-b6e9-487d1dd09d69 - - - - - -] Attempt 1 to provision port fc09becd-f7ac-4894-bd02-799af0173a98 2026-06-30 10:16:54.028 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port fc09becd-f7ac-4894-bd02-799af0173a98 2026-06-30 10:16:54.156 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-4385bb59-4d30-4638-935f-7ce9a132a2ff'] response: {'server_uuid': 'd99177a8-9223-415d-8821-211f30a031ae', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fc09becd-f7ac-4894-bd02-799af0173a98', 'code': 200} 2026-06-30 10:16:55.976 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port fc09becd-f7ac-4894-bd02-799af0173a98 2026-06-30 10:16:57.609 13 INFO neutron.plugins.ml2.plugin [None req-6a0c64c0-4dfd-4819-9bbd-d11ec5eee7e5 - - - - - -] Attempt 1 to provision port 3b2137f2-2760-460e-80ac-07b75449b9ff 2026-06-30 10:16:58.095 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 3b2137f2-2760-460e-80ac-07b75449b9ff 2026-06-30 10:17:04.190 16 INFO neutron.plugins.ml2.plugin [None req-463cc401-2637-4e03-8872-1aa613a30530 - - - - - -] Attempt 1 to provision port 5a62cfed-1051-4c1a-b8c6-b314730c39ca 2026-06-30 10:17:06.328 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port f5f6fece-fe47-49ab-b98e-9700772696ba 2026-06-30 10:17:06.749 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port e5f630bf-46dc-4593-a5a5-9ca4d8418421 2026-06-30 10:17:07.323 13 INFO neutron.plugins.ml2.plugin [None req-62f7d779-0b58-40a2-904e-46fda7e486bd - - - - - -] Attempt 1 to provision port f5f6fece-fe47-49ab-b98e-9700772696ba 2026-06-30 10:17:08.051 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port f5f6fece-fe47-49ab-b98e-9700772696ba 2026-06-30 10:17:08.324 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port e5f630bf-46dc-4593-a5a5-9ca4d8418421 2026-06-30 10:17:09.752 16 INFO neutron.plugins.ml2.plugin [None req-52912f6d-646a-4506-9a3c-981b42119823 - - - - - -] Attempt 1 to provision port f5f6fece-fe47-49ab-b98e-9700772696ba 2026-06-30 10:17:09.809 16 INFO neutron.plugins.ml2.plugin [None req-52912f6d-646a-4506-9a3c-981b42119823 - - - - - -] Attempt 1 to provision port f519cf03-065b-43e2-83cd-df8cfbd4eecf 2026-06-30 10:17:10.123 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port fc09becd-f7ac-4894-bd02-799af0173a98 2026-06-30 10:17:11.947 16 INFO neutron.plugins.ml2.plugin [None req-539ebbe4-0672-41ea-b196-fd5f4607206a - - - - - -] Attempt 1 to provision port fc09becd-f7ac-4894-bd02-799af0173a98 2026-06-30 10:17:11.972 16 INFO neutron.plugins.ml2.plugin [None req-539ebbe4-0672-41ea-b196-fd5f4607206a - - - - - -] Attempt 1 to provision port f519cf03-065b-43e2-83cd-df8cfbd4eecf 2026-06-30 10:17:18.531 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 64fbfcfc-fadd-4a3a-bf89-5145a6300c64 2026-06-30 10:17:18.688 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f23d87a-2c49-4d39-b459-f1b43204fce8'] response: {'server_uuid': '9431356e-78c7-4e69-a92e-4ec5b6dcd39e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '64fbfcfc-fadd-4a3a-bf89-5145a6300c64', 'code': 200} 2026-06-30 10:17:18.901 13 INFO neutron.plugins.ml2.plugin [None req-23e74ee6-2775-4c6d-b473-c3d05af2b3b2 - - - - - -] Attempt 1 to provision port 3b2137f2-2760-460e-80ac-07b75449b9ff 2026-06-30 10:17:20.153 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 64fbfcfc-fadd-4a3a-bf89-5145a6300c64 2026-06-30 10:17:20.353 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 3b2137f2-2760-460e-80ac-07b75449b9ff 2026-06-30 10:17:24.094 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port f519cf03-065b-43e2-83cd-df8cfbd4eecf 2026-06-30 10:17:24.352 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 5a62cfed-1051-4c1a-b8c6-b314730c39ca 2026-06-30 10:17:25.991 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port f519cf03-065b-43e2-83cd-df8cfbd4eecf 2026-06-30 10:17:26.207 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 5a62cfed-1051-4c1a-b8c6-b314730c39ca 2026-06-30 10:17:58.528 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 8b021fbd-fe53-4794-afe5-2f4275fdf4b9 2026-06-30 10:17:58.667 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-2d1d7db3-af0d-4942-942b-d18ca3a6a586'] response: {'server_uuid': '24d247ca-8514-4b57-a804-491f8a7a04c4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8b021fbd-fe53-4794-afe5-2f4275fdf4b9', 'code': 200} 2026-06-30 10:18:00.112 16 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port 8b021fbd-fe53-4794-afe5-2f4275fdf4b9 2026-06-30 10:18:30.129 13 INFO neutron.plugins.ml2.plugin [None req-d97c07bf-8e6f-4760-9879-cd14b500801c - - - - - -] Attempt 1 to provision port a1fd46c6-2b4c-457b-a845-b093c50f8a07