+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini /var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py:54: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-07-01 08:00:43.088 1 INFO neutron.common.config [-] Logging enabled! 2026-07-01 08:00:43.088 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 23.5.0 2026-07-01 08:00:43.088 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-07-01 08:00:43.089 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-01 08:00:43.963 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-01 08:00:43.966 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-01 08:00:43.968 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-07-01 08:00:43.969 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-01 08:00:43.969 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-01 08:00:43.970 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-01 08:00:43.970 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 08:00:43.975 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 08:00:43.975 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 08:00:43.975 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-01 08:00:43.991 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-01 08:00:43.992 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-01 08:00:43.992 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-01 08:00:44.021 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-01 08:00:44.021 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-01 08:00:44.021 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-01 08:00:44.022 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-01 08:00:44.028 1 WARNING oslo_policy.policy [None req-2aa911fd-dff7-45db-ad32-aa608aa57dc2 - - - - - -] Policies ['delete_port', 'update_port:allowed_address_pairs', 'update_port:allowed_address_pairs:ip_address', 'update_port:allowed_address_pairs:mac_address', 'update_port:fixed_ips', 'update_port:mac_address'] reference a rule that is not defined. 2026-07-01 08:00:44.282 1 INFO neutron.plugins.ml2.managers [None req-2aa911fd-dff7-45db-ad32-aa608aa57dc2 - - - - - -] Initializing driver for type 'vlan' 2026-07-01 08:00:44.570 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-2aa911fd-dff7-45db-ad32-aa608aa57dc2 - - - - - -] VlanTypeDriver initialization complete 2026-07-01 08:00:44.571 1 INFO neutron.plugins.ml2.managers [None req-2aa911fd-dff7-45db-ad32-aa608aa57dc2 - - - - - -] Initializing driver for type 'vxlan' 2026-07-01 08:00:44.571 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-2aa911fd-dff7-45db-ad32-aa608aa57dc2 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-01 08:00:44.619 1 INFO neutron.plugins.ml2.managers [None req-2aa911fd-dff7-45db-ad32-aa608aa57dc2 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-01 08:00:44.620 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-2aa911fd-dff7-45db-ad32-aa608aa57dc2 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-01 08:00:44.620 1 INFO neutron.plugins.ml2.managers [None req-2aa911fd-dff7-45db-ad32-aa608aa57dc2 - - - - - -] Initializing extension driver 'port_security' 2026-07-01 08:00:44.621 1 INFO neutron.plugins.ml2.extensions.port_security [None req-2aa911fd-dff7-45db-ad32-aa608aa57dc2 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-01 08:00:44.621 1 INFO neutron.plugins.ml2.managers [None req-2aa911fd-dff7-45db-ad32-aa608aa57dc2 - - - - - -] Initializing extension driver 'qos' 2026-07-01 08:00:44.621 1 INFO neutron.plugins.ml2.managers [None req-2aa911fd-dff7-45db-ad32-aa608aa57dc2 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-01 08:00:44.621 1 INFO neutron.plugins.ml2.managers [None req-2aa911fd-dff7-45db-ad32-aa608aa57dc2 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-01 08:00:44.635 1 INFO neutron.quota [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded quota_driver: . 2026-07-01 08:00:44.636 1 INFO neutron.plugins.ml2.plugin [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Modular L2 Plugin initialization complete 2026-07-01 08:00:44.636 1 INFO neutron.plugins.ml2.managers [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-01 08:00:44.636 1 INFO neutron.plugins.ml2.managers [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-01 08:00:44.636 1 INFO neutron.plugins.ml2.managers [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Got port-security extension from driver 'port_security' 2026-07-01 08:00:44.636 1 INFO neutron.extensions.vlantransparent [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Disabled vlantransparent extension. 2026-07-01 08:00:44.636 1 INFO neutron.manager [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loading Plugin: qos 2026-07-01 08:00:44.645 1 INFO neutron.manager [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loading Plugin: router 2026-07-01 08:00:44.675 1 INFO neutron.services.service_base [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-01 08:00:44.675 1 INFO neutron.manager [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loading Plugin: segments 2026-07-01 08:00:44.733 1 INFO neutron.manager [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loading Plugin: trunk 2026-07-01 08:00:44.786 1 INFO neutron.manager [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loading Plugin: vpnaas 2026-07-01 08:00:44.821 1 WARNING stevedore.named [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-01 08:00:44.880 1 INFO neutron_vpnaas.services.vpn.plugin [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-01 08:00:44.881 1 INFO neutron.common.utils [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-01 08:00:44.881 1 INFO neutron.manager [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loading Plugin: auto_allocate 2026-07-01 08:00:44.886 1 INFO neutron.manager [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loading Plugin: tag 2026-07-01 08:00:44.892 1 INFO neutron.manager [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loading Plugin: timestamp 2026-07-01 08:00:44.894 1 INFO neutron.manager [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loading Plugin: network_ip_availability 2026-07-01 08:00:44.897 1 INFO neutron.manager [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loading Plugin: flavors 2026-07-01 08:00:44.900 1 INFO neutron.manager [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loading Plugin: revisions 2026-07-01 08:00:44.903 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Initializing extension manager. 2026-07-01 08:00:44.904 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: address-group 2026-07-01 08:00:44.904 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: address-scope 2026-07-01 08:00:44.905 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-01 08:00:44.906 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: agent 2026-07-01 08:00:44.906 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: agent-resources-synced 2026-07-01 08:00:44.907 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: allowed-address-pairs 2026-07-01 08:00:44.908 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: auto-allocated-topology 2026-07-01 08:00:44.909 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: availability_zone 2026-07-01 08:00:44.909 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: availability_zone_filter 2026-07-01 08:00:44.910 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-01 08:00:44.910 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: default-subnetpools 2026-07-01 08:00:44.911 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-01 08:00:44.912 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: dns-integration 2026-07-01 08:00:44.912 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: dns-domain-ports 2026-07-01 08:00:44.913 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-01 08:00:44.913 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: dvr 2026-07-01 08:00:44.914 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-01 08:00:44.914 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: empty-string-filtering 2026-07-01 08:00:44.915 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-01 08:00:44.916 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-01 08:00:44.916 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: external-net 2026-07-01 08:00:44.917 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-01 08:00:44.918 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: extraroute 2026-07-01 08:00:44.918 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: extraroute-atomic 2026-07-01 08:00:44.919 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-01 08:00:44.919 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-01 08:00:44.920 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-01 08:00:44.920 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-01 08:00:44.921 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: fip-port-details 2026-07-01 08:00:44.921 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: flavors 2026-07-01 08:00:44.922 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-01 08:00:44.923 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: floatingip-pools 2026-07-01 08:00:44.923 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: ip_allocation 2026-07-01 08:00:44.924 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: ip-substring-filtering 2026-07-01 08:00:44.924 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: l2_adjacency 2026-07-01 08:00:44.925 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: router 2026-07-01 08:00:44.926 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-01 08:00:44.927 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: ext-gw-mode 2026-07-01 08:00:44.927 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: l3-ha 2026-07-01 08:00:44.928 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-01 08:00:44.928 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-01 08:00:44.929 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: l3-flavors 2026-07-01 08:00:44.930 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-01 08:00:44.930 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-01 08:00:44.932 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-01 08:00:44.933 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-01 08:00:44.934 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-01 08:00:44.935 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-01 08:00:44.936 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-01 08:00:44.936 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: multi-provider 2026-07-01 08:00:44.937 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: net-mtu 2026-07-01 08:00:44.937 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: net-mtu-writable 2026-07-01 08:00:44.938 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: network_availability_zone 2026-07-01 08:00:44.938 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: network_ha 2026-07-01 08:00:44.939 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: network-ip-availability 2026-07-01 08:00:44.940 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-01 08:00:44.940 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: pagination 2026-07-01 08:00:44.941 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: port-device-profile 2026-07-01 08:00:44.941 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-01 08:00:44.942 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-01 08:00:44.942 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: port-mac-override 2026-07-01 08:00:44.943 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-01 08:00:44.943 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-01 08:00:44.944 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: port-resource-request 2026-07-01 08:00:44.944 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: port-resource-request-groups 2026-07-01 08:00:44.945 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: binding 2026-07-01 08:00:44.946 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: binding-extended 2026-07-01 08:00:44.946 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: port-security 2026-07-01 08:00:44.947 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: project-id 2026-07-01 08:00:44.947 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: provider 2026-07-01 08:00:44.949 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: qos 2026-07-01 08:00:44.950 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-01 08:00:44.950 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-01 08:00:44.951 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: qos-default 2026-07-01 08:00:44.951 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: qos-fip 2026-07-01 08:00:44.952 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-01 08:00:44.953 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: qos-gateway-ip 2026-07-01 08:00:44.953 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: qos-port-network-policy 2026-07-01 08:00:44.954 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: qos-pps-minimum 2026-07-01 08:00:44.954 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-01 08:00:44.955 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: qos-pps 2026-07-01 08:00:44.956 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: qos-rule-type-details 2026-07-01 08:00:44.956 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-01 08:00:44.957 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: qos-rules-alias 2026-07-01 08:00:44.957 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: quota-check-limit 2026-07-01 08:00:44.959 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: quotas 2026-07-01 08:00:44.961 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: quota_details 2026-07-01 08:00:44.962 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: rbac-policies 2026-07-01 08:00:44.963 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: rbac-address-group 2026-07-01 08:00:44.963 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: rbac-address-scope 2026-07-01 08:00:44.964 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: rbac-security-groups 2026-07-01 08:00:44.964 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: rbac-subnetpool 2026-07-01 08:00:44.965 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: revision-if-match 2026-07-01 08:00:44.965 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: standard-attr-revisions 2026-07-01 08:00:44.966 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: router_availability_zone 2026-07-01 08:00:44.966 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-01 08:00:44.968 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: security-groups-default-rules 2026-07-01 08:00:44.968 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-01 08:00:44.969 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-01 08:00:44.969 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-01 08:00:44.970 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-01 08:00:44.976 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: security-group 2026-07-01 08:00:44.978 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: segment 2026-07-01 08:00:44.978 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-01 08:00:44.979 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: service-type 2026-07-01 08:00:44.979 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: sorting 2026-07-01 08:00:44.980 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: standard-attr-segment 2026-07-01 08:00:44.980 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: standard-attr-description 2026-07-01 08:00:44.981 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: stateful-security-group 2026-07-01 08:00:44.981 1 WARNING neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-07-01 08:00:44.982 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-01 08:00:44.982 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: subnet_onboard 2026-07-01 08:00:44.983 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-01 08:00:44.983 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: subnet-service-types 2026-07-01 08:00:44.984 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: subnet_allocation 2026-07-01 08:00:44.985 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-01 08:00:44.985 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-01 08:00:44.988 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: standard-attr-tag 2026-07-01 08:00:44.988 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-01 08:00:44.989 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: trunk 2026-07-01 08:00:44.989 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: trunk-details 2026-07-01 08:00:44.990 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-01 08:00:44.990 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-01 08:00:44.991 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-01 08:00:44.992 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: vpn-flavors 2026-07-01 08:00:44.993 1 INFO neutron.api.extensions [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Loaded extension: vpnaas 2026-07-01 08:00:44.996 1 INFO oslo_service.service [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Starting 2 workers 2026-07-01 08:00:45.000 1 INFO oslo_service.service [None req-73bbb84b-a176-4681-87f0-fea9fbd86d7c - - - - - -] Starting 1 workers 2026-07-01 08:01:27.502 10 INFO neutron.db.l3_hamode_db [None req-39d26d3a-6eb4-4829-8534-9da771520949 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:01:43.802 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port e50fe108-4f77-4a04-8b71-4200c191d935 2026-07-01 08:01:43.867 9 INFO neutron.plugins.ml2.plugin [None req-a3c0c6d9-c57f-4430-a8ee-05301cb9c7f1 - - - - - -] Attempt 1 to provision port e50fe108-4f77-4a04-8b71-4200c191d935 2026-07-01 08:01:45.712 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port e50fe108-4f77-4a04-8b71-4200c191d935 2026-07-01 08:06:04.041 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 9f79f986-9692-4430-ba61-75152fe73866 2026-07-01 08:06:04.771 10 INFO neutron.plugins.ml2.plugin [None req-f4b64723-8763-47e1-88d6-f07fe98f58f9 - - - - - -] Attempt 1 to provision port 9f79f986-9692-4430-ba61-75152fe73866 2026-07-01 08:06:05.914 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 9f79f986-9692-4430-ba61-75152fe73866 2026-07-01 08:06:12.522 9 INFO neutron.plugins.ml2.plugin [None req-09d3888b-6f43-49e7-95b4-a9157c3a8ebb - - - - - -] Attempt 1 to provision port 41b525d0-c803-45bd-85a4-ad896236f279 2026-07-01 08:09:48.218 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 41b525d0-c803-45bd-85a4-ad896236f279 2026-07-01 08:09:50.062 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 41b525d0-c803-45bd-85a4-ad896236f279 2026-07-01 08:18:22.404 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port ebfe05cb-1d00-47c0-83c3-65ae7b3e29e2 2026-07-01 08:18:24.396 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port ebfe05cb-1d00-47c0-83c3-65ae7b3e29e2 2026-07-01 08:34:20.135 10 INFO neutron.plugins.ml2.plugin [None req-5f156603-5f39-47e2-a6e2-4e08a3f827d3 - - - - - -] Attempt 1 to provision port 2a022673-cea8-4194-beec-0f4f6ff07e78 2026-07-01 08:34:20.595 10 INFO neutron.plugins.ml2.plugin [None req-4c59648f-a87b-49d4-805b-746bb626df12 - - - - - -] Attempt 1 to provision port 6e196080-77d1-453a-b572-bea654ddb870 2026-07-01 08:34:21.026 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 72a0aca7-6ed9-4b67-b1cd-86362eb35b4e 2026-07-01 08:34:21.058 10 INFO neutron.plugins.ml2.plugin [None req-d52162bc-88ff-405b-98c4-02345d191854 - - - - - -] Attempt 1 to provision port 4f3b8f1b-1f94-4446-9729-5d84ea344400 2026-07-01 08:34:21.498 9 INFO neutron.plugins.ml2.plugin [None req-584f19b7-a4b6-4546-9f35-4becb57cf045 - - - - - -] Attempt 1 to provision port 72a0aca7-6ed9-4b67-b1cd-86362eb35b4e 2026-07-01 08:34:21.862 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 4f3b8f1b-1f94-4446-9729-5d84ea344400 2026-07-01 08:34:23.028 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 72a0aca7-6ed9-4b67-b1cd-86362eb35b4e 2026-07-01 08:34:23.398 9 INFO neutron.plugins.ml2.plugin [None req-fec42286-65a4-44f8-800d-7bb48ec36876 - - - - - -] Attempt 1 to provision port 702d20dd-76ad-4894-804d-a660071b2245 2026-07-01 08:34:23.442 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 4f3b8f1b-1f94-4446-9729-5d84ea344400 2026-07-01 08:34:23.553 10 INFO neutron.plugins.ml2.plugin [None req-ad9563cc-6bd1-4457-9ef4-fcd3bba09ba8 - - - - - -] Attempt 1 to provision port 0eaab711-0520-4725-8685-d0c1a9541b4f 2026-07-01 08:34:24.007 9 INFO neutron.plugins.ml2.plugin [None req-9bfe8b05-eeed-4f73-8fcc-b33e7a7834c9 - - - - - -] Attempt 1 to provision port 702d20dd-76ad-4894-804d-a660071b2245 2026-07-01 08:34:24.158 10 INFO neutron.plugins.ml2.plugin [None req-ccf3265e-cbfd-4db7-beb0-9ebe73bc7649 - - - - - -] Attempt 1 to provision port 0eaab711-0520-4725-8685-d0c1a9541b4f 2026-07-01 08:34:28.247 9 INFO neutron.plugins.ml2.plugin [None req-40479ac1-8236-4957-ba93-52b95884ec05 - - - - - -] Attempt 1 to provision port 22912b78-f2d7-4be9-8698-52b51d53026c 2026-07-01 08:34:29.071 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 9285cbb7-910c-46ab-93a1-46c4e7fd6e46 2026-07-01 08:34:29.316 9 INFO neutron.plugins.ml2.plugin [None req-94abafda-e285-4ff7-8353-d6e2381d136a - - - - - -] Attempt 1 to provision port 9285cbb7-910c-46ab-93a1-46c4e7fd6e46 2026-07-01 08:34:31.042 10 INFO neutron.plugins.ml2.plugin [None req-9d4f7b25-0d74-4867-a734-ff46d6e472cf - - - - - -] Attempt 1 to provision port 428c6650-82e6-450a-a398-4de2eef2619c 2026-07-01 08:34:31.086 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 9285cbb7-910c-46ab-93a1-46c4e7fd6e46 2026-07-01 08:34:31.603 10 INFO neutron.plugins.ml2.plugin [None req-af517584-b336-4434-bb0b-f3e662836530 - - - - - -] Attempt 1 to provision port 428c6650-82e6-450a-a398-4de2eef2619c 2026-07-01 08:34:33.183 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port d2a16ff5-4490-40f3-82d1-ae0d7e3f28ba /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-01 08:34:35.053 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port d2a16ff5-4490-40f3-82d1-ae0d7e3f28ba 2026-07-01 08:34:36.200 10 INFO neutron.plugins.ml2.plugin [None req-49c16664-bb9a-45d8-8b20-fdbba1951992 - - - - - -] Attempt 1 to provision port 4a129c7e-557f-4d2d-a2f8-93653deb9642 2026-07-01 08:34:37.155 9 INFO neutron.plugins.ml2.plugin [None req-990cf333-bfb1-48c4-b192-9a6e4124dbf3 - - - - - -] Attempt 1 to provision port c23e75f3-c692-48a4-8837-3b5c629bcf85 2026-07-01 08:34:37.180 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port c23e75f3-c692-48a4-8837-3b5c629bcf85 2026-07-01 08:34:39.228 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port c23e75f3-c692-48a4-8837-3b5c629bcf85 2026-07-01 08:34:39.415 9 INFO neutron.plugins.ml2.plugin [None req-28d8b077-50dd-4cb5-a5e9-a53a8fc6ba45 - - - - - -] Attempt 1 to provision port 35030166-ac61-4f51-8286-03b6981bd260 2026-07-01 08:34:39.458 9 INFO neutron.plugins.ml2.plugin [None req-28d8b077-50dd-4cb5-a5e9-a53a8fc6ba45 - - - - - -] Attempt 1 to provision port 02403ad9-6882-45f3-8faa-ce5fa77cf807 2026-07-01 08:34:40.015 10 INFO neutron.plugins.ml2.plugin [None req-496baac3-2716-46ec-91c6-1797305c3181 - - - - - -] Attempt 1 to provision port 35030166-ac61-4f51-8286-03b6981bd260 2026-07-01 08:34:41.215 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port bae4f8b8-354c-4ba0-a563-86e71a29f979 2026-07-01 08:34:43.222 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port bae4f8b8-354c-4ba0-a563-86e71a29f979 2026-07-01 08:34:45.304 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 02403ad9-6882-45f3-8faa-ce5fa77cf807 2026-07-01 08:34:46.069 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-b98c9515-1bd0-4c7a-bac2-7f4257cf3d13'] response: {'server_uuid': '5e2a4f7e-ca72-47ba-b55b-90a99d6dffa8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '02403ad9-6882-45f3-8faa-ce5fa77cf807', 'code': 200} 2026-07-01 08:34:47.331 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 02403ad9-6882-45f3-8faa-ce5fa77cf807 2026-07-01 08:34:51.290 10 INFO neutron.plugins.ml2.plugin [None req-ade525a0-d500-4221-aa79-6e514f5cbb40 - - - - - -] Attempt 1 to provision port e1fa96e9-5a2e-4749-a6df-4a0c0efe85ac 2026-07-01 08:34:55.287 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port e1fa96e9-5a2e-4749-a6df-4a0c0efe85ac 2026-07-01 08:34:56.054 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-aeb4faca-1bbf-4727-bfda-de154f2047e0'] response: {'server_uuid': 'b4e8f34f-ed03-4052-ac61-987d1f35f9b1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e1fa96e9-5a2e-4749-a6df-4a0c0efe85ac', 'code': 200} 2026-07-01 08:34:57.270 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port e1fa96e9-5a2e-4749-a6df-4a0c0efe85ac 2026-07-01 08:34:59.456 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3de822f-0354-4c5d-8c2a-4d643b4d4ffe'] response: {'server_uuid': 'b4e8f34f-ed03-4052-ac61-987d1f35f9b1', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e1fa96e9-5a2e-4749-a6df-4a0c0efe85ac', 'code': 200} 2026-07-01 08:35:01.302 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 4a129c7e-557f-4d2d-a2f8-93653deb9642 2026-07-01 08:35:01.933 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 35030166-ac61-4f51-8286-03b6981bd260 2026-07-01 08:35:03.394 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 4a129c7e-557f-4d2d-a2f8-93653deb9642 2026-07-01 08:35:03.879 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 22912b78-f2d7-4be9-8698-52b51d53026c 2026-07-01 08:35:04.393 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 428c6650-82e6-450a-a398-4de2eef2619c 2026-07-01 08:35:05.363 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 22912b78-f2d7-4be9-8698-52b51d53026c 2026-07-01 08:35:05.584 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 428c6650-82e6-450a-a398-4de2eef2619c /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-01 08:35:09.075 10 INFO neutron.plugins.ml2.plugin [None req-2121dc77-c9c5-4aa3-ae0d-b44d8e088500 - - - - - -] Attempt 1 to provision port 2c45fd77-0065-4b04-99b4-f54b401e4bf7 2026-07-01 08:35:10.332 9 INFO neutron.plugins.ml2.plugin [None req-204dfb2d-45e7-441d-b646-2be1404e0c81 - - - - - -] Attempt 1 to provision port ba04e63c-4103-4fbe-9c90-65c03e5d031a 2026-07-01 08:35:10.874 9 INFO neutron.plugins.ml2.plugin [None req-04aef419-403f-4978-836a-bfbd397cef01 - - - - - -] Attempt 1 to provision port 6877e0bc-a3f4-45c9-9391-23419314ce80 2026-07-01 08:35:11.226 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 6877e0bc-a3f4-45c9-9391-23419314ce80 2026-07-01 08:35:12.843 10 INFO neutron.plugins.ml2.plugin [None req-67950ffd-7751-4fc7-927b-8d1e7024d0c9 - - - - - -] Attempt 1 to provision port bcb4fed2-5e7f-4ef2-87eb-0bb3e188afd0 2026-07-01 08:35:13.328 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 353ee842-03e2-4f64-b613-c6a0d8fdd988 2026-07-01 08:35:13.607 9 INFO neutron.plugins.ml2.plugin [None req-9d25ec4c-7f77-48a2-8a38-1b835286b864 - - - - - -] Attempt 1 to provision port bcb4fed2-5e7f-4ef2-87eb-0bb3e188afd0 2026-07-01 08:35:13.891 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 6877e0bc-a3f4-45c9-9391-23419314ce80 2026-07-01 08:35:14.331 9 INFO neutron.plugins.ml2.plugin [None req-dc8b2afc-d814-46eb-9778-17ed0e939d37 - - - - - -] Attempt 1 to provision port 02403ad9-6882-45f3-8faa-ce5fa77cf807 2026-07-01 08:35:15.251 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 353ee842-03e2-4f64-b613-c6a0d8fdd988 2026-07-01 08:35:15.608 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 02403ad9-6882-45f3-8faa-ce5fa77cf807 2026-07-01 08:35:18.034 10 INFO neutron.plugins.ml2.plugin [None req-eee2b855-7c20-42dc-9d24-f0768bf0c19d - - - - - -] Attempt 1 to provision port 02403ad9-6882-45f3-8faa-ce5fa77cf807 2026-07-01 08:35:19.333 10 INFO neutron.plugins.ml2.plugin [None req-f1b353f4-aa95-470b-982e-e9140aacf6ae - - - - - -] Attempt 1 to provision port 8fd4435a-383d-451d-b0da-4313a5748598 2026-07-01 08:35:23.355 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 8fd4435a-383d-451d-b0da-4313a5748598 2026-07-01 08:35:23.496 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3c3857c-67b2-4cf4-8d5c-13d9449aa58e'] response: {'server_uuid': '9e2d514a-463f-48eb-802d-caa17b0a46c9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8fd4435a-383d-451d-b0da-4313a5748598', 'code': 200} 2026-07-01 08:35:25.292 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 8fd4435a-383d-451d-b0da-4313a5748598 2026-07-01 08:35:27.325 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port eb59ae9e-b2c5-4232-b6a3-0db79e25e1d8 2026-07-01 08:35:27.844 10 INFO neutron.plugins.ml2.plugin [None req-41197b81-485a-42f8-9897-72f8139d6f3d - - - - - -] Attempt 1 to provision port 613e5ea0-8b86-4072-af05-c0493175a22a 2026-07-01 08:35:28.230 9 INFO neutron.plugins.ml2.plugin [None req-3bb12309-2a05-491c-a657-bb0463eaff0d - - - - - -] Attempt 1 to provision port eb59ae9e-b2c5-4232-b6a3-0db79e25e1d8 2026-07-01 08:35:29.315 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port bcb4fed2-5e7f-4ef2-87eb-0bb3e188afd0 2026-07-01 08:35:29.971 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port eb59ae9e-b2c5-4232-b6a3-0db79e25e1d8 2026-07-01 08:35:30.427 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port ba04e63c-4103-4fbe-9c90-65c03e5d031a 2026-07-01 08:35:30.458 10 INFO neutron.plugins.ml2.plugin [None req-f627933a-c9d7-47eb-9762-bd42fd8a2ace - - - - - -] Attempt 1 to provision port 563abc87-b258-4038-9088-ffae3d8d794e 2026-07-01 08:35:31.335 9 INFO neutron.plugins.ml2.plugin [None req-dcbdfa7b-283f-4a8a-852b-b18bfa182887 - - - - - -] Attempt 1 to provision port 563abc87-b258-4038-9088-ffae3d8d794e 2026-07-01 08:35:31.367 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port bcb4fed2-5e7f-4ef2-87eb-0bb3e188afd0 2026-07-01 08:35:31.477 9 INFO neutron.plugins.ml2.plugin [None req-85006d7a-7d0c-41e3-b0f5-751611ad0aac - - - - - -] Attempt 1 to provision port 360d92d0-d664-4f34-b6f3-a66dba17b21f 2026-07-01 08:35:31.619 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port eb88c0c1-bebb-4d36-9704-218565c8ecaf 2026-07-01 08:35:32.105 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port ba04e63c-4103-4fbe-9c90-65c03e5d031a 2026-07-01 08:35:32.243 10 INFO neutron.plugins.ml2.plugin [None req-a7ac36a1-4546-4c78-9176-51ffd5e3e7b5 - - - - - -] Attempt 1 to provision port eb88c0c1-bebb-4d36-9704-218565c8ecaf 2026-07-01 08:35:33.354 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 419d3e5f-82a8-4e5a-827e-09875dbba855 2026-07-01 08:35:33.979 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port eb88c0c1-bebb-4d36-9704-218565c8ecaf 2026-07-01 08:35:34.368 9 INFO neutron.plugins.ml2.plugin [None req-29727ee1-dd88-4f67-951e-fa02550bc541 - - - - - -] Attempt 1 to provision port 6fe3d619-ad72-4b54-9b23-a7c578ecea35 2026-07-01 08:35:35.142 10 INFO neutron.plugins.ml2.plugin [None req-12d41452-4e88-447a-8d2a-5144b36bf03c - - - - - -] Attempt 1 to provision port 6fe3d619-ad72-4b54-9b23-a7c578ecea35 2026-07-01 08:35:35.679 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 325d5936-5b9e-44e1-a33c-0225eec2e067 2026-07-01 08:35:35.738 9 INFO neutron.plugins.ml2.plugin [None req-0d90840e-94b5-4a9c-8abf-0deed7578623 - - - - - -] Attempt 1 to provision port f3f7b800-f59e-4b57-88c5-275c7355c5f7 2026-07-01 08:35:36.315 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 419d3e5f-82a8-4e5a-827e-09875dbba855 2026-07-01 08:35:36.532 10 INFO neutron.plugins.ml2.plugin [None req-e9913711-479a-4ba3-8c35-a331d88cfd35 - - - - - -] Attempt 1 to provision port 325d5936-5b9e-44e1-a33c-0225eec2e067 2026-07-01 08:35:36.857 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 0380933e-70e9-4dc0-8742-faf23e4b417e 2026-07-01 08:35:37.828 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 325d5936-5b9e-44e1-a33c-0225eec2e067 2026-07-01 08:35:38.270 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 0380933e-70e9-4dc0-8742-faf23e4b417e 2026-07-01 08:35:39.185 10 INFO neutron.plugins.ml2.plugin [None req-3fb90f22-9be8-42b8-99ba-c56daf49d92a - - - - - -] Attempt 1 to provision port 2a832594-3710-432a-90f9-b955e162eed1 2026-07-01 08:35:39.770 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 661e15fd-dbbd-4474-be8a-857cbc4512c6 2026-07-01 08:35:39.837 9 INFO neutron.plugins.ml2.plugin [None req-31a506dd-c234-4ec3-bcde-75be53f4068b - - - - - -] Attempt 1 to provision port 2a832594-3710-432a-90f9-b955e162eed1 2026-07-01 08:35:41.755 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 661e15fd-dbbd-4474-be8a-857cbc4512c6 2026-07-01 08:35:43.852 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 48b9c346-3475-4f18-84a3-9719dba26f86 2026-07-01 08:35:46.033 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port b588a945-f488-4488-9137-8744ce4d002c 2026-07-01 08:35:47.005 9 INFO neutron.plugins.ml2.plugin [None req-7a4a7047-7528-4cfc-bc49-94488bb9eea6 - - - - - -] Attempt 1 to provision port 74eda070-ab7a-4c11-bd23-c05a2e982115 2026-07-01 08:35:47.726 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port b588a945-f488-4488-9137-8744ce4d002c 2026-07-01 08:35:48.264 9 INFO neutron.plugins.ml2.plugin [None req-6884b3d5-a492-4119-ba54-a53459136f93 - - - - - -] Attempt 1 to provision port b588a945-f488-4488-9137-8744ce4d002c 2026-07-01 08:35:48.673 10 INFO neutron.plugins.ml2.plugin [None req-5f7000e6-800e-4f36-9283-44328d0298b6 - - - - - -] Attempt 1 to provision port b588a945-f488-4488-9137-8744ce4d002c 2026-07-01 08:35:48.790 10 INFO neutron.plugins.ml2.plugin [None req-5f7000e6-800e-4f36-9283-44328d0298b6 - - - - - -] Attempt 1 to provision port 73387224-9a09-41b0-bcd5-c8dbea940a50 2026-07-01 08:35:49.144 10 INFO neutron.plugins.ml2.plugin [None req-6ac74ae0-de92-4c77-94d3-be86f85d139a - - - - - -] Attempt 1 to provision port 73387224-9a09-41b0-bcd5-c8dbea940a50 2026-07-01 08:35:49.440 10 INFO neutron.plugins.ml2.plugin [None req-9cbdc19b-3b64-4655-9523-2c2018ad0b77 - - - - - -] Attempt 1 to provision port 73387224-9a09-41b0-bcd5-c8dbea940a50 2026-07-01 08:35:49.811 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 613e5ea0-8b86-4072-af05-c0493175a22a 2026-07-01 08:35:50.115 10 INFO neutron.plugins.ml2.plugin [None req-7fb264ac-0fd1-4516-a7bb-2d20c594a88f - - - - - -] Attempt 1 to provision port 7467ac78-1ae5-462e-b557-c74890bcf2bd 2026-07-01 08:35:50.295 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 249addcd-bce3-47cb-8d97-1670b30a6710 2026-07-01 08:35:50.399 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-282dfba2-d949-4a1d-8e00-67057730fbdb'] response: {'server_uuid': 'e4915df0-9d54-43d6-afc3-bd57e43d9599', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '249addcd-bce3-47cb-8d97-1670b30a6710', 'code': 200} 2026-07-01 08:35:50.778 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port e8fe9beb-90ff-4116-984c-04fe85456db5 2026-07-01 08:35:51.459 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 563abc87-b258-4038-9088-ffae3d8d794e 2026-07-01 08:35:52.125 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 613e5ea0-8b86-4072-af05-c0493175a22a 2026-07-01 08:35:52.394 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 249addcd-bce3-47cb-8d97-1670b30a6710 2026-07-01 08:35:52.894 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port e8fe9beb-90ff-4116-984c-04fe85456db5 2026-07-01 08:35:53.820 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 7467ac78-1ae5-462e-b557-c74890bcf2bd 2026-07-01 08:35:54.073 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-8995c2bb-7143-465c-9f67-ece3b1e88c26'] response: {'server_uuid': '008b93d3-8708-44b8-a4d0-d78b025e146a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7467ac78-1ae5-462e-b557-c74890bcf2bd', 'code': 200} 2026-07-01 08:35:54.330 10 INFO neutron.plugins.ml2.plugin [None req-aed4df69-dff3-48d8-9e01-7d6ecf4274e0 - - - - - -] Attempt 1 to provision port d2a1079b-ccdc-4112-b90b-355877dba003 2026-07-01 08:35:54.831 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 563abc87-b258-4038-9088-ffae3d8d794e 2026-07-01 08:35:55.180 9 INFO neutron.plugins.ml2.plugin [None req-c999d75e-51fd-4f51-84d5-a881dbd741db - - - - - -] Attempt 1 to provision port 1bad0e4f-22f6-43a7-9b96-3ed4e11e5762 2026-07-01 08:35:55.354 9 INFO neutron.plugins.ml2.plugin [None req-215a7ff3-e7c1-44bf-ba3d-13d20f26372c - - - - - -] Attempt 1 to provision port 6e8b035a-8fbc-47ff-9264-c8553feea8fd 2026-07-01 08:35:55.475 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port d2a1079b-ccdc-4112-b90b-355877dba003 2026-07-01 08:35:55.733 9 INFO neutron.plugins.ml2.plugin [None req-29601bb3-4c82-4c64-83db-f9f0cec79df3 - - - - - -] Attempt 1 to provision port d7554252-cddd-4670-9aab-f1c0ab782c36 2026-07-01 08:35:55.786 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 6fe3d619-ad72-4b54-9b23-a7c578ecea35 2026-07-01 08:35:56.232 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 360d92d0-d664-4f34-b6f3-a66dba17b21f 2026-07-01 08:35:56.289 9 INFO neutron.plugins.ml2.plugin [None req-6d420bbe-c089-4c87-b8cd-cf9b99ce0bfd - - - - - -] Attempt 1 to provision port d7554252-cddd-4670-9aab-f1c0ab782c36 2026-07-01 08:35:56.803 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 6e8b035a-8fbc-47ff-9264-c8553feea8fd 2026-07-01 08:35:57.295 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 7467ac78-1ae5-462e-b557-c74890bcf2bd 2026-07-01 08:35:57.448 9 INFO neutron.plugins.ml2.plugin [None req-045bdbcf-b2e3-4b84-beee-b8fe29f402be - - - - - -] Attempt 1 to provision port 99fd567f-c598-467f-8692-630975c3957d 2026-07-01 08:35:57.868 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 360d92d0-d664-4f34-b6f3-a66dba17b21f 2026-07-01 08:35:58.138 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 6e8b035a-8fbc-47ff-9264-c8553feea8fd 2026-07-01 08:35:58.261 9 INFO neutron.plugins.ml2.plugin [None req-27e87dd9-304c-408a-884b-b45ac205a393 - - - - - -] Attempt 1 to provision port 99fd567f-c598-467f-8692-630975c3957d 2026-07-01 08:35:58.492 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 2a832594-3710-432a-90f9-b955e162eed1 2026-07-01 08:35:58.875 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 1bad0e4f-22f6-43a7-9b96-3ed4e11e5762 2026-07-01 08:35:58.995 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-f397f951-b083-4026-b8e9-fbc325e76c3f'] response: {'server_uuid': '40368d68-44df-47cb-9cf7-1555c79310e3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1bad0e4f-22f6-43a7-9b96-3ed4e11e5762', 'code': 200} 2026-07-01 08:35:59.420 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 6fe3d619-ad72-4b54-9b23-a7c578ecea35 2026-07-01 08:35:59.969 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 2a832594-3710-432a-90f9-b955e162eed1 2026-07-01 08:36:00.484 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port f3f7b800-f59e-4b57-88c5-275c7355c5f7 2026-07-01 08:36:00.960 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 1bad0e4f-22f6-43a7-9b96-3ed4e11e5762 2026-07-01 08:36:02.049 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port f3f7b800-f59e-4b57-88c5-275c7355c5f7 2026-07-01 08:36:05.946 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 1bf12800-f27b-4b83-9226-f63624b55ae3 2026-07-01 08:36:06.200 10 INFO neutron.plugins.ml2.plugin [None req-c4904c5d-16a1-4fd6-9247-a22591f4ca1c - - - - - -] Attempt 1 to provision port 1bf12800-f27b-4b83-9226-f63624b55ae3 2026-07-01 08:36:07.930 10 INFO neutron.plugins.ml2.plugin [None req-5256e45d-1de4-46c9-9bb4-358433fa59c0 - - - - - -] Attempt 1 to provision port da9367b9-e7f9-4517-b542-bb9d3187b862 2026-07-01 08:36:08.135 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 1bf12800-f27b-4b83-9226-f63624b55ae3 2026-07-01 08:36:08.292 9 INFO neutron.plugins.ml2.plugin [None req-5db5833f-a95e-4456-adba-1d7a36c3d28a - - - - - -] Attempt 1 to provision port da9367b9-e7f9-4517-b542-bb9d3187b862 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-01 08:36:09.877 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-6532d606-31b0-431a-bbac-f165d8d7893d'] response: {'server_uuid': 'e4915df0-9d54-43d6-afc3-bd57e43d9599', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '249addcd-bce3-47cb-8d97-1670b30a6710', 'code': 200} 2026-07-01 08:36:10.571 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 249addcd-bce3-47cb-8d97-1670b30a6710 2026-07-01 08:36:10.716 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-93248675-0fe6-4b66-8197-d4492862d287'] response: {'server_uuid': 'e4915df0-9d54-43d6-afc3-bd57e43d9599', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '249addcd-bce3-47cb-8d97-1670b30a6710', 'code': 200} /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-01 08:36:11.898 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 249addcd-bce3-47cb-8d97-1670b30a6710 2026-07-01 08:36:15.299 10 INFO neutron.plugins.ml2.plugin [None req-6955ae43-0621-4152-90a7-6bc6fa618d68 - - - - - -] Attempt 1 to provision port 8eccfd8c-4fdc-48e5-85ba-e57a53bdd9c9 2026-07-01 08:36:15.876 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 8eccfd8c-4fdc-48e5-85ba-e57a53bdd9c9 2026-07-01 08:36:16.974 9 INFO neutron.plugins.ml2.plugin [None req-48790e98-da8f-4ef9-877b-324ad3f2e5b2 - - - - - -] Attempt 1 to provision port 2cffe849-5cd3-444e-bdc3-05f3633a8b75 2026-07-01 08:36:17.328 9 INFO neutron.plugins.ml2.plugin [None req-55ea27fb-456e-42bb-a319-5e6209a462eb - - - - - -] Attempt 1 to provision port 2cffe849-5cd3-444e-bdc3-05f3633a8b75 2026-07-01 08:36:19.606 9 INFO neutron.plugins.ml2.plugin [None req-ce0bc988-ac78-4575-9920-77722690bf89 - - - - - -] Attempt 1 to provision port 74a33306-0f78-487e-8057-20ffcedae347 2026-07-01 08:36:20.005 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 74a33306-0f78-487e-8057-20ffcedae347 2026-07-01 08:36:21.897 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 74a33306-0f78-487e-8057-20ffcedae347 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-01 08:36:22.313 9 INFO neutron.plugins.ml2.plugin [None req-6aa5813b-77bc-4faf-836e-f2d868525ea7 - - - - - -] Attempt 1 to provision port 75a0498e-9d48-4f64-a9ef-2b8ef4eb1329 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5eecf990-2685-460b-b03b-cfa5aa0fc630 could not be found. 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5eecf990-2685-460b-b03b-cfa5aa0fc630 could not be found. 2026-07-01 08:36:26.923 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:36:26.925 10 ERROR neutron.plugins.ml2.managers [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Failed to bind port 35b66c40-6e2b-4cbe-99f0-e3488e49df78 on host instance for vnic_type normal using segments [{'id': '7766976e-ce45-4e52-b4c5-a1aa3efddc97', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '644f0863-b82a-4428-a816-e51f0710a8f1'}] 2026-07-01 08:36:26.925 10 INFO neutron.plugins.ml2.plugin [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Attempt 2 to bind port 35b66c40-6e2b-4cbe-99f0-e3488e49df78 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5eecf990-2685-460b-b03b-cfa5aa0fc630 could not be found. 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5eecf990-2685-460b-b03b-cfa5aa0fc630 could not be found. 2026-07-01 08:36:26.950 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:36:26.951 10 ERROR neutron.plugins.ml2.managers [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Failed to bind port 35b66c40-6e2b-4cbe-99f0-e3488e49df78 on host instance for vnic_type normal using segments [{'id': '7766976e-ce45-4e52-b4c5-a1aa3efddc97', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '644f0863-b82a-4428-a816-e51f0710a8f1'}] 2026-07-01 08:36:26.952 10 INFO neutron.plugins.ml2.plugin [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Attempt 3 to bind port 35b66c40-6e2b-4cbe-99f0-e3488e49df78 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5eecf990-2685-460b-b03b-cfa5aa0fc630 could not be found. 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5eecf990-2685-460b-b03b-cfa5aa0fc630 could not be found. 2026-07-01 08:36:26.973 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:36:26.974 10 ERROR neutron.plugins.ml2.managers [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Failed to bind port 35b66c40-6e2b-4cbe-99f0-e3488e49df78 on host instance for vnic_type normal using segments [{'id': '7766976e-ce45-4e52-b4c5-a1aa3efddc97', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '644f0863-b82a-4428-a816-e51f0710a8f1'}] 2026-07-01 08:36:26.974 10 INFO neutron.plugins.ml2.plugin [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Attempt 4 to bind port 35b66c40-6e2b-4cbe-99f0-e3488e49df78 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5eecf990-2685-460b-b03b-cfa5aa0fc630 could not be found. 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5eecf990-2685-460b-b03b-cfa5aa0fc630 could not be found. 2026-07-01 08:36:26.995 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:36:26.997 10 ERROR neutron.plugins.ml2.managers [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Failed to bind port 35b66c40-6e2b-4cbe-99f0-e3488e49df78 on host instance for vnic_type normal using segments [{'id': '7766976e-ce45-4e52-b4c5-a1aa3efddc97', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '644f0863-b82a-4428-a816-e51f0710a8f1'}] 2026-07-01 08:36:26.997 10 INFO neutron.plugins.ml2.plugin [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Attempt 5 to bind port 35b66c40-6e2b-4cbe-99f0-e3488e49df78 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5eecf990-2685-460b-b03b-cfa5aa0fc630 could not be found. 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5eecf990-2685-460b-b03b-cfa5aa0fc630 could not be found. 2026-07-01 08:36:27.023 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:36:27.024 10 ERROR neutron.plugins.ml2.managers [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Failed to bind port 35b66c40-6e2b-4cbe-99f0-e3488e49df78 on host instance for vnic_type normal using segments [{'id': '7766976e-ce45-4e52-b4c5-a1aa3efddc97', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '644f0863-b82a-4428-a816-e51f0710a8f1'}] 2026-07-01 08:36:27.024 10 INFO neutron.plugins.ml2.plugin [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Attempt 6 to bind port 35b66c40-6e2b-4cbe-99f0-e3488e49df78 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5eecf990-2685-460b-b03b-cfa5aa0fc630 could not be found. 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5eecf990-2685-460b-b03b-cfa5aa0fc630 could not be found. 2026-07-01 08:36:27.047 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:36:27.048 10 ERROR neutron.plugins.ml2.managers [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Failed to bind port 35b66c40-6e2b-4cbe-99f0-e3488e49df78 on host instance for vnic_type normal using segments [{'id': '7766976e-ce45-4e52-b4c5-a1aa3efddc97', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '644f0863-b82a-4428-a816-e51f0710a8f1'}] 2026-07-01 08:36:27.048 10 INFO neutron.plugins.ml2.plugin [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Attempt 7 to bind port 35b66c40-6e2b-4cbe-99f0-e3488e49df78 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5eecf990-2685-460b-b03b-cfa5aa0fc630 could not be found. 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5eecf990-2685-460b-b03b-cfa5aa0fc630 could not be found. 2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:36:27.068 10 ERROR neutron.plugins.ml2.managers [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Failed to bind port 35b66c40-6e2b-4cbe-99f0-e3488e49df78 on host instance for vnic_type normal using segments [{'id': '7766976e-ce45-4e52-b4c5-a1aa3efddc97', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '644f0863-b82a-4428-a816-e51f0710a8f1'}] 2026-07-01 08:36:27.069 10 INFO neutron.plugins.ml2.plugin [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Attempt 8 to bind port 35b66c40-6e2b-4cbe-99f0-e3488e49df78 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5eecf990-2685-460b-b03b-cfa5aa0fc630 could not be found. 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5eecf990-2685-460b-b03b-cfa5aa0fc630 could not be found. 2026-07-01 08:36:27.087 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:36:27.088 10 ERROR neutron.plugins.ml2.managers [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Failed to bind port 35b66c40-6e2b-4cbe-99f0-e3488e49df78 on host instance for vnic_type normal using segments [{'id': '7766976e-ce45-4e52-b4c5-a1aa3efddc97', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '644f0863-b82a-4428-a816-e51f0710a8f1'}] 2026-07-01 08:36:27.088 10 INFO neutron.plugins.ml2.plugin [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Attempt 9 to bind port 35b66c40-6e2b-4cbe-99f0-e3488e49df78 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5eecf990-2685-460b-b03b-cfa5aa0fc630 could not be found. 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5eecf990-2685-460b-b03b-cfa5aa0fc630 could not be found. 2026-07-01 08:36:27.126 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:36:27.127 10 ERROR neutron.plugins.ml2.managers [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Failed to bind port 35b66c40-6e2b-4cbe-99f0-e3488e49df78 on host instance for vnic_type normal using segments [{'id': '7766976e-ce45-4e52-b4c5-a1aa3efddc97', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '644f0863-b82a-4428-a816-e51f0710a8f1'}] 2026-07-01 08:36:27.127 10 INFO neutron.plugins.ml2.plugin [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Attempt 10 to bind port 35b66c40-6e2b-4cbe-99f0-e3488e49df78 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5eecf990-2685-460b-b03b-cfa5aa0fc630 could not be found. 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5eecf990-2685-460b-b03b-cfa5aa0fc630 could not be found. 2026-07-01 08:36:27.157 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:36:27.158 10 ERROR neutron.plugins.ml2.managers [None req-a86d3337-a023-4711-8136-95f026358ea3 - - - - - -] Failed to bind port 35b66c40-6e2b-4cbe-99f0-e3488e49df78 on host instance for vnic_type normal using segments [{'id': '7766976e-ce45-4e52-b4c5-a1aa3efddc97', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 808, 'network_id': '644f0863-b82a-4428-a816-e51f0710a8f1'}] 2026-07-01 08:36:27.989 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 51076407-3451-433d-8446-f47502bfb342 2026-07-01 08:36:28.302 9 INFO neutron.plugins.ml2.plugin [None req-34449e69-17a1-484d-867e-4011468cb4e8 - - - - - -] Attempt 1 to provision port 51076407-3451-433d-8446-f47502bfb342 2026-07-01 08:36:33.876 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port a0728d16-3854-4a0f-a5ec-b4533bddd0d8 2026-07-01 08:36:35.257 10 INFO neutron.plugins.ml2.plugin [None req-2bcd5c1a-984e-4444-acb1-d42a25486e07 - - - - - -] Attempt 1 to provision port a0728d16-3854-4a0f-a5ec-b4533bddd0d8 2026-07-01 08:36:35.842 9 INFO neutron.plugins.ml2.plugin [None req-8278a1a0-1e8a-483e-b708-c87848b7f579 - - - - - -] Attempt 1 to provision port a0728d16-3854-4a0f-a5ec-b4533bddd0d8 2026-07-01 08:36:36.012 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port a0728d16-3854-4a0f-a5ec-b4533bddd0d8 2026-07-01 08:36:36.348 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 52130f5b-271a-4bcf-ae4b-d6d7abc1cbc9 2026-07-01 08:36:37.744 10 INFO neutron.plugins.ml2.plugin [None req-03df7bc6-69bc-45b3-9b4a-691b1ef20064 - - - - - -] Attempt 1 to provision port a2be4bb7-3c0c-45eb-867e-393228763ec8 2026-07-01 08:36:37.982 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port ebf4fb61-9592-4926-bdf3-8bd6ae78fe8c 2026-07-01 08:36:38.098 10 INFO neutron.plugins.ml2.plugin [None req-2381ed4d-00a7-4f8f-9b8a-c054c01dc501 - - - - - -] Attempt 1 to provision port 52130f5b-271a-4bcf-ae4b-d6d7abc1cbc9 2026-07-01 08:36:38.558 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 52130f5b-271a-4bcf-ae4b-d6d7abc1cbc9 2026-07-01 08:36:38.616 9 INFO neutron.plugins.ml2.plugin [None req-07016c46-7692-41cd-af40-a86e87b34136 - - - - - -] Attempt 1 to provision port 52130f5b-271a-4bcf-ae4b-d6d7abc1cbc9 2026-07-01 08:36:38.823 9 INFO neutron.plugins.ml2.plugin [None req-3be3e674-ed05-4312-9de2-d203169bfad0 - - - - - -] Attempt 1 to provision port ebf4fb61-9592-4926-bdf3-8bd6ae78fe8c 2026-07-01 08:36:39.919 9 INFO neutron.plugins.ml2.plugin [None req-6535db7f-6c9e-4c21-8300-a51bcc0aaa41 - - - - - -] Attempt 1 to provision port ebf4fb61-9592-4926-bdf3-8bd6ae78fe8c 2026-07-01 08:36:40.059 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port ebf4fb61-9592-4926-bdf3-8bd6ae78fe8c 2026-07-01 08:36:40.118 9 INFO neutron.plugins.ml2.plugin [None req-92a2b708-03c9-4a91-ba0a-0e6ce9d70b42 - - - - - -] Attempt 1 to provision port 20406d85-c0a9-4a47-bf77-bfd9523d2762 2026-07-01 08:36:40.758 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 20406d85-c0a9-4a47-bf77-bfd9523d2762 2026-07-01 08:36:41.004 10 INFO neutron.plugins.ml2.plugin [None req-f70a146a-7c77-47d5-b3b4-13cf458c8cd3 - - - - - -] Attempt 1 to provision port a2e5f875-55eb-4f2d-ae0a-70e9160a831a 2026-07-01 08:36:41.395 9 INFO neutron.plugins.ml2.plugin [None req-60bec350-2f20-454c-810d-d341b3a3847b - - - - - -] Attempt 1 to provision port ea905baf-26e2-4823-ba95-5ffa8b75c059 2026-07-01 08:36:41.993 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port c326257c-d52c-43a6-85de-54e6334b94c4 2026-07-01 08:36:42.054 9 INFO neutron.plugins.ml2.plugin [None req-03c8b2be-0b17-450a-a4f6-2532982372b4 - - - - - -] Attempt 1 to provision port ea905baf-26e2-4823-ba95-5ffa8b75c059 2026-07-01 08:36:42.521 10 INFO neutron.plugins.ml2.plugin [None req-d309c28c-2738-4560-a5c3-895e3ceede53 - - - - - -] Attempt 1 to provision port c326257c-d52c-43a6-85de-54e6334b94c4 2026-07-01 08:36:43.139 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 0f833961-2358-4c47-af62-87d38209b13d 2026-07-01 08:36:43.300 10 INFO neutron.plugins.ml2.plugin [None req-633668af-48b8-4eab-9ba5-fb56dbacd3be - - - - - -] Attempt 1 to provision port 46229ba8-bb6d-4695-8b0a-c6049c25d9a7 2026-07-01 08:36:44.076 10 INFO neutron.plugins.ml2.plugin [None req-f26b2fd3-78b6-4ff2-9237-a1938f305f3c - - - - - -] Attempt 1 to provision port 46229ba8-bb6d-4695-8b0a-c6049c25d9a7 2026-07-01 08:36:44.154 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port c326257c-d52c-43a6-85de-54e6334b94c4 2026-07-01 08:36:44.527 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 0f833961-2358-4c47-af62-87d38209b13d 2026-07-01 08:36:44.635 9 INFO neutron.plugins.ml2.plugin [None req-018ff428-2d1d-4c11-9835-2f6b158b5266 - - - - - -] Attempt 1 to provision port b3103990-c2e7-4e36-b2fa-ce10096aa53f 2026-07-01 08:36:45.409 9 INFO neutron.plugins.ml2.plugin [None req-f206327e-71ff-4148-8b6e-a8d013c3c69c - - - - - -] Attempt 1 to provision port b3103990-c2e7-4e36-b2fa-ce10096aa53f 2026-07-01 08:36:45.689 10 INFO neutron.plugins.ml2.plugin [None req-87f64b1e-ef9e-42bf-bb64-b4bf1f7796eb - - - - - -] Attempt 1 to provision port ca9d076c-12b3-44f1-8780-d182003c5731 2026-07-01 08:36:46.248 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 5ea3a4e6-9b9a-44f7-9988-660fa6f3b0ae 2026-07-01 08:36:46.467 9 INFO neutron.plugins.ml2.plugin [None req-7be299cc-8a0d-46a3-a66c-74c75b259e4d - - - - - -] Attempt 1 to provision port ca9d076c-12b3-44f1-8780-d182003c5731 2026-07-01 08:36:48.302 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 5ea3a4e6-9b9a-44f7-9988-660fa6f3b0ae 2026-07-01 08:36:49.238 10 INFO neutron.plugins.ml2.plugin [None req-5a08e6a2-fe1b-4945-92a9-aa67f1cb2090 - - - - - -] Attempt 1 to provision port 732e38b2-4861-4610-8aca-b3f9c043ac3c 2026-07-01 08:36:51.924 10 INFO neutron.plugins.ml2.plugin [None req-11879a0e-29c9-485f-94fa-96d8950194b3 - - - - - -] Attempt 1 to provision port 8c34cbef-6037-46f1-a42e-3387cd0eed7c 2026-07-01 08:36:52.343 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 732e38b2-4861-4610-8aca-b3f9c043ac3c 2026-07-01 08:36:52.522 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-5fdb291e-0853-473a-9bb1-60c4b53a4c4d'] response: {'server_uuid': '60a23d12-ef03-45d9-9481-246ad3eb299c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '732e38b2-4861-4610-8aca-b3f9c043ac3c', 'code': 200} 2026-07-01 08:36:54.572 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 732e38b2-4861-4610-8aca-b3f9c043ac3c 2026-07-01 08:36:54.866 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 8c34cbef-6037-46f1-a42e-3387cd0eed7c 2026-07-01 08:36:54.992 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-e5e4f85f-40be-4d80-8c38-80a70e82f7bb'] response: {'server_uuid': 'b746ce58-dcdd-4b8b-a289-ef8f8094abb1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8c34cbef-6037-46f1-a42e-3387cd0eed7c', 'code': 200} 2026-07-01 08:36:56.037 10 INFO neutron.plugins.ml2.plugin [None req-0152ae9a-fc73-4ad6-af8b-50906b75be41 - - - - - -] Attempt 1 to provision port 52aa68fd-8bd7-4fb8-a88a-350005a7630c 2026-07-01 08:36:56.197 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 8c34cbef-6037-46f1-a42e-3387cd0eed7c /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-01 08:37:00.235 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 4536bded-d8a7-4235-a602-8581285e69f0 2026-07-01 08:37:00.647 10 INFO neutron.plugins.ml2.plugin [None req-748368d9-baa4-4b3e-b277-aa8877910b17 - - - - - -] Attempt 1 to provision port a48b5430-ce79-4e4f-bd8e-20d32f0da802 2026-07-01 08:37:00.685 10 INFO neutron.plugins.ml2.plugin [None req-748368d9-baa4-4b3e-b277-aa8877910b17 - - - - - -] Attempt 1 to provision port d4275f66-0a4c-403b-8da8-1306b6d72964 2026-07-01 08:37:00.787 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port d4275f66-0a4c-403b-8da8-1306b6d72964 2026-07-01 08:37:02.355 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 4536bded-d8a7-4235-a602-8581285e69f0 2026-07-01 08:37:02.387 10 INFO neutron.plugins.ml2.plugin [None req-5f8a4d52-2c5f-4a69-be49-e93a9e3250cf - - - - - -] Attempt 1 to provision port 938d802f-e6e1-4128-8b9d-94f92f51da81 2026-07-01 08:37:02.552 9 INFO neutron.plugins.ml2.plugin [None req-e22b409f-024e-45ec-9a23-303a7aa9863d - - - - - -] Attempt 1 to provision port a48b5430-ce79-4e4f-bd8e-20d32f0da802 2026-07-01 08:37:02.789 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 87a3339c-5814-4140-b006-36cb09979fcf 2026-07-01 08:37:03.108 10 INFO neutron.plugins.ml2.plugin [None req-7943f5aa-03fc-4360-bbfc-7bea7b68b31a - - - - - -] Attempt 1 to provision port a48b5430-ce79-4e4f-bd8e-20d32f0da802 2026-07-01 08:37:03.890 9 INFO neutron.plugins.ml2.plugin [None req-c23ed613-fd22-440b-9992-650cb16ab0d1 - - - - - -] Attempt 1 to provision port 87a3339c-5814-4140-b006-36cb09979fcf 2026-07-01 08:37:03.944 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port d4275f66-0a4c-403b-8da8-1306b6d72964 2026-07-01 08:37:04.367 10 WARNING neutron.plugins.ml2.plugin [None req-16fb5d8e-318f-445d-857f-a358e147a44a - - - - - -] Concurrent port binding operations failed on port a2be4bb7-3c0c-45eb-867e-393228763ec8 2026-07-01 08:37:04.373 10 INFO neutron.plugins.ml2.plugin [None req-16fb5d8e-318f-445d-857f-a358e147a44a - - - - - -] Attempt 2 to bind port a2be4bb7-3c0c-45eb-867e-393228763ec8 2026-07-01 08:37:04.846 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port a2be4bb7-3c0c-45eb-867e-393228763ec8 2026-07-01 08:37:05.125 10 INFO neutron.plugins.ml2.plugin [None req-989a7c95-399e-4679-8a2e-96cd81869cce - - - - - -] Attempt 1 to provision port 2b1515f6-9a7e-442a-8e96-65dca81e2308 2026-07-01 08:37:05.288 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 46229ba8-bb6d-4695-8b0a-c6049c25d9a7 2026-07-01 08:37:05.910 10 INFO neutron.plugins.ml2.plugin [None req-be438c1e-e7f5-437d-a536-1c423de55dfe - - - - - -] Attempt 1 to provision port 2b1515f6-9a7e-442a-8e96-65dca81e2308 2026-07-01 08:37:05.960 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 87a3339c-5814-4140-b006-36cb09979fcf 2026-07-01 08:37:06.107 9 WARNING neutron.plugins.ml2.plugin [None req-1d2fbdf2-5d32-417e-a391-67bd1228debc - - - - - -] Concurrent port binding operations failed on port ea905baf-26e2-4823-ba95-5ffa8b75c059 2026-07-01 08:37:06.110 9 INFO neutron.plugins.ml2.plugin [None req-1d2fbdf2-5d32-417e-a391-67bd1228debc - - - - - -] Attempt 2 to bind port ea905baf-26e2-4823-ba95-5ffa8b75c059 2026-07-01 08:37:06.869 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port b6f0af65-d950-4e43-acda-fee63bfb74bb 2026-07-01 08:37:06.990 9 INFO neutron.plugins.ml2.plugin [None req-fc80c72f-a047-4c9a-91ff-f061779e4067 - - - - - -] Attempt 1 to provision port d770524c-f260-4d0c-ad01-9fa6d159c254 2026-07-01 08:37:07.584 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port ca9d076c-12b3-44f1-8780-d182003c5731 2026-07-01 08:37:07.987 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 46229ba8-bb6d-4695-8b0a-c6049c25d9a7 2026-07-01 08:37:08.349 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port ea905baf-26e2-4823-ba95-5ffa8b75c059 2026-07-01 08:37:08.755 9 INFO neutron.plugins.ml2.plugin [None req-02c697e6-7a6a-4b8e-86db-1fcbff24b8f5 - - - - - -] Attempt 1 to provision port 40a921ef-ea2f-4c8f-ba92-dfc0b9215535 2026-07-01 08:37:08.784 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port a2be4bb7-3c0c-45eb-867e-393228763ec8 2026-07-01 08:37:09.264 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port b6f0af65-d950-4e43-acda-fee63bfb74bb 2026-07-01 08:37:09.546 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port ca9d076c-12b3-44f1-8780-d182003c5731 2026-07-01 08:37:09.833 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port ea905baf-26e2-4823-ba95-5ffa8b75c059 2026-07-01 08:37:10.166 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port d770524c-f260-4d0c-ad01-9fa6d159c254 2026-07-01 08:37:10.327 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-d62930ff-6a58-498d-b10e-46120a754633'] response: {'server_uuid': '303a817e-f169-464a-bda8-69622736725e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd770524c-f260-4d0c-ad01-9fa6d159c254', 'code': 200} 2026-07-01 08:37:11.137 9 INFO neutron.plugins.ml2.plugin [None req-8dfc88ce-db1e-49f3-86a9-658754f64093 - - - - - -] Attempt 1 to provision port 19ab973c-5770-4f8a-ae83-d1076308dcd8 2026-07-01 08:37:11.354 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port d770524c-f260-4d0c-ad01-9fa6d159c254 2026-07-01 08:37:11.947 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 40a921ef-ea2f-4c8f-ba92-dfc0b9215535 2026-07-01 08:37:12.374 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-bcad087c-0064-481f-817a-e50dd1509fd7'] response: {'server_uuid': '0da292dc-fb69-44b1-a870-7b75691e96ca', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '40a921ef-ea2f-4c8f-ba92-dfc0b9215535', 'code': 200} 2026-07-01 08:37:13.353 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 19ab973c-5770-4f8a-ae83-d1076308dcd8 2026-07-01 08:37:13.473 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2f38ea3-fffa-407a-a1de-c763cc455297'] response: {'server_uuid': '67af3a14-94b0-491c-884a-a7d207bee3bd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '19ab973c-5770-4f8a-ae83-d1076308dcd8', 'code': 200} 2026-07-01 08:37:13.903 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 40a921ef-ea2f-4c8f-ba92-dfc0b9215535 2026-07-01 08:37:17.209 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port a48b5430-ce79-4e4f-bd8e-20d32f0da802 2026-07-01 08:37:17.705 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 52aa68fd-8bd7-4fb8-a88a-350005a7630c 2026-07-01 08:37:19.297 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port a48b5430-ce79-4e4f-bd8e-20d32f0da802 2026-07-01 08:37:19.746 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 52aa68fd-8bd7-4fb8-a88a-350005a7630c /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-01 08:37:27.760 9 INFO neutron.plugins.ml2.plugin [None req-249ebfc9-148c-4fce-909a-f85708169fd8 - - - - - -] Attempt 1 to provision port 446293c6-07be-4340-a254-aa87726e8bf2 2026-07-01 08:37:34.980 9 INFO neutron.plugins.ml2.plugin [None req-50a7519f-0b47-4b40-be7e-fdb2579ae2c5 - - - - - -] Attempt 1 to provision port 0aef3e69-cb91-423f-a52a-177d3405ace9 2026-07-01 08:37:37.476 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 0aef3e69-cb91-423f-a52a-177d3405ace9 2026-07-01 08:37:37.602 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-08d8cedf-359a-4c72-b6ce-6c3f5eea0920'] response: {'server_uuid': '5beafe33-97f0-4961-b82e-db599b6e09ce', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0aef3e69-cb91-423f-a52a-177d3405ace9', 'code': 200} 2026-07-01 08:37:39.323 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 0aef3e69-cb91-423f-a52a-177d3405ace9 2026-07-01 08:37:42.084 9 INFO neutron.plugins.ml2.plugin [None req-9608d28a-c65c-4218-977a-9d11ed0fabd7 - - - - - -] Attempt 1 to provision port 5462b81a-d409-46b1-9071-49855981807f 2026-07-01 08:37:45.432 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 220cdb47-a560-420e-a91f-ba5b3c319053 2026-07-01 08:37:46.085 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 5462b81a-d409-46b1-9071-49855981807f 2026-07-01 08:37:46.257 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b4bf2c5-cc85-4be7-b69a-930616c574c2'] response: {'server_uuid': '88a14be0-0be9-4663-b90b-93066d1ce5ad', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5462b81a-d409-46b1-9071-49855981807f', 'code': 200} 2026-07-01 08:37:46.400 10 INFO neutron.plugins.ml2.plugin [None req-9b7a43c2-dd41-41f4-8619-3d462682fbeb - - - - - -] Attempt 1 to provision port 220cdb47-a560-420e-a91f-ba5b3c319053 2026-07-01 08:37:47.140 10 INFO neutron.plugins.ml2.plugin [None req-73d423fb-317c-4bdc-9b47-febbb2b6e04a - - - - - -] Attempt 1 to provision port ceb40af4-586c-45f9-9137-aed989aca4d1 2026-07-01 08:37:47.336 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 220cdb47-a560-420e-a91f-ba5b3c319053 2026-07-01 08:37:47.705 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 5462b81a-d409-46b1-9071-49855981807f 2026-07-01 08:37:48.075 9 INFO neutron.plugins.ml2.plugin [None req-d73c3d00-9c02-47c5-ba72-0a64fa268896 - - - - - -] Attempt 1 to provision port 56fd8057-b6cf-406d-9d18-e31c8e491eb4 2026-07-01 08:37:48.120 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port ceb40af4-586c-45f9-9137-aed989aca4d1 2026-07-01 08:37:48.831 9 INFO neutron.plugins.ml2.plugin [None req-8dbe7e02-cf32-4dcf-a68b-0daa92f1ae4c - - - - - -] Attempt 1 to provision port 56fd8057-b6cf-406d-9d18-e31c8e491eb4 2026-07-01 08:37:49.185 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port ceb40af4-586c-45f9-9137-aed989aca4d1 2026-07-01 08:37:49.785 10 INFO neutron.plugins.ml2.plugin [None req-039e79cc-7f3f-4326-9aae-27e27cab3024 - - - - - -] Attempt 1 to provision port b3421c6b-1a8e-4a34-aee4-9f9643b941cd 2026-07-01 08:37:50.532 10 INFO neutron.plugins.ml2.plugin [None req-8fe5c060-3ba8-491c-9f51-d96dd75f409d - - - - - -] Attempt 1 to provision port b3421c6b-1a8e-4a34-aee4-9f9643b941cd 2026-07-01 08:37:51.388 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a727cc8-a8bb-4798-9797-0df324751d25'] response: {'server_uuid': '5beafe33-97f0-4961-b82e-db599b6e09ce', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '0aef3e69-cb91-423f-a52a-177d3405ace9', 'code': 200} 2026-07-01 08:37:58.856 10 INFO neutron.plugins.ml2.plugin [None req-8c18ee91-77aa-47c0-9a06-5121ae1d88b4 - - - - - -] Attempt 1 to provision port 24f95d86-89fe-48a3-afba-88195685aac4 2026-07-01 08:37:59.336 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 24f95d86-89fe-48a3-afba-88195685aac4 2026-07-01 08:37:59.721 10 INFO neutron.plugins.ml2.plugin [None req-3926a8d5-afe5-4e29-803b-b879140fc881 - - - - - -] Attempt 1 to provision port 6145e267-9068-4ccd-a388-b368bcd3c328 2026-07-01 08:38:00.584 10 INFO neutron.plugins.ml2.plugin [None req-bc4c7bd7-0abd-42a8-8e6e-f33926775071 - - - - - -] Attempt 1 to provision port 6145e267-9068-4ccd-a388-b368bcd3c328 2026-07-01 08:38:01.193 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 24f95d86-89fe-48a3-afba-88195685aac4 2026-07-01 08:38:06.499 9 INFO neutron.plugins.ml2.plugin [None req-38995dfd-a46a-4f81-bf01-85840745f373 - - - - - -] Attempt 1 to provision port 603b41c4-6c10-423e-9a2f-705fbdf9a23e 2026-07-01 08:38:07.190 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 603b41c4-6c10-423e-9a2f-705fbdf9a23e 2026-07-01 08:38:07.816 9 INFO neutron.plugins.ml2.plugin [None req-0a4bfd7f-43b5-488b-b370-a8468428cca9 - - - - - -] Attempt 1 to provision port f34365c2-594d-49b8-b705-e5cb9582765a 2026-07-01 08:38:08.482 9 INFO neutron.plugins.ml2.plugin [None req-2ff63a17-36ed-48cc-b68d-510740c6f424 - - - - - -] Attempt 1 to provision port f34365c2-594d-49b8-b705-e5cb9582765a /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-01 08:38:12.765 9 INFO neutron.plugins.ml2.plugin [None req-367ca886-54cd-414f-a289-251c0349f9a8 - - - - - -] Attempt 1 to provision port 9106e224-136e-404f-aa80-df34bc95c8bf 2026-07-01 08:38:19.255 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 5e721f9a-670c-49ac-9fa0-964fd8352114 2026-07-01 08:38:24.255 9 INFO neutron.plugins.ml2.plugin [None req-2dbdeef2-3755-4ec3-9b64-f04faf7c5d88 - - - - - -] Attempt 1 to provision port 67fc0494-ed02-4979-bc6b-b76e463a4c5d 2026-07-01 08:38:29.292 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 67fc0494-ed02-4979-bc6b-b76e463a4c5d 2026-07-01 08:38:29.443 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-87243fbb-634e-4ba8-af59-c93a34a0c369'] response: {'server_uuid': '88a14be0-0be9-4663-b90b-93066d1ce5ad', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '67fc0494-ed02-4979-bc6b-b76e463a4c5d', 'code': 200} 2026-07-01 08:38:31.201 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 67fc0494-ed02-4979-bc6b-b76e463a4c5d 2026-07-01 08:38:59.390 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 63f6bc30-4b42-4373-a03c-b2abbe55950d 2026-07-01 08:38:59.528 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-65ac36e5-dfc0-4fff-94bb-e3f5537f92f1'] response: {'server_uuid': '88a14be0-0be9-4663-b90b-93066d1ce5ad', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '63f6bc30-4b42-4373-a03c-b2abbe55950d', 'code': 200} 2026-07-01 08:39:01.238 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 63f6bc30-4b42-4373-a03c-b2abbe55950d 2026-07-01 08:39:06.668 9 INFO neutron.plugins.ml2.plugin [None req-1cea2a87-cb8e-4f03-b72b-635ed69dd62c - - - - - -] Attempt 1 to provision port 2c8d292d-42a2-4e0e-8fd4-6d6b2e9a8094 2026-07-01 08:39:09.275 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 2c8d292d-42a2-4e0e-8fd4-6d6b2e9a8094 2026-07-01 08:39:09.842 10 INFO neutron.plugins.ml2.plugin [None req-6ddd1f0b-8050-420c-a162-048100b04445 - - - - - -] Attempt 1 to provision port 2c8d292d-42a2-4e0e-8fd4-6d6b2e9a8094 2026-07-01 08:39:09.960 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd5bb555-930c-4725-aa77-608de25d026e'] response: {'server_uuid': '88a14be0-0be9-4663-b90b-93066d1ce5ad', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2c8d292d-42a2-4e0e-8fd4-6d6b2e9a8094', 'code': 200} 2026-07-01 08:39:11.268 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 2c8d292d-42a2-4e0e-8fd4-6d6b2e9a8094 2026-07-01 08:39:19.850 9 INFO neutron.plugins.ml2.plugin [None req-ab4f9567-4fa4-4274-8404-62ea3506da40 - - - - - -] Attempt 1 to provision port 2c8d292d-42a2-4e0e-8fd4-6d6b2e9a8094 2026-07-01 08:39:30.023 9 INFO neutron.plugins.ml2.plugin [None req-ec385b3b-2819-4fca-b7d3-6d5a511253f1 - - - - - -] Attempt 1 to provision port 63f6bc30-4b42-4373-a03c-b2abbe55950d 2026-07-01 08:39:51.590 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-65f53eef-0e0d-4280-9203-faf129d148bd'] response: {'server_uuid': '88a14be0-0be9-4663-b90b-93066d1ce5ad', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '5462b81a-d409-46b1-9071-49855981807f', 'code': 200} 2026-07-01 08:40:18.169 10 INFO neutron.plugins.ml2.plugin [None req-5b0655f7-418f-4d7f-ba55-6331b384a27f - - - - - -] Attempt 1 to provision port 52130f5b-271a-4bcf-ae4b-d6d7abc1cbc9 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5e338c7f-a5f6-48a4-bb49-6a9bcda5a459 could not be found. 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5e338c7f-a5f6-48a4-bb49-6a9bcda5a459 could not be found. 2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:40:30.016 10 ERROR neutron.plugins.ml2.managers [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Failed to bind port 02453e31-3efe-48d0-927a-271866613029 on host instance for vnic_type normal using segments [{'id': 'd029ad56-50dc-4ce1-aa0e-f420fe16e290', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 265, 'network_id': '427b07b4-9780-4c40-936f-8269f209cca4'}] 2026-07-01 08:40:30.017 10 INFO neutron.plugins.ml2.plugin [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Attempt 2 to bind port 02453e31-3efe-48d0-927a-271866613029 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5e338c7f-a5f6-48a4-bb49-6a9bcda5a459 could not be found. 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5e338c7f-a5f6-48a4-bb49-6a9bcda5a459 could not be found. 2026-07-01 08:40:30.042 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:40:30.043 10 ERROR neutron.plugins.ml2.managers [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Failed to bind port 02453e31-3efe-48d0-927a-271866613029 on host instance for vnic_type normal using segments [{'id': 'd029ad56-50dc-4ce1-aa0e-f420fe16e290', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 265, 'network_id': '427b07b4-9780-4c40-936f-8269f209cca4'}] 2026-07-01 08:40:30.043 10 INFO neutron.plugins.ml2.plugin [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Attempt 3 to bind port 02453e31-3efe-48d0-927a-271866613029 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5e338c7f-a5f6-48a4-bb49-6a9bcda5a459 could not be found. 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5e338c7f-a5f6-48a4-bb49-6a9bcda5a459 could not be found. 2026-07-01 08:40:30.064 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:40:30.065 10 ERROR neutron.plugins.ml2.managers [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Failed to bind port 02453e31-3efe-48d0-927a-271866613029 on host instance for vnic_type normal using segments [{'id': 'd029ad56-50dc-4ce1-aa0e-f420fe16e290', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 265, 'network_id': '427b07b4-9780-4c40-936f-8269f209cca4'}] 2026-07-01 08:40:30.065 10 INFO neutron.plugins.ml2.plugin [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Attempt 4 to bind port 02453e31-3efe-48d0-927a-271866613029 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5e338c7f-a5f6-48a4-bb49-6a9bcda5a459 could not be found. 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5e338c7f-a5f6-48a4-bb49-6a9bcda5a459 could not be found. 2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:40:30.086 10 ERROR neutron.plugins.ml2.managers [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Failed to bind port 02453e31-3efe-48d0-927a-271866613029 on host instance for vnic_type normal using segments [{'id': 'd029ad56-50dc-4ce1-aa0e-f420fe16e290', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 265, 'network_id': '427b07b4-9780-4c40-936f-8269f209cca4'}] 2026-07-01 08:40:30.087 10 INFO neutron.plugins.ml2.plugin [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Attempt 5 to bind port 02453e31-3efe-48d0-927a-271866613029 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5e338c7f-a5f6-48a4-bb49-6a9bcda5a459 could not be found. 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5e338c7f-a5f6-48a4-bb49-6a9bcda5a459 could not be found. 2026-07-01 08:40:30.107 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:40:30.109 10 ERROR neutron.plugins.ml2.managers [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Failed to bind port 02453e31-3efe-48d0-927a-271866613029 on host instance for vnic_type normal using segments [{'id': 'd029ad56-50dc-4ce1-aa0e-f420fe16e290', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 265, 'network_id': '427b07b4-9780-4c40-936f-8269f209cca4'}] 2026-07-01 08:40:30.109 10 INFO neutron.plugins.ml2.plugin [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Attempt 6 to bind port 02453e31-3efe-48d0-927a-271866613029 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5e338c7f-a5f6-48a4-bb49-6a9bcda5a459 could not be found. 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5e338c7f-a5f6-48a4-bb49-6a9bcda5a459 could not be found. 2026-07-01 08:40:30.144 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:40:30.145 10 ERROR neutron.plugins.ml2.managers [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Failed to bind port 02453e31-3efe-48d0-927a-271866613029 on host instance for vnic_type normal using segments [{'id': 'd029ad56-50dc-4ce1-aa0e-f420fe16e290', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 265, 'network_id': '427b07b4-9780-4c40-936f-8269f209cca4'}] 2026-07-01 08:40:30.146 10 INFO neutron.plugins.ml2.plugin [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Attempt 7 to bind port 02453e31-3efe-48d0-927a-271866613029 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5e338c7f-a5f6-48a4-bb49-6a9bcda5a459 could not be found. 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5e338c7f-a5f6-48a4-bb49-6a9bcda5a459 could not be found. 2026-07-01 08:40:30.177 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:40:30.178 10 ERROR neutron.plugins.ml2.managers [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Failed to bind port 02453e31-3efe-48d0-927a-271866613029 on host instance for vnic_type normal using segments [{'id': 'd029ad56-50dc-4ce1-aa0e-f420fe16e290', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 265, 'network_id': '427b07b4-9780-4c40-936f-8269f209cca4'}] 2026-07-01 08:40:30.178 10 INFO neutron.plugins.ml2.plugin [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Attempt 8 to bind port 02453e31-3efe-48d0-927a-271866613029 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5e338c7f-a5f6-48a4-bb49-6a9bcda5a459 could not be found. 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5e338c7f-a5f6-48a4-bb49-6a9bcda5a459 could not be found. 2026-07-01 08:40:30.203 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:40:30.205 10 ERROR neutron.plugins.ml2.managers [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Failed to bind port 02453e31-3efe-48d0-927a-271866613029 on host instance for vnic_type normal using segments [{'id': 'd029ad56-50dc-4ce1-aa0e-f420fe16e290', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 265, 'network_id': '427b07b4-9780-4c40-936f-8269f209cca4'}] 2026-07-01 08:40:30.206 10 INFO neutron.plugins.ml2.plugin [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Attempt 9 to bind port 02453e31-3efe-48d0-927a-271866613029 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5e338c7f-a5f6-48a4-bb49-6a9bcda5a459 could not be found. 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5e338c7f-a5f6-48a4-bb49-6a9bcda5a459 could not be found. 2026-07-01 08:40:30.240 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:40:30.241 10 ERROR neutron.plugins.ml2.managers [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Failed to bind port 02453e31-3efe-48d0-927a-271866613029 on host instance for vnic_type normal using segments [{'id': 'd029ad56-50dc-4ce1-aa0e-f420fe16e290', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 265, 'network_id': '427b07b4-9780-4c40-936f-8269f209cca4'}] 2026-07-01 08:40:30.241 10 INFO neutron.plugins.ml2.plugin [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Attempt 10 to bind port 02453e31-3efe-48d0-927a-271866613029 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5e338c7f-a5f6-48a4-bb49-6a9bcda5a459 could not be found. 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5e338c7f-a5f6-48a4-bb49-6a9bcda5a459 could not be found. 2026-07-01 08:40:30.262 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:40:30.263 10 ERROR neutron.plugins.ml2.managers [None req-b64bb8e5-958a-4428-a7f9-3812c96fc155 - - - - - -] Failed to bind port 02453e31-3efe-48d0-927a-271866613029 on host instance for vnic_type normal using segments [{'id': 'd029ad56-50dc-4ce1-aa0e-f420fe16e290', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 265, 'network_id': '427b07b4-9780-4c40-936f-8269f209cca4'}] 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Exception during message handling: neutron_lib.exceptions.NetworkNotFound: Network 427b07b4-9780-4c40-936f-8269f209cca4 could not be found. 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 268, in _get_network 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server network = model_query.get_by_id(context, models_v2.Network, id) 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/model_query.py", line 178, in get_by_id 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 2869, in one 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server return self._iter().one() 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 1476, in one 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 562, in _only_one_row 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/server.py", line 165, in _process_incoming 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/rpc.py", line 253, in get_network_details 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server return plugin.get_network(rpc_context, network) 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server raise self.value 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server raise self.value 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server raise self.value 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1298, in get_network 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server net_db = net_db or self._get_network(context, id) 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1001, in wrapper 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 270, in _get_network 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server raise exceptions.NetworkNotFound(net_id=id) 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.NetworkNotFound: Network 427b07b4-9780-4c40-936f-8269f209cca4 could not be found. 2026-07-01 08:40:30.972 10 ERROR oslo_messaging.rpc.server  2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2f998b85-2229-452d-836a-3625abb7ef88 could not be found. 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2f998b85-2229-452d-836a-3625abb7ef88 could not be found. 2026-07-01 08:40:31.759 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:40:31.760 10 ERROR neutron.plugins.ml2.managers [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Failed to bind port badc91a8-9516-4362-af6a-5ccba011149d on host instance for vnic_type normal using segments [{'id': 'aa245a4a-ab0d-40b6-9265-1360ead633a3', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 22, 'network_id': '1cc78e41-7d66-41b6-ac29-777acd35200f'}] 2026-07-01 08:40:31.760 10 INFO neutron.plugins.ml2.plugin [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Attempt 2 to bind port badc91a8-9516-4362-af6a-5ccba011149d 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2f998b85-2229-452d-836a-3625abb7ef88 could not be found. 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2f998b85-2229-452d-836a-3625abb7ef88 could not be found. 2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:40:31.781 10 ERROR neutron.plugins.ml2.managers [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Failed to bind port badc91a8-9516-4362-af6a-5ccba011149d on host instance for vnic_type normal using segments [{'id': 'aa245a4a-ab0d-40b6-9265-1360ead633a3', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 22, 'network_id': '1cc78e41-7d66-41b6-ac29-777acd35200f'}] 2026-07-01 08:40:31.782 10 INFO neutron.plugins.ml2.plugin [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Attempt 3 to bind port badc91a8-9516-4362-af6a-5ccba011149d 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2f998b85-2229-452d-836a-3625abb7ef88 could not be found. 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2f998b85-2229-452d-836a-3625abb7ef88 could not be found. 2026-07-01 08:40:31.802 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:40:31.803 10 ERROR neutron.plugins.ml2.managers [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Failed to bind port badc91a8-9516-4362-af6a-5ccba011149d on host instance for vnic_type normal using segments [{'id': 'aa245a4a-ab0d-40b6-9265-1360ead633a3', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 22, 'network_id': '1cc78e41-7d66-41b6-ac29-777acd35200f'}] 2026-07-01 08:40:31.804 10 INFO neutron.plugins.ml2.plugin [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Attempt 4 to bind port badc91a8-9516-4362-af6a-5ccba011149d 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2f998b85-2229-452d-836a-3625abb7ef88 could not be found. 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2f998b85-2229-452d-836a-3625abb7ef88 could not be found. 2026-07-01 08:40:31.824 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:40:31.825 10 ERROR neutron.plugins.ml2.managers [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Failed to bind port badc91a8-9516-4362-af6a-5ccba011149d on host instance for vnic_type normal using segments [{'id': 'aa245a4a-ab0d-40b6-9265-1360ead633a3', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 22, 'network_id': '1cc78e41-7d66-41b6-ac29-777acd35200f'}] 2026-07-01 08:40:31.825 10 INFO neutron.plugins.ml2.plugin [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Attempt 5 to bind port badc91a8-9516-4362-af6a-5ccba011149d 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2f998b85-2229-452d-836a-3625abb7ef88 could not be found. 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2f998b85-2229-452d-836a-3625abb7ef88 could not be found. 2026-07-01 08:40:31.842 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:40:31.843 10 ERROR neutron.plugins.ml2.managers [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Failed to bind port badc91a8-9516-4362-af6a-5ccba011149d on host instance for vnic_type normal using segments [{'id': 'aa245a4a-ab0d-40b6-9265-1360ead633a3', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 22, 'network_id': '1cc78e41-7d66-41b6-ac29-777acd35200f'}] 2026-07-01 08:40:31.843 10 INFO neutron.plugins.ml2.plugin [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Attempt 6 to bind port badc91a8-9516-4362-af6a-5ccba011149d 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2f998b85-2229-452d-836a-3625abb7ef88 could not be found. 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2f998b85-2229-452d-836a-3625abb7ef88 could not be found. 2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:40:31.868 10 ERROR neutron.plugins.ml2.managers [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Failed to bind port badc91a8-9516-4362-af6a-5ccba011149d on host instance for vnic_type normal using segments [{'id': 'aa245a4a-ab0d-40b6-9265-1360ead633a3', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 22, 'network_id': '1cc78e41-7d66-41b6-ac29-777acd35200f'}] 2026-07-01 08:40:31.869 10 INFO neutron.plugins.ml2.plugin [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Attempt 7 to bind port badc91a8-9516-4362-af6a-5ccba011149d 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2f998b85-2229-452d-836a-3625abb7ef88 could not be found. 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2f998b85-2229-452d-836a-3625abb7ef88 could not be found. 2026-07-01 08:40:31.886 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:40:31.887 10 ERROR neutron.plugins.ml2.managers [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Failed to bind port badc91a8-9516-4362-af6a-5ccba011149d on host instance for vnic_type normal using segments [{'id': 'aa245a4a-ab0d-40b6-9265-1360ead633a3', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 22, 'network_id': '1cc78e41-7d66-41b6-ac29-777acd35200f'}] 2026-07-01 08:40:31.887 10 INFO neutron.plugins.ml2.plugin [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Attempt 8 to bind port badc91a8-9516-4362-af6a-5ccba011149d 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2f998b85-2229-452d-836a-3625abb7ef88 could not be found. 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2f998b85-2229-452d-836a-3625abb7ef88 could not be found. 2026-07-01 08:40:31.906 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:40:31.907 10 ERROR neutron.plugins.ml2.managers [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Failed to bind port badc91a8-9516-4362-af6a-5ccba011149d on host instance for vnic_type normal using segments [{'id': 'aa245a4a-ab0d-40b6-9265-1360ead633a3', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 22, 'network_id': '1cc78e41-7d66-41b6-ac29-777acd35200f'}] 2026-07-01 08:40:31.907 10 INFO neutron.plugins.ml2.plugin [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Attempt 9 to bind port badc91a8-9516-4362-af6a-5ccba011149d 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2f998b85-2229-452d-836a-3625abb7ef88 could not be found. 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2f998b85-2229-452d-836a-3625abb7ef88 could not be found. 2026-07-01 08:40:31.925 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:40:31.926 10 ERROR neutron.plugins.ml2.managers [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Failed to bind port badc91a8-9516-4362-af6a-5ccba011149d on host instance for vnic_type normal using segments [{'id': 'aa245a4a-ab0d-40b6-9265-1360ead633a3', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 22, 'network_id': '1cc78e41-7d66-41b6-ac29-777acd35200f'}] 2026-07-01 08:40:31.926 10 INFO neutron.plugins.ml2.plugin [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Attempt 10 to bind port badc91a8-9516-4362-af6a-5ccba011149d 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2f998b85-2229-452d-836a-3625abb7ef88 could not be found. 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2f998b85-2229-452d-836a-3625abb7ef88 could not be found. 2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers  2026-07-01 08:40:31.947 10 ERROR neutron.plugins.ml2.managers [None req-ded64139-9d99-4323-930d-a7e0feca7818 - - - - - -] Failed to bind port badc91a8-9516-4362-af6a-5ccba011149d on host instance for vnic_type normal using segments [{'id': 'aa245a4a-ab0d-40b6-9265-1360ead633a3', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 22, 'network_id': '1cc78e41-7d66-41b6-ac29-777acd35200f'}] 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Exception during message handling: neutron_lib.exceptions.NetworkNotFound: Network 1cc78e41-7d66-41b6-ac29-777acd35200f could not be found. 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 268, in _get_network 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server network = model_query.get_by_id(context, models_v2.Network, id) 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/model_query.py", line 178, in get_by_id 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 2869, in one 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server return self._iter().one() 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 1476, in one 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 562, in _only_one_row 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/server.py", line 165, in _process_incoming 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/rpc.py", line 253, in get_network_details 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server return plugin.get_network(rpc_context, network) 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server raise self.value 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server raise self.value 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server raise self.value 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1298, in get_network 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server net_db = net_db or self._get_network(context, id) 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1001, in wrapper 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 270, in _get_network 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server raise exceptions.NetworkNotFound(net_id=id) 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.NetworkNotFound: Network 1cc78e41-7d66-41b6-ac29-777acd35200f could not be found. 2026-07-01 08:40:32.685 10 ERROR oslo_messaging.rpc.server  2026-07-01 08:41:29.335 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 02e3b62c-3765-4de8-9004-7f1ff557bede 2026-07-01 08:41:29.715 10 INFO neutron.plugins.ml2.plugin [None req-b3dfa305-4b48-449a-9148-8cd563ca24f3 - - - - - -] Attempt 1 to provision port 145452d2-5f3c-4c3c-b0a5-1ab361fa81cf 2026-07-01 08:41:29.957 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 145452d2-5f3c-4c3c-b0a5-1ab361fa81cf 2026-07-01 08:41:30.698 9 INFO neutron.plugins.ml2.plugin [None req-f50897bb-aeef-49f6-8595-9153537ef5c7 - - - - - -] Attempt 1 to provision port 02e3b62c-3765-4de8-9004-7f1ff557bede 2026-07-01 08:41:31.377 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 3ca963dc-8b52-4ab0-9025-38e3e5562f18 2026-07-01 08:41:31.403 9 INFO neutron.plugins.ml2.plugin [None req-6b415564-f351-4c44-823f-ba89322e3eb1 - - - - - -] Attempt 1 to provision port 90341254-c6d2-406e-b93b-8ede1cdeecdd 2026-07-01 08:41:32.181 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 02e3b62c-3765-4de8-9004-7f1ff557bede 2026-07-01 08:41:32.217 9 INFO neutron.plugins.ml2.db [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] No ports have port_id starting with 02e3b62c-3765-4de8-9004-7f1ff557bede 2026-07-01 08:41:32.294 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 90341254-c6d2-406e-b93b-8ede1cdeecdd 2026-07-01 08:41:32.320 9 INFO neutron.plugins.ml2.plugin [None req-4ae01593-11e1-4577-b563-00f23c400bfc - - - - - -] Attempt 1 to provision port 370aa5fb-65d0-4664-9182-e10ec248b9a9 2026-07-01 08:41:32.683 9 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 370aa5fb-65d0-4664-9182-e10ec248b9a9 2026-07-01 08:41:32.745 10 INFO neutron.plugins.ml2.plugin [None req-8c2eb86c-1366-42b4-bc2d-9e2bb7de71a6 - - - - - -] Attempt 1 to provision port 3ca963dc-8b52-4ab0-9025-38e3e5562f18 2026-07-01 08:41:33.286 10 INFO neutron.plugins.ml2.plugin [None req-79b29b10-c63a-43d5-bba1-aae72b865f6b - - - - - -] Attempt 1 to provision port 3ca963dc-8b52-4ab0-9025-38e3e5562f18