+ 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:55: 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-06-10 09:09:47.274 1 INFO neutron.common.config [-] Logging enabled! 2026-06-10 09:09:47.274 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 24.2.2.dev7 2026-06-10 09:09:47.274 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-06-10 09:09:47.275 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-10 09:09:48.236 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 09:09:48.238 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-10 09:09:48.241 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-06-10 09:09:48.242 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 09:09:48.242 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-10 09:09:48.242 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-10 09:09:48.243 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 09:09:48.248 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 09:09:48.248 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 09:09:48.248 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 09:09:48.265 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-10 09:09:48.266 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 09:09:48.267 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-10 09:09:48.298 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-10 09:09:48.298 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-10 09:09:48.298 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-10 09:09:48.298 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-10 09:09:48.304 1 WARNING oslo_policy.policy [None req-c2e0b246-0ae3-4c06-9823-4723a9d12195 - - - - - -] 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-06-10 09:09:48.603 1 INFO neutron.plugins.ml2.managers [None req-c2e0b246-0ae3-4c06-9823-4723a9d12195 - - - - - -] Initializing driver for type 'vlan' 2026-06-10 09:09:48.798 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c2e0b246-0ae3-4c06-9823-4723a9d12195 - - - - - -] VlanTypeDriver initialization complete 2026-06-10 09:09:48.798 1 INFO neutron.plugins.ml2.managers [None req-c2e0b246-0ae3-4c06-9823-4723a9d12195 - - - - - -] Initializing driver for type 'vxlan' 2026-06-10 09:09:48.799 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c2e0b246-0ae3-4c06-9823-4723a9d12195 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-10 09:09:48.850 1 INFO neutron.plugins.ml2.managers [None req-c2e0b246-0ae3-4c06-9823-4723a9d12195 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-10 09:09:48.850 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c2e0b246-0ae3-4c06-9823-4723a9d12195 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-10 09:09:48.851 1 INFO neutron.plugins.ml2.managers [None req-c2e0b246-0ae3-4c06-9823-4723a9d12195 - - - - - -] Initializing extension driver 'port_security' 2026-06-10 09:09:48.851 1 INFO neutron.plugins.ml2.extensions.port_security [None req-c2e0b246-0ae3-4c06-9823-4723a9d12195 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-10 09:09:48.852 1 INFO neutron.plugins.ml2.managers [None req-c2e0b246-0ae3-4c06-9823-4723a9d12195 - - - - - -] Initializing extension driver 'qos' 2026-06-10 09:09:48.852 1 INFO neutron.plugins.ml2.managers [None req-c2e0b246-0ae3-4c06-9823-4723a9d12195 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-10 09:09:48.852 1 INFO neutron.plugins.ml2.managers [None req-c2e0b246-0ae3-4c06-9823-4723a9d12195 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-10 09:09:48.867 1 INFO neutron.quota [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded quota_driver: . 2026-06-10 09:09:48.868 1 INFO neutron.plugins.ml2.plugin [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Modular L2 Plugin initialization complete 2026-06-10 09:09:48.868 1 INFO neutron.plugins.ml2.managers [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-10 09:09:48.868 1 INFO neutron.plugins.ml2.managers [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-10 09:09:48.868 1 INFO neutron.plugins.ml2.managers [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-10 09:09:48.868 1 INFO neutron.extensions.vlantransparent [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Disabled vlantransparent extension. 2026-06-10 09:09:48.869 1 INFO neutron.manager [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loading Plugin: qos 2026-06-10 09:09:48.878 1 INFO neutron.manager [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loading Plugin: router 2026-06-10 09:09:48.907 1 INFO neutron.services.service_base [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-10 09:09:48.908 1 INFO neutron.manager [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loading Plugin: segments 2026-06-10 09:09:48.973 1 INFO neutron.manager [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loading Plugin: trunk 2026-06-10 09:09:49.031 1 INFO neutron.manager [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loading Plugin: vpnaas 2026-06-10 09:09:49.069 1 WARNING stevedore.named [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 09:09:49.121 1 INFO neutron_vpnaas.services.vpn.plugin [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-10 09:09:49.122 1 INFO neutron.common.utils [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-10 09:09:49.122 1 INFO neutron.manager [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loading Plugin: auto_allocate 2026-06-10 09:09:49.126 1 INFO neutron.manager [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loading Plugin: tag 2026-06-10 09:09:49.133 1 INFO neutron.manager [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loading Plugin: timestamp 2026-06-10 09:09:49.135 1 INFO neutron.manager [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loading Plugin: network_ip_availability 2026-06-10 09:09:49.138 1 INFO neutron.manager [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loading Plugin: flavors 2026-06-10 09:09:49.142 1 INFO neutron.manager [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loading Plugin: revisions 2026-06-10 09:09:49.145 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Initializing extension manager. 2026-06-10 09:09:49.146 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: address-group 2026-06-10 09:09:49.147 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: address-scope 2026-06-10 09:09:49.147 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-10 09:09:49.148 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: agent 2026-06-10 09:09:49.148 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: agent-resources-synced 2026-06-10 09:09:49.150 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-10 09:09:49.150 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-10 09:09:49.151 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: availability_zone 2026-06-10 09:09:49.151 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: availability_zone_filter 2026-06-10 09:09:49.152 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-10 09:09:49.153 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: default-subnetpools 2026-06-10 09:09:49.154 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-10 09:09:49.154 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: dns-integration 2026-06-10 09:09:49.155 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: dns-domain-ports 2026-06-10 09:09:49.155 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-10 09:09:49.156 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: dvr 2026-06-10 09:09:49.156 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-10 09:09:49.157 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: empty-string-filtering 2026-06-10 09:09:49.157 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 09:09:49.158 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-10 09:09:49.159 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: external-net 2026-06-10 09:09:49.159 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-10 09:09:49.159 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: extraroute 2026-06-10 09:09:49.160 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: extraroute-atomic 2026-06-10 09:09:49.161 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-10 09:09:49.161 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-10 09:09:49.162 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-10 09:09:49.162 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-10 09:09:49.163 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: fip-port-details 2026-06-10 09:09:49.163 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: flavors 2026-06-10 09:09:49.165 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-10 09:09:49.165 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: floatingip-pools 2026-06-10 09:09:49.166 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: ip_allocation 2026-06-10 09:09:49.166 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-10 09:09:49.167 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: l2_adjacency 2026-06-10 09:09:49.168 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: router 2026-06-10 09:09:49.169 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 09:09:49.170 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-10 09:09:49.170 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-10 09:09:49.171 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: ext-gw-mode 2026-06-10 09:09:49.171 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: l3-ha 2026-06-10 09:09:49.172 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-10 09:09:49.172 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-10 09:09:49.173 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: l3-flavors 2026-06-10 09:09:49.173 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-10 09:09:49.174 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-10 09:09:49.176 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-10 09:09:49.177 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-10 09:09:49.177 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-10 09:09:49.178 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-10 09:09:49.179 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-10 09:09:49.179 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: multi-provider 2026-06-10 09:09:49.180 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: net-mtu 2026-06-10 09:09:49.180 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: net-mtu-writable 2026-06-10 09:09:49.181 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: network_availability_zone 2026-06-10 09:09:49.181 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: network_ha 2026-06-10 09:09:49.182 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: network-ip-availability 2026-06-10 09:09:49.183 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-10 09:09:49.183 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: pagination 2026-06-10 09:09:49.184 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: port-device-profile 2026-06-10 09:09:49.184 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-10 09:09:49.185 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-10 09:09:49.185 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-10 09:09:49.185 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: port-mac-override 2026-06-10 09:09:49.186 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-10 09:09:49.186 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-10 09:09:49.187 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: port-resource-request 2026-06-10 09:09:49.187 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-10 09:09:49.188 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: binding 2026-06-10 09:09:49.188 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: binding-extended 2026-06-10 09:09:49.189 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: port-security 2026-06-10 09:09:49.189 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: project-id 2026-06-10 09:09:49.190 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: provider 2026-06-10 09:09:49.191 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: qos 2026-06-10 09:09:49.192 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-10 09:09:49.192 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-10 09:09:49.193 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: qos-default 2026-06-10 09:09:49.194 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: qos-fip 2026-06-10 09:09:49.194 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-10 09:09:49.195 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-10 09:09:49.195 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-10 09:09:49.196 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-10 09:09:49.196 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-10 09:09:49.197 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: qos-pps 2026-06-10 09:09:49.197 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-10 09:09:49.198 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-10 09:09:49.198 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: qos-rules-alias 2026-06-10 09:09:49.199 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: quota-check-limit 2026-06-10 09:09:49.200 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: quotas 2026-06-10 09:09:49.202 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: quota_details 2026-06-10 09:09:49.203 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: rbac-policies 2026-06-10 09:09:49.204 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: rbac-address-group 2026-06-10 09:09:49.205 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: rbac-address-scope 2026-06-10 09:09:49.205 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: rbac-security-groups 2026-06-10 09:09:49.206 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-10 09:09:49.206 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: revision-if-match 2026-06-10 09:09:49.207 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-10 09:09:49.207 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: router_availability_zone 2026-06-10 09:09:49.208 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-10 09:09:49.209 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-10 09:09:49.210 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-10 09:09:49.210 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-10 09:09:49.211 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-10 09:09:49.211 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-10 09:09:49.212 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-10 09:09:49.218 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: security-group 2026-06-10 09:09:49.219 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: segment 2026-06-10 09:09:49.220 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-10 09:09:49.220 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: service-type 2026-06-10 09:09:49.221 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: sorting 2026-06-10 09:09:49.221 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: standard-attr-segment 2026-06-10 09:09:49.222 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: standard-attr-description 2026-06-10 09:09:49.222 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: stateful-security-group 2026-06-10 09:09:49.223 1 WARNING neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-06-10 09:09:49.223 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-10 09:09:49.224 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: subnet_onboard 2026-06-10 09:09:49.224 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-10 09:09:49.225 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: subnet-service-types 2026-06-10 09:09:49.225 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: subnet_allocation 2026-06-10 09:09:49.226 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-10 09:09:49.226 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-10 09:09:49.229 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: standard-attr-tag 2026-06-10 09:09:49.230 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-10 09:09:49.230 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: trunk 2026-06-10 09:09:49.231 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: trunk-details 2026-06-10 09:09:49.232 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-10 09:09:49.232 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-10 09:09:49.234 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-10 09:09:49.234 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-10 09:09:49.235 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: vpn-flavors 2026-06-10 09:09:49.236 1 INFO neutron.api.extensions [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Loaded extension: vpnaas 2026-06-10 09:09:49.239 1 INFO oslo_service.service [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Starting 2 workers 2026-06-10 09:09:49.243 1 INFO oslo_service.service [None req-9b9e646a-e270-4aad-ab03-f6a029577165 - - - - - -] Starting 1 workers 2026-06-10 09:10:27.435 10 INFO neutron.db.l3_hamode_db [None req-18b3da62-8f36-4ba7-ace3-377c79d0e893 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:10:43.945 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 1a6dcc47-fdb3-4670-aebd-0043a5f7aabc 2026-06-10 09:10:45.643 9 INFO neutron.plugins.ml2.plugin [None req-c3b55b4d-78a3-4972-83c4-b6d0cd62473e - - - - - -] Attempt 1 to provision port 1a6dcc47-fdb3-4670-aebd-0043a5f7aabc 2026-06-10 09:10:45.826 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 1a6dcc47-fdb3-4670-aebd-0043a5f7aabc 2026-06-10 09:15:20.006 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port a20b1057-dc9f-4dc2-be5a-bd30a84d4ea6 2026-06-10 09:15:20.035 10 INFO neutron.plugins.ml2.plugin [None req-bf12cd88-96fc-40e4-9874-4675297ecb7a - - - - - -] Attempt 1 to provision port a20b1057-dc9f-4dc2-be5a-bd30a84d4ea6 2026-06-10 09:15:21.996 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port a20b1057-dc9f-4dc2-be5a-bd30a84d4ea6 2026-06-10 09:15:27.443 9 INFO neutron.plugins.ml2.plugin [None req-ca263ad6-43df-4061-b4e5-43fbd4a8549e - - - - - -] Attempt 1 to provision port 3277c91b-f3d8-4305-bd12-2f1100bfa725 2026-06-10 09:20:06.340 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 3277c91b-f3d8-4305-bd12-2f1100bfa725 2026-06-10 09:20:08.210 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 3277c91b-f3d8-4305-bd12-2f1100bfa725 2026-06-10 09:33:12.740 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port ddce2422-9866-472e-8022-941357b1b1f6 2026-06-10 09:33:14.710 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port ddce2422-9866-472e-8022-941357b1b1f6 2026-06-10 09:49:41.554 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 1f82950a-0f11-4664-a43a-e90608e573f9 2026-06-10 09:49:41.839 10 INFO neutron.plugins.ml2.plugin [None req-03aee82b-70dc-4d78-b7ae-1a4a3c72b5d2 - - - - - -] Attempt 1 to provision port ca0b8bab-2a7a-46da-9d7b-75dc0c79ae95 2026-06-10 09:49:42.113 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 9277b584-9479-47fe-a009-d368aa7089e6 2026-06-10 09:49:42.503 9 INFO neutron.plugins.ml2.plugin [None req-dad2410c-72c5-4230-bed3-e6c678dbe2d0 - - - - - -] Attempt 1 to provision port 161c324e-dc1f-44ac-b45c-cb4a9bb74eae 2026-06-10 09:49:42.972 9 INFO neutron.plugins.ml2.plugin [None req-c954e14a-e53e-444f-92f9-3a2199948b3f - - - - - -] Attempt 1 to provision port 1f82950a-0f11-4664-a43a-e90608e573f9 2026-06-10 09:49:43.156 9 INFO neutron.plugins.ml2.plugin [None req-87e3a5b6-1886-4367-8975-992e11c536f5 - - - - - -] Attempt 1 to provision port 9277b584-9479-47fe-a009-d368aa7089e6 2026-06-10 09:49:43.400 10 INFO neutron.plugins.ml2.plugin [None req-57c46fad-39a7-4f56-9a29-465221700f34 - - - - - -] Attempt 1 to provision port 0359aefd-7304-4df3-8110-bf16e0da9aef 2026-06-10 09:49:43.534 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 0359aefd-7304-4df3-8110-bf16e0da9aef 2026-06-10 09:49:44.148 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 1f82950a-0f11-4664-a43a-e90608e573f9 2026-06-10 09:49:44.612 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 9277b584-9479-47fe-a009-d368aa7089e6 2026-06-10 09:49:45.315 10 INFO neutron.plugins.ml2.plugin [None req-72da800a-c1f7-428d-885b-7322f8d79f88 - - - - - -] Attempt 1 to provision port 96595e61-6d89-4d04-b0ad-36e9a8727f39 2026-06-10 09:49:45.411 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 0359aefd-7304-4df3-8110-bf16e0da9aef 2026-06-10 09:49:45.612 9 INFO neutron.plugins.ml2.plugin [None req-2a2bc6c6-9e9b-4a14-8237-33b575800a18 - - - - - -] Attempt 1 to provision port e8ae1d19-950f-4462-ae30-6f59bccadfdc 2026-06-10 09:49:46.373 9 INFO neutron.plugins.ml2.plugin [None req-cc059921-0917-46e2-b6a3-52536a241bd5 - - - - - -] Attempt 1 to provision port e8ae1d19-950f-4462-ae30-6f59bccadfdc 2026-06-10 09:49:48.040 10 INFO neutron.plugins.ml2.plugin [None req-11e2457b-f5f0-4adb-a1db-a7a752662a29 - - - - - -] Attempt 1 to provision port b56853ce-0387-408e-a28a-be2678c9a4ba 2026-06-10 09:49:48.210 9 INFO neutron.plugins.ml2.plugin [None req-cf65bce6-5772-4636-af4b-86ab28657e39 - - - - - -] Attempt 1 to provision port aaae1835-415b-41e7-a177-d6917cddc920 2026-06-10 09:49:48.680 10 INFO neutron.plugins.ml2.plugin [None req-3db0a038-c298-4c66-92cb-56d0b078645e - - - - - -] Attempt 1 to provision port b56853ce-0387-408e-a28a-be2678c9a4ba 2026-06-10 09:49:48.839 9 INFO neutron.plugins.ml2.plugin [None req-63ac93fc-942a-49ba-a6ca-777470a4625f - - - - - -] Attempt 1 to provision port aaae1835-415b-41e7-a177-d6917cddc920 2026-06-10 09:49:51.397 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port fe47c328-2713-4b95-9781-8e3a1af111b8 2026-06-10 09:49:51.446 10 INFO neutron.plugins.ml2.plugin [None req-5953d8b2-db9d-495e-90d2-486641ae9f1e - - - - - -] Attempt 1 to provision port a13e6b43-aef7-4665-b0d5-a4550212c5e5 2026-06-10 09:49:51.904 10 INFO neutron.plugins.ml2.plugin [None req-9ddb949a-8476-40b0-a8be-5871905bd085 - - - - - -] Attempt 1 to provision port fe47c328-2713-4b95-9781-8e3a1af111b8 2026-06-10 09:49:53.404 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port fe47c328-2713-4b95-9781-8e3a1af111b8 2026-06-10 09:49:54.213 9 INFO neutron.plugins.ml2.plugin [None req-1e08fc49-22e7-4d45-9710-2f1242ca788b - - - - - -] Attempt 1 to provision port dcb024e5-eb2e-452a-aab6-d6c5bfc989b1 2026-06-10 09:49:54.800 9 INFO neutron.plugins.ml2.plugin [None req-c60585d8-4838-4d53-84fd-4a9689522977 - - - - - -] Attempt 1 to provision port dcb024e5-eb2e-452a-aab6-d6c5bfc989b1 2026-06-10 09:49:55.512 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port ef549a14-59fd-4c16-ba51-662bee91a603 2026-06-10 09:49:56.121 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 3a1af9e9-884f-46af-96fd-8ef2f072252f 2026-06-10 09:49:56.766 9 INFO neutron.plugins.ml2.plugin [None req-20a2a06b-3580-481f-bb21-3428390707a3 - - - - - -] Attempt 1 to provision port 33edb0cc-05a7-433e-b438-85cc630a46f6 2026-06-10 09:49:56.797 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port ad0cc3cc-0b2d-40d5-be46-fd31e8c1be18 2026-06-10 09:49:56.811 9 INFO neutron.plugins.ml2.plugin [None req-20a2a06b-3580-481f-bb21-3428390707a3 - - - - - -] Attempt 1 to provision port 62310c0c-95a3-4231-8c7b-1c5aed955282 2026-06-10 09:49:57.279 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 0b84d18b-5249-495a-8071-c7c86e64ade3 2026-06-10 09:49:57.960 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port ad0cc3cc-0b2d-40d5-be46-fd31e8c1be18 2026-06-10 09:49:58.248 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port ef549a14-59fd-4c16-ba51-662bee91a603 2026-06-10 09:49:58.621 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 0b84d18b-5249-495a-8071-c7c86e64ade3 2026-06-10 09:49:58.976 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 3a1af9e9-884f-46af-96fd-8ef2f072252f 2026-06-10 09:50:01.121 9 INFO neutron.plugins.ml2.plugin [None req-deec5ab7-4e1c-4e0f-89c1-eead1ec82996 - - - - - -] Attempt 1 to provision port 28a105ff-448d-47b7-b07d-b443460c6b19 2026-06-10 09:50:02.348 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 62310c0c-95a3-4231-8c7b-1c5aed955282 2026-06-10 09:50:03.295 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 33edb0cc-05a7-433e-b438-85cc630a46f6 2026-06-10 09:50:03.359 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-793a65dd-c406-4887-986a-4d3e62bcc008'] response: {'server_uuid': '5bb1c8ee-cda8-4097-91e3-e4f24dedcfd5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '62310c0c-95a3-4231-8c7b-1c5aed955282', 'code': 200} 2026-06-10 09:50:04.767 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 62310c0c-95a3-4231-8c7b-1c5aed955282 2026-06-10 09:50:05.315 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 33edb0cc-05a7-433e-b438-85cc630a46f6 2026-06-10 09:50:05.404 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe3f148e-4a88-4589-8215-0592f9193ad5'] response: {'server_uuid': '374180b3-5d1c-475a-b9b2-63c789d5e6ae', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '33edb0cc-05a7-433e-b438-85cc630a46f6', 'code': 200} 2026-06-10 09:50:05.767 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 28a105ff-448d-47b7-b07d-b443460c6b19 2026-06-10 09:50:06.580 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea607ee6-b44e-4dac-9612-a652118a5092'] response: {'server_uuid': '3710b057-64eb-4009-977a-ce624d8b0888', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '28a105ff-448d-47b7-b07d-b443460c6b19', 'code': 200} 2026-06-10 09:50:07.057 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 28a105ff-448d-47b7-b07d-b443460c6b19 2026-06-10 09:50:09.707 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4e34575-db18-4e1b-a619-3e286d83b9e8'] response: {'server_uuid': '5bb1c8ee-cda8-4097-91e3-e4f24dedcfd5', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '62310c0c-95a3-4231-8c7b-1c5aed955282', 'code': 200} 2026-06-10 09:50:12.416 10 INFO neutron.plugins.ml2.plugin [None req-d5e995e1-a8a0-49e0-ad6e-085cf95cd7e2 - - - - - -] Attempt 1 to provision port cebf23ee-83fc-4fae-b013-1a3c42a253e9 2026-06-10 09:50:12.980 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 94ee10e6-d0be-416d-8dc4-92595d7052d5 2026-06-10 09:50:13.078 10 INFO neutron.plugins.ml2.plugin [None req-06ce9568-57ec-454a-8836-22083c2898d6 - - - - - -] Attempt 1 to provision port 94ee10e6-d0be-416d-8dc4-92595d7052d5 2026-06-10 09:50:14.875 10 INFO neutron.plugins.ml2.plugin [None req-cfc0d6b6-6f7c-40e0-9a1b-dc0382b79436 - - - - - -] Attempt 1 to provision port 24833b43-d401-4040-8010-b06b1a3d0e17 2026-06-10 09:50:15.013 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 94ee10e6-d0be-416d-8dc4-92595d7052d5 2026-06-10 09:50:15.735 10 INFO neutron.plugins.ml2.plugin [None req-ce9e9f41-3dd0-4e48-8505-34d1171049be - - - - - -] Attempt 1 to provision port 24833b43-d401-4040-8010-b06b1a3d0e17 2026-06-10 09:50:17.163 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 03086500-37c8-4666-a0cf-60fa7923dd95 2026-06-10 09:50:19.146 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 03086500-37c8-4666-a0cf-60fa7923dd95 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: 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:664: 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:664: 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:664: 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-06-10 09:50:23.050 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port ca0b8bab-2a7a-46da-9d7b-75dc0c79ae95 2026-06-10 09:50:25.034 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port e8ae1d19-950f-4462-ae30-6f59bccadfdc 2026-06-10 09:50:25.211 10 INFO neutron.plugins.ml2.plugin [None req-1edf7b0f-1244-46a8-8422-ec27c5c932c8 - - - - - -] Attempt 1 to provision port 00f3392b-dcf1-4385-92ca-91ab54bc4e5f 2026-06-10 09:50:25.937 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 6a4787bc-a738-4009-85ad-2cbf8c4e98d5 2026-06-10 09:50:25.998 10 INFO neutron.plugins.ml2.plugin [None req-65c3fbc5-a374-4bf3-8ad7-cc6a258e1774 - - - - - -] Attempt 1 to provision port 6a4787bc-a738-4009-85ad-2cbf8c4e98d5 2026-06-10 09:50:26.546 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port ca0b8bab-2a7a-46da-9d7b-75dc0c79ae95 2026-06-10 09:50:26.771 10 INFO neutron.plugins.ml2.plugin [None req-be93d550-c16e-4127-87be-0c1179a0d294 - - - - - -] Attempt 1 to provision port 14209fb0-2269-4656-b468-591b0c9033aa 2026-06-10 09:50:27.217 9 INFO neutron.plugins.ml2.plugin [None req-6c70920d-3248-4269-81cc-90209ecfabe2 - - - - - -] Attempt 1 to provision port 0e571b18-fe9a-405d-8ab9-52c4cdeffd9a 2026-06-10 09:50:27.490 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 0e571b18-fe9a-405d-8ab9-52c4cdeffd9a 2026-06-10 09:50:28.021 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 6a4787bc-a738-4009-85ad-2cbf8c4e98d5 2026-06-10 09:50:28.319 10 INFO neutron.plugins.ml2.plugin [None req-0cf234ce-2fd7-4ee7-96fd-4d94d8f8b9bd - - - - - -] Attempt 1 to provision port 9c517a6c-8c15-4c89-b3e6-2c292a0244df 2026-06-10 09:50:28.469 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port e8ae1d19-950f-4462-ae30-6f59bccadfdc 2026-06-10 09:50:29.007 10 INFO neutron.plugins.ml2.plugin [None req-6155c199-290a-43a7-be73-090781220f5c - - - - - -] Attempt 1 to provision port 9c517a6c-8c15-4c89-b3e6-2c292a0244df 2026-06-10 09:50:29.478 10 INFO neutron.plugins.ml2.plugin [None req-904fb3fe-6579-44c1-b0a8-f1d2af96d586 - - - - - -] Attempt 1 to provision port 37505fea-d802-488b-9c70-b613a2b58df7 2026-06-10 09:50:29.506 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 1a24c6a7-fcb2-440e-9b36-f1acc7b98787 2026-06-10 09:50:30.038 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 0e571b18-fe9a-405d-8ab9-52c4cdeffd9a 2026-06-10 09:50:30.177 10 INFO neutron.plugins.ml2.plugin [None req-8147a9f4-9e94-4289-952a-3d0d2744ef91 - - - - - -] Attempt 1 to provision port 37505fea-d802-488b-9c70-b613a2b58df7 2026-06-10 09:50:30.746 10 INFO neutron.plugins.ml2.plugin [None req-eb9c8546-2189-43ac-96c4-f4464f3f9c25 - - - - - -] Attempt 1 to provision port 33edb0cc-05a7-433e-b438-85cc630a46f6 2026-06-10 09:50:31.475 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 1a24c6a7-fcb2-440e-9b36-f1acc7b98787 2026-06-10 09:50:31.973 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 33edb0cc-05a7-433e-b438-85cc630a46f6 2026-06-10 09:50:32.296 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 30a55890-65e9-4745-a70c-10956b2a9155 2026-06-10 09:50:33.380 9 INFO neutron.plugins.ml2.plugin [None req-2cc2a82a-405d-4b89-9f09-f1ebfc0c1644 - - - - - -] Attempt 1 to provision port 33edb0cc-05a7-433e-b438-85cc630a46f6 2026-06-10 09:50:33.560 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 33edb0cc-05a7-433e-b438-85cc630a46f6 2026-06-10 09:50:34.101 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 30a55890-65e9-4745-a70c-10956b2a9155 2026-06-10 09:50:35.554 10 INFO neutron.plugins.ml2.plugin [None req-cfe638e4-e2b3-4cb4-aec5-d474dae55a8a - - - - - -] Attempt 1 to provision port 968c28e4-8131-421b-a743-d223334747ba 2026-06-10 09:50:36.974 9 INFO neutron.plugins.ml2.plugin [None req-f348b007-d77a-401a-b73b-03bf29347ba1 - - - - - -] Attempt 1 to provision port 3ab6f70a-ebf6-43af-a626-7280bb17cfbc 2026-06-10 09:50:37.721 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 968c28e4-8131-421b-a743-d223334747ba 2026-06-10 09:50:37.953 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-422efcb1-1c06-4a6c-a50b-32ff172fbf14'] response: {'server_uuid': 'b8a8df38-1ea1-4f1e-9ce2-8bbd63032d4c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '968c28e4-8131-421b-a743-d223334747ba', 'code': 200} 2026-06-10 09:50:39.633 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 3ab6f70a-ebf6-43af-a626-7280bb17cfbc 2026-06-10 09:50:40.020 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-cefc9619-69c5-41de-90c1-10bbae2d7d56'] response: {'server_uuid': '81b72041-f0a8-4d35-9094-3941035302e9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3ab6f70a-ebf6-43af-a626-7280bb17cfbc', 'code': 200} 2026-06-10 09:50:40.281 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 968c28e4-8131-421b-a743-d223334747ba 2026-06-10 09:50:41.758 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 3ab6f70a-ebf6-43af-a626-7280bb17cfbc 2026-06-10 09:50:47.617 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 00f3392b-dcf1-4385-92ca-91ab54bc4e5f 2026-06-10 09:50:49.038 10 INFO neutron.plugins.ml2.plugin [None req-f6c44c94-e2a7-4444-9d95-b461aa017116 - - - - - -] Attempt 1 to provision port a857bb80-3c52-48ff-88f1-0f1f825d5b51 2026-06-10 09:50:49.449 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port facd0551-ad77-49eb-9e4a-aaa32685054f 2026-06-10 09:50:49.914 9 INFO neutron.plugins.ml2.plugin [None req-e36fa284-e2de-423f-a88b-304a4511dfdc - - - - - -] Attempt 1 to provision port facd0551-ad77-49eb-9e4a-aaa32685054f 2026-06-10 09:50:51.382 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port facd0551-ad77-49eb-9e4a-aaa32685054f 2026-06-10 09:50:51.652 10 INFO neutron.plugins.ml2.plugin [None req-00c3135f-d5ff-4544-b342-c1a64354d2cd - - - - - -] Attempt 1 to provision port 12283db0-c5c4-4149-b1ec-f74d2852b8ab 2026-06-10 09:50:52.445 9 INFO neutron.plugins.ml2.plugin [None req-8cc527d5-9ac9-4aae-b3fc-7a0ab9d63c26 - - - - - -] Attempt 1 to provision port 12283db0-c5c4-4149-b1ec-f74d2852b8ab 2026-06-10 09:50:53.458 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 24e95c92-cb70-42b7-ada6-44ac9bfd077d 2026-06-10 09:50:55.397 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 24e95c92-cb70-42b7-ada6-44ac9bfd077d 2026-06-10 09:50:56.044 9 INFO neutron.plugins.ml2.plugin [None req-1f2b5eea-11e6-4bf8-9af3-249c9434d69b - - - - - -] Attempt 1 to provision port 5f0adef4-e46b-44b1-8b52-71511406ddc9 2026-06-10 09:50:57.679 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 5f0adef4-e46b-44b1-8b52-71511406ddc9 2026-06-10 09:50:58.001 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-8ca9a21a-a6f8-42fb-8d8e-bd6b84b0995b'] response: {'server_uuid': 'af69dd6f-4f05-4156-a713-4f541fb7e765', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5f0adef4-e46b-44b1-8b52-71511406ddc9', 'code': 200} 2026-06-10 09:50:59.494 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 14209fb0-2269-4656-b468-591b0c9033aa 2026-06-10 09:51:00.042 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 5f0adef4-e46b-44b1-8b52-71511406ddc9 2026-06-10 09:51:01.440 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 14209fb0-2269-4656-b468-591b0c9033aa 2026-06-10 09:51:01.682 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 37505fea-d802-488b-9c70-b613a2b58df7 2026-06-10 09:51:03.365 10 INFO neutron.plugins.ml2.plugin [None req-f643b244-1efe-4dfb-a8fe-f9585f0a924f - - - - - -] Attempt 1 to provision port abef1f95-ff05-4c67-b917-1ec47ab009c4 2026-06-10 09:51:03.753 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 37505fea-d802-488b-9c70-b613a2b58df7 2026-06-10 09:51:04.080 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port abef1f95-ff05-4c67-b917-1ec47ab009c4 2026-06-10 09:51:05.583 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port abef1f95-ff05-4c67-b917-1ec47ab009c4 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: 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:664: 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:664: 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:664: 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-06-10 09:51:07.799 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-68a9d546-0490-47ed-a3b6-d21c9474033a'] response: {'server_uuid': '81b72041-f0a8-4d35-9094-3941035302e9', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '3ab6f70a-ebf6-43af-a626-7280bb17cfbc', 'code': 200} 2026-06-10 09:51:08.800 9 INFO neutron.plugins.ml2.plugin [None req-871f36a1-35e0-4171-b9eb-5cf4c2adffe1 - - - - - -] Attempt 1 to provision port c487c438-1bca-443c-91f9-2f02b09d8500 2026-06-10 09:51:09.428 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 3ab6f70a-ebf6-43af-a626-7280bb17cfbc 2026-06-10 09:51:09.641 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f5063e2-f42e-42f2-9369-e027f5ec4d58'] response: {'server_uuid': '81b72041-f0a8-4d35-9094-3941035302e9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3ab6f70a-ebf6-43af-a626-7280bb17cfbc', 'code': 200} 2026-06-10 09:51:11.394 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 3ab6f70a-ebf6-43af-a626-7280bb17cfbc 2026-06-10 09:51:25.705 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-8bd46dae-c791-406b-a1f7-d9377c917d7f'] response: {'server_uuid': '81b72041-f0a8-4d35-9094-3941035302e9', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '3ab6f70a-ebf6-43af-a626-7280bb17cfbc', 'code': 200} 2026-06-10 09:51:28.609 9 INFO neutron.plugins.ml2.plugin [None req-8b399884-0059-4151-a359-9b4eae54c8f7 - - - - - -] Attempt 1 to provision port dea7ffea-0bc0-4b9a-a5e9-dbbc1375534b 2026-06-10 09:51:29.280 10 INFO neutron.plugins.ml2.plugin [None req-c1bff98b-d711-4fac-bfd0-cf3a42d0b1e7 - - - - - -] Attempt 1 to provision port 852a489d-e4b5-40cf-a066-86cad9fc71e1 2026-06-10 09:51:29.479 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 852a489d-e4b5-40cf-a066-86cad9fc71e1 2026-06-10 09:51:31.678 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 852a489d-e4b5-40cf-a066-86cad9fc71e1 2026-06-10 09:51:32.528 10 INFO neutron.plugins.ml2.plugin [None req-12a2b68b-e463-4876-b5a6-56e809124cca - - - - - -] Attempt 1 to provision port 0c3d6a5e-cd2c-4ea6-bd1f-8661f57ca39c 2026-06-10 09:51:33.394 10 INFO neutron.plugins.ml2.plugin [None req-e765a7ee-9707-4227-b07d-21e7ab0db77a - - - - - -] Attempt 1 to provision port 0c3d6a5e-cd2c-4ea6-bd1f-8661f57ca39c 2026-06-10 09:51:33.721 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 58ad96dc-56b9-476f-bd4a-2b0ad29a8cbd 2026-06-10 09:51:35.516 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 58ad96dc-56b9-476f-bd4a-2b0ad29a8cbd 2026-06-10 09:51:38.687 9 INFO neutron.plugins.ml2.plugin [None req-151c6ac7-19f2-4d8d-85e6-86f20a03f77f - - - - - -] Attempt 1 to provision port bef80817-3fa3-4f35-9e6e-6b5fb5dd3d4f 2026-06-10 09:51:39.458 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port ac5a3bc4-2435-4a4f-8225-61d65660c318 2026-06-10 09:51:40.502 10 INFO neutron.plugins.ml2.plugin [None req-45d1eb5a-5136-4874-8527-6e7132e7b38a - - - - - -] Attempt 1 to provision port ac5a3bc4-2435-4a4f-8225-61d65660c318 2026-06-10 09:51:40.566 10 INFO neutron.plugins.ml2.db [None req-45d1eb5a-5136-4874-8527-6e7132e7b38a - - - - - -] No ports have port_id starting with ac5a3bc4-2435-4a4f-8225-61d65660c318 2026-06-10 09:51:41.901 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port bef80817-3fa3-4f35-9e6e-6b5fb5dd3d4f 2026-06-10 09:51:42.057 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-a2c88e2e-eada-405d-b855-ebd359c3827e'] response: {'server_uuid': '296a0e4d-599b-4672-8a09-287513d926ad', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bef80817-3fa3-4f35-9e6e-6b5fb5dd3d4f', 'code': 200} 2026-06-10 09:51:49.565 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 8b186dd0-ce36-4e8b-8b44-5b6972b7daff 2026-06-10 09:51:49.692 10 INFO neutron.plugins.ml2.plugin [None req-5023205d-98fe-4575-86fc-387ae22c7d03 - - - - - -] Attempt 1 to provision port 77e6b271-c8f2-48c9-a8b4-ba548164e6b6 2026-06-10 09:51:50.222 10 INFO neutron.plugins.ml2.plugin [None req-a73f9031-c684-43d8-8138-ca7a1691ee5c - - - - - -] Attempt 1 to provision port 8b186dd0-ce36-4e8b-8b44-5b6972b7daff 2026-06-10 09:51:50.261 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 77e6b271-c8f2-48c9-a8b4-ba548164e6b6 2026-06-10 09:51:50.447 10 INFO neutron.plugins.ml2.plugin [None req-19ec6dfd-9895-46cd-9f8e-dbee63d39895 - - - - - -] Attempt 1 to provision port c5660b3f-77ad-43c2-a10c-0e0c681c1c90 2026-06-10 09:51:51.214 9 INFO neutron.plugins.ml2.plugin [None req-8137f4bc-4ce9-4e1c-bf55-66bd04997673 - - - - - -] Attempt 1 to provision port c5660b3f-77ad-43c2-a10c-0e0c681c1c90 2026-06-10 09:51:51.446 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 8b186dd0-ce36-4e8b-8b44-5b6972b7daff 2026-06-10 09:51:51.773 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 77e6b271-c8f2-48c9-a8b4-ba548164e6b6 2026-06-10 09:51:53.288 10 INFO neutron.plugins.ml2.plugin [None req-dde5da95-0cb4-45be-a5df-61dae731a516 - - - - - -] Attempt 1 to provision port 38e2f8a0-cf1d-4fd7-a713-797cb218e267 2026-06-10 09:51:53.582 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 3df5c74c-cb29-4a0b-a64c-2dbf64778bcd 2026-06-10 09:51:54.249 9 INFO neutron.plugins.ml2.plugin [None req-c0fa87ee-3acf-451d-9ff4-f8ffe2d1ac46 - - - - - -] Attempt 1 to provision port 38e2f8a0-cf1d-4fd7-a713-797cb218e267 2026-06-10 09:51:57.454 10 INFO neutron.plugins.ml2.plugin [None req-e436e3c4-e76c-4fa1-8430-906a2446ae30 - - - - - -] Attempt 1 to provision port a4cf0d19-86fb-4b8e-8c6f-1207ba6fe846 2026-06-10 09:51:57.587 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port a4cf0d19-86fb-4b8e-8c6f-1207ba6fe846 2026-06-10 09:51:58.879 9 INFO neutron.plugins.ml2.plugin [None req-af0a86e4-478d-4b3c-8460-07048833295a - - - - - -] Attempt 1 to provision port 379294d5-b6e8-4caf-9714-fc2c619f0a38 2026-06-10 09:52:03.575 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 75c5b981-214c-4aaf-9e9a-93213e7565d6 2026-06-10 09:52:04.167 9 INFO neutron.plugins.ml2.plugin [None req-fbb614de-2b0a-4df0-8aab-30c350733a50 - - - - - -] Attempt 1 to provision port 75c5b981-214c-4aaf-9e9a-93213e7565d6 2026-06-10 09:52:04.219 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port f9dcf9c3-ba77-4018-a995-a5f7b7d73f3c 2026-06-10 09:52:04.555 9 INFO neutron.plugins.ml2.plugin [None req-82537add-bb04-45e4-9e5b-6dabc6b261a5 - - - - - -] Attempt 1 to provision port b2f75a7d-81d7-44db-bb4c-6b4c53ea5e30 2026-06-10 09:52:04.600 9 INFO neutron.plugins.ml2.plugin [None req-82537add-bb04-45e4-9e5b-6dabc6b261a5 - - - - - -] Attempt 1 to provision port f9dcf9c3-ba77-4018-a995-a5f7b7d73f3c 2026-06-10 09:52:04.688 9 INFO neutron.plugins.ml2.plugin [None req-82537add-bb04-45e4-9e5b-6dabc6b261a5 - - - - - -] Attempt 1 to provision port 5a5c6278-9025-4c59-97be-74a3740ee3ae 2026-06-10 09:52:04.784 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port ec1e7488-2615-48d3-88fc-295ae641263d 2026-06-10 09:52:04.853 9 INFO neutron.plugins.ml2.plugin [None req-3e720430-3e03-4c95-b03b-b9d15d33039a - - - - - -] Attempt 1 to provision port 5a5c6278-9025-4c59-97be-74a3740ee3ae 2026-06-10 09:52:05.099 9 INFO neutron.plugins.ml2.plugin [None req-32bd47e0-94cb-4714-8b8a-4b3098639fb7 - - - - - -] Attempt 1 to provision port 5a5c6278-9025-4c59-97be-74a3740ee3ae 2026-06-10 09:52:05.533 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port f9dcf9c3-ba77-4018-a995-a5f7b7d73f3c 2026-06-10 09:52:05.829 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port ec1e7488-2615-48d3-88fc-295ae641263d 2026-06-10 09:52:06.161 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 75c5b981-214c-4aaf-9e9a-93213e7565d6 2026-06-10 09:52:06.775 10 INFO neutron.plugins.ml2.plugin [None req-9b5e84c3-bad6-4457-82de-3c560205e3cc - - - - - -] Attempt 1 to provision port b2f75a7d-81d7-44db-bb4c-6b4c53ea5e30 2026-06-10 09:52:09.695 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port ac86590e-dcd8-4c48-a962-46bb1fa73de5 2026-06-10 09:52:11.064 10 INFO neutron.plugins.ml2.plugin [None req-be5a8ca8-2195-4eff-aab8-8edf705b0557 - - - - - -] Attempt 1 to provision port ac86590e-dcd8-4c48-a962-46bb1fa73de5 2026-06-10 09:52:11.676 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port ac86590e-dcd8-4c48-a962-46bb1fa73de5 2026-06-10 09:52:11.678 9 INFO neutron.plugins.ml2.plugin [None req-f1c55a55-690f-4b4a-b4bd-e8fb129991cf - - - - - -] Attempt 1 to provision port 529494ef-50c8-4ef5-a6c0-3efd7a5e8575 2026-06-10 09:52:12.197 10 INFO neutron.plugins.ml2.plugin [None req-eea1eed5-60d0-482d-87d0-5a5b515b642b - - - - - -] Attempt 1 to provision port 99fa2f91-3351-4335-8025-071c713a5d28 2026-06-10 09:52:12.314 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 529494ef-50c8-4ef5-a6c0-3efd7a5e8575 2026-06-10 09:52:12.771 9 INFO neutron.plugins.ml2.plugin [None req-d7fd2ff1-2c52-40e8-9a4f-3e2c538e7011 - - - - - -] Attempt 1 to provision port aab476b5-5960-49ba-b5a7-8390f49125ac 2026-06-10 09:52:13.427 9 INFO neutron.plugins.ml2.plugin [None req-f16fca58-33f7-4b5f-9e87-de4b361cf65c - - - - - -] Attempt 1 to provision port aab476b5-5960-49ba-b5a7-8390f49125ac 2026-06-10 09:52:13.596 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 77832dbb-fbb5-4273-8a9e-f300e5329f33 2026-06-10 09:52:13.794 10 INFO neutron.plugins.ml2.plugin [None req-71c02925-9e34-411f-a3c9-015130b17ffc - - - - - -] Attempt 1 to provision port 77832dbb-fbb5-4273-8a9e-f300e5329f33 2026-06-10 09:52:14.132 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 529494ef-50c8-4ef5-a6c0-3efd7a5e8575 2026-06-10 09:52:14.670 10 INFO neutron.plugins.ml2.plugin [None req-1ec4b414-0675-4c79-8fb8-bb16c6b43f91 - - - - - -] Attempt 1 to provision port 72469e1e-0d0e-4d5f-ad55-5b21d6db93a2 2026-06-10 09:52:15.024 9 INFO neutron.plugins.ml2.plugin [None req-ec03f7c7-cf74-448a-a658-c5f094e9301b - - - - - -] Attempt 1 to provision port 0769c553-81d8-4b9f-b7df-fd1712824f57 2026-06-10 09:52:15.569 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 77832dbb-fbb5-4273-8a9e-f300e5329f33 2026-06-10 09:52:15.578 10 INFO neutron.plugins.ml2.plugin [None req-429cea03-48b5-4409-b4ca-22e34499984f - - - - - -] Attempt 1 to provision port 72469e1e-0d0e-4d5f-ad55-5b21d6db93a2 2026-06-10 09:52:15.846 9 INFO neutron.plugins.ml2.plugin [None req-cd40795e-4691-41f3-bd96-9d8d6033f756 - - - - - -] Attempt 1 to provision port 0769c553-81d8-4b9f-b7df-fd1712824f57 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: 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:664: 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:664: 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:664: 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-06-10 09:52:19.764 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 99fa2f91-3351-4335-8025-071c713a5d28 2026-06-10 09:52:19.935 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d49a563-8756-4742-8779-acb4900de1a6'] response: {'server_uuid': '89bb06bc-1e17-4139-87ac-c7423a30f32a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '99fa2f91-3351-4335-8025-071c713a5d28', 'code': 200} 2026-06-10 09:52:20.365 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 379294d5-b6e8-4caf-9714-fc2c619f0a38 2026-06-10 09:52:21.228 10 INFO neutron.plugins.ml2.plugin [None req-976b273b-cd01-406a-91f3-8a2cc6621628 - - - - - -] Attempt 1 to provision port 437547e2-8a4a-4c6f-89dc-a30456e3f2f2 2026-06-10 09:52:21.648 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 99fa2f91-3351-4335-8025-071c713a5d28 2026-06-10 09:52:22.024 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 379294d5-b6e8-4caf-9714-fc2c619f0a38 2026-06-10 09:52:22.277 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 5a5c6278-9025-4c59-97be-74a3740ee3ae 2026-06-10 09:52:23.539 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 5a5c6278-9025-4c59-97be-74a3740ee3ae 2026-06-10 09:52:25.578 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 50614e39-2bf9-46f3-a96c-a02812511501 2026-06-10 09:52:25.623 9 INFO neutron.plugins.ml2.plugin [None req-ebc41e67-926e-4705-a950-798ee7819b57 - - - - - -] Attempt 1 to provision port 50614e39-2bf9-46f3-a96c-a02812511501 2026-06-10 09:52:26.618 10 INFO neutron.plugins.ml2.plugin [None req-98bd9863-1229-4d9f-998f-6784056c34c7 - - - - - -] Attempt 1 to provision port ca40f295-33a4-4448-8d32-90ff7e46c7aa 2026-06-10 09:52:27.601 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 50614e39-2bf9-46f3-a96c-a02812511501 2026-06-10 09:52:27.670 9 INFO neutron.plugins.ml2.plugin [None req-b891ecbe-e693-402d-a3b1-1b67b7c37691 - - - - - -] Attempt 1 to provision port ca40f295-33a4-4448-8d32-90ff7e46c7aa /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: 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:664: 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:664: 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:664: 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-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet cbce9e07-4d5e-4570-ba5f-fd355a8e0523 could not be found. 2026-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:52:33.315 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-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:52:33.315 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-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:52:33.315 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-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:52:33.315 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-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:52:33.315 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-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.315 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-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.315 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-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.315 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-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.315 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-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.315 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-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.315 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-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:52:33.315 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-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet cbce9e07-4d5e-4570-ba5f-fd355a8e0523 could not be found. 2026-06-10 09:52:33.315 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:52:33.317 10 ERROR neutron.plugins.ml2.managers [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Failed to bind port 87a50046-f90d-4c36-a138-b0ff6457cf47 on host instance for vnic_type normal using segments [{'id': '248a073d-67d5-449a-b508-150aceffedc1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 445, 'network_id': '2487a298-a9df-496d-8261-3680cc8c9db5'}] 2026-06-10 09:52:33.319 10 INFO neutron.plugins.ml2.plugin [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Attempt 2 to bind port 87a50046-f90d-4c36-a138-b0ff6457cf47 2026-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet cbce9e07-4d5e-4570-ba5f-fd355a8e0523 could not be found. 2026-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:52:33.496 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-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:52:33.496 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-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:52:33.496 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-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:52:33.496 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-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:52:33.496 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-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.496 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-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.496 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-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.496 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-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.496 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-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.496 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-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.496 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-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:52:33.496 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-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet cbce9e07-4d5e-4570-ba5f-fd355a8e0523 could not be found. 2026-06-10 09:52:33.496 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:52:33.498 10 ERROR neutron.plugins.ml2.managers [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Failed to bind port 87a50046-f90d-4c36-a138-b0ff6457cf47 on host instance for vnic_type normal using segments [{'id': '248a073d-67d5-449a-b508-150aceffedc1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 445, 'network_id': '2487a298-a9df-496d-8261-3680cc8c9db5'}] 2026-06-10 09:52:33.504 10 INFO neutron.plugins.ml2.plugin [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Attempt 3 to bind port 87a50046-f90d-4c36-a138-b0ff6457cf47 2026-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet cbce9e07-4d5e-4570-ba5f-fd355a8e0523 could not be found. 2026-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:52:33.527 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-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:52:33.527 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-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:52:33.527 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-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:52:33.527 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-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:52:33.527 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-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.527 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-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.527 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-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.527 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-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.527 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-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.527 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-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.527 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-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:52:33.527 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-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet cbce9e07-4d5e-4570-ba5f-fd355a8e0523 could not be found. 2026-06-10 09:52:33.527 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:52:33.528 10 ERROR neutron.plugins.ml2.managers [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Failed to bind port 87a50046-f90d-4c36-a138-b0ff6457cf47 on host instance for vnic_type normal using segments [{'id': '248a073d-67d5-449a-b508-150aceffedc1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 445, 'network_id': '2487a298-a9df-496d-8261-3680cc8c9db5'}] 2026-06-10 09:52:33.528 10 INFO neutron.plugins.ml2.plugin [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Attempt 4 to bind port 87a50046-f90d-4c36-a138-b0ff6457cf47 2026-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet cbce9e07-4d5e-4570-ba5f-fd355a8e0523 could not be found. 2026-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:52:33.555 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-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:52:33.555 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-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:52:33.555 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-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:52:33.555 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-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:52:33.555 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-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.555 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-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.555 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-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.555 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-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.555 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-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.555 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-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.555 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-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:52:33.555 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-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet cbce9e07-4d5e-4570-ba5f-fd355a8e0523 could not be found. 2026-06-10 09:52:33.555 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:52:33.556 10 ERROR neutron.plugins.ml2.managers [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Failed to bind port 87a50046-f90d-4c36-a138-b0ff6457cf47 on host instance for vnic_type normal using segments [{'id': '248a073d-67d5-449a-b508-150aceffedc1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 445, 'network_id': '2487a298-a9df-496d-8261-3680cc8c9db5'}] 2026-06-10 09:52:33.556 10 INFO neutron.plugins.ml2.plugin [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Attempt 5 to bind port 87a50046-f90d-4c36-a138-b0ff6457cf47 2026-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet cbce9e07-4d5e-4570-ba5f-fd355a8e0523 could not be found. 2026-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:52:33.588 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-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:52:33.588 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-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:52:33.588 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-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:52:33.588 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-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:52:33.588 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-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.588 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-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.588 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-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.588 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-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.588 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-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.588 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-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.588 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-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:52:33.588 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-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet cbce9e07-4d5e-4570-ba5f-fd355a8e0523 could not be found. 2026-06-10 09:52:33.588 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:52:33.589 10 ERROR neutron.plugins.ml2.managers [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Failed to bind port 87a50046-f90d-4c36-a138-b0ff6457cf47 on host instance for vnic_type normal using segments [{'id': '248a073d-67d5-449a-b508-150aceffedc1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 445, 'network_id': '2487a298-a9df-496d-8261-3680cc8c9db5'}] 2026-06-10 09:52:33.590 10 INFO neutron.plugins.ml2.plugin [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Attempt 6 to bind port 87a50046-f90d-4c36-a138-b0ff6457cf47 2026-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ee426954-7aa3-4789-81b9-c690e47cb75c could not be found. 2026-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:52:33.613 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-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:52:33.613 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-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:52:33.613 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-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:52:33.613 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-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:52:33.613 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-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.613 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-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.613 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-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.613 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-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.613 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-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.613 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-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.613 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-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:52:33.613 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-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ee426954-7aa3-4789-81b9-c690e47cb75c could not be found. 2026-06-10 09:52:33.613 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:52:33.614 10 ERROR neutron.plugins.ml2.managers [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Failed to bind port 5f9d38b9-9ff1-4467-8a2f-82a8ba5de692 on host instance for vnic_type normal using segments [{'id': '6e88dfb1-e2d0-4fe4-981c-6f92edbb9e8b', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 932, 'network_id': '8ef0fa77-a344-43c4-bf9f-ea345e3e53ba'}] 2026-06-10 09:52:33.614 10 INFO neutron.plugins.ml2.plugin [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Attempt 2 to bind port 5f9d38b9-9ff1-4467-8a2f-82a8ba5de692 2026-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet cbce9e07-4d5e-4570-ba5f-fd355a8e0523 could not be found. 2026-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:52:33.628 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-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:52:33.628 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-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:52:33.628 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-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:52:33.628 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-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:52:33.628 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-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.628 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-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.628 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-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.628 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-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.628 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-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.628 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-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.628 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-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:52:33.628 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-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet cbce9e07-4d5e-4570-ba5f-fd355a8e0523 could not be found. 2026-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:52:33.628 10 ERROR neutron.plugins.ml2.managers [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Failed to bind port 87a50046-f90d-4c36-a138-b0ff6457cf47 on host instance for vnic_type normal using segments [{'id': '248a073d-67d5-449a-b508-150aceffedc1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 445, 'network_id': '2487a298-a9df-496d-8261-3680cc8c9db5'}] 2026-06-10 09:52:33.629 10 INFO neutron.plugins.ml2.plugin [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Attempt 7 to bind port 87a50046-f90d-4c36-a138-b0ff6457cf47 2026-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ee426954-7aa3-4789-81b9-c690e47cb75c could not be found. 2026-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:52:33.643 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-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:52:33.643 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-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:52:33.643 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-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:52:33.643 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-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:52:33.643 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-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.643 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-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.643 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-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.643 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-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.643 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-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.643 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-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.643 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-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:52:33.643 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-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ee426954-7aa3-4789-81b9-c690e47cb75c could not be found. 2026-06-10 09:52:33.643 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:52:33.644 10 ERROR neutron.plugins.ml2.managers [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Failed to bind port 5f9d38b9-9ff1-4467-8a2f-82a8ba5de692 on host instance for vnic_type normal using segments [{'id': '6e88dfb1-e2d0-4fe4-981c-6f92edbb9e8b', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 932, 'network_id': '8ef0fa77-a344-43c4-bf9f-ea345e3e53ba'}] 2026-06-10 09:52:33.646 10 INFO neutron.plugins.ml2.plugin [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Attempt 3 to bind port 5f9d38b9-9ff1-4467-8a2f-82a8ba5de692 2026-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet cbce9e07-4d5e-4570-ba5f-fd355a8e0523 could not be found. 2026-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:52:33.661 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-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:52:33.661 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-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:52:33.661 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-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:52:33.661 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-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:52:33.661 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-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.661 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-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.661 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-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.661 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-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.661 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-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.661 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-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.661 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-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:52:33.661 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-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet cbce9e07-4d5e-4570-ba5f-fd355a8e0523 could not be found. 2026-06-10 09:52:33.661 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:52:33.662 10 ERROR neutron.plugins.ml2.managers [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Failed to bind port 87a50046-f90d-4c36-a138-b0ff6457cf47 on host instance for vnic_type normal using segments [{'id': '248a073d-67d5-449a-b508-150aceffedc1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 445, 'network_id': '2487a298-a9df-496d-8261-3680cc8c9db5'}] 2026-06-10 09:52:33.663 10 INFO neutron.plugins.ml2.plugin [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Attempt 8 to bind port 87a50046-f90d-4c36-a138-b0ff6457cf47 2026-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ee426954-7aa3-4789-81b9-c690e47cb75c could not be found. 2026-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:52:33.680 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-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:52:33.680 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-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:52:33.680 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-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:52:33.680 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-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:52:33.680 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-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.680 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-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.680 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-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.680 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-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.680 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-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.680 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-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.680 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-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:52:33.680 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-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ee426954-7aa3-4789-81b9-c690e47cb75c could not be found. 2026-06-10 09:52:33.680 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:52:33.681 10 ERROR neutron.plugins.ml2.managers [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Failed to bind port 5f9d38b9-9ff1-4467-8a2f-82a8ba5de692 on host instance for vnic_type normal using segments [{'id': '6e88dfb1-e2d0-4fe4-981c-6f92edbb9e8b', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 932, 'network_id': '8ef0fa77-a344-43c4-bf9f-ea345e3e53ba'}] 2026-06-10 09:52:33.682 10 INFO neutron.plugins.ml2.plugin [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Attempt 4 to bind port 5f9d38b9-9ff1-4467-8a2f-82a8ba5de692 2026-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet cbce9e07-4d5e-4570-ba5f-fd355a8e0523 could not be found. 2026-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:52:33.692 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-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:52:33.692 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-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:52:33.692 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-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:52:33.692 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-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:52:33.692 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-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.692 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-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.692 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-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.692 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-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.692 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-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.692 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-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.692 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-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:52:33.692 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-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet cbce9e07-4d5e-4570-ba5f-fd355a8e0523 could not be found. 2026-06-10 09:52:33.692 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:52:33.693 10 ERROR neutron.plugins.ml2.managers [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Failed to bind port 87a50046-f90d-4c36-a138-b0ff6457cf47 on host instance for vnic_type normal using segments [{'id': '248a073d-67d5-449a-b508-150aceffedc1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 445, 'network_id': '2487a298-a9df-496d-8261-3680cc8c9db5'}] 2026-06-10 09:52:33.694 10 INFO neutron.plugins.ml2.plugin [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Attempt 9 to bind port 87a50046-f90d-4c36-a138-b0ff6457cf47 2026-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ee426954-7aa3-4789-81b9-c690e47cb75c could not be found. 2026-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:52:33.710 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-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:52:33.710 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-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:52:33.710 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-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:52:33.710 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-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:52:33.710 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-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.710 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-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.710 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-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.710 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-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.710 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-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.710 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-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.710 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-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:52:33.710 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-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ee426954-7aa3-4789-81b9-c690e47cb75c could not be found. 2026-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:52:33.710 10 ERROR neutron.plugins.ml2.managers [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Failed to bind port 5f9d38b9-9ff1-4467-8a2f-82a8ba5de692 on host instance for vnic_type normal using segments [{'id': '6e88dfb1-e2d0-4fe4-981c-6f92edbb9e8b', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 932, 'network_id': '8ef0fa77-a344-43c4-bf9f-ea345e3e53ba'}] 2026-06-10 09:52:33.711 10 INFO neutron.plugins.ml2.plugin [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Attempt 5 to bind port 5f9d38b9-9ff1-4467-8a2f-82a8ba5de692 2026-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet cbce9e07-4d5e-4570-ba5f-fd355a8e0523 could not be found. 2026-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:52:33.728 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-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:52:33.728 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-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:52:33.728 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-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:52:33.728 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-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:52:33.728 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-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.728 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-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.728 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-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.728 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-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.728 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-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.728 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-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.728 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-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:52:33.728 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-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet cbce9e07-4d5e-4570-ba5f-fd355a8e0523 could not be found. 2026-06-10 09:52:33.728 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:52:33.729 10 ERROR neutron.plugins.ml2.managers [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Failed to bind port 87a50046-f90d-4c36-a138-b0ff6457cf47 on host instance for vnic_type normal using segments [{'id': '248a073d-67d5-449a-b508-150aceffedc1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 445, 'network_id': '2487a298-a9df-496d-8261-3680cc8c9db5'}] 2026-06-10 09:52:33.730 10 INFO neutron.plugins.ml2.plugin [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Attempt 10 to bind port 87a50046-f90d-4c36-a138-b0ff6457cf47 2026-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ee426954-7aa3-4789-81b9-c690e47cb75c could not be found. 2026-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:52:33.742 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-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:52:33.742 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-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:52:33.742 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-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:52:33.742 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-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:52:33.742 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-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.742 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-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.742 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-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.742 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-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.742 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-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.742 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-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.742 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-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:52:33.742 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-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ee426954-7aa3-4789-81b9-c690e47cb75c could not be found. 2026-06-10 09:52:33.742 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:52:33.743 10 ERROR neutron.plugins.ml2.managers [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Failed to bind port 5f9d38b9-9ff1-4467-8a2f-82a8ba5de692 on host instance for vnic_type normal using segments [{'id': '6e88dfb1-e2d0-4fe4-981c-6f92edbb9e8b', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 932, 'network_id': '8ef0fa77-a344-43c4-bf9f-ea345e3e53ba'}] 2026-06-10 09:52:33.744 10 INFO neutron.plugins.ml2.plugin [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Attempt 6 to bind port 5f9d38b9-9ff1-4467-8a2f-82a8ba5de692 2026-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet cbce9e07-4d5e-4570-ba5f-fd355a8e0523 could not be found. 2026-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:52:33.756 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-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:52:33.756 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-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:52:33.756 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-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:52:33.756 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-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:52:33.756 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-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.756 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-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.756 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-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.756 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-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.756 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-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.756 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-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.756 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-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:52:33.756 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-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet cbce9e07-4d5e-4570-ba5f-fd355a8e0523 could not be found. 2026-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:52:33.756 10 ERROR neutron.plugins.ml2.managers [None req-39d6c8bf-1aa8-44f5-a510-6e1a085760ef - - - - - -] Failed to bind port 87a50046-f90d-4c36-a138-b0ff6457cf47 on host instance for vnic_type normal using segments [{'id': '248a073d-67d5-449a-b508-150aceffedc1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 445, 'network_id': '2487a298-a9df-496d-8261-3680cc8c9db5'}] 2026-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ee426954-7aa3-4789-81b9-c690e47cb75c could not be found. 2026-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:52:33.768 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-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:52:33.768 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-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:52:33.768 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-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:52:33.768 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-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:52:33.768 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-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.768 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-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.768 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-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.768 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-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.768 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-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.768 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-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.768 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-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:52:33.768 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-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ee426954-7aa3-4789-81b9-c690e47cb75c could not be found. 2026-06-10 09:52:33.768 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:52:33.769 10 ERROR neutron.plugins.ml2.managers [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Failed to bind port 5f9d38b9-9ff1-4467-8a2f-82a8ba5de692 on host instance for vnic_type normal using segments [{'id': '6e88dfb1-e2d0-4fe4-981c-6f92edbb9e8b', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 932, 'network_id': '8ef0fa77-a344-43c4-bf9f-ea345e3e53ba'}] 2026-06-10 09:52:33.771 10 INFO neutron.plugins.ml2.plugin [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Attempt 7 to bind port 5f9d38b9-9ff1-4467-8a2f-82a8ba5de692 2026-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ee426954-7aa3-4789-81b9-c690e47cb75c could not be found. 2026-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:52:33.798 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-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:52:33.798 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-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:52:33.798 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-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:52:33.798 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-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:52:33.798 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-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.798 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-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.798 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-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.798 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-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.798 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-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.798 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-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.798 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-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:52:33.798 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-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ee426954-7aa3-4789-81b9-c690e47cb75c could not be found. 2026-06-10 09:52:33.798 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:52:33.799 10 ERROR neutron.plugins.ml2.managers [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Failed to bind port 5f9d38b9-9ff1-4467-8a2f-82a8ba5de692 on host instance for vnic_type normal using segments [{'id': '6e88dfb1-e2d0-4fe4-981c-6f92edbb9e8b', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 932, 'network_id': '8ef0fa77-a344-43c4-bf9f-ea345e3e53ba'}] 2026-06-10 09:52:33.800 10 INFO neutron.plugins.ml2.plugin [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Attempt 8 to bind port 5f9d38b9-9ff1-4467-8a2f-82a8ba5de692 2026-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ee426954-7aa3-4789-81b9-c690e47cb75c could not be found. 2026-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:52:33.819 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-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:52:33.819 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-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:52:33.819 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-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:52:33.819 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-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:52:33.819 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-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.819 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-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.819 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-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.819 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-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.819 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-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.819 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-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.819 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-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:52:33.819 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-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ee426954-7aa3-4789-81b9-c690e47cb75c could not be found. 2026-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:52:33.819 10 ERROR neutron.plugins.ml2.managers [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Failed to bind port 5f9d38b9-9ff1-4467-8a2f-82a8ba5de692 on host instance for vnic_type normal using segments [{'id': '6e88dfb1-e2d0-4fe4-981c-6f92edbb9e8b', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 932, 'network_id': '8ef0fa77-a344-43c4-bf9f-ea345e3e53ba'}] 2026-06-10 09:52:33.820 10 INFO neutron.plugins.ml2.plugin [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Attempt 9 to bind port 5f9d38b9-9ff1-4467-8a2f-82a8ba5de692 2026-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ee426954-7aa3-4789-81b9-c690e47cb75c could not be found. 2026-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:52:33.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-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:52:33.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-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:52:33.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-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:52:33.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-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:52:33.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-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.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-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.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-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.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-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.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-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:52:33.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-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.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-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.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-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.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-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.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-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.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-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.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-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:52:33.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-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ee426954-7aa3-4789-81b9-c690e47cb75c could not be found. 2026-06-10 09:52:33.842 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:52:33.843 10 ERROR neutron.plugins.ml2.managers [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Failed to bind port 5f9d38b9-9ff1-4467-8a2f-82a8ba5de692 on host instance for vnic_type normal using segments [{'id': '6e88dfb1-e2d0-4fe4-981c-6f92edbb9e8b', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 932, 'network_id': '8ef0fa77-a344-43c4-bf9f-ea345e3e53ba'}] 2026-06-10 09:52:33.844 10 INFO neutron.plugins.ml2.plugin [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Attempt 10 to bind port 5f9d38b9-9ff1-4467-8a2f-82a8ba5de692 2026-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ee426954-7aa3-4789-81b9-c690e47cb75c could not be found. 2026-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:52:33.866 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-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:52:33.866 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-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:52:33.866 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-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:52:33.866 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-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:52:33.866 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-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.866 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-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.866 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-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.866 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-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:52:33.866 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-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:52:33.866 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-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:52:33.866 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-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:52:33.866 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-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ee426954-7aa3-4789-81b9-c690e47cb75c could not be found. 2026-06-10 09:52:33.866 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:52:33.867 10 ERROR neutron.plugins.ml2.managers [None req-14b4b9ba-d92d-4a74-a0c7-23573c22856b - - - - - -] Failed to bind port 5f9d38b9-9ff1-4467-8a2f-82a8ba5de692 on host instance for vnic_type normal using segments [{'id': '6e88dfb1-e2d0-4fe4-981c-6f92edbb9e8b', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 932, 'network_id': '8ef0fa77-a344-43c4-bf9f-ea345e3e53ba'}] 2026-06-10 09:52:35.773 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 1176c4b1-3e19-4ead-84ad-352863a76753 2026-06-10 09:52:36.123 9 INFO neutron.plugins.ml2.plugin [None req-69f9eda4-4115-4425-bb21-f60e84a3ba89 - - - - - -] Attempt 1 to provision port cedc4808-d2f5-41a2-b86d-19d0069ed119 2026-06-10 09:52:36.180 9 INFO neutron.plugins.ml2.plugin [None req-69f9eda4-4115-4425-bb21-f60e84a3ba89 - - - - - -] Attempt 1 to provision port 1176c4b1-3e19-4ead-84ad-352863a76753 2026-06-10 09:52:36.608 10 INFO neutron.plugins.ml2.plugin [None req-88debb47-c589-400c-becd-6dd320e6a1a5 - - - - - -] Attempt 1 to provision port cedc4808-d2f5-41a2-b86d-19d0069ed119 2026-06-10 09:52:37.648 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 1176c4b1-3e19-4ead-84ad-352863a76753 2026-06-10 09:52:40.318 10 INFO neutron.plugins.ml2.plugin [None req-a30628fa-7d90-411e-9f28-f010e106ffa4 - - - - - -] Attempt 1 to provision port 01624fb0-f70b-4393-b485-30ceb56d29b4 2026-06-10 09:52:41.690 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port c520bb05-7661-42e6-ba9c-ce14ef8bceba 2026-06-10 09:52:42.616 9 INFO neutron.plugins.ml2.plugin [None req-b5eac63b-6f03-49eb-8d90-e82de5a042bb - - - - - -] Attempt 1 to provision port c520bb05-7661-42e6-ba9c-ce14ef8bceba 2026-06-10 09:52:43.686 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port c520bb05-7661-42e6-ba9c-ce14ef8bceba 2026-06-10 09:52:47.551 9 INFO neutron.plugins.ml2.plugin [None req-85c9a6cf-7f21-4585-a692-ef62ae59fffb - - - - - -] Attempt 1 to provision port 3b876f81-5262-4ad6-81f7-7776d1ea9155 2026-06-10 09:52:49.658 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 3b876f81-5262-4ad6-81f7-7776d1ea9155 2026-06-10 09:52:49.923 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ae0d9d6-669b-4c88-8cd3-8556d542c85c'] response: {'server_uuid': 'd6c85dfe-b34a-480b-88e8-dabaad6d63d3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3b876f81-5262-4ad6-81f7-7776d1ea9155', 'code': 200} 2026-06-10 09:52:51.605 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 3b876f81-5262-4ad6-81f7-7776d1ea9155 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server [None req-8b3a8fda-7474-4c4c-bbf5-af46719f3085 - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 0e79eec4-7da4-4031-ab4d-fd72235b3486: This subnet is being modified by another concurrent operation. 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-06-10 09:53:00.507 9 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-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-06-10 09:53:00.507 9 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-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/server.py", line 244, in inner 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server raise self.value 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server raise self.value 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server raise self.value 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/quota/resource_registry.py", line 95, in wrapper 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 292, in create_dhcp_port 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 118, in _port_action 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/plugins/utils.py", line 338, in create_port 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py", line 724, in inner 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server raise self.value 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server raise self.value 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server raise self.value 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1586, in create_port 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1551, in _create_port_db 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1603, in create_port_db 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/ipam_pluggable_backend.py", line 219, in allocate_ips_for_port_and_store 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 221, in wrapped 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 998, in wrapper 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/ipam_pluggable_backend.py", line 226, in allocate_ips_for_port 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/ipam_pluggable_backend.py", line 258, in _allocate_ips_for_port 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/ipam_backend_mixin.py", line 686, in _ipam_get_subnets 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/models_v2.py", line 77, in read_lock_register 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server raise exception 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 0e79eec4-7da4-4031-ab4d-fd72235b3486: This subnet is being modified by another concurrent operation. 2026-06-10 09:53:00.507 9 ERROR oslo_messaging.rpc.server  2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Exception during message handling: neutron_lib.exceptions.NetworkNotFound: Network 49cc95db-fee7-4eb7-9e74-8725e3d1f73c could not be found. 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-06-10 09:53:00.830 9 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-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server network = model_query.get_by_id(context, models_v2.Network, id) 2026-06-10 09:53:00.830 9 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-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 2870, in one 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server return self._iter().one() 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 1522, in one 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-06-10 09:53:00.830 9 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-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-06-10 09:53:00.830 9 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-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-06-10 09:53:00.830 9 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-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/rpc.py", line 252, in get_network_details 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server return plugin.get_network(rpc_context, network) 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server raise self.value 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server raise self.value 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server raise self.value 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1296, in get_network 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server net_db = net_db or self._get_network(context, id) 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 998, in wrapper 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-06-10 09:53:00.830 9 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-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server raise exceptions.NetworkNotFound(net_id=id) 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.NetworkNotFound: Network 49cc95db-fee7-4eb7-9e74-8725e3d1f73c could not be found. 2026-06-10 09:53:00.830 9 ERROR oslo_messaging.rpc.server  2026-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e0101f7e-a62d-4427-bf51-c7356f396cab could not be found. 2026-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:53:01.822 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-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:53:01.822 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-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:53:01.822 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-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:53:01.822 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-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:53:01.822 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-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:01.822 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-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:01.822 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-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:01.822 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-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:53:01.822 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-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:01.822 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-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:01.822 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-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:53:01.822 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-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e0101f7e-a62d-4427-bf51-c7356f396cab could not be found. 2026-06-10 09:53:01.822 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:53:01.823 10 ERROR neutron.plugins.ml2.managers [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Failed to bind port 18ec65f6-8b7f-4a66-9381-3cc654d2446e on host instance for vnic_type normal using segments [{'id': 'b7b51432-f341-439a-a0a3-e06e06b0a92c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 896, 'network_id': '30656788-02db-4ad2-9e2f-bbfd69afae17'}] 2026-06-10 09:53:01.823 10 INFO neutron.plugins.ml2.plugin [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Attempt 2 to bind port 18ec65f6-8b7f-4a66-9381-3cc654d2446e 2026-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e0101f7e-a62d-4427-bf51-c7356f396cab could not be found. 2026-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:53:01.851 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-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:53:01.851 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-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:53:01.851 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-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:53:01.851 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-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:53:01.851 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-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:01.851 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-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:01.851 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-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:01.851 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-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:53:01.851 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-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:01.851 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-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:01.851 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-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:53:01.851 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-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e0101f7e-a62d-4427-bf51-c7356f396cab could not be found. 2026-06-10 09:53:01.851 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:53:01.852 10 ERROR neutron.plugins.ml2.managers [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Failed to bind port 18ec65f6-8b7f-4a66-9381-3cc654d2446e on host instance for vnic_type normal using segments [{'id': 'b7b51432-f341-439a-a0a3-e06e06b0a92c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 896, 'network_id': '30656788-02db-4ad2-9e2f-bbfd69afae17'}] 2026-06-10 09:53:01.852 10 INFO neutron.plugins.ml2.plugin [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Attempt 3 to bind port 18ec65f6-8b7f-4a66-9381-3cc654d2446e 2026-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e0101f7e-a62d-4427-bf51-c7356f396cab could not be found. 2026-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:53:01.878 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-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:53:01.878 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-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:53:01.878 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-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:53:01.878 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-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:53:01.878 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-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:01.878 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-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:01.878 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-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:01.878 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-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:53:01.878 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-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:01.878 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-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:01.878 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-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:53:01.878 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-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e0101f7e-a62d-4427-bf51-c7356f396cab could not be found. 2026-06-10 09:53:01.878 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:53:01.879 10 ERROR neutron.plugins.ml2.managers [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Failed to bind port 18ec65f6-8b7f-4a66-9381-3cc654d2446e on host instance for vnic_type normal using segments [{'id': 'b7b51432-f341-439a-a0a3-e06e06b0a92c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 896, 'network_id': '30656788-02db-4ad2-9e2f-bbfd69afae17'}] 2026-06-10 09:53:01.879 10 INFO neutron.plugins.ml2.plugin [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Attempt 4 to bind port 18ec65f6-8b7f-4a66-9381-3cc654d2446e 2026-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e0101f7e-a62d-4427-bf51-c7356f396cab could not be found. 2026-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:53:01.903 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-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:53:01.903 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-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:53:01.903 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-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:53:01.903 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-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:53:01.903 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-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:01.903 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-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:01.903 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-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:01.903 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-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:53:01.903 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-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:01.903 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-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:01.903 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-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:53:01.903 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-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e0101f7e-a62d-4427-bf51-c7356f396cab could not be found. 2026-06-10 09:53:01.903 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:53:01.904 10 ERROR neutron.plugins.ml2.managers [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Failed to bind port 18ec65f6-8b7f-4a66-9381-3cc654d2446e on host instance for vnic_type normal using segments [{'id': 'b7b51432-f341-439a-a0a3-e06e06b0a92c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 896, 'network_id': '30656788-02db-4ad2-9e2f-bbfd69afae17'}] 2026-06-10 09:53:01.905 10 INFO neutron.plugins.ml2.plugin [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Attempt 5 to bind port 18ec65f6-8b7f-4a66-9381-3cc654d2446e 2026-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e0101f7e-a62d-4427-bf51-c7356f396cab could not be found. 2026-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:53:01.926 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-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:53:01.926 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-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:53:01.926 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-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:53:01.926 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-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:53:01.926 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-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:01.926 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-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:01.926 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-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:01.926 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-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:53:01.926 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-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:01.926 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-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:01.926 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-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:53:01.926 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-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e0101f7e-a62d-4427-bf51-c7356f396cab could not be found. 2026-06-10 09:53:01.926 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:53:01.927 10 ERROR neutron.plugins.ml2.managers [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Failed to bind port 18ec65f6-8b7f-4a66-9381-3cc654d2446e on host instance for vnic_type normal using segments [{'id': 'b7b51432-f341-439a-a0a3-e06e06b0a92c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 896, 'network_id': '30656788-02db-4ad2-9e2f-bbfd69afae17'}] 2026-06-10 09:53:01.927 10 INFO neutron.plugins.ml2.plugin [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Attempt 6 to bind port 18ec65f6-8b7f-4a66-9381-3cc654d2446e 2026-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e0101f7e-a62d-4427-bf51-c7356f396cab could not be found. 2026-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:53:01.946 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-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:53:01.946 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-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:53:01.946 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-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:53:01.946 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-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:53:01.946 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-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:01.946 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-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:01.946 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-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:01.946 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-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:53:01.946 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-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:01.946 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-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:01.946 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-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:53:01.946 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-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e0101f7e-a62d-4427-bf51-c7356f396cab could not be found. 2026-06-10 09:53:01.946 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:53:01.947 10 ERROR neutron.plugins.ml2.managers [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Failed to bind port 18ec65f6-8b7f-4a66-9381-3cc654d2446e on host instance for vnic_type normal using segments [{'id': 'b7b51432-f341-439a-a0a3-e06e06b0a92c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 896, 'network_id': '30656788-02db-4ad2-9e2f-bbfd69afae17'}] 2026-06-10 09:53:01.947 10 INFO neutron.plugins.ml2.plugin [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Attempt 7 to bind port 18ec65f6-8b7f-4a66-9381-3cc654d2446e 2026-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e0101f7e-a62d-4427-bf51-c7356f396cab could not be found. 2026-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:53:01.967 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-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:53:01.967 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-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:53:01.967 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-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:53:01.967 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-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:53:01.967 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-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:01.967 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-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:01.967 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-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:01.967 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-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:53:01.967 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-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:01.967 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-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:01.967 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-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:53:01.967 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-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e0101f7e-a62d-4427-bf51-c7356f396cab could not be found. 2026-06-10 09:53:01.967 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:53:01.968 10 ERROR neutron.plugins.ml2.managers [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Failed to bind port 18ec65f6-8b7f-4a66-9381-3cc654d2446e on host instance for vnic_type normal using segments [{'id': 'b7b51432-f341-439a-a0a3-e06e06b0a92c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 896, 'network_id': '30656788-02db-4ad2-9e2f-bbfd69afae17'}] 2026-06-10 09:53:01.968 10 INFO neutron.plugins.ml2.plugin [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Attempt 8 to bind port 18ec65f6-8b7f-4a66-9381-3cc654d2446e 2026-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e0101f7e-a62d-4427-bf51-c7356f396cab could not be found. 2026-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:53:01.989 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-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:53:01.989 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-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:53:01.989 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-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:53:01.989 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-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:53:01.989 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-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:01.989 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-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:01.989 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-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:01.989 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-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:53:01.989 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-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:01.989 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-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:01.989 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-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:53:01.989 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-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e0101f7e-a62d-4427-bf51-c7356f396cab could not be found. 2026-06-10 09:53:01.989 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:53:01.990 10 ERROR neutron.plugins.ml2.managers [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Failed to bind port 18ec65f6-8b7f-4a66-9381-3cc654d2446e on host instance for vnic_type normal using segments [{'id': 'b7b51432-f341-439a-a0a3-e06e06b0a92c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 896, 'network_id': '30656788-02db-4ad2-9e2f-bbfd69afae17'}] 2026-06-10 09:53:01.990 10 INFO neutron.plugins.ml2.plugin [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Attempt 9 to bind port 18ec65f6-8b7f-4a66-9381-3cc654d2446e 2026-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e0101f7e-a62d-4427-bf51-c7356f396cab could not be found. 2026-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:53:02.014 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-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:53:02.014 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-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:53:02.014 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-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:53:02.014 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-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:53:02.014 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-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:02.014 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-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:02.014 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-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:02.014 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-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:53:02.014 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-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:02.014 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-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:02.014 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-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:53:02.014 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-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e0101f7e-a62d-4427-bf51-c7356f396cab could not be found. 2026-06-10 09:53:02.014 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:53:02.015 10 ERROR neutron.plugins.ml2.managers [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Failed to bind port 18ec65f6-8b7f-4a66-9381-3cc654d2446e on host instance for vnic_type normal using segments [{'id': 'b7b51432-f341-439a-a0a3-e06e06b0a92c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 896, 'network_id': '30656788-02db-4ad2-9e2f-bbfd69afae17'}] 2026-06-10 09:53:02.015 10 INFO neutron.plugins.ml2.plugin [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Attempt 10 to bind port 18ec65f6-8b7f-4a66-9381-3cc654d2446e 2026-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e0101f7e-a62d-4427-bf51-c7356f396cab could not be found. 2026-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 09:53:02.044 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-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-10 09:53:02.044 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-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 09:53:02.044 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-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 09:53:02.044 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-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 09:53:02.044 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-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:02.044 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-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:02.044 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-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:02.044 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-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 09:53:02.044 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-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 09:53:02.044 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-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 09:53:02.044 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-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 09:53:02.044 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-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e0101f7e-a62d-4427-bf51-c7356f396cab could not be found. 2026-06-10 09:53:02.044 10 ERROR neutron.plugins.ml2.managers  2026-06-10 09:53:02.045 10 ERROR neutron.plugins.ml2.managers [None req-b7830af8-02a2-4133-9b73-5cb7de9996d6 - - - - - -] Failed to bind port 18ec65f6-8b7f-4a66-9381-3cc654d2446e on host instance for vnic_type normal using segments [{'id': 'b7b51432-f341-439a-a0a3-e06e06b0a92c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 896, 'network_id': '30656788-02db-4ad2-9e2f-bbfd69afae17'}] 2026-06-10 09:53:05.644 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 1da4e6e4-cd4d-4519-8cb2-5c4773c1cc14 2026-06-10 09:53:06.039 9 INFO neutron.plugins.ml2.plugin [None req-bc2c6af3-b98e-43c4-8e72-7461c69232d5 - - - - - -] Attempt 1 to provision port 1da4e6e4-cd4d-4519-8cb2-5c4773c1cc14 2026-06-10 09:53:06.126 9 INFO neutron.plugins.ml2.db [None req-bc2c6af3-b98e-43c4-8e72-7461c69232d5 - - - - - -] No ports have port_id starting with 1da4e6e4-cd4d-4519-8cb2-5c4773c1cc14 2026-06-10 09:53:22.613 9 INFO neutron.plugins.ml2.plugin [None req-026b66e7-6014-4edd-ad1f-9e885ea79f82 - - - - - -] Attempt 1 to provision port 0a3330d8-8935-48ae-8e57-c886de5f50ad 2026-06-10 09:53:23.467 9 INFO neutron.plugins.ml2.plugin [None req-01c45ffa-c444-4eb3-8204-bf1e48821aba - - - - - -] Attempt 1 to provision port d6378e80-339b-431a-a714-a3ec0ca52be5 2026-06-10 09:53:23.600 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port d6378e80-339b-431a-a714-a3ec0ca52be5 2026-06-10 09:53:25.368 10 INFO neutron.plugins.ml2.plugin [None req-dd7c77a8-6ce6-4ec1-8ff1-e8d2056ff2b3 - - - - - -] Attempt 1 to provision port 6e14e3c5-ddde-4e73-81cb-47f743b06de7 2026-06-10 09:53:25.639 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 50a3a930-530c-49b6-9152-1ee416f089aa 2026-06-10 09:53:26.395 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port d6378e80-339b-431a-a714-a3ec0ca52be5 2026-06-10 09:53:26.456 9 INFO neutron.plugins.ml2.plugin [None req-35e6c27a-fb34-4bea-8b02-47ccde6bd501 - - - - - -] Attempt 1 to provision port 6e14e3c5-ddde-4e73-81cb-47f743b06de7 2026-06-10 09:53:27.214 9 INFO neutron.plugins.ml2.plugin [None req-7498774f-b998-405c-9f47-46414d6e27ab - - - - - -] Attempt 1 to provision port 50a3a930-530c-49b6-9152-1ee416f089aa 2026-06-10 09:53:27.957 10 INFO neutron.plugins.ml2.plugin [None req-4d07b8d2-5270-4756-a6b6-59678326eabe - - - - - -] Attempt 1 to provision port bc620d61-9720-4eeb-b428-7841156ad724 2026-06-10 09:53:27.977 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port d0182fdd-0485-4fd9-b88a-8ad84c08e181 2026-06-10 09:53:29.036 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port bc620d61-9720-4eeb-b428-7841156ad724 2026-06-10 09:53:29.164 9 INFO neutron.plugins.ml2.plugin [None req-1305e68f-2f87-4fd6-87e0-bb97328ea92d - - - - - -] Attempt 1 to provision port d51e90eb-ed6d-49f1-9b87-d0e135051ba0 2026-06-10 09:53:29.646 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 50a3a930-530c-49b6-9152-1ee416f089aa 2026-06-10 09:53:30.102 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port d51e90eb-ed6d-49f1-9b87-d0e135051ba0 2026-06-10 09:53:30.336 9 INFO neutron.plugins.ml2.plugin [None req-297b7fd2-e8f5-4aad-af3f-c0c5bc8d86e8 - - - - - -] Attempt 1 to provision port be8daec2-273d-4cea-8db0-ba8aec9a4e83 2026-06-10 09:53:31.015 10 INFO neutron.plugins.ml2.plugin [None req-5462dccb-2133-428a-b26b-da67fdd0740f - - - - - -] Attempt 1 to provision port ab32cb4e-8915-4bef-ae4a-ea903a921701 2026-06-10 09:53:31.120 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port d0182fdd-0485-4fd9-b88a-8ad84c08e181 2026-06-10 09:53:31.300 10 INFO neutron.plugins.ml2.plugin [None req-5462dccb-2133-428a-b26b-da67fdd0740f - - - - - -] Attempt 1 to provision port d1a2c09a-8c0d-4779-9aea-e904af00ac5d 2026-06-10 09:53:31.643 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port be8daec2-273d-4cea-8db0-ba8aec9a4e83 2026-06-10 09:53:32.085 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 0f2bd3cd-c4c5-499f-a801-a6e22e6bd1ad 2026-06-10 09:53:32.284 10 INFO neutron.plugins.ml2.plugin [None req-ba911e94-7ef1-4941-849d-b2ead8ff9420 - - - - - -] Attempt 1 to provision port 3c874124-9ed1-4078-85bb-d86290f316a5 2026-06-10 09:53:32.836 9 INFO neutron.plugins.ml2.plugin [None req-d0aab780-0c81-4dad-8147-2ebf3336f6a0 - - - - - -] Attempt 1 to provision port 0f2bd3cd-c4c5-499f-a801-a6e22e6bd1ad 2026-06-10 09:53:33.157 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port ffa38534-1c10-4aa9-97a2-f98899260620 2026-06-10 09:53:33.537 9 INFO neutron.plugins.ml2.plugin [None req-c6a4915f-b32c-40ec-a74e-0ca31112bc3e - - - - - -] Attempt 1 to provision port c085a1e2-8b5b-4de1-83af-f5181cd3d60c 2026-06-10 09:53:33.953 9 INFO neutron.plugins.ml2.plugin [None req-1df3ee63-e28e-4bd3-91bd-0e096f5a4537 - - - - - -] Attempt 1 to provision port ffa38534-1c10-4aa9-97a2-f98899260620 2026-06-10 09:53:34.306 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port ab32cb4e-8915-4bef-ae4a-ea903a921701 2026-06-10 09:53:34.349 10 INFO neutron.plugins.ml2.plugin [None req-120353f7-ea92-4ef2-a61e-72366ab08337 - - - - - -] Attempt 1 to provision port 0f2bd3cd-c4c5-499f-a801-a6e22e6bd1ad 2026-06-10 09:53:34.439 10 INFO neutron.plugins.ml2.plugin [None req-120353f7-ea92-4ef2-a61e-72366ab08337 - - - - - -] Attempt 1 to provision port d56690aa-55c8-4f3b-9be8-7ea3c4c5dc0d 2026-06-10 09:53:35.062 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port d51e90eb-ed6d-49f1-9b87-d0e135051ba0 2026-06-10 09:53:35.297 10 INFO neutron.plugins.ml2.plugin [None req-8030980b-ec98-4d08-b97a-ff8e66a7234e - - - - - -] Attempt 1 to provision port d56690aa-55c8-4f3b-9be8-7ea3c4c5dc0d 2026-06-10 09:53:35.563 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 3c874124-9ed1-4078-85bb-d86290f316a5 2026-06-10 09:53:35.572 10 INFO neutron.plugins.ml2.plugin [None req-adce922e-f65a-4e24-922a-9e1865617cf8 - - - - - -] Attempt 1 to provision port 21694d68-cc96-4abb-bab3-60f7ddbcb931 2026-06-10 09:53:35.945 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port bc620d61-9720-4eeb-b428-7841156ad724 2026-06-10 09:53:36.216 9 INFO neutron.plugins.ml2.plugin [None req-e38e09df-2d83-482a-b4a3-bef15c8d6a28 - - - - - -] Attempt 1 to provision port ffa38534-1c10-4aa9-97a2-f98899260620 2026-06-10 09:53:36.643 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port be8daec2-273d-4cea-8db0-ba8aec9a4e83 2026-06-10 09:53:37.270 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 0f2bd3cd-c4c5-499f-a801-a6e22e6bd1ad 2026-06-10 09:53:37.625 9 INFO neutron.plugins.ml2.plugin [None req-4433c410-8b5f-4791-a527-17c72fe9929c - - - - - -] Attempt 1 to provision port 21694d68-cc96-4abb-bab3-60f7ddbcb931 2026-06-10 09:53:37.830 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port ab32cb4e-8915-4bef-ae4a-ea903a921701 2026-06-10 09:53:37.833 9 INFO neutron.plugins.ml2.plugin [None req-4433c410-8b5f-4791-a527-17c72fe9929c - - - - - -] Attempt 1 to provision port 320cc622-fb32-4d59-a8d6-fbd688065482 2026-06-10 09:53:38.188 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port ffa38534-1c10-4aa9-97a2-f98899260620 2026-06-10 09:53:38.519 10 INFO neutron.plugins.ml2.plugin [None req-71117605-1be7-4ba1-9c27-0c0422dfa612 - - - - - -] Attempt 1 to provision port 320cc622-fb32-4d59-a8d6-fbd688065482 2026-06-10 09:53:38.594 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 21694d68-cc96-4abb-bab3-60f7ddbcb931 2026-06-10 09:53:38.889 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port cd3e83eb-49a7-4166-8e43-2dff0ad47e41 2026-06-10 09:53:39.533 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 3c874124-9ed1-4078-85bb-d86290f316a5 2026-06-10 09:53:39.883 10 INFO neutron.plugins.ml2.plugin [None req-47d957b1-be80-49f9-8df2-72093307c52b - - - - - -] Attempt 1 to provision port 83c1ac61-112a-4b91-97a2-0de73fd7eb54 2026-06-10 09:53:40.543 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port cd3e83eb-49a7-4166-8e43-2dff0ad47e41 2026-06-10 09:53:40.864 10 INFO neutron.plugins.ml2.plugin [None req-81180823-7bdd-4d48-9e39-0c1d58eb0424 - - - - - -] Attempt 1 to provision port 83c1ac61-112a-4b91-97a2-0de73fd7eb54 2026-06-10 09:53:41.034 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 9a66a9ad-c77c-43ff-bba3-5ff73981222f 2026-06-10 09:53:42.338 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 9a66a9ad-c77c-43ff-bba3-5ff73981222f 2026-06-10 09:53:42.732 10 INFO neutron.plugins.ml2.plugin [None req-ece019b6-8345-48f8-b36a-1fd0febb743d - - - - - -] Attempt 1 to provision port aedb948b-0bcf-44ec-83f9-8f63e56feb07 2026-06-10 09:53:43.796 9 INFO neutron.plugins.ml2.plugin [None req-23b0ecc8-cf2f-4be5-b318-71f8533accfb - - - - - -] Attempt 1 to provision port aedb948b-0bcf-44ec-83f9-8f63e56feb07 2026-06-10 09:53:44.550 9 INFO neutron.plugins.ml2.plugin [None req-036ccab8-8d1a-4cf2-91f4-1bbef35e1730 - - - - - -] Attempt 1 to provision port 586f1dce-d5a6-40ab-acc0-1a0ee8a7122b 2026-06-10 09:53:46.612 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 0a3330d8-8935-48ae-8e57-c886de5f50ad 2026-06-10 09:53:47.033 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 6e14e3c5-ddde-4e73-81cb-47f743b06de7 2026-06-10 09:53:47.426 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 586f1dce-d5a6-40ab-acc0-1a0ee8a7122b 2026-06-10 09:53:47.587 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-b0f21182-0067-41cc-9ef8-03e4d592ef15'] response: {'server_uuid': 'f0e93cc1-0568-4914-b63c-95d7c46a0ce3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '586f1dce-d5a6-40ab-acc0-1a0ee8a7122b', 'code': 200} 2026-06-10 09:53:48.420 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 586f1dce-d5a6-40ab-acc0-1a0ee8a7122b 2026-06-10 09:53:48.807 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 6e14e3c5-ddde-4e73-81cb-47f743b06de7 2026-06-10 09:53:49.177 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 0a3330d8-8935-48ae-8e57-c886de5f50ad 2026-06-10 09:53:50.666 9 INFO neutron.plugins.ml2.plugin [None req-b410f673-841a-4850-aac9-4ec829d0b2d7 - - - - - -] Attempt 1 to provision port ec0d23c4-e4ec-431b-acaf-64d16580ae0c 2026-06-10 09:53:54.692 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port ec0d23c4-e4ec-431b-acaf-64d16580ae0c 2026-06-10 09:53:54.833 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-c4f74a64-6abf-4c64-aee9-fdf3d50642c2'] response: {'server_uuid': '2535fece-5594-420b-a4db-1e89a08c006a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ec0d23c4-e4ec-431b-acaf-64d16580ae0c', 'code': 200} 2026-06-10 09:53:55.283 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 05e26fa3-1e06-4d2b-a20c-aedc1b7e4226 2026-06-10 09:53:55.781 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port d56690aa-55c8-4f3b-9be8-7ea3c4c5dc0d 2026-06-10 09:53:56.183 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port d1a2c09a-8c0d-4779-9aea-e904af00ac5d 2026-06-10 09:53:56.734 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port ec0d23c4-e4ec-431b-acaf-64d16580ae0c 2026-06-10 09:53:57.293 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port d56690aa-55c8-4f3b-9be8-7ea3c4c5dc0d 2026-06-10 09:53:57.757 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port d1a2c09a-8c0d-4779-9aea-e904af00ac5d 2026-06-10 09:53:58.835 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port c085a1e2-8b5b-4de1-83af-f5181cd3d60c 2026-06-10 09:53:59.180 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 83c1ac61-112a-4b91-97a2-0de73fd7eb54 2026-06-10 09:53:59.576 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 320cc622-fb32-4d59-a8d6-fbd688065482 2026-06-10 09:54:00.160 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port aedb948b-0bcf-44ec-83f9-8f63e56feb07 2026-06-10 09:54:00.740 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port c085a1e2-8b5b-4de1-83af-f5181cd3d60c 2026-06-10 09:54:01.001 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 83c1ac61-112a-4b91-97a2-0de73fd7eb54 2026-06-10 09:54:01.334 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 320cc622-fb32-4d59-a8d6-fbd688065482 2026-06-10 09:54:01.754 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port aedb948b-0bcf-44ec-83f9-8f63e56feb07 2026-06-10 09:54:03.856 9 INFO neutron.plugins.ml2.plugin [None req-7d65fd74-8c8c-449f-b583-6b82081f5c2e - - - - - -] Attempt 1 to provision port 9a08e9d7-fbc2-4d7d-a4fb-3b3dc6849b5d 2026-06-10 09:54:06.814 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 9a08e9d7-fbc2-4d7d-a4fb-3b3dc6849b5d 2026-06-10 09:54:07.003 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d5e6dba-3752-44b5-b0dd-105dceb5d987'] response: {'server_uuid': '9d67a3f3-628a-41e1-9c16-0523b03c3b6d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9a08e9d7-fbc2-4d7d-a4fb-3b3dc6849b5d', 'code': 200} 2026-06-10 09:54:08.923 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 9a08e9d7-fbc2-4d7d-a4fb-3b3dc6849b5d 2026-06-10 09:54:25.216 10 INFO neutron.plugins.ml2.plugin [None req-f57fffb6-7e15-4deb-8d92-e994dc9db2c4 - - - - - -] Attempt 1 to provision port 4d4e4235-fb88-4f25-b37c-ac031140ac4d 2026-06-10 09:54:40.087 10 INFO neutron.plugins.ml2.plugin [None req-cfa7575a-7812-4699-80dc-16334d8e1b31 - - - - - -] Attempt 1 to provision port cfbd3368-37f1-4b4d-ac17-fd480aea7c1d 2026-06-10 09:54:42.793 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port cfbd3368-37f1-4b4d-ac17-fd480aea7c1d 2026-06-10 09:54:43.089 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-d3b52c37-5947-4722-a5f5-1f158802aebb'] response: {'server_uuid': '3a69f6cc-e8a6-418c-9174-f56042e63325', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cfbd3368-37f1-4b4d-ac17-fd480aea7c1d', 'code': 200} 2026-06-10 09:54:44.757 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port cfbd3368-37f1-4b4d-ac17-fd480aea7c1d 2026-06-10 09:55:22.804 9 INFO neutron.plugins.ml2.plugin [None req-83068d64-ec96-4c72-b40a-3539ed81b2fe - - - - - -] Attempt 1 to provision port 8aac09e6-850a-4104-907f-b057bb39a6c0 2026-06-10 09:55:26.828 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 8aac09e6-850a-4104-907f-b057bb39a6c0 2026-06-10 09:55:27.021 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-9221af32-d117-4fdc-8002-1b9ce150cd21'] response: {'server_uuid': '3a69f6cc-e8a6-418c-9174-f56042e63325', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8aac09e6-850a-4104-907f-b057bb39a6c0', 'code': 200} 2026-06-10 09:55:28.774 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 8aac09e6-850a-4104-907f-b057bb39a6c0 2026-06-10 09:55:51.864 10 INFO neutron.plugins.ml2.plugin [None req-1b87e324-cea6-4c31-853c-5bb36c49a006 - - - - - -] Attempt 1 to provision port 007423e5-eda0-4d0a-acad-76297a7403da 2026-06-10 09:55:55.246 10 INFO neutron.plugins.ml2.plugin [None req-658fb4ae-0b71-4422-9b41-d58e584ff3ab - - - - - -] Attempt 1 to provision port 007423e5-eda0-4d0a-acad-76297a7403da 2026-06-10 09:55:55.469 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-7346e8c9-90ad-4a75-918f-ba2a51a48f04'] response: {'server_uuid': '3a69f6cc-e8a6-418c-9174-f56042e63325', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '007423e5-eda0-4d0a-acad-76297a7403da', 'code': 200} 2026-06-10 09:55:56.848 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 007423e5-eda0-4d0a-acad-76297a7403da 2026-06-10 09:56:07.116 10 INFO neutron.plugins.ml2.plugin [None req-1f1eb750-8bf1-49fb-aa74-cdb271e2777b - - - - - -] Attempt 1 to provision port 30d5fd64-8942-428e-8231-e20a626bb055 2026-06-10 09:56:07.253 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-08dcb96b-1bda-48dc-b1b4-5cb6d1792797'] response: {'server_uuid': '3a69f6cc-e8a6-418c-9174-f56042e63325', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '30d5fd64-8942-428e-8231-e20a626bb055', 'code': 200} 2026-06-10 09:56:09.010 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 30d5fd64-8942-428e-8231-e20a626bb055 2026-06-10 09:56:21.850 9 INFO neutron.plugins.ml2.plugin [None req-fb8ba5ac-ba1d-4486-8afd-8ab10155f7ae - - - - - -] Attempt 1 to provision port 30d5fd64-8942-428e-8231-e20a626bb055 2026-06-10 09:56:22.885 10 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 30d5fd64-8942-428e-8231-e20a626bb055 2026-06-10 09:56:52.363 10 INFO neutron.plugins.ml2.plugin [None req-eacded70-4a77-4191-841c-3fa8057dfa14 - - - - - -] Attempt 1 to provision port 007423e5-eda0-4d0a-acad-76297a7403da 2026-06-10 09:56:52.867 9 INFO neutron.plugins.ml2.plugin [None req-9f5322dd-4df0-452f-999a-a5b18154bb3c - - - - - -] Attempt 1 to provision port 007423e5-eda0-4d0a-acad-76297a7403da 2026-06-10 09:57:59.148 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-7aab4c36-55ef-4680-abbf-e5b78234dfa2'] response: {'server_uuid': '3a69f6cc-e8a6-418c-9174-f56042e63325', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'cfbd3368-37f1-4b4d-ac17-fd480aea7c1d', 'code': 200}