+ 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-07-21 13:58:02.879 1 INFO neutron.common.config [-] Logging enabled! 2026-07-21 13:58:02.880 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 24.2.2.dev7 2026-07-21 13:58:02.880 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-07-21 13:58:02.880 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-21 13:58:03.796 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-21 13:58:03.799 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-21 13:58:03.802 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-07-21 13:58:03.803 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-21 13:58:03.803 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-21 13:58:03.803 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-21 13:58:03.804 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-21 13:58:03.809 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-21 13:58:03.809 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-21 13:58:03.810 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-21 13:58:03.826 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-21 13:58:03.827 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-21 13:58:03.827 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-21 13:58:03.859 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-21 13:58:03.860 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-21 13:58:03.860 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-21 13:58:03.860 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-21 13:58:03.865 1 WARNING oslo_policy.policy [None req-4dbd12dd-6c8f-4421-a78e-21f2db9e2228 - - - - - -] Policies ['delete_port', 'update_port:allowed_address_pairs', 'update_port:allowed_address_pairs:ip_address', 'update_port:allowed_address_pairs:mac_address', 'update_port:fixed_ips', 'update_port:mac_address'] reference a rule that is not defined. 2026-07-21 13:58:04.126 1 INFO neutron.plugins.ml2.managers [None req-4dbd12dd-6c8f-4421-a78e-21f2db9e2228 - - - - - -] Initializing driver for type 'vlan' 2026-07-21 13:58:04.296 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-4dbd12dd-6c8f-4421-a78e-21f2db9e2228 - - - - - -] VlanTypeDriver initialization complete 2026-07-21 13:58:04.297 1 INFO neutron.plugins.ml2.managers [None req-4dbd12dd-6c8f-4421-a78e-21f2db9e2228 - - - - - -] Initializing driver for type 'vxlan' 2026-07-21 13:58:04.297 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-4dbd12dd-6c8f-4421-a78e-21f2db9e2228 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-21 13:58:04.338 1 INFO neutron.plugins.ml2.managers [None req-4dbd12dd-6c8f-4421-a78e-21f2db9e2228 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-21 13:58:04.338 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-4dbd12dd-6c8f-4421-a78e-21f2db9e2228 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-21 13:58:04.338 1 INFO neutron.plugins.ml2.managers [None req-4dbd12dd-6c8f-4421-a78e-21f2db9e2228 - - - - - -] Initializing extension driver 'port_security' 2026-07-21 13:58:04.338 1 INFO neutron.plugins.ml2.extensions.port_security [None req-4dbd12dd-6c8f-4421-a78e-21f2db9e2228 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-21 13:58:04.339 1 INFO neutron.plugins.ml2.managers [None req-4dbd12dd-6c8f-4421-a78e-21f2db9e2228 - - - - - -] Initializing extension driver 'qos' 2026-07-21 13:58:04.339 1 INFO neutron.plugins.ml2.managers [None req-4dbd12dd-6c8f-4421-a78e-21f2db9e2228 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-21 13:58:04.339 1 INFO neutron.plugins.ml2.managers [None req-4dbd12dd-6c8f-4421-a78e-21f2db9e2228 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-21 13:58:04.353 1 INFO neutron.quota [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded quota_driver: . 2026-07-21 13:58:04.353 1 INFO neutron.plugins.ml2.plugin [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Modular L2 Plugin initialization complete 2026-07-21 13:58:04.353 1 INFO neutron.plugins.ml2.managers [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-21 13:58:04.354 1 INFO neutron.plugins.ml2.managers [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-21 13:58:04.354 1 INFO neutron.plugins.ml2.managers [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-21 13:58:04.354 1 INFO neutron.extensions.vlantransparent [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Disabled vlantransparent extension. 2026-07-21 13:58:04.355 1 INFO neutron.manager [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loading Plugin: qos 2026-07-21 13:58:04.364 1 INFO neutron.manager [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loading Plugin: router 2026-07-21 13:58:04.392 1 INFO neutron.services.service_base [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-21 13:58:04.393 1 INFO neutron.manager [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loading Plugin: segments 2026-07-21 13:58:04.457 1 INFO neutron.manager [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loading Plugin: trunk 2026-07-21 13:58:04.505 1 INFO neutron.manager [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loading Plugin: vpnaas 2026-07-21 13:58:04.538 1 WARNING stevedore.named [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-21 13:58:04.598 1 INFO neutron_vpnaas.services.vpn.plugin [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-21 13:58:04.598 1 INFO neutron.common.utils [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-21 13:58:04.598 1 INFO neutron.manager [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loading Plugin: auto_allocate 2026-07-21 13:58:04.602 1 INFO neutron.manager [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loading Plugin: tag 2026-07-21 13:58:04.606 1 INFO neutron.manager [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loading Plugin: timestamp 2026-07-21 13:58:04.609 1 INFO neutron.manager [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loading Plugin: network_ip_availability 2026-07-21 13:58:04.614 1 INFO neutron.manager [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loading Plugin: flavors 2026-07-21 13:58:04.618 1 INFO neutron.manager [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loading Plugin: revisions 2026-07-21 13:58:04.622 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Initializing extension manager. 2026-07-21 13:58:04.623 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: address-group 2026-07-21 13:58:04.624 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: address-scope 2026-07-21 13:58:04.625 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-21 13:58:04.625 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: agent 2026-07-21 13:58:04.626 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: agent-resources-synced 2026-07-21 13:58:04.627 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-21 13:58:04.628 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-21 13:58:04.628 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: availability_zone 2026-07-21 13:58:04.629 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: availability_zone_filter 2026-07-21 13:58:04.629 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-21 13:58:04.630 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: default-subnetpools 2026-07-21 13:58:04.631 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-21 13:58:04.631 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: dns-integration 2026-07-21 13:58:04.632 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: dns-domain-ports 2026-07-21 13:58:04.632 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-21 13:58:04.633 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: dvr 2026-07-21 13:58:04.634 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-21 13:58:04.634 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: empty-string-filtering 2026-07-21 13:58:04.635 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-21 13:58:04.635 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-21 13:58:04.635 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: external-net 2026-07-21 13:58:04.636 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-21 13:58:04.636 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: extraroute 2026-07-21 13:58:04.637 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: extraroute-atomic 2026-07-21 13:58:04.637 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-21 13:58:04.638 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-21 13:58:04.638 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-21 13:58:04.639 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-21 13:58:04.639 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: fip-port-details 2026-07-21 13:58:04.640 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: flavors 2026-07-21 13:58:04.641 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-21 13:58:04.641 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: floatingip-pools 2026-07-21 13:58:04.642 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: ip_allocation 2026-07-21 13:58:04.642 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-21 13:58:04.643 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: l2_adjacency 2026-07-21 13:58:04.644 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: router 2026-07-21 13:58:04.645 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-21 13:58:04.646 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-21 13:58:04.646 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-21 13:58:04.647 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: ext-gw-mode 2026-07-21 13:58:04.647 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: l3-ha 2026-07-21 13:58:04.648 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-21 13:58:04.648 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-21 13:58:04.649 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: l3-flavors 2026-07-21 13:58:04.649 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-21 13:58:04.650 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-21 13:58:04.651 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-21 13:58:04.652 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-21 13:58:04.653 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-21 13:58:04.654 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-21 13:58:04.654 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-21 13:58:04.655 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: multi-provider 2026-07-21 13:58:04.656 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: net-mtu 2026-07-21 13:58:04.656 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: net-mtu-writable 2026-07-21 13:58:04.657 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: network_availability_zone 2026-07-21 13:58:04.657 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: network_ha 2026-07-21 13:58:04.658 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: network-ip-availability 2026-07-21 13:58:04.659 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-21 13:58:04.660 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: pagination 2026-07-21 13:58:04.660 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: port-device-profile 2026-07-21 13:58:04.660 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-21 13:58:04.661 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-21 13:58:04.661 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-21 13:58:04.662 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: port-mac-override 2026-07-21 13:58:04.662 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-21 13:58:04.663 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-21 13:58:04.663 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: port-resource-request 2026-07-21 13:58:04.664 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-21 13:58:04.665 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: binding 2026-07-21 13:58:04.665 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: binding-extended 2026-07-21 13:58:04.666 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: port-security 2026-07-21 13:58:04.666 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: project-id 2026-07-21 13:58:04.667 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: provider 2026-07-21 13:58:04.668 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: qos 2026-07-21 13:58:04.669 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-21 13:58:04.670 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-21 13:58:04.670 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: qos-default 2026-07-21 13:58:04.670 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: qos-fip 2026-07-21 13:58:04.671 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-21 13:58:04.671 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-21 13:58:04.672 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-21 13:58:04.672 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-21 13:58:04.673 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-21 13:58:04.674 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: qos-pps 2026-07-21 13:58:04.674 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-21 13:58:04.674 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-21 13:58:04.675 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: qos-rules-alias 2026-07-21 13:58:04.675 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: quota-check-limit 2026-07-21 13:58:04.677 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: quotas 2026-07-21 13:58:04.679 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: quota_details 2026-07-21 13:58:04.680 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: rbac-policies 2026-07-21 13:58:04.680 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: rbac-address-group 2026-07-21 13:58:04.681 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: rbac-address-scope 2026-07-21 13:58:04.681 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: rbac-security-groups 2026-07-21 13:58:04.682 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-21 13:58:04.682 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: revision-if-match 2026-07-21 13:58:04.683 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-21 13:58:04.683 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: router_availability_zone 2026-07-21 13:58:04.684 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-21 13:58:04.685 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-21 13:58:04.686 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-21 13:58:04.686 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-21 13:58:04.687 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-21 13:58:04.687 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-21 13:58:04.687 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-21 13:58:04.694 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: security-group 2026-07-21 13:58:04.694 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: segment 2026-07-21 13:58:04.695 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-21 13:58:04.696 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: service-type 2026-07-21 13:58:04.696 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: sorting 2026-07-21 13:58:04.697 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: standard-attr-segment 2026-07-21 13:58:04.697 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: standard-attr-description 2026-07-21 13:58:04.698 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: stateful-security-group 2026-07-21 13:58:04.698 1 WARNING neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-07-21 13:58:04.699 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-21 13:58:04.699 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: subnet_onboard 2026-07-21 13:58:04.700 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-21 13:58:04.700 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: subnet-service-types 2026-07-21 13:58:04.700 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: subnet_allocation 2026-07-21 13:58:04.701 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-21 13:58:04.702 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-21 13:58:04.704 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: standard-attr-tag 2026-07-21 13:58:04.704 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-21 13:58:04.705 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: trunk 2026-07-21 13:58:04.705 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: trunk-details 2026-07-21 13:58:04.706 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-21 13:58:04.706 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-21 13:58:04.708 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-21 13:58:04.708 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-21 13:58:04.709 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: vpn-flavors 2026-07-21 13:58:04.710 1 INFO neutron.api.extensions [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Loaded extension: vpnaas 2026-07-21 13:58:04.712 1 INFO oslo_service.service [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Starting 2 workers 2026-07-21 13:58:04.716 1 INFO oslo_service.service [None req-38bd551d-1776-4f30-b051-0aa48fb3f2b6 - - - - - -] Starting 1 workers 2026-07-21 13:58:46.140 9 INFO neutron.db.l3_hamode_db [None req-22040603-b3fe-4b5c-b5e3-b3ec17def769 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 13:58:59.704 9 INFO neutron.plugins.ml2.plugin [None req-4103e098-394b-4c5c-a350-cde7ab4a02b0 - - - - - -] Attempt 1 to provision port 88194136-a672-44ba-ac58-2f6200dcdad5 2026-07-21 13:58:59.954 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 88194136-a672-44ba-ac58-2f6200dcdad5 2026-07-21 13:59:01.925 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 88194136-a672-44ba-ac58-2f6200dcdad5 2026-07-21 14:03:20.047 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 6353fd6a-838a-4d36-b39d-9457c065f7a2 2026-07-21 14:03:20.256 9 INFO neutron.plugins.ml2.plugin [None req-91f136cc-46cd-477a-85a5-0aa519004d66 - - - - - -] Attempt 1 to provision port 6353fd6a-838a-4d36-b39d-9457c065f7a2 2026-07-21 14:03:22.021 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 6353fd6a-838a-4d36-b39d-9457c065f7a2 2026-07-21 14:03:27.940 10 INFO neutron.plugins.ml2.plugin [None req-7e81afb5-f7a2-4d9a-8e28-ff30fc657666 - - - - - -] Attempt 1 to provision port 7a4ecaf5-7b99-4c6d-930c-92cfe8fd33ce 2026-07-21 14:07:06.353 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 7a4ecaf5-7b99-4c6d-930c-92cfe8fd33ce 2026-07-21 14:07:08.193 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 7a4ecaf5-7b99-4c6d-930c-92cfe8fd33ce 2026-07-21 14:15:14.514 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port c10c06d8-ae55-43fa-93f6-c86c4ac64b3f 2026-07-21 14:15:16.495 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port c10c06d8-ae55-43fa-93f6-c86c4ac64b3f 2026-07-21 14:31:33.811 10 INFO neutron.plugins.ml2.plugin [None req-4f632748-4795-4fb2-bb1d-3324d5934d85 - - - - - -] Attempt 1 to provision port 7fbcb2e9-ee3d-463b-993d-c50b40214830 2026-07-21 14:31:34.355 10 INFO neutron.plugins.ml2.plugin [None req-c07f6838-6ecd-4cbb-ad7d-6c7b2a3b1fe6 - - - - - -] Attempt 1 to provision port 8d74b012-b82f-4aaa-9a2c-cef79f38e7c0 2026-07-21 14:31:34.700 10 INFO neutron.plugins.ml2.plugin [None req-418347c1-3242-46b2-b13b-8f5ccad60a72 - - - - - -] Attempt 1 to provision port ab16247b-7943-409b-b182-620f8b089e39 2026-07-21 14:31:35.112 9 INFO neutron.plugins.ml2.plugin [None req-c9c55e77-98ed-4ddf-a164-eb108bd5c5d2 - - - - - -] Attempt 1 to provision port d47aa882-c5d3-4117-b56e-34252387abf5 2026-07-21 14:31:35.158 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 2f9ef42e-6601-4a81-8d9b-d43c782177a3 2026-07-21 14:31:35.387 9 INFO neutron.plugins.ml2.plugin [None req-c9c55e77-98ed-4ddf-a164-eb108bd5c5d2 - - - - - -] Attempt 1 to provision port 2f9ef42e-6601-4a81-8d9b-d43c782177a3 2026-07-21 14:31:36.068 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port d47aa882-c5d3-4117-b56e-34252387abf5 2026-07-21 14:31:36.523 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port ab16247b-7943-409b-b182-620f8b089e39 2026-07-21 14:31:36.683 9 INFO neutron.plugins.ml2.plugin [None req-55760fdf-ded0-47fc-936f-422327b2f483 - - - - - -] Attempt 1 to provision port a4f6bc5f-d142-4044-8d3d-f380d5680390 2026-07-21 14:31:37.044 9 INFO neutron.plugins.ml2.plugin [None req-7116e7ca-68c4-47f6-8cc0-5794e4c72bbd - - - - - -] Attempt 1 to provision port b135a5db-4b15-4c14-9265-5d182aa0a34e 2026-07-21 14:31:37.105 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port d47aa882-c5d3-4117-b56e-34252387abf5 2026-07-21 14:31:37.451 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 2f9ef42e-6601-4a81-8d9b-d43c782177a3 2026-07-21 14:31:37.716 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port ab16247b-7943-409b-b182-620f8b089e39 2026-07-21 14:31:37.805 10 INFO neutron.plugins.ml2.plugin [None req-6918ddcb-52ab-46d2-a9f7-0bb1874cf41c - - - - - -] Attempt 1 to provision port b135a5db-4b15-4c14-9265-5d182aa0a34e 2026-07-21 14:31:38.864 9 INFO neutron.plugins.ml2.plugin [None req-b5f78f03-a509-4fa6-8476-6ba038aa543b - - - - - -] Attempt 1 to provision port 4b031610-f002-4307-b528-841fdba47345 2026-07-21 14:31:39.351 9 INFO neutron.plugins.ml2.plugin [None req-7fcb4f95-fe0c-4cfe-9141-6208c4cad4cd - - - - - -] Attempt 1 to provision port 4b031610-f002-4307-b528-841fdba47345 2026-07-21 14:31:39.590 9 INFO neutron.plugins.ml2.plugin [None req-c3018fb1-1de6-4b55-ba92-a7a6b941ddcb - - - - - -] Attempt 1 to provision port d9b18085-b8e4-4956-9d07-c58620445a30 2026-07-21 14:31:40.243 10 INFO neutron.plugins.ml2.plugin [None req-26e01146-f461-4bf7-8ad0-080def227fb3 - - - - - -] Attempt 1 to provision port d9b18085-b8e4-4956-9d07-c58620445a30 2026-07-21 14:31:41.107 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 400e352a-7127-4049-a2d3-588b63343960 2026-07-21 14:31:41.218 9 INFO neutron.plugins.ml2.plugin [None req-5a119f80-76bb-49eb-845a-d168417e3770 - - - - - -] Attempt 1 to provision port 5ff9356e-98c3-4f7c-892c-fa0b63dcac02 2026-07-21 14:31:41.773 9 INFO neutron.plugins.ml2.plugin [None req-2a0ed624-1748-42f8-881b-3f6038683774 - - - - - -] Attempt 1 to provision port 400e352a-7127-4049-a2d3-588b63343960 2026-07-21 14:31:43.114 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 400e352a-7127-4049-a2d3-588b63343960 2026-07-21 14:31:44.090 10 INFO neutron.plugins.ml2.plugin [None req-ce50174f-f084-4a43-b79b-b83e30386039 - - - - - -] Attempt 1 to provision port cab4a3df-71fd-45bb-b04a-c23456b389f7 2026-07-21 14:31:44.751 10 INFO neutron.plugins.ml2.plugin [None req-f3768311-b247-4cbd-b65b-899c7fbcaa4d - - - - - -] Attempt 1 to provision port cab4a3df-71fd-45bb-b04a-c23456b389f7 2026-07-21 14:31:45.343 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 530b67d5-8a13-4aee-973d-6432ead6652d 2026-07-21 14:31:45.923 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 7e9a4955-b11a-4583-9bc5-15ccc3e7ac73 2026-07-21 14:31:46.528 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 78cf3624-4c1c-4aef-9bdf-8f829c72d4e0 2026-07-21 14:31:47.146 9 INFO neutron.plugins.ml2.plugin [None req-a28880f3-a315-4cc1-bd8e-3696ce9b01e6 - - - - - -] Attempt 1 to provision port c738f315-0656-436a-a55d-842930926056 2026-07-21 14:31:47.186 9 INFO neutron.plugins.ml2.plugin [None req-a28880f3-a315-4cc1-bd8e-3696ce9b01e6 - - - - - -] Attempt 1 to provision port b96f72a4-212a-453b-bd3e-56d099bf53fa 2026-07-21 14:31:47.315 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 78cf3624-4c1c-4aef-9bdf-8f829c72d4e0 2026-07-21 14:31:47.651 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port efa84a4d-0d92-4a03-9450-83b6d82edd17 2026-07-21 14:31:48.180 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 7e9a4955-b11a-4583-9bc5-15ccc3e7ac73 2026-07-21 14:31:48.531 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 530b67d5-8a13-4aee-973d-6432ead6652d /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() /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-07-21 14:31:53.510 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port b96f72a4-212a-453b-bd3e-56d099bf53fa 2026-07-21 14:31:54.031 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port c738f315-0656-436a-a55d-842930926056 2026-07-21 14:31:54.211 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-e079590d-a4e0-4992-8aa2-f9abb07e4133'] response: {'server_uuid': 'e0092c93-11b9-494a-ac71-018bde5613d3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b96f72a4-212a-453b-bd3e-56d099bf53fa', 'code': 200} 2026-07-21 14:31:54.396 10 INFO neutron.plugins.ml2.plugin [None req-f4f836a2-c6a3-44bd-a6f6-2dbaf2810f7b - - - - - -] Attempt 1 to provision port 45912d8d-7a44-4a71-887e-3febc62c9953 2026-07-21 14:31:54.965 10 INFO neutron.plugins.ml2.plugin [None req-e524efec-d903-49a0-a548-76e2e16b33b6 - - - - - -] Attempt 1 to provision port 29e0beb5-d01b-43d6-8017-383a7909adbb 2026-07-21 14:31:55.272 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port c738f315-0656-436a-a55d-842930926056 2026-07-21 14:31:55.648 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port b96f72a4-212a-453b-bd3e-56d099bf53fa 2026-07-21 14:31:56.084 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 29e0beb5-d01b-43d6-8017-383a7909adbb 2026-07-21 14:31:56.249 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-839e7045-c5ed-4e55-87a5-7517a57c1504'] response: {'server_uuid': 'dea83d0f-8ce3-420d-95ee-af0a14848fd9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c738f315-0656-436a-a55d-842930926056', 'code': 200} 2026-07-21 14:31:57.314 10 INFO neutron.plugins.ml2.plugin [None req-f68ed6b1-3ded-4843-8f28-26d2147abd26 - - - - - -] Attempt 1 to provision port 2f1c73f9-69c5-4c20-9d5f-9eaa0a482af4 2026-07-21 14:31:57.489 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 5011544e-059b-48d2-9e53-300380ca67d1 2026-07-21 14:31:58.075 9 INFO neutron.plugins.ml2.plugin [None req-e8d050ba-0a66-4539-8341-5f74fd063c26 - - - - - -] Attempt 1 to provision port 7e21fcb0-524d-442c-acac-5a70b671f44e 2026-07-21 14:31:58.142 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 29e0beb5-d01b-43d6-8017-383a7909adbb 2026-07-21 14:31:58.250 9 INFO neutron.plugins.ml2.plugin [None req-51619a5d-7d14-496a-b08a-6ec6d9cf6f06 - - - - - -] Attempt 1 to provision port 2f1c73f9-69c5-4c20-9d5f-9eaa0a482af4 2026-07-21 14:31:58.629 9 INFO neutron.plugins.ml2.plugin [None req-12290ad3-f91b-480b-91a1-409b4c788fbf - - - - - -] Attempt 1 to provision port 5011544e-059b-48d2-9e53-300380ca67d1 2026-07-21 14:31:59.265 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port d1c3449c-2b75-4f1a-9d36-3a3e7ca7f2ec 2026-07-21 14:31:59.803 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 5011544e-059b-48d2-9e53-300380ca67d1 2026-07-21 14:32:00.636 9 INFO neutron.plugins.ml2.plugin [None req-a110e0d8-22a7-461c-b2b0-843fb8f1c2ce - - - - - -] Attempt 1 to provision port cd5e185f-e1f3-4fba-90f7-e1408ecb4178 2026-07-21 14:32:01.260 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port d1c3449c-2b75-4f1a-9d36-3a3e7ca7f2ec 2026-07-21 14:32:01.317 10 INFO neutron.plugins.ml2.plugin [None req-2d60464f-f239-44a4-bbc4-9fa3bc2e4184 - - - - - -] Attempt 1 to provision port cd5e185f-e1f3-4fba-90f7-e1408ecb4178 2026-07-21 14:32:03.235 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port ad2fdf9d-204a-47ac-889d-80507084a873 2026-07-21 14:32:05.287 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port ad2fdf9d-204a-47ac-889d-80507084a873 2026-07-21 14:32:06.017 9 INFO neutron.plugins.ml2.plugin [None req-1c9233f2-3259-4b44-9e4d-cee308301e96 - - - - - -] Attempt 1 to provision port f8a2305d-beb8-45de-8ffe-678f1bf8a15c 2026-07-21 14:32:07.309 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port f8a2305d-beb8-45de-8ffe-678f1bf8a15c 2026-07-21 14:32:07.943 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-a206149e-fdaa-44f5-9f3d-a56d82814006'] response: {'server_uuid': '630577d8-3363-4f6c-b6fc-e987d804ea19', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f8a2305d-beb8-45de-8ffe-678f1bf8a15c', 'code': 200} 2026-07-21 14:32:09.318 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port f8a2305d-beb8-45de-8ffe-678f1bf8a15c 2026-07-21 14:32:10.303 10 INFO neutron.plugins.ml2.plugin [None req-9747d03c-9d24-4a81-84bf-e15f002f83b6 - - - - - -] Attempt 1 to provision port 57729a04-b088-41c0-bd0c-46bbbcd73dc4 2026-07-21 14:32:13.479 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 57729a04-b088-41c0-bd0c-46bbbcd73dc4 2026-07-21 14:32:13.746 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-83ba263d-0c9e-4129-b200-d6c227a33ed8'] response: {'server_uuid': '9d9a0b19-244e-4bdd-ba3a-af5e58bec4f2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '57729a04-b088-41c0-bd0c-46bbbcd73dc4', 'code': 200} 2026-07-21 14:32:14.292 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 7fbcb2e9-ee3d-463b-993d-c50b40214830 2026-07-21 14:32:14.701 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port b135a5db-4b15-4c14-9265-5d182aa0a34e 2026-07-21 14:32:15.410 10 INFO neutron.plugins.ml2.plugin [None req-2834e459-d66a-4638-bd49-401445f8c8c4 - - - - - -] Attempt 1 to provision port b96f72a4-212a-453b-bd3e-56d099bf53fa 2026-07-21 14:32:15.905 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 57729a04-b088-41c0-bd0c-46bbbcd73dc4 2026-07-21 14:32:16.399 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port b96f72a4-212a-453b-bd3e-56d099bf53fa 2026-07-21 14:32:16.755 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 7fbcb2e9-ee3d-463b-993d-c50b40214830 2026-07-21 14:32:17.124 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port b135a5db-4b15-4c14-9265-5d182aa0a34e /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-07-21 14:32:17.608 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port a4f6bc5f-d142-4044-8d3d-f380d5680390 2026-07-21 14:32:18.065 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port d9b18085-b8e4-4956-9d07-c58620445a30 2026-07-21 14:32:18.858 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 45912d8d-7a44-4a71-887e-3febc62c9953 2026-07-21 14:32:19.224 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 2f1c73f9-69c5-4c20-9d5f-9eaa0a482af4 2026-07-21 14:32:19.261 9 INFO neutron.plugins.ml2.plugin [None req-e15a3f94-d1b9-4f2a-a3b6-d4741663c41f - - - - - -] Attempt 1 to provision port b96f72a4-212a-453b-bd3e-56d099bf53fa 2026-07-21 14:32:19.548 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port a4f6bc5f-d142-4044-8d3d-f380d5680390 2026-07-21 14:32:19.863 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port d9b18085-b8e4-4956-9d07-c58620445a30 2026-07-21 14:32:21.218 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 45912d8d-7a44-4a71-887e-3febc62c9953 2026-07-21 14:32:21.343 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] No ports have port_id starting with 45912d8d-7a44-4a71-887e-3febc62c9953 2026-07-21 14:32:24.872 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf4fecd3-7fe1-4875-919f-97c6d75be092'] response: {'server_uuid': 'dea83d0f-8ce3-420d-95ee-af0a14848fd9', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c738f315-0656-436a-a55d-842930926056', 'code': 200} 2026-07-21 14:32:25.683 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port c738f315-0656-436a-a55d-842930926056 2026-07-21 14:32:26.893 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port c738f315-0656-436a-a55d-842930926056 2026-07-21 14:32:26.927 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf2208c8-3b29-4716-8acb-3d696f2aaf2e'] response: {'server_uuid': 'dea83d0f-8ce3-420d-95ee-af0a14848fd9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c738f315-0656-436a-a55d-842930926056', 'code': 200} 2026-07-21 14:32:31.672 9 INFO neutron.plugins.ml2.plugin [None req-9871e0dd-e55b-484c-8f44-8770a93dba06 - - - - - -] Attempt 1 to provision port 3bf2413a-61e2-4e38-a1c7-249f0eb8b137 2026-07-21 14:32:32.224 9 INFO neutron.plugins.ml2.plugin [None req-58f85183-21b9-43a4-b975-f267d78f6cff - - - - - -] Attempt 1 to provision port 1e6ed755-4ee6-4604-b4f2-bae118ca587a 2026-07-21 14:32:32.913 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 1e6ed755-4ee6-4604-b4f2-bae118ca587a 2026-07-21 14:32:33.981 10 INFO neutron.plugins.ml2.plugin [None req-d5919146-f196-48b8-af6c-3e6a478048d8 - - - - - -] Attempt 1 to provision port faf886dc-018c-4979-9ee0-0b5581e0e9cb 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server [None req-71862688-5e8d-4890-9681-8a48fec8feac - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet fee8aa01-3bff-44ca-9ce1-426ea4378b50: This subnet is being modified by another concurrent operation. 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/server.py", line 165, in _process_incoming 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/server.py", line 244, in inner 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server raise self.value 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server raise self.value 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server raise self.value 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/quota/resource_registry.py", line 95, in wrapper 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-07-21 14:32:34.077 10 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-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-07-21 14:32:34.077 10 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-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-07-21 14:32:34.077 10 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-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py", line 724, in inner 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server raise self.value 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server raise self.value 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server raise self.value 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-07-21 14:32:34.077 10 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-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-07-21 14:32:34.077 10 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-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-07-21 14:32:34.077 10 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-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-07-21 14:32:34.077 10 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-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 221, in wrapped 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 998, in wrapper 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-07-21 14:32:34.077 10 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-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-07-21 14:32:34.077 10 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-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-07-21 14:32:34.077 10 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-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-07-21 14:32:34.077 10 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-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server raise exception 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet fee8aa01-3bff-44ca-9ce1-426ea4378b50: This subnet is being modified by another concurrent operation. 2026-07-21 14:32:34.077 10 ERROR oslo_messaging.rpc.server  2026-07-21 14:32:35.023 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 3217e4f7-a4b7-4df6-8b0b-2d1c57713cb9 2026-07-21 14:32:35.943 10 INFO neutron.plugins.ml2.plugin [None req-c6ad8c02-a32d-46ae-accb-72d455207941 - - - - - -] Attempt 1 to provision port faf886dc-018c-4979-9ee0-0b5581e0e9cb 2026-07-21 14:32:36.886 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 3217e4f7-a4b7-4df6-8b0b-2d1c57713cb9 2026-07-21 14:32:39.006 9 INFO neutron.plugins.ml2.plugin [None req-6d50f90a-692a-4930-8efc-e229d28dd672 - - - - - -] Attempt 1 to provision port 29ac2e0e-035b-4f84-af29-4108b18d9f04 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Exception during message handling: neutron_lib.exceptions.NetworkNotFound: Network 880c18c0-965f-48f6-897f-aa971174400c could not be found. 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 268, in _get_network 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server network = model_query.get_by_id(context, models_v2.Network, id) 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/model_query.py", line 178, in get_by_id 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 2870, in one 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server return self._iter().one() 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 1522, in one 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 562, in _only_one_row 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/server.py", line 165, in _process_incoming 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-07-21 14:32:40.608 10 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-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server return plugin.get_network(rpc_context, network) 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server raise self.value 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server raise self.value 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server raise self.value 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-07-21 14:32:40.608 10 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-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server net_db = net_db or self._get_network(context, id) 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 998, in wrapper 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 270, in _get_network 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server raise exceptions.NetworkNotFound(net_id=id) 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.NetworkNotFound: Network 880c18c0-965f-48f6-897f-aa971174400c could not be found. 2026-07-21 14:32:40.608 10 ERROR oslo_messaging.rpc.server  2026-07-21 14:32:40.857 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 50506df2-35bd-4757-b00d-c4fd9d57df49 2026-07-21 14:32:41.585 9 INFO neutron.plugins.ml2.plugin [None req-49478d8b-4dd5-419c-ba7c-d42f50dede08 - - - - - -] Attempt 1 to provision port 50506df2-35bd-4757-b00d-c4fd9d57df49 2026-07-21 14:32:43.196 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 29ac2e0e-035b-4f84-af29-4108b18d9f04 2026-07-21 14:32:43.353 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-e01b69e4-04d7-44c2-9b45-4ee2d6fc71f8'] response: {'server_uuid': '7f1e831a-18bf-4208-a310-2b57e8d4d5b6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '29ac2e0e-035b-4f84-af29-4108b18d9f04', 'code': 200} 2026-07-21 14:32:45.059 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 29ac2e0e-035b-4f84-af29-4108b18d9f04 2026-07-21 14:32:46.998 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 1fb4c689-0315-4b4a-a789-49daa843c3b0 2026-07-21 14:32:47.577 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 3eb2722b-846b-4e78-900c-31c058257ac1 /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-07-21 14:32:49.366 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-487e6734-6ad5-4fca-a931-b5f0f01a8351'] response: {'server_uuid': '7f1e831a-18bf-4208-a310-2b57e8d4d5b6', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '29ac2e0e-035b-4f84-af29-4108b18d9f04', 'code': 200} 2026-07-21 14:32:50.927 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 3bf2413a-61e2-4e38-a1c7-249f0eb8b137 2026-07-21 14:32:51.248 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port faf886dc-018c-4979-9ee0-0b5581e0e9cb 2026-07-21 14:32:53.080 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 3bf2413a-61e2-4e38-a1c7-249f0eb8b137 2026-07-21 14:32:55.179 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port d1de85d0-3943-4495-bffe-4edd95e17dbd 2026-07-21 14:32:55.641 9 INFO neutron.plugins.ml2.plugin [None req-c4e54dd3-6e30-425f-88dd-5da15d4e675b - - - - - -] Attempt 1 to provision port 915b250e-0873-4ba8-ae0c-0833483e8c2c 2026-07-21 14:32:55.970 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 915b250e-0873-4ba8-ae0c-0833483e8c2c 2026-07-21 14:32:56.247 10 INFO neutron.plugins.ml2.plugin [None req-f8ca36d6-796d-4b63-8ca6-91aab2fb1b4e - - - - - -] Attempt 1 to provision port d1de85d0-3943-4495-bffe-4edd95e17dbd 2026-07-21 14:32:57.131 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port f1bfc24a-ad7b-4123-b87d-52eff020a9af 2026-07-21 14:32:57.468 9 INFO neutron.plugins.ml2.plugin [None req-aea57e64-98f3-4bed-ad6e-9df521e8948a - - - - - -] Attempt 1 to provision port a2efd1fe-46c6-44a3-93d1-0be4a88a8029 2026-07-21 14:32:57.500 9 INFO neutron.plugins.ml2.plugin [None req-aea57e64-98f3-4bed-ad6e-9df521e8948a - - - - - -] Attempt 1 to provision port e9e2b7cc-7e88-44c3-bde2-ec732e4fbf81 2026-07-21 14:32:57.635 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 915b250e-0873-4ba8-ae0c-0833483e8c2c 2026-07-21 14:32:57.908 9 INFO neutron.plugins.ml2.plugin [None req-9de65216-3921-440a-9a98-8a51d4a9a53e - - - - - -] Attempt 1 to provision port a2efd1fe-46c6-44a3-93d1-0be4a88a8029 2026-07-21 14:32:57.938 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port e9e2b7cc-7e88-44c3-bde2-ec732e4fbf81 2026-07-21 14:32:58.169 10 INFO neutron.plugins.ml2.plugin [None req-8201e7dc-0959-4b83-a8ec-676f1bc4eb28 - - - - - -] Attempt 1 to provision port f1bfc24a-ad7b-4123-b87d-52eff020a9af 2026-07-21 14:32:58.252 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port d1de85d0-3943-4495-bffe-4edd95e17dbd 2026-07-21 14:32:58.590 10 INFO neutron.plugins.ml2.plugin [None req-9e1c9d80-286e-4335-90c2-84c0a92e6d03 - - - - - -] Attempt 1 to provision port 359e92c6-7d54-488d-9f9c-ef2bc4d0343b 2026-07-21 14:32:58.974 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port f1bfc24a-ad7b-4123-b87d-52eff020a9af 2026-07-21 14:32:59.272 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port e9e2b7cc-7e88-44c3-bde2-ec732e4fbf81 2026-07-21 14:32:59.342 10 INFO neutron.plugins.ml2.plugin [None req-3b7abf82-5628-4bde-ab06-56899b594636 - - - - - -] Attempt 1 to provision port 359e92c6-7d54-488d-9f9c-ef2bc4d0343b 2026-07-21 14:32:59.495 9 INFO neutron.plugins.ml2.plugin [None req-0d1bf0ec-c175-4419-9596-10b5a9593de9 - - - - - -] Attempt 1 to provision port c4a143e5-d571-4ca1-9c30-1b38253aaad8 2026-07-21 14:32:59.948 10 INFO neutron.plugins.ml2.plugin [None req-38561b92-3d64-43ec-aedc-999289e0ad29 - - - - - -] Attempt 1 to provision port c4a143e5-d571-4ca1-9c30-1b38253aaad8 2026-07-21 14:33:00.411 9 INFO neutron.plugins.ml2.plugin [None req-013b2ef4-c6cf-4970-905a-6ae87c2cf0d4 - - - - - -] Attempt 1 to provision port e73d8b0b-c725-4de0-8409-17bb9dd372b1 2026-07-21 14:33:01.488 9 INFO neutron.plugins.ml2.plugin [None req-efc92b28-edac-4c50-ac04-e0ed2b9169d3 - - - - - -] Attempt 1 to provision port e73d8b0b-c725-4de0-8409-17bb9dd372b1 2026-07-21 14:33:02.556 9 INFO neutron.plugins.ml2.plugin [None req-4961f6a0-cc53-4829-94d4-fcfba3f2d34f - - - - - -] Attempt 1 to provision port 326c6f62-bc66-4cfa-bd4d-6e8f87d206cc 2026-07-21 14:33:02.913 10 INFO neutron.plugins.ml2.plugin [None req-ff608467-a493-4452-9e84-e4b305678727 - - - - - -] Attempt 1 to provision port 351c0005-3821-4352-a288-fc345bf77add 2026-07-21 14:33:03.053 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 326c6f62-bc66-4cfa-bd4d-6e8f87d206cc 2026-07-21 14:33:05.087 10 INFO neutron.plugins.ml2.plugin [None req-75e70e2b-c006-4e1a-93dc-f9cec3f54fec - - - - - -] Attempt 1 to provision port e54ef137-2251-4258-935c-b5d197733f8e 2026-07-21 14:33:05.761 10 INFO neutron.plugins.ml2.plugin [None req-63d89c36-4c07-47e4-a94c-04270eadc81b - - - - - -] Attempt 1 to provision port e54ef137-2251-4258-935c-b5d197733f8e 2026-07-21 14:33:07.106 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 68bebfab-2516-4482-8400-250cb846b698 2026-07-21 14:33:09.222 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 68bebfab-2516-4482-8400-250cb846b698 2026-07-21 14:33:10.258 9 INFO neutron.plugins.ml2.plugin [None req-a9d3b541-5d9f-4fda-a1a0-7cbd6280f9cb - - - - - -] Attempt 1 to provision port 0f77d865-13b7-47b9-8d98-202fb50834f9 2026-07-21 14:33:10.610 10 INFO neutron.plugins.ml2.plugin [None req-3df54ed3-ff70-4fb5-990a-0308aaffd8b0 - - - - - -] Attempt 1 to provision port 581426e6-838c-4bab-8120-d2ea7e9c0dac 2026-07-21 14:33:11.154 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 0f77d865-13b7-47b9-8d98-202fb50834f9 2026-07-21 14:33:11.587 9 INFO neutron.plugins.ml2.plugin [None req-bb34952e-cfa9-4e20-bfb8-9fab82ad22f8 - - - - - -] Attempt 1 to provision port 3173d9fa-b037-4142-bd7b-d5aa44d54693 2026-07-21 14:33:12.431 9 INFO neutron.plugins.ml2.plugin [None req-a7e4d1a4-6f9a-43e8-ab81-7a5942796699 - - - - - -] Attempt 1 to provision port e797e08e-1896-40ea-b4a9-7f04e4f9860d 2026-07-21 14:33:12.811 9 INFO neutron.plugins.ml2.plugin [None req-a4bb7ad6-24c9-4899-b6ea-c581541582f0 - - - - - -] Attempt 1 to provision port 3173d9fa-b037-4142-bd7b-d5aa44d54693 2026-07-21 14:33:12.961 10 INFO neutron.plugins.ml2.plugin [None req-65c143e4-1131-4fc5-84ff-ca4da8451751 - - - - - -] Attempt 1 to provision port 53ea89cc-d401-4e72-8c9b-d1c851a256da 2026-07-21 14:33:13.004 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port e797e08e-1896-40ea-b4a9-7f04e4f9860d 2026-07-21 14:33:14.211 9 INFO neutron.plugins.ml2.plugin [None req-7aa034c4-5411-48a3-a5e3-e0821635c0ae - - - - - -] Attempt 1 to provision port 53ea89cc-d401-4e72-8c9b-d1c851a256da 2026-07-21 14:33:17.177 10 INFO neutron.plugins.ml2.plugin [None req-c5479e69-fce1-43f3-bb03-ad02f12fd54d - - - - - -] Attempt 1 to provision port 179728e6-548b-43de-a35f-5e495e4de067 2026-07-21 14:33:17.200 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 581426e6-838c-4bab-8120-d2ea7e9c0dac 2026-07-21 14:33:17.333 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-927c5383-0e0b-4148-b923-3fba17570908'] response: {'server_uuid': '1ccb82d4-4ef0-4cdd-a1d8-f5f94ceac768', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '581426e6-838c-4bab-8120-d2ea7e9c0dac', 'code': 200} 2026-07-21 14:33:19.009 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 581426e6-838c-4bab-8120-d2ea7e9c0dac 2026-07-21 14:33:20.348 9 INFO neutron.plugins.ml2.plugin [None req-bcefb3c9-e842-43f5-90ce-2ec046532d46 - - - - - -] Attempt 1 to provision port 322c3d59-ccad-4bf4-adc0-258385d2712d 2026-07-21 14:33:21.017 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 322c3d59-ccad-4bf4-adc0-258385d2712d 2026-07-21 14:33:21.670 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c9bd895-2ed6-4534-a237-73fb7277b381'] response: {'server_uuid': '1ccb82d4-4ef0-4cdd-a1d8-f5f94ceac768', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '581426e6-838c-4bab-8120-d2ea7e9c0dac', 'code': 200} 2026-07-21 14:33:21.887 10 INFO neutron.plugins.ml2.plugin [None req-d2a90995-6141-4dbd-8a18-c34458c8c658 - - - - - -] Attempt 1 to provision port 8b9d64a1-e6b6-4302-bc99-dea661b48192 2026-07-21 14:33:22.245 9 INFO neutron.plugins.ml2.plugin [None req-754e195c-fd65-4ffe-a088-f2903376ea6f - - - - - -] Attempt 1 to provision port 8b9d64a1-e6b6-4302-bc99-dea661b48192 2026-07-21 14:33:23.177 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 351c0005-3821-4352-a288-fc345bf77add 2026-07-21 14:33:23.425 10 INFO neutron.plugins.ml2.plugin [None req-a5a18b62-4759-4f87-a3e2-72df2e43d4b7 - - - - - -] Attempt 1 to provision port 2bee7b34-a004-4b64-8dc5-f5619ff1b2bd 2026-07-21 14:33:23.539 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port e54ef137-2251-4258-935c-b5d197733f8e 2026-07-21 14:33:23.930 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 2bee7b34-a004-4b64-8dc5-f5619ff1b2bd 2026-07-21 14:33:25.056 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port e54ef137-2251-4258-935c-b5d197733f8e 2026-07-21 14:33:25.362 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 351c0005-3821-4352-a288-fc345bf77add 2026-07-21 14:33:25.576 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 2bee7b34-a004-4b64-8dc5-f5619ff1b2bd 2026-07-21 14:33:25.602 10 INFO neutron.plugins.ml2.plugin [None req-8657781f-402e-450b-933f-9d8411d1ebd1 - - - - - -] Attempt 1 to provision port c6210b5c-a95e-45e4-b575-b0d615bbd069 2026-07-21 14:33:26.262 10 INFO neutron.plugins.ml2.plugin [None req-21a27f34-a256-4da9-aaf9-55b7ea4ba98e - - - - - -] Attempt 1 to provision port c6210b5c-a95e-45e4-b575-b0d615bbd069 2026-07-21 14:33:30.675 9 INFO neutron.plugins.ml2.plugin [None req-babfec0a-4568-431d-a849-7745915a64c8 - - - - - -] Attempt 1 to provision port 57a70351-476d-493a-a6fd-b777acfe0ede /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-07-21 14:33:33.647 9 INFO neutron.plugins.ml2.plugin [None req-230c5d09-0363-4014-84a0-563e866f6387 - - - - - -] Attempt 1 to provision port b33caaf1-3c47-44c3-b8f2-f033cb61a6c8 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 0bd370f7-a8dc-4614-b042-2b11aad76035 could not be found. 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:33:44.672 9 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-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:33:44.672 9 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-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 0bd370f7-a8dc-4614-b042-2b11aad76035 could not be found. 2026-07-21 14:33:44.672 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:33:44.674 9 ERROR neutron.plugins.ml2.managers [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Failed to bind port 9bd0fd0e-be2b-4661-94c0-8fc65273186b on host instance for vnic_type normal using segments [{'id': 'cbd9aacc-80e4-4eee-a3f0-90dd81fba969', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 559, 'network_id': '179e169a-2763-4e6a-913b-00c0c1848552'}] 2026-07-21 14:33:44.674 9 INFO neutron.plugins.ml2.plugin [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Attempt 2 to bind port 9bd0fd0e-be2b-4661-94c0-8fc65273186b 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 0bd370f7-a8dc-4614-b042-2b11aad76035 could not be found. 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:33:44.698 9 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-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:33:44.698 9 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-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 0bd370f7-a8dc-4614-b042-2b11aad76035 could not be found. 2026-07-21 14:33:44.698 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:33:44.699 9 ERROR neutron.plugins.ml2.managers [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Failed to bind port 9bd0fd0e-be2b-4661-94c0-8fc65273186b on host instance for vnic_type normal using segments [{'id': 'cbd9aacc-80e4-4eee-a3f0-90dd81fba969', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 559, 'network_id': '179e169a-2763-4e6a-913b-00c0c1848552'}] 2026-07-21 14:33:44.699 9 INFO neutron.plugins.ml2.plugin [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Attempt 3 to bind port 9bd0fd0e-be2b-4661-94c0-8fc65273186b 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 0bd370f7-a8dc-4614-b042-2b11aad76035 could not be found. 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:33:44.719 9 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-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:33:44.719 9 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-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 0bd370f7-a8dc-4614-b042-2b11aad76035 could not be found. 2026-07-21 14:33:44.719 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:33:44.720 9 ERROR neutron.plugins.ml2.managers [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Failed to bind port 9bd0fd0e-be2b-4661-94c0-8fc65273186b on host instance for vnic_type normal using segments [{'id': 'cbd9aacc-80e4-4eee-a3f0-90dd81fba969', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 559, 'network_id': '179e169a-2763-4e6a-913b-00c0c1848552'}] 2026-07-21 14:33:44.720 9 INFO neutron.plugins.ml2.plugin [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Attempt 4 to bind port 9bd0fd0e-be2b-4661-94c0-8fc65273186b 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 0bd370f7-a8dc-4614-b042-2b11aad76035 could not be found. 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:33:44.741 9 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-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:33:44.741 9 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-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 0bd370f7-a8dc-4614-b042-2b11aad76035 could not be found. 2026-07-21 14:33:44.741 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:33:44.742 9 ERROR neutron.plugins.ml2.managers [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Failed to bind port 9bd0fd0e-be2b-4661-94c0-8fc65273186b on host instance for vnic_type normal using segments [{'id': 'cbd9aacc-80e4-4eee-a3f0-90dd81fba969', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 559, 'network_id': '179e169a-2763-4e6a-913b-00c0c1848552'}] 2026-07-21 14:33:44.742 9 INFO neutron.plugins.ml2.plugin [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Attempt 5 to bind port 9bd0fd0e-be2b-4661-94c0-8fc65273186b 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 0bd370f7-a8dc-4614-b042-2b11aad76035 could not be found. 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:33:44.762 9 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-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:33:44.762 9 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-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 0bd370f7-a8dc-4614-b042-2b11aad76035 could not be found. 2026-07-21 14:33:44.762 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:33:44.763 9 ERROR neutron.plugins.ml2.managers [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Failed to bind port 9bd0fd0e-be2b-4661-94c0-8fc65273186b on host instance for vnic_type normal using segments [{'id': 'cbd9aacc-80e4-4eee-a3f0-90dd81fba969', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 559, 'network_id': '179e169a-2763-4e6a-913b-00c0c1848552'}] 2026-07-21 14:33:44.763 9 INFO neutron.plugins.ml2.plugin [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Attempt 6 to bind port 9bd0fd0e-be2b-4661-94c0-8fc65273186b 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 0bd370f7-a8dc-4614-b042-2b11aad76035 could not be found. 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:33:44.781 9 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-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:33:44.781 9 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-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 0bd370f7-a8dc-4614-b042-2b11aad76035 could not be found. 2026-07-21 14:33:44.781 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:33:44.782 9 ERROR neutron.plugins.ml2.managers [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Failed to bind port 9bd0fd0e-be2b-4661-94c0-8fc65273186b on host instance for vnic_type normal using segments [{'id': 'cbd9aacc-80e4-4eee-a3f0-90dd81fba969', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 559, 'network_id': '179e169a-2763-4e6a-913b-00c0c1848552'}] 2026-07-21 14:33:44.782 9 INFO neutron.plugins.ml2.plugin [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Attempt 7 to bind port 9bd0fd0e-be2b-4661-94c0-8fc65273186b 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 0bd370f7-a8dc-4614-b042-2b11aad76035 could not be found. 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:33:44.802 9 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-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:33:44.802 9 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-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 0bd370f7-a8dc-4614-b042-2b11aad76035 could not be found. 2026-07-21 14:33:44.802 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:33:44.803 9 ERROR neutron.plugins.ml2.managers [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Failed to bind port 9bd0fd0e-be2b-4661-94c0-8fc65273186b on host instance for vnic_type normal using segments [{'id': 'cbd9aacc-80e4-4eee-a3f0-90dd81fba969', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 559, 'network_id': '179e169a-2763-4e6a-913b-00c0c1848552'}] 2026-07-21 14:33:44.804 9 INFO neutron.plugins.ml2.plugin [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Attempt 8 to bind port 9bd0fd0e-be2b-4661-94c0-8fc65273186b 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 0bd370f7-a8dc-4614-b042-2b11aad76035 could not be found. 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:33:44.825 9 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-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:33:44.825 9 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-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 0bd370f7-a8dc-4614-b042-2b11aad76035 could not be found. 2026-07-21 14:33:44.825 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:33:44.826 9 ERROR neutron.plugins.ml2.managers [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Failed to bind port 9bd0fd0e-be2b-4661-94c0-8fc65273186b on host instance for vnic_type normal using segments [{'id': 'cbd9aacc-80e4-4eee-a3f0-90dd81fba969', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 559, 'network_id': '179e169a-2763-4e6a-913b-00c0c1848552'}] 2026-07-21 14:33:44.826 9 INFO neutron.plugins.ml2.plugin [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Attempt 9 to bind port 9bd0fd0e-be2b-4661-94c0-8fc65273186b 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 0bd370f7-a8dc-4614-b042-2b11aad76035 could not be found. 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:33:44.849 9 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-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:33:44.849 9 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-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 0bd370f7-a8dc-4614-b042-2b11aad76035 could not be found. 2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:33:44.849 9 ERROR neutron.plugins.ml2.managers [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Failed to bind port 9bd0fd0e-be2b-4661-94c0-8fc65273186b on host instance for vnic_type normal using segments [{'id': 'cbd9aacc-80e4-4eee-a3f0-90dd81fba969', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 559, 'network_id': '179e169a-2763-4e6a-913b-00c0c1848552'}] 2026-07-21 14:33:44.850 9 INFO neutron.plugins.ml2.plugin [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Attempt 10 to bind port 9bd0fd0e-be2b-4661-94c0-8fc65273186b 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 0bd370f7-a8dc-4614-b042-2b11aad76035 could not be found. 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:33:44.871 9 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-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:33:44.871 9 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-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 0bd370f7-a8dc-4614-b042-2b11aad76035 could not be found. 2026-07-21 14:33:44.871 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:33:44.872 9 ERROR neutron.plugins.ml2.managers [None req-3385c192-47ed-425a-90a1-af208f2b4abc - - - - - -] Failed to bind port 9bd0fd0e-be2b-4661-94c0-8fc65273186b on host instance for vnic_type normal using segments [{'id': 'cbd9aacc-80e4-4eee-a3f0-90dd81fba969', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 559, 'network_id': '179e169a-2763-4e6a-913b-00c0c1848552'}] 2026-07-21 14:33:45.014 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port f7383338-9be5-4dd4-8cc2-d7cc593cd68c 2026-07-21 14:33:45.350 10 INFO neutron.plugins.ml2.plugin [None req-9b589dbf-5095-4635-95e1-4213a330f890 - - - - - -] Attempt 1 to provision port f7383338-9be5-4dd4-8cc2-d7cc593cd68c /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-07-21 14:33:55.758 9 INFO neutron.plugins.ml2.plugin [None req-488d01fe-c03f-40e9-8a56-bbb594a92656 - - - - - -] Attempt 1 to provision port e94158fc-a6f7-49eb-a843-360d46c34647 2026-07-21 14:33:56.620 9 INFO neutron.plugins.ml2.plugin [None req-cc849dd5-9eb2-4878-a8bb-7beb729459ad - - - - - -] Attempt 1 to provision port 7e5a35ce-60fa-4db0-944a-953c9ec811e8 2026-07-21 14:33:57.023 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 7e5a35ce-60fa-4db0-944a-953c9ec811e8 2026-07-21 14:33:58.371 10 INFO neutron.plugins.ml2.plugin [None req-a8217d51-1811-4726-8b31-2ab0b8bd73e1 - - - - - -] Attempt 1 to provision port 1c2f186f-ff88-47ad-a741-46551ecc7b87 2026-07-21 14:33:59.016 9 INFO neutron.plugins.ml2.plugin [None req-975a0a78-3e13-46ef-8177-757797711a35 - - - - - -] Attempt 1 to provision port 1c2f186f-ff88-47ad-a741-46551ecc7b87 2026-07-21 14:33:59.024 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 656d4799-9077-4dfb-84c7-2751e0aaf8ab 2026-07-21 14:34:01.008 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 656d4799-9077-4dfb-84c7-2751e0aaf8ab 2026-07-21 14:34:02.291 10 INFO neutron.plugins.ml2.plugin [None req-11a0d524-1f56-4aa3-9da9-58c4923e1bb5 - - - - - -] Attempt 1 to provision port 6ce60c1a-c6a4-42a1-8614-7ba9b7a56426 2026-07-21 14:34:02.947 10 INFO neutron.plugins.ml2.plugin [None req-19df30dd-04ed-4f73-98a0-32dc133b8200 - - - - - -] Attempt 1 to provision port 1408bb59-a567-481a-b9c7-5ee20c040778 2026-07-21 14:34:03.083 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 1408bb59-a567-481a-b9c7-5ee20c040778 2026-07-21 14:34:05.074 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 1408bb59-a567-481a-b9c7-5ee20c040778 2026-07-21 14:34:05.332 10 INFO neutron.plugins.ml2.plugin [None req-eedecdf2-7184-44f2-8a88-060f412adfe7 - - - - - -] Attempt 1 to provision port 731a9b1f-6157-4f39-8a95-4c312e705a8c 2026-07-21 14:34:06.079 10 INFO neutron.plugins.ml2.plugin [None req-655d3919-5689-4cdc-87b0-85a7db52d1b9 - - - - - -] Attempt 1 to provision port 731a9b1f-6157-4f39-8a95-4c312e705a8c 2026-07-21 14:34:07.049 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port a32cb8c4-2368-49f5-8509-f775b70d77d8 2026-07-21 14:34:09.026 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port a32cb8c4-2368-49f5-8509-f775b70d77d8 2026-07-21 14:34:12.066 9 INFO neutron.plugins.ml2.plugin [None req-90d545b5-137f-47ac-896c-a5eda6353b55 - - - - - -] Attempt 1 to provision port 3098a208-1dbd-41a9-bbcf-e38afcb57024 2026-07-21 14:34:13.335 9 INFO neutron.plugins.ml2.plugin [None req-ddd15a7c-3f46-47a5-8c3c-25fa3f12ae3a - - - - - -] Attempt 1 to provision port 677c65df-79a3-4d9d-84b3-2406a9f82ab6 2026-07-21 14:34:15.364 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port e94158fc-a6f7-49eb-a843-360d46c34647 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 0546a11d-469a-49c1-b02a-adebb8164b58 could not be found. 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:15.695 9 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-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:15.695 9 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-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 0546a11d-469a-49c1-b02a-adebb8164b58 could not be found. 2026-07-21 14:34:15.695 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:15.696 9 ERROR neutron.plugins.ml2.managers [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Failed to bind port 0ede10e3-530d-4cd5-b819-451ee06351f6 on host instance for vnic_type normal using segments [{'id': '9f87f276-f6d9-4fd4-9a6a-0edee7f02041', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 520, 'network_id': '47aaca02-882a-4d20-950d-8f707c5e92ff'}] 2026-07-21 14:34:15.697 9 INFO neutron.plugins.ml2.plugin [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Attempt 2 to bind port 0ede10e3-530d-4cd5-b819-451ee06351f6 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 0546a11d-469a-49c1-b02a-adebb8164b58 could not be found. 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:15.724 9 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-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:15.724 9 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-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 0546a11d-469a-49c1-b02a-adebb8164b58 could not be found. 2026-07-21 14:34:15.724 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:15.725 9 ERROR neutron.plugins.ml2.managers [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Failed to bind port 0ede10e3-530d-4cd5-b819-451ee06351f6 on host instance for vnic_type normal using segments [{'id': '9f87f276-f6d9-4fd4-9a6a-0edee7f02041', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 520, 'network_id': '47aaca02-882a-4d20-950d-8f707c5e92ff'}] 2026-07-21 14:34:15.730 9 INFO neutron.plugins.ml2.plugin [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Attempt 3 to bind port 0ede10e3-530d-4cd5-b819-451ee06351f6 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 0546a11d-469a-49c1-b02a-adebb8164b58 could not be found. 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:15.752 9 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-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:15.752 9 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-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 0546a11d-469a-49c1-b02a-adebb8164b58 could not be found. 2026-07-21 14:34:15.752 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:15.753 9 ERROR neutron.plugins.ml2.managers [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Failed to bind port 0ede10e3-530d-4cd5-b819-451ee06351f6 on host instance for vnic_type normal using segments [{'id': '9f87f276-f6d9-4fd4-9a6a-0edee7f02041', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 520, 'network_id': '47aaca02-882a-4d20-950d-8f707c5e92ff'}] 2026-07-21 14:34:15.754 9 INFO neutron.plugins.ml2.plugin [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Attempt 4 to bind port 0ede10e3-530d-4cd5-b819-451ee06351f6 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 0546a11d-469a-49c1-b02a-adebb8164b58 could not be found. 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:15.787 9 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-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:15.787 9 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-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 0546a11d-469a-49c1-b02a-adebb8164b58 could not be found. 2026-07-21 14:34:15.787 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:15.788 9 ERROR neutron.plugins.ml2.managers [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Failed to bind port 0ede10e3-530d-4cd5-b819-451ee06351f6 on host instance for vnic_type normal using segments [{'id': '9f87f276-f6d9-4fd4-9a6a-0edee7f02041', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 520, 'network_id': '47aaca02-882a-4d20-950d-8f707c5e92ff'}] 2026-07-21 14:34:15.789 9 INFO neutron.plugins.ml2.plugin [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Attempt 5 to bind port 0ede10e3-530d-4cd5-b819-451ee06351f6 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 0546a11d-469a-49c1-b02a-adebb8164b58 could not be found. 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:15.821 9 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-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:15.821 9 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-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 0546a11d-469a-49c1-b02a-adebb8164b58 could not be found. 2026-07-21 14:34:15.821 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:15.822 9 ERROR neutron.plugins.ml2.managers [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Failed to bind port 0ede10e3-530d-4cd5-b819-451ee06351f6 on host instance for vnic_type normal using segments [{'id': '9f87f276-f6d9-4fd4-9a6a-0edee7f02041', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 520, 'network_id': '47aaca02-882a-4d20-950d-8f707c5e92ff'}] 2026-07-21 14:34:15.823 9 INFO neutron.plugins.ml2.plugin [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Attempt 6 to bind port 0ede10e3-530d-4cd5-b819-451ee06351f6 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 0546a11d-469a-49c1-b02a-adebb8164b58 could not be found. 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:15.849 9 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-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:15.849 9 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-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 0546a11d-469a-49c1-b02a-adebb8164b58 could not be found. 2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:15.849 9 ERROR neutron.plugins.ml2.managers [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Failed to bind port 0ede10e3-530d-4cd5-b819-451ee06351f6 on host instance for vnic_type normal using segments [{'id': '9f87f276-f6d9-4fd4-9a6a-0edee7f02041', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 520, 'network_id': '47aaca02-882a-4d20-950d-8f707c5e92ff'}] 2026-07-21 14:34:15.849 9 INFO neutron.plugins.ml2.plugin [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Attempt 7 to bind port 0ede10e3-530d-4cd5-b819-451ee06351f6 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 0546a11d-469a-49c1-b02a-adebb8164b58 could not be found. 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:15.877 9 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-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:15.877 9 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-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 0546a11d-469a-49c1-b02a-adebb8164b58 could not be found. 2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:15.877 9 ERROR neutron.plugins.ml2.managers [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Failed to bind port 0ede10e3-530d-4cd5-b819-451ee06351f6 on host instance for vnic_type normal using segments [{'id': '9f87f276-f6d9-4fd4-9a6a-0edee7f02041', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 520, 'network_id': '47aaca02-882a-4d20-950d-8f707c5e92ff'}] 2026-07-21 14:34:15.879 9 INFO neutron.plugins.ml2.plugin [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Attempt 8 to bind port 0ede10e3-530d-4cd5-b819-451ee06351f6 2026-07-21 14:34:15.908 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 3098a208-1dbd-41a9-bbcf-e38afcb57024 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 0546a11d-469a-49c1-b02a-adebb8164b58 could not be found. 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:15.910 9 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-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:15.910 9 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-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 0546a11d-469a-49c1-b02a-adebb8164b58 could not be found. 2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:15.910 9 ERROR neutron.plugins.ml2.managers [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Failed to bind port 0ede10e3-530d-4cd5-b819-451ee06351f6 on host instance for vnic_type normal using segments [{'id': '9f87f276-f6d9-4fd4-9a6a-0edee7f02041', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 520, 'network_id': '47aaca02-882a-4d20-950d-8f707c5e92ff'}] 2026-07-21 14:34:15.911 9 INFO neutron.plugins.ml2.plugin [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Attempt 9 to bind port 0ede10e3-530d-4cd5-b819-451ee06351f6 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 0546a11d-469a-49c1-b02a-adebb8164b58 could not be found. 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:15.947 9 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-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:15.947 9 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-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 0546a11d-469a-49c1-b02a-adebb8164b58 could not be found. 2026-07-21 14:34:15.947 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:15.948 9 ERROR neutron.plugins.ml2.managers [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Failed to bind port 0ede10e3-530d-4cd5-b819-451ee06351f6 on host instance for vnic_type normal using segments [{'id': '9f87f276-f6d9-4fd4-9a6a-0edee7f02041', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 520, 'network_id': '47aaca02-882a-4d20-950d-8f707c5e92ff'}] 2026-07-21 14:34:15.949 9 INFO neutron.plugins.ml2.plugin [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Attempt 10 to bind port 0ede10e3-530d-4cd5-b819-451ee06351f6 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 0546a11d-469a-49c1-b02a-adebb8164b58 could not be found. 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:15.992 9 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-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:15.992 9 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-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 0546a11d-469a-49c1-b02a-adebb8164b58 could not be found. 2026-07-21 14:34:15.992 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:15.993 9 ERROR neutron.plugins.ml2.managers [None req-ea534fa2-c9c1-41bc-a698-87eabca1a3fd - - - - - -] Failed to bind port 0ede10e3-530d-4cd5-b819-451ee06351f6 on host instance for vnic_type normal using segments [{'id': '9f87f276-f6d9-4fd4-9a6a-0edee7f02041', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 520, 'network_id': '47aaca02-882a-4d20-950d-8f707c5e92ff'}] 2026-07-21 14:34:16.196 10 INFO neutron.plugins.ml2.plugin [None req-8909ec2e-9c19-4980-be5d-86363b10fc7d - - - - - -] Attempt 1 to provision port 628de723-abdf-4ef5-8600-277ae264fc6b 2026-07-21 14:34:16.224 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-9cb1ca08-af04-462c-b92c-fe2850cc601b'] response: {'server_uuid': '8e23155e-84b9-4dbd-a5b4-2e54823d9dec', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3098a208-1dbd-41a9-bbcf-e38afcb57024', 'code': 200} 2026-07-21 14:34:16.735 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 1c2f186f-ff88-47ad-a741-46551ecc7b87 2026-07-21 14:34:17.141 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 628de723-abdf-4ef5-8600-277ae264fc6b 2026-07-21 14:34:17.766 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 1c2f186f-ff88-47ad-a741-46551ecc7b87 2026-07-21 14:34:17.919 9 INFO neutron.plugins.ml2.plugin [None req-bda01993-cb82-4419-9b3e-6a006b7ccbca - - - - - -] Attempt 1 to provision port 472202ee-6f75-4528-b83a-f8056a888d40 2026-07-21 14:34:17.956 9 INFO neutron.plugins.ml2.plugin [None req-bda01993-cb82-4419-9b3e-6a006b7ccbca - - - - - -] Attempt 1 to provision port 74992e4d-3028-411a-8dc6-65d6c746706c 2026-07-21 14:34:18.146 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port e94158fc-a6f7-49eb-a843-360d46c34647 2026-07-21 14:34:18.440 10 INFO neutron.plugins.ml2.plugin [None req-bbbf5bd8-8876-4343-934c-5323c41343ef - - - - - -] Attempt 1 to provision port 472202ee-6f75-4528-b83a-f8056a888d40 2026-07-21 14:34:18.517 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port fc66ea9f-8ce6-42c3-9af1-6c404d00c717 2026-07-21 14:34:19.150 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 3098a208-1dbd-41a9-bbcf-e38afcb57024 2026-07-21 14:34:19.450 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 74992e4d-3028-411a-8dc6-65d6c746706c 2026-07-21 14:34:19.917 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port fc66ea9f-8ce6-42c3-9af1-6c404d00c717 2026-07-21 14:34:20.461 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 74992e4d-3028-411a-8dc6-65d6c746706c 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 57f231ba-7dec-4dd4-9acb-b8d2df99ee35 could not be found. 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:22.869 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-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:22.869 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-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 57f231ba-7dec-4dd4-9acb-b8d2df99ee35 could not be found. 2026-07-21 14:34:22.869 10 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:22.871 10 ERROR neutron.plugins.ml2.managers [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Failed to bind port d0179f47-4ac1-439e-927f-e22c0916dc6d on host instance for vnic_type normal using segments [{'id': '7f9b87c0-cd00-4f5d-a2e7-1488c8586a8d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 153, 'network_id': '2cfd5b02-d6a6-450f-8d91-16def2d97f9f'}] 2026-07-21 14:34:22.871 10 INFO neutron.plugins.ml2.plugin [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Attempt 2 to bind port d0179f47-4ac1-439e-927f-e22c0916dc6d 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 57f231ba-7dec-4dd4-9acb-b8d2df99ee35 could not be found. 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:22.895 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-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:22.895 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-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 57f231ba-7dec-4dd4-9acb-b8d2df99ee35 could not be found. 2026-07-21 14:34:22.895 10 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:22.896 10 ERROR neutron.plugins.ml2.managers [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Failed to bind port d0179f47-4ac1-439e-927f-e22c0916dc6d on host instance for vnic_type normal using segments [{'id': '7f9b87c0-cd00-4f5d-a2e7-1488c8586a8d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 153, 'network_id': '2cfd5b02-d6a6-450f-8d91-16def2d97f9f'}] 2026-07-21 14:34:22.897 10 INFO neutron.plugins.ml2.plugin [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Attempt 3 to bind port d0179f47-4ac1-439e-927f-e22c0916dc6d 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 57f231ba-7dec-4dd4-9acb-b8d2df99ee35 could not be found. 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:22.921 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-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:22.921 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-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 57f231ba-7dec-4dd4-9acb-b8d2df99ee35 could not be found. 2026-07-21 14:34:22.921 10 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:22.922 10 ERROR neutron.plugins.ml2.managers [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Failed to bind port d0179f47-4ac1-439e-927f-e22c0916dc6d on host instance for vnic_type normal using segments [{'id': '7f9b87c0-cd00-4f5d-a2e7-1488c8586a8d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 153, 'network_id': '2cfd5b02-d6a6-450f-8d91-16def2d97f9f'}] 2026-07-21 14:34:22.923 10 INFO neutron.plugins.ml2.plugin [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Attempt 4 to bind port d0179f47-4ac1-439e-927f-e22c0916dc6d 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 57f231ba-7dec-4dd4-9acb-b8d2df99ee35 could not be found. 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:22.954 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-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:22.954 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-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 57f231ba-7dec-4dd4-9acb-b8d2df99ee35 could not be found. 2026-07-21 14:34:22.954 10 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:22.955 10 ERROR neutron.plugins.ml2.managers [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Failed to bind port d0179f47-4ac1-439e-927f-e22c0916dc6d on host instance for vnic_type normal using segments [{'id': '7f9b87c0-cd00-4f5d-a2e7-1488c8586a8d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 153, 'network_id': '2cfd5b02-d6a6-450f-8d91-16def2d97f9f'}] 2026-07-21 14:34:22.956 10 INFO neutron.plugins.ml2.plugin [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Attempt 5 to bind port d0179f47-4ac1-439e-927f-e22c0916dc6d 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 57f231ba-7dec-4dd4-9acb-b8d2df99ee35 could not be found. 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:22.975 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-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:22.975 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-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 57f231ba-7dec-4dd4-9acb-b8d2df99ee35 could not be found. 2026-07-21 14:34:22.975 10 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:22.976 10 ERROR neutron.plugins.ml2.managers [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Failed to bind port d0179f47-4ac1-439e-927f-e22c0916dc6d on host instance for vnic_type normal using segments [{'id': '7f9b87c0-cd00-4f5d-a2e7-1488c8586a8d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 153, 'network_id': '2cfd5b02-d6a6-450f-8d91-16def2d97f9f'}] 2026-07-21 14:34:22.976 10 INFO neutron.plugins.ml2.plugin [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Attempt 6 to bind port d0179f47-4ac1-439e-927f-e22c0916dc6d 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 57f231ba-7dec-4dd4-9acb-b8d2df99ee35 could not be found. 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:23.136 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-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:23.136 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-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 57f231ba-7dec-4dd4-9acb-b8d2df99ee35 could not be found. 2026-07-21 14:34:23.136 10 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:23.137 10 ERROR neutron.plugins.ml2.managers [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Failed to bind port d0179f47-4ac1-439e-927f-e22c0916dc6d on host instance for vnic_type normal using segments [{'id': '7f9b87c0-cd00-4f5d-a2e7-1488c8586a8d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 153, 'network_id': '2cfd5b02-d6a6-450f-8d91-16def2d97f9f'}] 2026-07-21 14:34:23.138 10 INFO neutron.plugins.ml2.plugin [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Attempt 7 to bind port d0179f47-4ac1-439e-927f-e22c0916dc6d 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 57f231ba-7dec-4dd4-9acb-b8d2df99ee35 could not be found. 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:23.165 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-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:23.165 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-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 57f231ba-7dec-4dd4-9acb-b8d2df99ee35 could not be found. 2026-07-21 14:34:23.165 10 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:23.166 10 ERROR neutron.plugins.ml2.managers [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Failed to bind port d0179f47-4ac1-439e-927f-e22c0916dc6d on host instance for vnic_type normal using segments [{'id': '7f9b87c0-cd00-4f5d-a2e7-1488c8586a8d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 153, 'network_id': '2cfd5b02-d6a6-450f-8d91-16def2d97f9f'}] 2026-07-21 14:34:23.167 10 INFO neutron.plugins.ml2.plugin [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Attempt 8 to bind port d0179f47-4ac1-439e-927f-e22c0916dc6d 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 57f231ba-7dec-4dd4-9acb-b8d2df99ee35 could not be found. 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:23.199 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-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:23.199 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-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 57f231ba-7dec-4dd4-9acb-b8d2df99ee35 could not be found. 2026-07-21 14:34:23.199 10 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:23.200 10 ERROR neutron.plugins.ml2.managers [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Failed to bind port d0179f47-4ac1-439e-927f-e22c0916dc6d on host instance for vnic_type normal using segments [{'id': '7f9b87c0-cd00-4f5d-a2e7-1488c8586a8d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 153, 'network_id': '2cfd5b02-d6a6-450f-8d91-16def2d97f9f'}] 2026-07-21 14:34:23.201 10 INFO neutron.plugins.ml2.plugin [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Attempt 9 to bind port d0179f47-4ac1-439e-927f-e22c0916dc6d 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 57f231ba-7dec-4dd4-9acb-b8d2df99ee35 could not be found. 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:23.234 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-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:23.234 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-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 57f231ba-7dec-4dd4-9acb-b8d2df99ee35 could not be found. 2026-07-21 14:34:23.234 10 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:23.235 10 ERROR neutron.plugins.ml2.managers [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Failed to bind port d0179f47-4ac1-439e-927f-e22c0916dc6d on host instance for vnic_type normal using segments [{'id': '7f9b87c0-cd00-4f5d-a2e7-1488c8586a8d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 153, 'network_id': '2cfd5b02-d6a6-450f-8d91-16def2d97f9f'}] 2026-07-21 14:34:23.235 10 INFO neutron.plugins.ml2.plugin [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Attempt 10 to bind port d0179f47-4ac1-439e-927f-e22c0916dc6d 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 57f231ba-7dec-4dd4-9acb-b8d2df99ee35 could not be found. 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:23.255 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-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:23.255 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-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 57f231ba-7dec-4dd4-9acb-b8d2df99ee35 could not be found. 2026-07-21 14:34:23.255 10 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:23.256 10 ERROR neutron.plugins.ml2.managers [None req-cef612c2-a944-444c-a1a2-699aa3ea3a16 - - - - - -] Failed to bind port d0179f47-4ac1-439e-927f-e22c0916dc6d on host instance for vnic_type normal using segments [{'id': '7f9b87c0-cd00-4f5d-a2e7-1488c8586a8d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 153, 'network_id': '2cfd5b02-d6a6-450f-8d91-16def2d97f9f'}] 2026-07-21 14:34:23.344 9 INFO neutron.plugins.ml2.plugin [None req-4e2dd0cc-c62c-4cec-be3a-5c903d5011ea - - - - - -] Attempt 1 to provision port 45518d59-ff4d-4eb4-99aa-b8e249ad84af 2026-07-21 14:34:24.051 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 731a9b1f-6157-4f39-8a95-4c312e705a8c 2026-07-21 14:34:24.447 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 6ce60c1a-c6a4-42a1-8614-7ba9b7a56426 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet fe390636-5de9-4f14-ae4d-e6df4c2b6cea could not be found. 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:24.750 9 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-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:24.750 9 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-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet fe390636-5de9-4f14-ae4d-e6df4c2b6cea could not be found. 2026-07-21 14:34:24.750 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:24.751 9 ERROR neutron.plugins.ml2.managers [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Failed to bind port 7ffcc067-8bd2-407a-a7bb-e84ec7d753d9 on host instance for vnic_type normal using segments [{'id': 'da8e9d18-1c57-418b-8c9b-c733e029dc88', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 911, 'network_id': '8c2e6c32-5bcc-4936-8a87-210af9201bec'}] 2026-07-21 14:34:24.751 9 INFO neutron.plugins.ml2.plugin [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Attempt 2 to bind port 7ffcc067-8bd2-407a-a7bb-e84ec7d753d9 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet fe390636-5de9-4f14-ae4d-e6df4c2b6cea could not be found. 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:24.773 9 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-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:24.773 9 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-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet fe390636-5de9-4f14-ae4d-e6df4c2b6cea could not be found. 2026-07-21 14:34:24.773 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:24.774 9 ERROR neutron.plugins.ml2.managers [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Failed to bind port 7ffcc067-8bd2-407a-a7bb-e84ec7d753d9 on host instance for vnic_type normal using segments [{'id': 'da8e9d18-1c57-418b-8c9b-c733e029dc88', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 911, 'network_id': '8c2e6c32-5bcc-4936-8a87-210af9201bec'}] 2026-07-21 14:34:24.774 9 INFO neutron.plugins.ml2.plugin [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Attempt 3 to bind port 7ffcc067-8bd2-407a-a7bb-e84ec7d753d9 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet fe390636-5de9-4f14-ae4d-e6df4c2b6cea could not be found. 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:24.792 9 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-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:24.792 9 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-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet fe390636-5de9-4f14-ae4d-e6df4c2b6cea could not be found. 2026-07-21 14:34:24.792 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:24.793 9 ERROR neutron.plugins.ml2.managers [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Failed to bind port 7ffcc067-8bd2-407a-a7bb-e84ec7d753d9 on host instance for vnic_type normal using segments [{'id': 'da8e9d18-1c57-418b-8c9b-c733e029dc88', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 911, 'network_id': '8c2e6c32-5bcc-4936-8a87-210af9201bec'}] 2026-07-21 14:34:24.793 9 INFO neutron.plugins.ml2.plugin [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Attempt 4 to bind port 7ffcc067-8bd2-407a-a7bb-e84ec7d753d9 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet fe390636-5de9-4f14-ae4d-e6df4c2b6cea could not be found. 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:24.812 9 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-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:24.812 9 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-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet fe390636-5de9-4f14-ae4d-e6df4c2b6cea could not be found. 2026-07-21 14:34:24.812 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:24.813 9 ERROR neutron.plugins.ml2.managers [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Failed to bind port 7ffcc067-8bd2-407a-a7bb-e84ec7d753d9 on host instance for vnic_type normal using segments [{'id': 'da8e9d18-1c57-418b-8c9b-c733e029dc88', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 911, 'network_id': '8c2e6c32-5bcc-4936-8a87-210af9201bec'}] 2026-07-21 14:34:24.813 9 INFO neutron.plugins.ml2.plugin [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Attempt 5 to bind port 7ffcc067-8bd2-407a-a7bb-e84ec7d753d9 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet fe390636-5de9-4f14-ae4d-e6df4c2b6cea could not be found. 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:24.829 9 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-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:24.829 9 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-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet fe390636-5de9-4f14-ae4d-e6df4c2b6cea could not be found. 2026-07-21 14:34:24.829 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:24.830 9 ERROR neutron.plugins.ml2.managers [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Failed to bind port 7ffcc067-8bd2-407a-a7bb-e84ec7d753d9 on host instance for vnic_type normal using segments [{'id': 'da8e9d18-1c57-418b-8c9b-c733e029dc88', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 911, 'network_id': '8c2e6c32-5bcc-4936-8a87-210af9201bec'}] 2026-07-21 14:34:24.831 9 INFO neutron.plugins.ml2.plugin [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Attempt 6 to bind port 7ffcc067-8bd2-407a-a7bb-e84ec7d753d9 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet fe390636-5de9-4f14-ae4d-e6df4c2b6cea could not be found. 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:24.851 9 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-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:24.851 9 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-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet fe390636-5de9-4f14-ae4d-e6df4c2b6cea could not be found. 2026-07-21 14:34:24.851 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:24.852 9 ERROR neutron.plugins.ml2.managers [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Failed to bind port 7ffcc067-8bd2-407a-a7bb-e84ec7d753d9 on host instance for vnic_type normal using segments [{'id': 'da8e9d18-1c57-418b-8c9b-c733e029dc88', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 911, 'network_id': '8c2e6c32-5bcc-4936-8a87-210af9201bec'}] 2026-07-21 14:34:24.852 9 INFO neutron.plugins.ml2.plugin [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Attempt 7 to bind port 7ffcc067-8bd2-407a-a7bb-e84ec7d753d9 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet fe390636-5de9-4f14-ae4d-e6df4c2b6cea could not be found. 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:24.867 9 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-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:24.867 9 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-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet fe390636-5de9-4f14-ae4d-e6df4c2b6cea could not be found. 2026-07-21 14:34:24.867 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:24.868 9 ERROR neutron.plugins.ml2.managers [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Failed to bind port 7ffcc067-8bd2-407a-a7bb-e84ec7d753d9 on host instance for vnic_type normal using segments [{'id': 'da8e9d18-1c57-418b-8c9b-c733e029dc88', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 911, 'network_id': '8c2e6c32-5bcc-4936-8a87-210af9201bec'}] 2026-07-21 14:34:24.868 9 INFO neutron.plugins.ml2.plugin [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Attempt 8 to bind port 7ffcc067-8bd2-407a-a7bb-e84ec7d753d9 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet fe390636-5de9-4f14-ae4d-e6df4c2b6cea could not be found. 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:24.882 9 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-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:24.882 9 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-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet fe390636-5de9-4f14-ae4d-e6df4c2b6cea could not be found. 2026-07-21 14:34:24.882 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:24.883 9 ERROR neutron.plugins.ml2.managers [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Failed to bind port 7ffcc067-8bd2-407a-a7bb-e84ec7d753d9 on host instance for vnic_type normal using segments [{'id': 'da8e9d18-1c57-418b-8c9b-c733e029dc88', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 911, 'network_id': '8c2e6c32-5bcc-4936-8a87-210af9201bec'}] 2026-07-21 14:34:24.883 9 INFO neutron.plugins.ml2.plugin [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Attempt 9 to bind port 7ffcc067-8bd2-407a-a7bb-e84ec7d753d9 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet fe390636-5de9-4f14-ae4d-e6df4c2b6cea could not be found. 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:24.899 9 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-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:24.899 9 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-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet fe390636-5de9-4f14-ae4d-e6df4c2b6cea could not be found. 2026-07-21 14:34:24.899 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:24.900 9 ERROR neutron.plugins.ml2.managers [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Failed to bind port 7ffcc067-8bd2-407a-a7bb-e84ec7d753d9 on host instance for vnic_type normal using segments [{'id': 'da8e9d18-1c57-418b-8c9b-c733e029dc88', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 911, 'network_id': '8c2e6c32-5bcc-4936-8a87-210af9201bec'}] 2026-07-21 14:34:24.900 9 INFO neutron.plugins.ml2.plugin [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Attempt 10 to bind port 7ffcc067-8bd2-407a-a7bb-e84ec7d753d9 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet fe390636-5de9-4f14-ae4d-e6df4c2b6cea could not be found. 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:34:24.918 9 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-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:34:24.918 9 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-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet fe390636-5de9-4f14-ae4d-e6df4c2b6cea could not be found. 2026-07-21 14:34:24.918 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:34:24.919 9 ERROR neutron.plugins.ml2.managers [None req-775e608c-8441-4b34-8a03-9b11a437552a - - - - - -] Failed to bind port 7ffcc067-8bd2-407a-a7bb-e84ec7d753d9 on host instance for vnic_type normal using segments [{'id': 'da8e9d18-1c57-418b-8c9b-c733e029dc88', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 911, 'network_id': '8c2e6c32-5bcc-4936-8a87-210af9201bec'}] 2026-07-21 14:34:26.147 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 731a9b1f-6157-4f39-8a95-4c312e705a8c 2026-07-21 14:34:26.455 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 6ce60c1a-c6a4-42a1-8614-7ba9b7a56426 2026-07-21 14:34:26.780 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 45518d59-ff4d-4eb4-99aa-b8e249ad84af 2026-07-21 14:34:27.161 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-b1c4dc78-defc-4a9a-adc2-bce9715a419d'] response: {'server_uuid': '2065122c-046f-464c-8b97-695a8e7dcd2a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '45518d59-ff4d-4eb4-99aa-b8e249ad84af', 'code': 200} 2026-07-21 14:34:28.107 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port f4dd57c3-e799-4cf9-91cc-29640ecac5f8 2026-07-21 14:34:28.442 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 45518d59-ff4d-4eb4-99aa-b8e249ad84af 2026-07-21 14:34:33.993 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 472202ee-6f75-4528-b83a-f8056a888d40 2026-07-21 14:34:34.426 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 677c65df-79a3-4d9d-84b3-2406a9f82ab6 2026-07-21 14:34:36.189 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 472202ee-6f75-4528-b83a-f8056a888d40 2026-07-21 14:34:36.510 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 677c65df-79a3-4d9d-84b3-2406a9f82ab6 /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-07-21 14:34:38.939 10 INFO neutron.plugins.ml2.plugin [None req-f7ef4884-c85e-4041-baf7-570818e9d870 - - - - - -] Attempt 1 to provision port 4ada5520-3fed-422d-b96f-366b9fd4a2c3 2026-07-21 14:34:39.692 9 INFO neutron.plugins.ml2.plugin [None req-6c7b237e-bf01-4b58-b236-ba9b273e87da - - - - - -] Attempt 1 to provision port 5d759f31-b632-4b60-b214-b69b9d1656eb 2026-07-21 14:34:40.104 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 5d759f31-b632-4b60-b214-b69b9d1656eb 2026-07-21 14:34:41.851 10 INFO neutron.plugins.ml2.plugin [None req-bf8a2772-6fb4-467f-b3c7-1d5d6f00716e - - - - - -] Attempt 1 to provision port 5dd8ae62-c29e-46e5-a024-ce1af521392b 2026-07-21 14:34:41.905 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 5d759f31-b632-4b60-b214-b69b9d1656eb 2026-07-21 14:34:42.411 10 INFO neutron.plugins.ml2.plugin [None req-e133be34-4f74-4172-a72b-9d659825e8cf - - - - - -] Attempt 1 to provision port 5dd8ae62-c29e-46e5-a024-ce1af521392b 2026-07-21 14:34:43.964 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 08ece653-41bf-43c7-a7c2-f8d11eda26bc 2026-07-21 14:34:46.028 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 08ece653-41bf-43c7-a7c2-f8d11eda26bc 2026-07-21 14:34:47.227 10 INFO neutron.plugins.ml2.plugin [None req-33ed72c5-cc3b-4ef3-beca-8236021de273 - - - - - -] Attempt 1 to provision port 7086457d-2dcc-4c03-9e19-9d10c9c2e13f 2026-07-21 14:34:50.069 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 7086457d-2dcc-4c03-9e19-9d10c9c2e13f 2026-07-21 14:34:50.230 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-56458b0f-779d-4dbc-8844-b5b47be50ad8'] response: {'server_uuid': '5faf4326-4a95-41fa-be6a-1f7283ce1f18', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7086457d-2dcc-4c03-9e19-9d10c9c2e13f', 'code': 200} 2026-07-21 14:34:51.923 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 7086457d-2dcc-4c03-9e19-9d10c9c2e13f 2026-07-21 14:34:53.038 9 INFO neutron.plugins.ml2.plugin [None req-c0c403ab-f06b-4a38-8418-ac4d4cc66e1b - - - - - -] Attempt 1 to provision port 7ae32310-f1df-47ec-bbee-2e144146ac62 2026-07-21 14:34:56.010 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 7ae32310-f1df-47ec-bbee-2e144146ac62 2026-07-21 14:34:56.161 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-d9a9db0e-1744-43e9-a21d-442b83453d45'] response: {'server_uuid': 'd5456ea3-5d96-498b-83e1-c9da923b2e70', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7ae32310-f1df-47ec-bbee-2e144146ac62', 'code': 200} 2026-07-21 14:34:58.140 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 7ae32310-f1df-47ec-bbee-2e144146ac62 /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-07-21 14:35:09.989 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port df3ba0b8-d056-4007-85f6-20c6e2a3a0aa 2026-07-21 14:35:11.026 9 INFO neutron.plugins.ml2.plugin [None req-dfa50a3b-c8eb-4843-ad7b-e1fa935f83b9 - - - - - -] Attempt 1 to provision port df3ba0b8-d056-4007-85f6-20c6e2a3a0aa 2026-07-21 14:35:12.185 9 INFO neutron.plugins.ml2.plugin [None req-41bc9fb1-de56-4bfd-8988-875da900592a - - - - - -] Attempt 1 to provision port f5b44d03-f7c4-4cf7-b00f-b19061a0f416 2026-07-21 14:35:12.215 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port df3ba0b8-d056-4007-85f6-20c6e2a3a0aa 2026-07-21 14:35:12.514 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 14793b2d-ad6b-40b0-9091-6e7f73af6779 2026-07-21 14:35:12.939 9 INFO neutron.plugins.ml2.plugin [None req-61d44092-7e44-47ed-84fa-146a30f0ec31 - - - - - -] Attempt 1 to provision port 14793b2d-ad6b-40b0-9091-6e7f73af6779 2026-07-21 14:35:13.133 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port f5b44d03-f7c4-4cf7-b00f-b19061a0f416 2026-07-21 14:35:13.314 9 INFO neutron.plugins.ml2.plugin [None req-8887acf6-73bb-4749-8304-a2d9be6f1bbc - - - - - -] Attempt 1 to provision port ae96f671-0ad6-4f41-88d5-652e79337a9a 2026-07-21 14:35:13.447 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port ae96f671-0ad6-4f41-88d5-652e79337a9a 2026-07-21 14:35:14.199 10 INFO neutron.plugins.ml2.plugin [None req-c801e89c-73e6-4993-afd7-0b859888a416 - - - - - -] Attempt 1 to provision port 7a569fb5-309f-4158-8d10-9628f5f9c138 2026-07-21 14:36:00.305 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 6ef93929-2000-4b62-a4bd-213af04694e2 2026-07-21 14:36:01.970 9 INFO neutron.plugins.ml2.plugin [None req-ecea4156-4497-4f20-8128-f4661d9267f2 - - - - - -] Attempt 1 to provision port 6ef93929-2000-4b62-a4bd-213af04694e2 2026-07-21 14:36:02.497 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 6ef93929-2000-4b62-a4bd-213af04694e2 2026-07-21 14:36:02.759 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 36b13d89-7194-4e72-bb1d-b52dded1f89d 2026-07-21 14:36:02.967 10 INFO neutron.plugins.ml2.plugin [None req-be5ee7f7-0ce5-4055-bc5f-6cb7e5bc6bb3 - - - - - -] Attempt 1 to provision port ac1f1e8e-7cac-419e-858b-6313ec140df1 2026-07-21 14:36:03.223 10 INFO neutron.plugins.ml2.plugin [None req-7325d9b0-af77-457f-adf0-f92efd2eb62c - - - - - -] Attempt 1 to provision port ee1e8eb1-7b49-44bb-8476-5d11c45e60ed 2026-07-21 14:36:03.282 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port ee1e8eb1-7b49-44bb-8476-5d11c45e60ed 2026-07-21 14:36:03.942 9 INFO neutron.plugins.ml2.plugin [None req-a7be2a2b-e5aa-4626-b058-1bb75b97d358 - - - - - -] Attempt 1 to provision port 6ef93929-2000-4b62-a4bd-213af04694e2 2026-07-21 14:36:04.297 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port ee1e8eb1-7b49-44bb-8476-5d11c45e60ed 2026-07-21 14:36:04.354 10 INFO neutron.plugins.ml2.plugin [None req-62e1aae6-7013-43d4-825f-a0b4faeda800 - - - - - -] Attempt 1 to provision port 36b13d89-7194-4e72-bb1d-b52dded1f89d 2026-07-21 14:36:04.550 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 36b13d89-7194-4e72-bb1d-b52dded1f89d 2026-07-21 14:36:05.277 9 INFO neutron.plugins.ml2.plugin [None req-4da965c1-1d02-4ab1-a037-0eaa1b7abb27 - - - - - -] Attempt 1 to provision port ee1e8eb1-7b49-44bb-8476-5d11c45e60ed 2026-07-21 14:36:05.960 10 INFO neutron.plugins.ml2.plugin [None req-cf4832d3-f2d4-492c-84ea-5b61102407be - - - - - -] Attempt 1 to provision port 8053cd19-38ef-4462-997e-289f7aca49a6 2026-07-21 14:36:06.328 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port ec4110f3-34f5-44e4-a917-65712a79d096 2026-07-21 14:36:06.415 10 INFO neutron.plugins.ml2.plugin [None req-a425077e-7972-4570-86d0-effb5fd0c888 - - - - - -] Attempt 1 to provision port 36b13d89-7194-4e72-bb1d-b52dded1f89d 2026-07-21 14:36:06.777 9 INFO neutron.plugins.ml2.plugin [None req-b88e9079-bc99-4c9d-8325-a4dffe38ef9d - - - - - -] Attempt 1 to provision port 8053cd19-38ef-4462-997e-289f7aca49a6 2026-07-21 14:36:08.126 9 INFO neutron.plugins.ml2.plugin [None req-9f1eaaaf-1db2-4b14-93a3-fe4519d26150 - - - - - -] Attempt 1 to provision port 870b6bed-4ec5-401a-89ed-dcaec910221a 2026-07-21 14:36:08.357 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port ec4110f3-34f5-44e4-a917-65712a79d096 2026-07-21 14:36:08.879 10 INFO neutron.plugins.ml2.plugin [None req-076eea4d-7fb6-42e5-853a-030c7c6a05a8 - - - - - -] Attempt 1 to provision port 870b6bed-4ec5-401a-89ed-dcaec910221a 2026-07-21 14:36:10.147 10 INFO neutron.plugins.ml2.plugin [None req-b5c5b46d-0cb8-4e3e-8396-ced5f5acc730 - - - - - -] Attempt 1 to provision port bf6ed023-fdb6-43d3-9106-430b95b4cdd6 2026-07-21 14:36:10.919 10 INFO neutron.plugins.ml2.plugin [None req-d240e1fc-7b4a-48b7-aa23-50ea88e2f8f7 - - - - - -] Attempt 1 to provision port bf6ed023-fdb6-43d3-9106-430b95b4cdd6 2026-07-21 14:36:15.201 10 INFO neutron.plugins.ml2.plugin [None req-b12e315d-2563-4042-8b04-1a9a92a15ce4 - - - - - -] Attempt 1 to provision port 309a783e-8566-4450-b25c-46dd80434e40 2026-07-21 14:36:18.397 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 309a783e-8566-4450-b25c-46dd80434e40 2026-07-21 14:36:18.522 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-b1496a64-95a8-4bc2-b522-01c9516417da'] response: {'server_uuid': '2e7cf3b5-2982-4983-a428-fb102ae029db', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '309a783e-8566-4450-b25c-46dd80434e40', 'code': 200} 2026-07-21 14:36:20.314 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 309a783e-8566-4450-b25c-46dd80434e40 2026-07-21 14:36:26.476 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port ac660d8b-6875-4b2f-a546-2b84429b9730 2026-07-21 14:36:26.593 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ea46846-86b4-45ab-ad4e-a20109e850c4'] response: {'server_uuid': 'f8fad6fd-3ce2-464c-91a5-2471f4aeee26', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ac660d8b-6875-4b2f-a546-2b84429b9730', 'code': 200} 2026-07-21 14:36:27.046 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port ac1f1e8e-7cac-419e-858b-6313ec140df1 2026-07-21 14:36:27.380 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port bf6ed023-fdb6-43d3-9106-430b95b4cdd6 2026-07-21 14:36:27.724 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 8053cd19-38ef-4462-997e-289f7aca49a6 2026-07-21 14:36:28.063 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 870b6bed-4ec5-401a-89ed-dcaec910221a 2026-07-21 14:36:28.543 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port ac1f1e8e-7cac-419e-858b-6313ec140df1 2026-07-21 14:36:28.737 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port ac660d8b-6875-4b2f-a546-2b84429b9730 2026-07-21 14:36:28.996 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port bf6ed023-fdb6-43d3-9106-430b95b4cdd6 2026-07-21 14:36:29.266 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 8053cd19-38ef-4462-997e-289f7aca49a6 2026-07-21 14:36:29.517 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 870b6bed-4ec5-401a-89ed-dcaec910221a 2026-07-21 14:36:47.626 9 INFO neutron.plugins.ml2.plugin [None req-4918786a-35e5-4384-9e7f-7d01c7690465 - - - - - -] Attempt 1 to provision port cccb8810-a192-40f3-a9cc-5508fb272320 2026-07-21 14:37:00.467 9 INFO neutron.plugins.ml2.plugin [None req-d2ed2767-4932-4891-be2a-6664b068be77 - - - - - -] Attempt 1 to provision port 629c3ed1-af47-422c-ab5a-98c1506e94af 2026-07-21 14:37:02.592 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 629c3ed1-af47-422c-ab5a-98c1506e94af 2026-07-21 14:37:02.779 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff198c93-7946-4c6c-b918-2358e3687dea'] response: {'server_uuid': 'b5166e2a-0ef2-4df2-8af0-67a0aa6abaf8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '629c3ed1-af47-422c-ab5a-98c1506e94af', 'code': 200} 2026-07-21 14:37:04.556 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port 629c3ed1-af47-422c-ab5a-98c1506e94af 2026-07-21 14:37:40.924 10 INFO neutron.plugins.ml2.plugin [None req-2d36f399-c0a5-4317-b377-a668e61a3f9d - - - - - -] Attempt 1 to provision port ef49f2d6-b635-483e-8f80-646272586a86 2026-07-21 14:37:44.628 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port ef49f2d6-b635-483e-8f80-646272586a86 2026-07-21 14:37:44.818 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-e7372c44-730c-4ef6-9249-8720222993c6'] response: {'server_uuid': 'b5166e2a-0ef2-4df2-8af0-67a0aa6abaf8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ef49f2d6-b635-483e-8f80-646272586a86', 'code': 200} 2026-07-21 14:37:46.564 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port ef49f2d6-b635-483e-8f80-646272586a86 2026-07-21 14:38:16.793 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port c24bb1b0-b2eb-49b9-ab1d-ce874c187440 2026-07-21 14:38:17.365 9 INFO neutron.plugins.ml2.plugin [None req-eb35d54f-8626-4ea2-ad5e-ea9087e337c7 - - - - - -] Attempt 1 to provision port c24bb1b0-b2eb-49b9-ab1d-ce874c187440 2026-07-21 14:38:17.524 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-5e542d71-138c-4165-b794-91216e46f07d'] response: {'server_uuid': 'b5166e2a-0ef2-4df2-8af0-67a0aa6abaf8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c24bb1b0-b2eb-49b9-ab1d-ce874c187440', 'code': 200} 2026-07-21 14:38:18.618 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port c24bb1b0-b2eb-49b9-ab1d-ce874c187440 2026-07-21 14:38:28.705 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port afb52158-4082-4834-ac4a-bc60b1a56b25 2026-07-21 14:38:28.830 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-17f4b46d-375a-4526-9520-7cc8d58ce011'] response: {'server_uuid': 'b5166e2a-0ef2-4df2-8af0-67a0aa6abaf8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'afb52158-4082-4834-ac4a-bc60b1a56b25', 'code': 200} 2026-07-21 14:38:30.577 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port afb52158-4082-4834-ac4a-bc60b1a56b25 2026-07-21 14:38:43.960 10 INFO neutron.plugins.ml2.plugin [None req-2b32cc3d-0ee9-48cb-958d-fcf6bf2542d8 - - - - - -] Attempt 1 to provision port afb52158-4082-4834-ac4a-bc60b1a56b25 2026-07-21 14:38:44.659 9 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port afb52158-4082-4834-ac4a-bc60b1a56b25 2026-07-21 14:39:14.283 9 INFO neutron.plugins.ml2.plugin [None req-a9cb2655-13bd-4f35-8e2a-6eacda8d78d8 - - - - - -] Attempt 1 to provision port c24bb1b0-b2eb-49b9-ab1d-ce874c187440 2026-07-21 14:39:14.683 10 INFO neutron.plugins.ml2.plugin [None req-c5b1721b-c129-4372-afef-8f65f39b397f - - - - - -] Attempt 1 to provision port c24bb1b0-b2eb-49b9-ab1d-ce874c187440