+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini /var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py:54: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-07-14 23:31:44.960 1 INFO neutron.common.config [-] Logging enabled! 2026-07-14 23:31:44.960 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 23.5.0 2026-07-14 23:31:44.961 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-07-14 23:31:44.961 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-14 23:31:45.758 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-14 23:31:45.760 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-14 23:31:45.763 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-07-14 23:31:45.764 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-14 23:31:45.764 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-14 23:31:45.764 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-14 23:31:45.764 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-14 23:31:45.769 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-14 23:31:45.769 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-14 23:31:45.769 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-14 23:31:45.785 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-14 23:31:45.786 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-14 23:31:45.786 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-14 23:31:45.816 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-14 23:31:45.816 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-14 23:31:45.816 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-14 23:31:45.817 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-14 23:31:45.822 1 WARNING oslo_policy.policy [None req-b762173c-da63-4631-ae31-5add68b0d65d - - - - - -] 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-14 23:31:46.059 1 INFO neutron.plugins.ml2.managers [None req-b762173c-da63-4631-ae31-5add68b0d65d - - - - - -] Initializing driver for type 'vlan' 2026-07-14 23:31:46.386 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-b762173c-da63-4631-ae31-5add68b0d65d - - - - - -] VlanTypeDriver initialization complete 2026-07-14 23:31:46.386 1 INFO neutron.plugins.ml2.managers [None req-b762173c-da63-4631-ae31-5add68b0d65d - - - - - -] Initializing driver for type 'vxlan' 2026-07-14 23:31:46.387 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-b762173c-da63-4631-ae31-5add68b0d65d - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-14 23:31:46.432 1 INFO neutron.plugins.ml2.managers [None req-b762173c-da63-4631-ae31-5add68b0d65d - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-14 23:31:46.433 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-b762173c-da63-4631-ae31-5add68b0d65d - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-14 23:31:46.433 1 INFO neutron.plugins.ml2.managers [None req-b762173c-da63-4631-ae31-5add68b0d65d - - - - - -] Initializing extension driver 'port_security' 2026-07-14 23:31:46.433 1 INFO neutron.plugins.ml2.extensions.port_security [None req-b762173c-da63-4631-ae31-5add68b0d65d - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-14 23:31:46.434 1 INFO neutron.plugins.ml2.managers [None req-b762173c-da63-4631-ae31-5add68b0d65d - - - - - -] Initializing extension driver 'qos' 2026-07-14 23:31:46.434 1 INFO neutron.plugins.ml2.managers [None req-b762173c-da63-4631-ae31-5add68b0d65d - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-14 23:31:46.434 1 INFO neutron.plugins.ml2.managers [None req-b762173c-da63-4631-ae31-5add68b0d65d - - - - - -] Initializing mechanism driver 'l2population' 2026-07-14 23:31:46.450 1 INFO neutron.quota [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded quota_driver: . 2026-07-14 23:31:46.451 1 INFO neutron.plugins.ml2.plugin [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Modular L2 Plugin initialization complete 2026-07-14 23:31:46.451 1 INFO neutron.plugins.ml2.managers [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-14 23:31:46.451 1 INFO neutron.plugins.ml2.managers [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-14 23:31:46.451 1 INFO neutron.plugins.ml2.managers [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-14 23:31:46.451 1 INFO neutron.extensions.vlantransparent [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Disabled vlantransparent extension. 2026-07-14 23:31:46.452 1 INFO neutron.manager [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loading Plugin: qos 2026-07-14 23:31:46.461 1 INFO neutron.manager [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loading Plugin: router 2026-07-14 23:31:46.489 1 INFO neutron.services.service_base [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-14 23:31:46.489 1 INFO neutron.manager [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loading Plugin: segments 2026-07-14 23:31:46.550 1 INFO neutron.manager [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loading Plugin: trunk 2026-07-14 23:31:46.604 1 INFO neutron.manager [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loading Plugin: vpnaas 2026-07-14 23:31:46.638 1 WARNING stevedore.named [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-14 23:31:46.708 1 INFO neutron_vpnaas.services.vpn.plugin [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-14 23:31:46.708 1 INFO neutron.common.utils [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-14 23:31:46.709 1 INFO neutron.manager [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loading Plugin: auto_allocate 2026-07-14 23:31:46.713 1 INFO neutron.manager [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loading Plugin: tag 2026-07-14 23:31:46.719 1 INFO neutron.manager [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loading Plugin: timestamp 2026-07-14 23:31:46.721 1 INFO neutron.manager [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loading Plugin: network_ip_availability 2026-07-14 23:31:46.725 1 INFO neutron.manager [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loading Plugin: flavors 2026-07-14 23:31:46.728 1 INFO neutron.manager [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loading Plugin: revisions 2026-07-14 23:31:46.730 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Initializing extension manager. 2026-07-14 23:31:46.731 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: address-group 2026-07-14 23:31:46.732 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: address-scope 2026-07-14 23:31:46.732 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-14 23:31:46.733 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: agent 2026-07-14 23:31:46.734 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: agent-resources-synced 2026-07-14 23:31:46.735 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-14 23:31:46.735 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-14 23:31:46.736 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: availability_zone 2026-07-14 23:31:46.736 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: availability_zone_filter 2026-07-14 23:31:46.737 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-14 23:31:46.737 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: default-subnetpools 2026-07-14 23:31:46.738 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-14 23:31:46.739 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: dns-integration 2026-07-14 23:31:46.739 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: dns-domain-ports 2026-07-14 23:31:46.740 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-14 23:31:46.740 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: dvr 2026-07-14 23:31:46.741 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-14 23:31:46.741 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: empty-string-filtering 2026-07-14 23:31:46.742 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-14 23:31:46.742 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-14 23:31:46.742 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: external-net 2026-07-14 23:31:46.743 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-14 23:31:46.743 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: extraroute 2026-07-14 23:31:46.744 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: extraroute-atomic 2026-07-14 23:31:46.744 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-14 23:31:46.745 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-14 23:31:46.745 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-14 23:31:46.746 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-14 23:31:46.746 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: fip-port-details 2026-07-14 23:31:46.747 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: flavors 2026-07-14 23:31:46.748 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-14 23:31:46.749 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: floatingip-pools 2026-07-14 23:31:46.749 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: ip_allocation 2026-07-14 23:31:46.749 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-14 23:31:46.750 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: l2_adjacency 2026-07-14 23:31:46.751 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: router 2026-07-14 23:31:46.752 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-14 23:31:46.753 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: ext-gw-mode 2026-07-14 23:31:46.753 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: l3-ha 2026-07-14 23:31:46.753 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-14 23:31:46.754 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-14 23:31:46.754 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: l3-flavors 2026-07-14 23:31:46.755 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-14 23:31:46.756 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-14 23:31:46.757 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-14 23:31:46.758 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-14 23:31:46.759 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-14 23:31:46.759 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-14 23:31:46.760 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-14 23:31:46.761 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: multi-provider 2026-07-14 23:31:46.761 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: net-mtu 2026-07-14 23:31:46.761 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: net-mtu-writable 2026-07-14 23:31:46.762 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: network_availability_zone 2026-07-14 23:31:46.762 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: network_ha 2026-07-14 23:31:46.763 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: network-ip-availability 2026-07-14 23:31:46.764 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-14 23:31:46.764 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: pagination 2026-07-14 23:31:46.765 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: port-device-profile 2026-07-14 23:31:46.765 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-14 23:31:46.765 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-14 23:31:46.766 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: port-mac-override 2026-07-14 23:31:46.766 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-14 23:31:46.767 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-14 23:31:46.767 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: port-resource-request 2026-07-14 23:31:46.768 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-14 23:31:46.768 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: binding 2026-07-14 23:31:46.769 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: binding-extended 2026-07-14 23:31:46.769 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: port-security 2026-07-14 23:31:46.770 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: project-id 2026-07-14 23:31:46.770 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: provider 2026-07-14 23:31:46.771 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: qos 2026-07-14 23:31:46.772 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-14 23:31:46.773 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-14 23:31:46.773 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: qos-default 2026-07-14 23:31:46.773 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: qos-fip 2026-07-14 23:31:46.774 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-14 23:31:46.774 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-14 23:31:46.775 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-14 23:31:46.775 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-14 23:31:46.776 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-14 23:31:46.776 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: qos-pps 2026-07-14 23:31:46.777 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-14 23:31:46.777 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-14 23:31:46.778 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: qos-rules-alias 2026-07-14 23:31:46.778 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: quota-check-limit 2026-07-14 23:31:46.780 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: quotas 2026-07-14 23:31:46.782 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: quota_details 2026-07-14 23:31:46.783 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: rbac-policies 2026-07-14 23:31:46.783 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: rbac-address-group 2026-07-14 23:31:46.784 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: rbac-address-scope 2026-07-14 23:31:46.784 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: rbac-security-groups 2026-07-14 23:31:46.784 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-14 23:31:46.785 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: revision-if-match 2026-07-14 23:31:46.785 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-14 23:31:46.786 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: router_availability_zone 2026-07-14 23:31:46.786 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-14 23:31:46.788 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-14 23:31:46.788 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-14 23:31:46.789 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-14 23:31:46.789 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-14 23:31:46.790 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-14 23:31:46.795 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: security-group 2026-07-14 23:31:46.796 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: segment 2026-07-14 23:31:46.797 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-14 23:31:46.797 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: service-type 2026-07-14 23:31:46.798 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: sorting 2026-07-14 23:31:46.798 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: standard-attr-segment 2026-07-14 23:31:46.799 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: standard-attr-description 2026-07-14 23:31:46.799 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: stateful-security-group 2026-07-14 23:31:46.800 1 WARNING neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-07-14 23:31:46.800 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-14 23:31:46.801 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: subnet_onboard 2026-07-14 23:31:46.801 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-14 23:31:46.802 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: subnet-service-types 2026-07-14 23:31:46.802 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: subnet_allocation 2026-07-14 23:31:46.803 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-14 23:31:46.803 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-14 23:31:46.805 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: standard-attr-tag 2026-07-14 23:31:46.806 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-14 23:31:46.806 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: trunk 2026-07-14 23:31:46.807 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: trunk-details 2026-07-14 23:31:46.807 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-14 23:31:46.808 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-14 23:31:46.809 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-14 23:31:46.809 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: vpn-flavors 2026-07-14 23:31:46.810 1 INFO neutron.api.extensions [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Loaded extension: vpnaas 2026-07-14 23:31:46.813 1 INFO oslo_service.service [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Starting 2 workers 2026-07-14 23:31:46.818 1 INFO oslo_service.service [None req-bea54af8-c878-42c8-83b1-fb06c22910f0 - - - - - -] Starting 1 workers 2026-07-14 23:32:31.411 10 INFO neutron.db.l3_hamode_db [None req-cea7960f-bf3c-4cb8-aa75-c27a177c5f0d - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 23:32:42.266 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 906f7bc6-0efc-46e8-892e-20d8a704bf1f 2026-07-14 23:32:42.787 9 INFO neutron.plugins.ml2.plugin [None req-2332a784-690e-4bbe-88f0-2f82c8ff43ea - - - - - -] Attempt 1 to provision port 906f7bc6-0efc-46e8-892e-20d8a704bf1f 2026-07-14 23:32:43.976 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 906f7bc6-0efc-46e8-892e-20d8a704bf1f 2026-07-14 23:37:03.798 9 INFO neutron.plugins.ml2.plugin [None req-537eeab2-1d10-4117-b593-cda6da05ca00 - - - - - -] Attempt 1 to provision port 1d22f67c-8edd-4acd-b7e9-42ee2dd0f51a 2026-07-14 23:37:04.207 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 1d22f67c-8edd-4acd-b7e9-42ee2dd0f51a 2026-07-14 23:37:06.180 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 1d22f67c-8edd-4acd-b7e9-42ee2dd0f51a 2026-07-14 23:37:11.496 9 INFO neutron.plugins.ml2.plugin [None req-bf644188-2189-4289-80ab-2b9ab3e0a254 - - - - - -] Attempt 1 to provision port 9a2c2162-2d48-4bb9-891d-24dc3d489e3b 2026-07-14 23:40:40.449 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 9a2c2162-2d48-4bb9-891d-24dc3d489e3b 2026-07-14 23:40:42.339 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 9a2c2162-2d48-4bb9-891d-24dc3d489e3b 2026-07-14 23:49:08.701 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 25f86914-a079-4722-a250-94123a91cfd5 2026-07-14 23:49:10.679 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 25f86914-a079-4722-a250-94123a91cfd5 2026-07-15 00:06:28.718 9 INFO neutron.plugins.ml2.plugin [None req-8bb1199c-0276-485f-b291-7f6dd5943dd1 - - - - - -] Attempt 1 to provision port d470c865-294d-41d5-98fd-b4cda3eb2f62 2026-07-15 00:06:29.570 10 INFO neutron.plugins.ml2.plugin [None req-11026206-9bb6-439c-888f-992bb4ebb977 - - - - - -] Attempt 1 to provision port 5508af28-73b4-4d18-b1f7-df6f447ac053 2026-07-15 00:06:29.669 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port b2fb6f41-48b5-4e77-84fe-5d6b822662a3 2026-07-15 00:06:30.262 10 INFO neutron.plugins.ml2.plugin [None req-3322d8c5-c775-4b61-80dc-10a1ff44ed4c - - - - - -] Attempt 1 to provision port b2fb6f41-48b5-4e77-84fe-5d6b822662a3 2026-07-15 00:06:30.479 9 INFO neutron.plugins.ml2.plugin [None req-e6871d98-e7f8-4d98-896a-29230d36d466 - - - - - -] Attempt 1 to provision port c0342d9c-13bf-4406-a4be-82d093b369d4 2026-07-15 00:06:30.641 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 6a6e25f6-cd5d-4ab3-b0de-0b85e798c389 2026-07-15 00:06:31.098 9 INFO neutron.plugins.ml2.plugin [None req-0cf99785-8d0d-4047-81f3-4e9e22a579b9 - - - - - -] Attempt 1 to provision port 6a6e25f6-cd5d-4ab3-b0de-0b85e798c389 2026-07-15 00:06:31.551 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port c0342d9c-13bf-4406-a4be-82d093b369d4 2026-07-15 00:06:31.875 10 INFO neutron.plugins.ml2.plugin [None req-5d5c3afa-a30b-4658-8c18-7573374590e8 - - - - - -] Attempt 1 to provision port f418e84e-6f43-47ee-8b01-c4b16c1c006d 2026-07-15 00:06:32.029 10 INFO neutron.plugins.ml2.plugin [None req-5f720812-2bdd-40da-ba4b-edb858022fa1 - - - - - -] Attempt 1 to provision port 3ed767d8-70e9-46e5-9e79-90bd1ffc7f0f 2026-07-15 00:06:32.064 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port b2fb6f41-48b5-4e77-84fe-5d6b822662a3 2026-07-15 00:06:32.398 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 6a6e25f6-cd5d-4ab3-b0de-0b85e798c389 2026-07-15 00:06:32.598 10 INFO neutron.plugins.ml2.plugin [None req-8690a5d8-8646-4a64-8051-2b867ce85914 - - - - - -] Attempt 1 to provision port 3ed767d8-70e9-46e5-9e79-90bd1ffc7f0f 2026-07-15 00:06:32.851 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port c0342d9c-13bf-4406-a4be-82d093b369d4 2026-07-15 00:06:33.458 10 INFO neutron.plugins.ml2.plugin [None req-1e5b43d3-d151-43fd-bf3e-d393c2f76bd5 - - - - - -] Attempt 1 to provision port 54b4eef3-8fb6-4042-b504-1ba2d775abb2 2026-07-15 00:06:34.127 9 INFO neutron.plugins.ml2.plugin [None req-8c96d99d-a0f8-4c4f-8a29-71fee5cda294 - - - - - -] Attempt 1 to provision port a57aca49-2962-4d7e-b167-2e89c24c8a24 2026-07-15 00:06:34.316 10 INFO neutron.plugins.ml2.plugin [None req-a2985e32-dfdf-4eed-9691-ef1dc0087340 - - - - - -] Attempt 1 to provision port 54b4eef3-8fb6-4042-b504-1ba2d775abb2 2026-07-15 00:06:34.775 10 INFO neutron.plugins.ml2.plugin [None req-060fa998-3bb1-4ca9-9445-c64377c46d43 - - - - - -] Attempt 1 to provision port a57aca49-2962-4d7e-b167-2e89c24c8a24 2026-07-15 00:06:40.474 9 INFO neutron.plugins.ml2.plugin [None req-c668f4c0-31aa-4473-a06b-90baf5648e87 - - - - - -] Attempt 1 to provision port ec75b56e-ad1a-4af5-b476-6638ecffc5cf 2026-07-15 00:06:42.161 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port a1f2457f-455c-4c6e-9f2b-e17138fc5675 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-15 00:06:44.077 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port a1f2457f-455c-4c6e-9f2b-e17138fc5675 2026-07-15 00:06:46.431 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port ec75b56e-ad1a-4af5-b476-6638ecffc5cf 2026-07-15 00:06:47.110 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-2722f923-d4c4-431c-936b-7991d09b8d85'] response: {'server_uuid': '63ed2b77-0fab-4903-8241-25cc4a7fcf5f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ec75b56e-ad1a-4af5-b476-6638ecffc5cf', 'code': 200} 2026-07-15 00:06:47.618 9 INFO neutron.plugins.ml2.plugin [None req-7dc98205-6297-4d4c-8a9f-cd5d969606ab - - - - - -] Attempt 1 to provision port 4a2fe0f9-1130-409a-9180-003881f361fe 2026-07-15 00:06:47.863 10 INFO neutron.plugins.ml2.plugin [None req-7f993a24-ef09-4ae5-bdab-89109ce4a063 - - - - - -] Attempt 1 to provision port d3b9dbb0-7ee4-4e06-8890-4f5d82adb411 2026-07-15 00:06:48.116 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port d3b9dbb0-7ee4-4e06-8890-4f5d82adb411 2026-07-15 00:06:48.518 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port ec75b56e-ad1a-4af5-b476-6638ecffc5cf 2026-07-15 00:06:50.077 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port d3b9dbb0-7ee4-4e06-8890-4f5d82adb411 2026-07-15 00:06:50.088 9 INFO neutron.plugins.ml2.plugin [None req-740baa7b-2848-4ca6-87dd-042abef9a773 - - - - - -] Attempt 1 to provision port 8283b850-abec-415d-9fef-d15202a1bf55 2026-07-15 00:06:50.842 10 INFO neutron.plugins.ml2.plugin [None req-64615b34-6968-4921-8037-6c54169e8af9 - - - - - -] Attempt 1 to provision port 8283b850-abec-415d-9fef-d15202a1bf55 2026-07-15 00:06:52.286 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 4d506fe5-af0f-4f1d-a327-527d335fe239 2026-07-15 00:06:54.080 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 4d506fe5-af0f-4f1d-a327-527d335fe239 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-15 00:06:56.352 10 INFO neutron.plugins.ml2.plugin [None req-3367fdd9-5619-412d-8587-5b90b2112e7f - - - - - -] Attempt 1 to provision port dd651b8b-124d-4524-99c3-f01ce73ee14c 2026-07-15 00:06:58.132 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port dd651b8b-124d-4524-99c3-f01ce73ee14c 2026-07-15 00:06:58.261 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e4aa730-87e6-4b02-b092-0b147fbc3652'] response: {'server_uuid': 'e11f7d13-529d-4764-b129-2a38be1c1f41', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'dd651b8b-124d-4524-99c3-f01ce73ee14c', 'code': 200} 2026-07-15 00:07:00.076 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port dd651b8b-124d-4524-99c3-f01ce73ee14c 2026-07-15 00:07:04.366 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port bdbc9e05-545d-4e3a-ab73-fcadb35d38d6 2026-07-15 00:07:10.373 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port c7ddc1ff-1389-42eb-97d3-b4bef6c24c5d 2026-07-15 00:07:11.084 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 9dd8d370-19dc-488c-bfb2-767cc0f35ee8 2026-07-15 00:07:11.116 9 INFO neutron.plugins.ml2.plugin [None req-5d4f8b53-1832-428e-9d49-f2da9ef5c53e - - - - - -] Attempt 1 to provision port 9dd8d370-19dc-488c-bfb2-767cc0f35ee8 2026-07-15 00:07:11.943 9 INFO neutron.plugins.ml2.plugin [None req-8fa3540b-c2f7-42b3-9ed2-5407519d3cb5 - - - - - -] Attempt 1 to provision port c7ddc1ff-1389-42eb-97d3-b4bef6c24c5d 2026-07-15 00:07:12.134 9 INFO neutron.plugins.ml2.plugin [None req-ff5f9c28-6024-482f-a9bd-7ac685817449 - - - - - -] Attempt 1 to provision port c80cebd5-a1ee-4828-a58f-4c2c99541b22 2026-07-15 00:07:12.201 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 8283b850-abec-415d-9fef-d15202a1bf55 2026-07-15 00:07:12.644 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port c7ddc1ff-1389-42eb-97d3-b4bef6c24c5d 2026-07-15 00:07:12.678 9 INFO neutron.plugins.ml2.plugin [None req-cc085e5e-b2ac-4748-8252-692389c18db9 - - - - - -] Attempt 1 to provision port 4a9e0814-7308-48c5-a39a-751a5c7777ab 2026-07-15 00:07:12.957 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 4a9e0814-7308-48c5-a39a-751a5c7777ab 2026-07-15 00:07:13.077 10 INFO neutron.plugins.ml2.plugin [None req-094d8bf6-701d-440a-bde9-cc2f507b578a - - - - - -] Attempt 1 to provision port c80cebd5-a1ee-4828-a58f-4c2c99541b22 2026-07-15 00:07:13.468 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 4a2fe0f9-1130-409a-9180-003881f361fe 2026-07-15 00:07:13.788 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 9dd8d370-19dc-488c-bfb2-767cc0f35ee8 2026-07-15 00:07:13.827 9 INFO neutron.plugins.ml2.plugin [None req-ff5674af-8da5-403b-a64c-ac012e188373 - - - - - -] Attempt 1 to provision port 1627d413-f1bf-4d42-8d61-bf043a39eaeb 2026-07-15 00:07:14.192 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 4a2fe0f9-1130-409a-9180-003881f361fe 2026-07-15 00:07:14.296 10 INFO neutron.plugins.ml2.plugin [None req-cc6b375b-056d-40d8-8a91-aadbcbda5f0e - - - - - -] Attempt 1 to provision port 1627d413-f1bf-4d42-8d61-bf043a39eaeb 2026-07-15 00:07:14.469 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 8283b850-abec-415d-9fef-d15202a1bf55 2026-07-15 00:07:14.731 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 4a9e0814-7308-48c5-a39a-751a5c7777ab 2026-07-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server [None req-2f4bf8f4-67c7-45cf-ba08-bd743b0bf339 - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 65cd11ed-3c4e-4dda-9ecd-5300828c3662: This subnet is being modified by another concurrent operation. 2026-07-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server raise self.value 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server raise self.value 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server raise self.value 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-07-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py", line 728, in inner 2026-07-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server raise self.value 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server raise self.value 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server raise self.value 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-07-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1589, in create_port 2026-07-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-07-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1554, in _create_port_db 2026-07-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-07-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1568, in create_port_db 2026-07-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1001, in wrapper 2026-07-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-07-15 00:07:16.706 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-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server raise exception 2026-07-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 65cd11ed-3c4e-4dda-9ecd-5300828c3662: This subnet is being modified by another concurrent operation. 2026-07-15 00:07:16.706 10 ERROR oslo_messaging.rpc.server  2026-07-15 00:07:19.266 9 INFO neutron.plugins.ml2.plugin [None req-b67bee8a-16c2-4c6f-a431-c4371e0bef90 - - - - - -] Attempt 1 to provision port dd651b8b-124d-4524-99c3-f01ce73ee14c 2026-07-15 00:07:20.158 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port dd651b8b-124d-4524-99c3-f01ce73ee14c 2026-07-15 00:07:22.294 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 9918e3c4-9029-4f16-8075-a2cb49c248ff 2026-07-15 00:07:22.383 9 INFO neutron.plugins.ml2.plugin [None req-0e3c8112-16f1-468e-a519-4d9c6653d1a0 - - - - - -] Attempt 1 to provision port 9918e3c4-9029-4f16-8075-a2cb49c248ff 2026-07-15 00:07:23.079 9 INFO neutron.plugins.ml2.plugin [None req-ca346750-cdf7-4e87-ad63-bcfe6f6fa2c1 - - - - - -] Attempt 1 to provision port 0d68cba3-e393-4b0a-ae49-fca7dd0ccce5 2026-07-15 00:07:23.834 9 INFO neutron.plugins.ml2.plugin [None req-ec7ceae8-eb7c-4e33-b407-549f5af442d6 - - - - - -] Attempt 1 to provision port 0d68cba3-e393-4b0a-ae49-fca7dd0ccce5 2026-07-15 00:07:24.162 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 9918e3c4-9029-4f16-8075-a2cb49c248ff 2026-07-15 00:07:26.003 9 INFO neutron.plugins.ml2.plugin [None req-8ec29428-fd41-4c6a-8fff-54ecefe0812f - - - - - -] Attempt 1 to provision port 3f474037-85da-4158-9964-32b1ba0e03b3 2026-07-15 00:07:26.334 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 3f474037-85da-4158-9964-32b1ba0e03b3 2026-07-15 00:07:26.604 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port e1d0e5b2-5cf4-4e2b-adcd-11f5379d2722 2026-07-15 00:07:27.000 9 INFO neutron.plugins.ml2.plugin [None req-6689faea-9919-4c85-b9c3-4e4b95c111f9 - - - - - -] Attempt 1 to provision port dd651b8b-124d-4524-99c3-f01ce73ee14c 2026-07-15 00:07:27.465 10 INFO neutron.plugins.ml2.plugin [None req-ff8a661e-f8f6-4799-91cb-9ad94e0a7751 - - - - - -] Attempt 1 to provision port e1d0e5b2-5cf4-4e2b-adcd-11f5379d2722 2026-07-15 00:07:28.338 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port dd651b8b-124d-4524-99c3-f01ce73ee14c 2026-07-15 00:07:30.420 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port f31be827-5452-45f6-8c40-6659f2a66b05 2026-07-15 00:07:31.286 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port af10787d-ceed-45fe-9bf8-9fd1f6628776 2026-07-15 00:07:31.566 10 INFO neutron.plugins.ml2.plugin [None req-fab61c79-2f80-4ae9-bafd-05b6d4e88f4f - - - - - -] Attempt 1 to provision port af10787d-ceed-45fe-9bf8-9fd1f6628776 2026-07-15 00:07:32.051 9 INFO neutron.plugins.ml2.plugin [None req-2dde024c-c731-4670-a56a-2bb5b7c4b77d - - - - - -] Attempt 1 to provision port 03d628a9-89f6-495f-aa51-08f1440f6bc8 2026-07-15 00:07:32.534 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port af10787d-ceed-45fe-9bf8-9fd1f6628776 2026-07-15 00:07:32.598 10 INFO neutron.plugins.ml2.plugin [None req-101f2723-3ecd-42e5-b24d-05cabd626d0e - - - - - -] Attempt 1 to provision port 03d628a9-89f6-495f-aa51-08f1440f6bc8 2026-07-15 00:07:37.284 10 INFO neutron.plugins.ml2.plugin [None req-5cc658a0-6bcf-4d03-a25d-31d04a982b49 - - - - - -] Attempt 1 to provision port 2e1297d1-c92b-4332-a5c0-a5be1829507f 2026-07-15 00:07:42.077 10 INFO neutron.plugins.ml2.plugin [None req-c2c56745-edd6-413a-bcc5-415d17f4e8e8 - - - - - -] Attempt 1 to provision port 1a5649f1-a1b6-41f7-8902-241b92f77b41 2026-07-15 00:07:42.557 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 36a48116-d9d9-4927-beac-59d6c73a52cf 2026-07-15 00:07:42.830 9 INFO neutron.plugins.ml2.plugin [None req-604f11e0-7dc6-470b-879a-548bd15b738a - - - - - -] Attempt 1 to provision port 36a48116-d9d9-4927-beac-59d6c73a52cf 2026-07-15 00:07:44.463 10 INFO neutron.plugins.ml2.plugin [None req-2e301517-aa93-4b2f-bf85-f9f65ea6154c - - - - - -] Attempt 1 to provision port 2ea1731d-15b8-4758-94fd-6c687e554ede 2026-07-15 00:07:44.484 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 36a48116-d9d9-4927-beac-59d6c73a52cf 2026-07-15 00:07:45.079 10 INFO neutron.plugins.ml2.plugin [None req-6574f5ed-1740-4d91-afb4-06aba368fdad - - - - - -] Attempt 1 to provision port 2ea1731d-15b8-4758-94fd-6c687e554ede 2026-07-15 00:07:46.514 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port d4babeb4-323e-45ee-b32a-7c17dc030cbb 2026-07-15 00:07:48.586 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 0dc08d4d-5596-4cad-bffc-62d246ddc469 2026-07-15 00:07:48.957 10 INFO neutron.plugins.ml2.plugin [None req-797c99e8-8681-4ddb-8d7c-7ef015e64720 - - - - - -] Attempt 1 to provision port 4220d320-b536-4395-8823-bcb84629b6a6 2026-07-15 00:07:49.217 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port d4babeb4-323e-45ee-b32a-7c17dc030cbb 2026-07-15 00:07:49.431 10 INFO neutron.plugins.ml2.plugin [None req-1ea4350a-ea31-40dc-a70f-4e0accdd38f8 - - - - - -] Attempt 1 to provision port 0dc08d4d-5596-4cad-bffc-62d246ddc469 2026-07-15 00:07:50.573 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 0dc08d4d-5596-4cad-bffc-62d246ddc469 2026-07-15 00:07:51.372 9 INFO neutron.plugins.ml2.plugin [None req-5b0c8117-30f5-48c1-abf6-cb261953f3ba - - - - - -] Attempt 1 to provision port edc54dc7-55b1-4ec6-a33c-2518dad45a33 2026-07-15 00:07:52.021 9 INFO neutron.plugins.ml2.plugin [None req-12776c52-be9a-430f-ae44-a32dbb57d8d3 - - - - - -] Attempt 1 to provision port edc54dc7-55b1-4ec6-a33c-2518dad45a33 2026-07-15 00:07:52.507 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 23d853de-7c12-44f4-a814-03673469d4d3 2026-07-15 00:07:54.608 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 23d853de-7c12-44f4-a814-03673469d4d3 2026-07-15 00:07:56.031 9 INFO neutron.plugins.ml2.plugin [None req-3b0a1112-b6c6-4bd6-9964-0c0db813d502 - - - - - -] Attempt 1 to provision port 04a4febe-08da-4bbc-95d7-e861b5ae89aa 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet a37e228b-d0dc-4121-bbed-141b86daf5e1 could not be found. 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet a37e228b-d0dc-4121-bbed-141b86daf5e1 could not be found. 2026-07-15 00:07:57.087 10 ERROR neutron.plugins.ml2.managers  2026-07-15 00:07:57.089 10 ERROR neutron.plugins.ml2.managers [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Failed to bind port 083d4c4f-053e-47f8-a7bc-59a3649cbd77 on host instance for vnic_type normal using segments [{'id': 'f1cc69b9-3001-41cb-8c20-78066b2e7a55', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 261, 'network_id': 'd84ba5ca-6430-4f55-9a29-f67219510cc5'}] 2026-07-15 00:07:57.090 10 INFO neutron.plugins.ml2.plugin [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Attempt 2 to bind port 083d4c4f-053e-47f8-a7bc-59a3649cbd77 2026-07-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet a37e228b-d0dc-4121-bbed-141b86daf5e1 could not be found. 2026-07-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:07:57.110 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-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:07:57.110 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-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:07:57.110 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-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:07:57.110 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-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:07:57.110 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-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:57.110 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-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.110 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-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.110 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-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:57.110 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-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:07:57.110 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-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.110 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-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.110 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-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:57.110 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-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:57.110 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-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.110 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-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.110 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-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:07:57.110 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-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet a37e228b-d0dc-4121-bbed-141b86daf5e1 could not be found. 2026-07-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers  2026-07-15 00:07:57.110 10 ERROR neutron.plugins.ml2.managers [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Failed to bind port 083d4c4f-053e-47f8-a7bc-59a3649cbd77 on host instance for vnic_type normal using segments [{'id': 'f1cc69b9-3001-41cb-8c20-78066b2e7a55', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 261, 'network_id': 'd84ba5ca-6430-4f55-9a29-f67219510cc5'}] 2026-07-15 00:07:57.110 10 INFO neutron.plugins.ml2.plugin [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Attempt 3 to bind port 083d4c4f-053e-47f8-a7bc-59a3649cbd77 2026-07-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet a37e228b-d0dc-4121-bbed-141b86daf5e1 could not be found. 2026-07-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:07:57.131 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-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:07:57.131 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-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:07:57.131 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-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:07:57.131 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-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:07:57.131 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-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:57.131 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-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.131 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-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.131 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-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:57.131 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-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:07:57.131 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-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.131 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-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.131 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-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:57.131 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-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:57.131 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-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.131 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-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.131 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-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:07:57.131 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-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet a37e228b-d0dc-4121-bbed-141b86daf5e1 could not be found. 2026-07-15 00:07:57.131 10 ERROR neutron.plugins.ml2.managers  2026-07-15 00:07:57.132 10 ERROR neutron.plugins.ml2.managers [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Failed to bind port 083d4c4f-053e-47f8-a7bc-59a3649cbd77 on host instance for vnic_type normal using segments [{'id': 'f1cc69b9-3001-41cb-8c20-78066b2e7a55', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 261, 'network_id': 'd84ba5ca-6430-4f55-9a29-f67219510cc5'}] 2026-07-15 00:07:57.132 10 INFO neutron.plugins.ml2.plugin [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Attempt 4 to bind port 083d4c4f-053e-47f8-a7bc-59a3649cbd77 2026-07-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet a37e228b-d0dc-4121-bbed-141b86daf5e1 could not be found. 2026-07-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:07:57.152 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-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:07:57.152 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-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:07:57.152 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-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:07:57.152 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-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:07:57.152 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-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:57.152 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-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.152 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-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.152 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-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:57.152 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-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:07:57.152 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-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.152 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-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.152 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-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:57.152 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-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:57.152 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-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.152 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-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.152 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-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:07:57.152 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-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet a37e228b-d0dc-4121-bbed-141b86daf5e1 could not be found. 2026-07-15 00:07:57.152 10 ERROR neutron.plugins.ml2.managers  2026-07-15 00:07:57.153 10 ERROR neutron.plugins.ml2.managers [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Failed to bind port 083d4c4f-053e-47f8-a7bc-59a3649cbd77 on host instance for vnic_type normal using segments [{'id': 'f1cc69b9-3001-41cb-8c20-78066b2e7a55', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 261, 'network_id': 'd84ba5ca-6430-4f55-9a29-f67219510cc5'}] 2026-07-15 00:07:57.153 10 INFO neutron.plugins.ml2.plugin [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Attempt 5 to bind port 083d4c4f-053e-47f8-a7bc-59a3649cbd77 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet a37e228b-d0dc-4121-bbed-141b86daf5e1 could not be found. 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet a37e228b-d0dc-4121-bbed-141b86daf5e1 could not be found. 2026-07-15 00:07:57.177 10 ERROR neutron.plugins.ml2.managers  2026-07-15 00:07:57.178 10 ERROR neutron.plugins.ml2.managers [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Failed to bind port 083d4c4f-053e-47f8-a7bc-59a3649cbd77 on host instance for vnic_type normal using segments [{'id': 'f1cc69b9-3001-41cb-8c20-78066b2e7a55', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 261, 'network_id': 'd84ba5ca-6430-4f55-9a29-f67219510cc5'}] 2026-07-15 00:07:57.178 10 INFO neutron.plugins.ml2.plugin [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Attempt 6 to bind port 083d4c4f-053e-47f8-a7bc-59a3649cbd77 2026-07-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet a37e228b-d0dc-4121-bbed-141b86daf5e1 could not be found. 2026-07-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:07:57.204 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-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:07:57.204 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-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:07:57.204 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-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:07:57.204 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-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:07:57.204 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-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:57.204 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-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.204 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-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.204 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-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:57.204 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-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:07:57.204 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-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.204 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-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.204 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-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:57.204 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-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:57.204 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-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.204 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-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.204 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-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:07:57.204 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-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet a37e228b-d0dc-4121-bbed-141b86daf5e1 could not be found. 2026-07-15 00:07:57.204 10 ERROR neutron.plugins.ml2.managers  2026-07-15 00:07:57.206 10 ERROR neutron.plugins.ml2.managers [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Failed to bind port 083d4c4f-053e-47f8-a7bc-59a3649cbd77 on host instance for vnic_type normal using segments [{'id': 'f1cc69b9-3001-41cb-8c20-78066b2e7a55', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 261, 'network_id': 'd84ba5ca-6430-4f55-9a29-f67219510cc5'}] 2026-07-15 00:07:57.207 10 INFO neutron.plugins.ml2.plugin [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Attempt 7 to bind port 083d4c4f-053e-47f8-a7bc-59a3649cbd77 2026-07-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet a37e228b-d0dc-4121-bbed-141b86daf5e1 could not be found. 2026-07-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:07:57.250 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-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:07:57.250 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-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:07:57.250 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-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:07:57.250 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-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:07:57.250 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-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:57.250 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-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.250 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-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.250 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-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:57.250 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-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:07:57.250 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-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.250 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-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.250 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-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:57.250 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-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:57.250 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-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.250 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-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.250 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-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:07:57.250 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-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet a37e228b-d0dc-4121-bbed-141b86daf5e1 could not be found. 2026-07-15 00:07:57.250 10 ERROR neutron.plugins.ml2.managers  2026-07-15 00:07:57.251 10 ERROR neutron.plugins.ml2.managers [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Failed to bind port 083d4c4f-053e-47f8-a7bc-59a3649cbd77 on host instance for vnic_type normal using segments [{'id': 'f1cc69b9-3001-41cb-8c20-78066b2e7a55', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 261, 'network_id': 'd84ba5ca-6430-4f55-9a29-f67219510cc5'}] 2026-07-15 00:07:57.252 10 INFO neutron.plugins.ml2.plugin [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Attempt 8 to bind port 083d4c4f-053e-47f8-a7bc-59a3649cbd77 2026-07-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet a37e228b-d0dc-4121-bbed-141b86daf5e1 could not be found. 2026-07-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:07:57.280 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-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:07:57.280 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-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:07:57.280 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-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:07:57.280 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-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:07:57.280 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-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:57.280 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-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.280 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-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.280 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-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:57.280 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-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:07:57.280 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-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.280 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-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.280 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-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:57.280 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-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:57.280 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-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.280 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-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.280 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-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:07:57.280 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-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet a37e228b-d0dc-4121-bbed-141b86daf5e1 could not be found. 2026-07-15 00:07:57.280 10 ERROR neutron.plugins.ml2.managers  2026-07-15 00:07:57.281 10 ERROR neutron.plugins.ml2.managers [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Failed to bind port 083d4c4f-053e-47f8-a7bc-59a3649cbd77 on host instance for vnic_type normal using segments [{'id': 'f1cc69b9-3001-41cb-8c20-78066b2e7a55', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 261, 'network_id': 'd84ba5ca-6430-4f55-9a29-f67219510cc5'}] 2026-07-15 00:07:57.281 10 INFO neutron.plugins.ml2.plugin [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Attempt 9 to bind port 083d4c4f-053e-47f8-a7bc-59a3649cbd77 2026-07-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet a37e228b-d0dc-4121-bbed-141b86daf5e1 could not be found. 2026-07-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:07:57.318 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-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:07:57.318 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-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:07:57.318 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-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:07:57.318 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-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:07:57.318 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-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:57.318 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-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.318 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-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.318 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-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:57.318 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-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:07:57.318 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-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.318 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-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.318 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-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:57.318 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-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:57.318 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-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.318 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-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.318 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-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:07:57.318 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-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet a37e228b-d0dc-4121-bbed-141b86daf5e1 could not be found. 2026-07-15 00:07:57.318 10 ERROR neutron.plugins.ml2.managers  2026-07-15 00:07:57.319 10 ERROR neutron.plugins.ml2.managers [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Failed to bind port 083d4c4f-053e-47f8-a7bc-59a3649cbd77 on host instance for vnic_type normal using segments [{'id': 'f1cc69b9-3001-41cb-8c20-78066b2e7a55', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 261, 'network_id': 'd84ba5ca-6430-4f55-9a29-f67219510cc5'}] 2026-07-15 00:07:57.319 10 INFO neutron.plugins.ml2.plugin [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Attempt 10 to bind port 083d4c4f-053e-47f8-a7bc-59a3649cbd77 2026-07-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet a37e228b-d0dc-4121-bbed-141b86daf5e1 could not be found. 2026-07-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:07:57.345 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-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:07:57.345 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-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:07:57.345 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-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:07:57.345 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-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:07:57.345 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-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:57.345 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-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.345 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-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.345 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-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:57.345 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-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:07:57.345 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-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.345 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-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.345 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-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:57.345 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-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:57.345 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-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:57.345 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-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:57.345 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-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:07:57.345 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-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet a37e228b-d0dc-4121-bbed-141b86daf5e1 could not be found. 2026-07-15 00:07:57.345 10 ERROR neutron.plugins.ml2.managers  2026-07-15 00:07:57.346 10 ERROR neutron.plugins.ml2.managers [None req-17d80846-cdb0-4110-bcb9-e7a33709556d - - - - - -] Failed to bind port 083d4c4f-053e-47f8-a7bc-59a3649cbd77 on host instance for vnic_type normal using segments [{'id': 'f1cc69b9-3001-41cb-8c20-78066b2e7a55', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 261, 'network_id': 'd84ba5ca-6430-4f55-9a29-f67219510cc5'}] 2026-07-15 00:07:57.493 9 INFO neutron.plugins.ml2.plugin [None req-9f2b6eb2-4aa4-4986-a603-2ed854e375b7 - - - - - -] Attempt 1 to provision port b25b07e4-a61b-4227-ad91-cad832505cf1 2026-07-15 00:07:58.585 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 04a4febe-08da-4bbc-95d7-e861b5ae89aa 2026-07-15 00:07:58.770 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f9ac917-bed4-4826-a45d-f41df575c566'] response: {'server_uuid': 'fab89e1f-b778-481f-87d7-33c3cc334637', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '04a4febe-08da-4bbc-95d7-e861b5ae89aa', 'code': 200} 2026-07-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 50d738a3-183a-4ede-82a1-79545c0643e1 could not be found. 2026-07-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:07:59.531 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-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:07:59.531 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-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:07:59.531 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-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:07:59.531 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-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:07:59.531 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-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:59.531 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-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.531 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-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.531 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-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:59.531 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-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:07:59.531 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-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.531 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-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.531 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-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:59.531 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-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:59.531 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-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.531 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-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.531 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-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:07:59.531 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-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 50d738a3-183a-4ede-82a1-79545c0643e1 could not be found. 2026-07-15 00:07:59.531 10 ERROR neutron.plugins.ml2.managers  2026-07-15 00:07:59.532 10 ERROR neutron.plugins.ml2.managers [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Failed to bind port 84587d04-4e3a-4730-9238-5a183da00315 on host instance for vnic_type normal using segments [{'id': '3ac78871-e23d-4e8c-a010-8f4c27652353', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 464, 'network_id': 'b8a0fdea-73e0-4976-aef0-1337262bc402'}] 2026-07-15 00:07:59.532 10 INFO neutron.plugins.ml2.plugin [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Attempt 2 to bind port 84587d04-4e3a-4730-9238-5a183da00315 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 50d738a3-183a-4ede-82a1-79545c0643e1 could not be found. 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 50d738a3-183a-4ede-82a1-79545c0643e1 could not be found. 2026-07-15 00:07:59.555 10 ERROR neutron.plugins.ml2.managers  2026-07-15 00:07:59.556 10 ERROR neutron.plugins.ml2.managers [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Failed to bind port 84587d04-4e3a-4730-9238-5a183da00315 on host instance for vnic_type normal using segments [{'id': '3ac78871-e23d-4e8c-a010-8f4c27652353', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 464, 'network_id': 'b8a0fdea-73e0-4976-aef0-1337262bc402'}] 2026-07-15 00:07:59.556 10 INFO neutron.plugins.ml2.plugin [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Attempt 3 to bind port 84587d04-4e3a-4730-9238-5a183da00315 2026-07-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 50d738a3-183a-4ede-82a1-79545c0643e1 could not be found. 2026-07-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:07:59.576 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-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:07:59.576 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-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:07:59.576 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-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:07:59.576 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-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:07:59.576 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-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:59.576 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-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.576 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-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.576 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-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:59.576 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-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:07:59.576 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-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.576 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-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.576 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-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:59.576 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-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:59.576 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-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.576 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-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.576 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-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:07:59.576 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-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 50d738a3-183a-4ede-82a1-79545c0643e1 could not be found. 2026-07-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers  2026-07-15 00:07:59.576 10 ERROR neutron.plugins.ml2.managers [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Failed to bind port 84587d04-4e3a-4730-9238-5a183da00315 on host instance for vnic_type normal using segments [{'id': '3ac78871-e23d-4e8c-a010-8f4c27652353', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 464, 'network_id': 'b8a0fdea-73e0-4976-aef0-1337262bc402'}] 2026-07-15 00:07:59.576 10 INFO neutron.plugins.ml2.plugin [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Attempt 4 to bind port 84587d04-4e3a-4730-9238-5a183da00315 2026-07-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 50d738a3-183a-4ede-82a1-79545c0643e1 could not be found. 2026-07-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:07:59.595 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-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:07:59.595 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-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:07:59.595 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-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:07:59.595 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-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:07:59.595 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-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:59.595 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-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.595 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-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.595 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-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:59.595 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-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:07:59.595 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-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.595 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-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.595 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-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:59.595 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-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:59.595 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-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.595 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-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.595 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-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:07:59.595 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-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 50d738a3-183a-4ede-82a1-79545c0643e1 could not be found. 2026-07-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers  2026-07-15 00:07:59.595 10 ERROR neutron.plugins.ml2.managers [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Failed to bind port 84587d04-4e3a-4730-9238-5a183da00315 on host instance for vnic_type normal using segments [{'id': '3ac78871-e23d-4e8c-a010-8f4c27652353', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 464, 'network_id': 'b8a0fdea-73e0-4976-aef0-1337262bc402'}] 2026-07-15 00:07:59.595 10 INFO neutron.plugins.ml2.plugin [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Attempt 5 to bind port 84587d04-4e3a-4730-9238-5a183da00315 2026-07-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 50d738a3-183a-4ede-82a1-79545c0643e1 could not be found. 2026-07-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:07:59.625 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-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:07:59.625 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-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:07:59.625 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-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:07:59.625 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-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:07:59.625 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-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:59.625 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-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.625 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-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.625 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-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:59.625 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-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:07:59.625 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-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.625 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-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.625 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-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:59.625 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-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:59.625 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-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.625 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-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.625 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-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:07:59.625 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-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 50d738a3-183a-4ede-82a1-79545c0643e1 could not be found. 2026-07-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers  2026-07-15 00:07:59.625 10 ERROR neutron.plugins.ml2.managers [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Failed to bind port 84587d04-4e3a-4730-9238-5a183da00315 on host instance for vnic_type normal using segments [{'id': '3ac78871-e23d-4e8c-a010-8f4c27652353', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 464, 'network_id': 'b8a0fdea-73e0-4976-aef0-1337262bc402'}] 2026-07-15 00:07:59.626 10 INFO neutron.plugins.ml2.plugin [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Attempt 6 to bind port 84587d04-4e3a-4730-9238-5a183da00315 2026-07-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 50d738a3-183a-4ede-82a1-79545c0643e1 could not be found. 2026-07-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:07:59.653 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-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:07:59.653 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-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:07:59.653 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-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:07:59.653 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-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:07:59.653 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-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:59.653 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-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.653 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-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.653 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-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:59.653 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-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:07:59.653 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-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.653 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-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.653 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-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:59.653 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-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:59.653 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-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.653 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-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.653 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-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:07:59.653 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-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 50d738a3-183a-4ede-82a1-79545c0643e1 could not be found. 2026-07-15 00:07:59.653 10 ERROR neutron.plugins.ml2.managers  2026-07-15 00:07:59.654 10 ERROR neutron.plugins.ml2.managers [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Failed to bind port 84587d04-4e3a-4730-9238-5a183da00315 on host instance for vnic_type normal using segments [{'id': '3ac78871-e23d-4e8c-a010-8f4c27652353', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 464, 'network_id': 'b8a0fdea-73e0-4976-aef0-1337262bc402'}] 2026-07-15 00:07:59.654 10 INFO neutron.plugins.ml2.plugin [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Attempt 7 to bind port 84587d04-4e3a-4730-9238-5a183da00315 2026-07-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 50d738a3-183a-4ede-82a1-79545c0643e1 could not be found. 2026-07-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:07:59.677 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-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:07:59.677 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-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:07:59.677 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-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:07:59.677 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-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:07:59.677 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-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:59.677 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-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.677 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-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.677 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-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:59.677 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-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:07:59.677 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-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.677 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-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.677 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-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:59.677 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-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:59.677 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-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.677 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-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.677 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-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:07:59.677 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-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 50d738a3-183a-4ede-82a1-79545c0643e1 could not be found. 2026-07-15 00:07:59.677 10 ERROR neutron.plugins.ml2.managers  2026-07-15 00:07:59.678 10 ERROR neutron.plugins.ml2.managers [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Failed to bind port 84587d04-4e3a-4730-9238-5a183da00315 on host instance for vnic_type normal using segments [{'id': '3ac78871-e23d-4e8c-a010-8f4c27652353', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 464, 'network_id': 'b8a0fdea-73e0-4976-aef0-1337262bc402'}] 2026-07-15 00:07:59.678 10 INFO neutron.plugins.ml2.plugin [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Attempt 8 to bind port 84587d04-4e3a-4730-9238-5a183da00315 2026-07-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 50d738a3-183a-4ede-82a1-79545c0643e1 could not be found. 2026-07-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:07:59.701 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-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:07:59.701 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-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:07:59.701 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-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:07:59.701 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-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:07:59.701 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-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:59.701 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-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.701 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-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.701 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-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:59.701 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-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:07:59.701 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-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.701 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-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.701 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-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:59.701 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-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:59.701 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-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.701 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-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.701 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-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:07:59.701 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-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 50d738a3-183a-4ede-82a1-79545c0643e1 could not be found. 2026-07-15 00:07:59.701 10 ERROR neutron.plugins.ml2.managers  2026-07-15 00:07:59.702 10 ERROR neutron.plugins.ml2.managers [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Failed to bind port 84587d04-4e3a-4730-9238-5a183da00315 on host instance for vnic_type normal using segments [{'id': '3ac78871-e23d-4e8c-a010-8f4c27652353', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 464, 'network_id': 'b8a0fdea-73e0-4976-aef0-1337262bc402'}] 2026-07-15 00:07:59.702 10 INFO neutron.plugins.ml2.plugin [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Attempt 9 to bind port 84587d04-4e3a-4730-9238-5a183da00315 2026-07-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 50d738a3-183a-4ede-82a1-79545c0643e1 could not be found. 2026-07-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:07:59.729 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-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:07:59.729 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-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:07:59.729 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-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:07:59.729 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-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:07:59.729 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-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:59.729 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-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.729 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-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.729 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-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:59.729 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-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:07:59.729 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-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.729 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-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.729 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-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:59.729 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-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:59.729 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-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.729 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-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.729 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-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:07:59.729 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-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 50d738a3-183a-4ede-82a1-79545c0643e1 could not be found. 2026-07-15 00:07:59.729 10 ERROR neutron.plugins.ml2.managers  2026-07-15 00:07:59.731 10 ERROR neutron.plugins.ml2.managers [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Failed to bind port 84587d04-4e3a-4730-9238-5a183da00315 on host instance for vnic_type normal using segments [{'id': '3ac78871-e23d-4e8c-a010-8f4c27652353', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 464, 'network_id': 'b8a0fdea-73e0-4976-aef0-1337262bc402'}] 2026-07-15 00:07:59.731 10 INFO neutron.plugins.ml2.plugin [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Attempt 10 to bind port 84587d04-4e3a-4730-9238-5a183da00315 2026-07-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 50d738a3-183a-4ede-82a1-79545c0643e1 could not be found. 2026-07-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:07:59.755 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-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:07:59.755 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-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:07:59.755 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-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:07:59.755 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-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:07:59.755 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-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:59.755 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-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.755 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-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.755 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-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:59.755 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-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:07:59.755 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-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.755 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-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.755 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-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:07:59.755 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-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:07:59.755 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-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:07:59.755 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-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:07:59.755 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-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:07:59.755 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-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 50d738a3-183a-4ede-82a1-79545c0643e1 could not be found. 2026-07-15 00:07:59.755 10 ERROR neutron.plugins.ml2.managers  2026-07-15 00:07:59.756 10 ERROR neutron.plugins.ml2.managers [None req-0c8557d6-7892-4a7f-833d-d5605b876fcf - - - - - -] Failed to bind port 84587d04-4e3a-4730-9238-5a183da00315 on host instance for vnic_type normal using segments [{'id': '3ac78871-e23d-4e8c-a010-8f4c27652353', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 464, 'network_id': 'b8a0fdea-73e0-4976-aef0-1337262bc402'}] 2026-07-15 00:08:00.723 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 04a4febe-08da-4bbc-95d7-e861b5ae89aa 2026-07-15 00:08:01.159 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port b25b07e4-a61b-4227-ad91-cad832505cf1 2026-07-15 00:08:01.340 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e1373da-3201-48aa-a9e5-40c948867bdd'] response: {'server_uuid': 'cc1567ab-0f49-46dd-99e7-fb92ac4a2d40', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b25b07e4-a61b-4227-ad91-cad832505cf1', 'code': 200} 2026-07-15 00:08:02.749 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 1a5649f1-a1b6-41f7-8902-241b92f77b41 2026-07-15 00:08:03.525 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 2ea1731d-15b8-4758-94fd-6c687e554ede 2026-07-15 00:08:04.556 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 1a5649f1-a1b6-41f7-8902-241b92f77b41 2026-07-15 00:08:04.730 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 2ea1731d-15b8-4758-94fd-6c687e554ede 2026-07-15 00:08:08.839 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 4220d320-b536-4395-8823-bcb84629b6a6 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-15 00:08:14.560 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 28bf14e0-84be-43f9-918a-625d4eec1be9 2026-07-15 00:08:14.814 9 INFO neutron.plugins.ml2.plugin [None req-dfc41dc1-e6a2-4cbe-82ad-abeb138333ea - - - - - -] Attempt 1 to provision port 1eab05df-fa06-402f-8a51-182f13154f4c 2026-07-15 00:08:15.683 9 INFO neutron.plugins.ml2.plugin [None req-390a69c1-ba11-4df9-95b4-19603e454622 - - - - - -] Attempt 1 to provision port 28bf14e0-84be-43f9-918a-625d4eec1be9 2026-07-15 00:08:16.527 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 28bf14e0-84be-43f9-918a-625d4eec1be9 2026-07-15 00:08:17.192 10 INFO neutron.plugins.ml2.plugin [None req-0f407a4d-d9ed-4862-8420-c3258e06d73e - - - - - -] Attempt 1 to provision port 3a07e8c1-6709-41f0-85f6-a167f473d7d0 2026-07-15 00:08:17.968 10 INFO neutron.plugins.ml2.plugin [None req-98f9141d-9372-47db-bfbf-6ae7f2326da6 - - - - - -] Attempt 1 to provision port 3a07e8c1-6709-41f0-85f6-a167f473d7d0 2026-07-15 00:08:18.506 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 723f9728-28c0-4c4e-bc93-a473352fe32e 2026-07-15 00:08:20.546 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 723f9728-28c0-4c4e-bc93-a473352fe32e 2026-07-15 00:08:20.936 10 INFO neutron.plugins.ml2.plugin [None req-c690e6a0-eac2-4a90-9777-1f3e58bed38b - - - - - -] Attempt 1 to provision port 368df96b-6fd4-4002-b7e0-e741919e9f9a 2026-07-15 00:08:22.601 10 INFO neutron.plugins.ml2.plugin [None req-cb4cd1d5-427d-45d5-9d81-5b426c048e6b - - - - - -] Attempt 1 to provision port 455f7e40-adf1-40ff-9819-40bf63aa8a8f 2026-07-15 00:08:24.606 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 455f7e40-adf1-40ff-9819-40bf63aa8a8f 2026-07-15 00:08:24.797 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-f4b73fc8-edf8-4b63-9c60-2110e1078440'] response: {'server_uuid': '8251290f-59d1-4875-82a7-5e57dcd52980', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '455f7e40-adf1-40ff-9819-40bf63aa8a8f', 'code': 200} 2026-07-15 00:08:26.086 10 INFO neutron.plugins.ml2.plugin [None req-501f4a04-e121-4670-bd29-c7561f141ccd - - - - - -] Attempt 1 to provision port 474f1ec7-23d5-4433-9e3e-ad3405ab0b09 2026-07-15 00:08:26.358 10 INFO neutron.plugins.ml2.plugin [None req-501f4a04-e121-4670-bd29-c7561f141ccd - - - - - -] Attempt 1 to provision port 8c7540df-9e1c-4139-b898-57e039d278d7 2026-07-15 00:08:26.607 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 474f1ec7-23d5-4433-9e3e-ad3405ab0b09 2026-07-15 00:08:26.856 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 455f7e40-adf1-40ff-9819-40bf63aa8a8f 2026-07-15 00:08:27.229 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 2117f934-b616-4d82-8158-c66c3e55b4b9 2026-07-15 00:08:27.709 9 INFO neutron.plugins.ml2.plugin [None req-b08c1e95-70cc-4aba-97a4-dc65078ada4b - - - - - -] Attempt 1 to provision port 8c7540df-9e1c-4139-b898-57e039d278d7 2026-07-15 00:08:28.060 9 INFO neutron.plugins.ml2.plugin [None req-d50c9dc5-2883-459a-ab22-8b645f3c49e1 - - - - - -] Attempt 1 to provision port 8c7540df-9e1c-4139-b898-57e039d278d7 2026-07-15 00:08:28.609 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 2117f934-b616-4d82-8158-c66c3e55b4b9 2026-07-15 00:08:29.918 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-bb16aaef-cfb1-460d-b00b-d41d278e31e0'] response: {'server_uuid': '8251290f-59d1-4875-82a7-5e57dcd52980', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '455f7e40-adf1-40ff-9819-40bf63aa8a8f', 'code': 200} 2026-07-15 00:08:31.959 10 INFO neutron.plugins.ml2.plugin [None req-2d97ae19-c11c-448e-8689-33282840cf79 - - - - - -] Attempt 1 to provision port 0e96243c-52e6-4544-ba10-a3ec1fd93fb7 2026-07-15 00:08:34.761 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 0e96243c-52e6-4544-ba10-a3ec1fd93fb7 2026-07-15 00:08:35.003 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-ffe72080-5550-4531-8087-27067de80acf'] response: {'server_uuid': '2dc7839a-af38-4964-a693-70c5479878f6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0e96243c-52e6-4544-ba10-a3ec1fd93fb7', 'code': 200} 2026-07-15 00:08:36.375 10 INFO neutron.plugins.ml2.plugin [None req-b1756bae-f368-4b91-8137-a206693bedad - - - - - -] Attempt 1 to provision port c9450100-6995-4979-b461-c84c180bf59f 2026-07-15 00:08:36.720 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port c9450100-6995-4979-b461-c84c180bf59f 2026-07-15 00:08:37.128 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 0e96243c-52e6-4544-ba10-a3ec1fd93fb7 2026-07-15 00:08:37.516 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 88bf7384-956c-4149-b30d-f97073f37df9 2026-07-15 00:08:37.739 9 INFO neutron.plugins.ml2.plugin [None req-11dc1e04-0310-460f-9188-67ed528f64ed - - - - - -] Attempt 1 to provision port 88bf7384-956c-4149-b30d-f97073f37df9 2026-07-15 00:08:38.549 9 INFO neutron.plugins.ml2.plugin [None req-35b3f2a0-331f-4355-97ec-6cd9231e4b82 - - - - - -] Attempt 1 to provision port 81b9b2be-4c89-4b19-bb17-1f6bb1c3f37a 2026-07-15 00:08:38.703 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 0c9fe497-ab71-4c17-aa27-1cb898c5af76 2026-07-15 00:08:40.178 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 5d239f0c-5f80-4cb1-901b-00bf8e79633a 2026-07-15 00:08:40.260 9 INFO neutron.plugins.ml2.plugin [None req-a641283b-b964-45c0-b3ce-9e8dffea7e90 - - - - - -] Attempt 1 to provision port 0c9fe497-ab71-4c17-aa27-1cb898c5af76 2026-07-15 00:08:40.380 9 INFO neutron.plugins.ml2.db [None req-a641283b-b964-45c0-b3ce-9e8dffea7e90 - - - - - -] No ports have port_id starting with 0c9fe497-ab71-4c17-aa27-1cb898c5af76 2026-07-15 00:08:40.451 9 INFO neutron.plugins.ml2.plugin [None req-a641283b-b964-45c0-b3ce-9e8dffea7e90 - - - - - -] Attempt 1 to provision port 5d239f0c-5f80-4cb1-901b-00bf8e79633a 2026-07-15 00:08:40.603 9 INFO neutron.plugins.ml2.db [None req-a641283b-b964-45c0-b3ce-9e8dffea7e90 - - - - - -] No ports have port_id starting with 5d239f0c-5f80-4cb1-901b-00bf8e79633a 2026-07-15 00:08:41.183 9 INFO neutron.plugins.ml2.plugin [None req-f6024fec-c917-4e2b-b81f-16c2a42b9397 - - - - - -] Attempt 1 to provision port c8fd0c81-6437-4626-b59b-7e5dea706695 2026-07-15 00:08:41.635 10 INFO neutron.plugins.ml2.plugin [None req-a282252d-536b-4a04-b5c6-12a0cf3390f8 - - - - - -] Attempt 1 to provision port 29c5829c-70a4-4c48-9c14-7b66c0b31ea8 2026-07-15 00:08:42.792 9 INFO neutron.plugins.ml2.plugin [None req-625fd487-f7a8-449f-9f0a-c7d7d6cd4491 - - - - - -] Attempt 1 to provision port 703dd9ef-5464-48cb-8652-25fa6eecd9b6 2026-07-15 00:08:43.135 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 703dd9ef-5464-48cb-8652-25fa6eecd9b6 2026-07-15 00:08:43.298 9 INFO neutron.plugins.ml2.plugin [None req-9c4216a5-55c4-48ef-899d-4f760c924c77 - - - - - -] Attempt 1 to provision port de8f151f-e339-49df-82a5-956f54a946ec 2026-07-15 00:08:43.720 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port de8f151f-e339-49df-82a5-956f54a946ec 2026-07-15 00:08:44.011 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 368df96b-6fd4-4002-b7e0-e741919e9f9a 2026-07-15 00:08:44.238 9 INFO neutron.plugins.ml2.plugin [None req-d344f671-8d6e-4466-888a-df0af32960ec - - - - - -] Attempt 1 to provision port cfd647dd-b9d9-4538-bffc-75c608c1c8b7 2026-07-15 00:08:44.400 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 8c7540df-9e1c-4139-b898-57e039d278d7 2026-07-15 00:08:44.686 10 INFO neutron.plugins.ml2.plugin [None req-4c75ab91-58c2-455b-b34d-3f47a86c75c2 - - - - - -] Attempt 1 to provision port e3a01769-7273-46b0-9ad0-3fd64eafd610 2026-07-15 00:08:44.954 9 INFO neutron.plugins.ml2.plugin [None req-92e97392-fbcd-4e81-95bd-7844bc8ada82 - - - - - -] Attempt 1 to provision port cfd647dd-b9d9-4538-bffc-75c608c1c8b7 2026-07-15 00:08:45.168 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port de8f151f-e339-49df-82a5-956f54a946ec 2026-07-15 00:08:45.322 9 INFO neutron.plugins.ml2.plugin [None req-c7a8700e-4939-43ee-b002-9c8743e840cb - - - - - -] Attempt 1 to provision port e3a01769-7273-46b0-9ad0-3fd64eafd610 2026-07-15 00:08:45.556 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 8c7540df-9e1c-4139-b898-57e039d278d7 2026-07-15 00:08:45.864 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 3874a953-ac17-4730-9160-74de4aef92e4 2026-07-15 00:08:46.392 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 703dd9ef-5464-48cb-8652-25fa6eecd9b6 2026-07-15 00:08:46.698 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 8c68dd09-18e8-449f-88a6-9cf7c41b789c 2026-07-15 00:08:47.206 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 368df96b-6fd4-4002-b7e0-e741919e9f9a 2026-07-15 00:08:47.837 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 3874a953-ac17-4730-9160-74de4aef92e4 2026-07-15 00:08:48.207 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 8c68dd09-18e8-449f-88a6-9cf7c41b789c 2026-07-15 00:08:48.719 9 INFO neutron.plugins.ml2.plugin [None req-37731862-0c81-4964-ae7c-1326d80c538f - - - - - -] Attempt 1 to provision port f22922be-c1e0-4e32-8cd2-9b71ed2a839a 2026-07-15 00:08:49.886 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 7bc6fa75-d64f-48d0-87c6-f3d5354128fb 2026-07-15 00:08:49.974 10 INFO neutron.plugins.ml2.plugin [None req-3d7dad68-817a-4dc6-8cd5-8386f2d5acef - - - - - -] Attempt 1 to provision port 7bc6fa75-d64f-48d0-87c6-f3d5354128fb 2026-07-15 00:08:51.243 10 INFO neutron.plugins.ml2.plugin [None req-c11829d8-f277-4964-b7fd-5fd8522fd35d - - - - - -] Attempt 1 to provision port e5b3b506-2f46-41aa-99bc-1ff4d71c3125 2026-07-15 00:08:52.185 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 7bc6fa75-d64f-48d0-87c6-f3d5354128fb 2026-07-15 00:08:52.401 10 INFO neutron.plugins.ml2.plugin [None req-f3cd060d-d14e-4191-be37-f76952097193 - - - - - -] Attempt 1 to provision port e5b3b506-2f46-41aa-99bc-1ff4d71c3125 2026-07-15 00:08:52.544 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port f0ccb4ad-7d78-4b90-8362-270963b2cdba 2026-07-15 00:08:52.712 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-087bc891-4d8a-4152-ae7f-debee294598f'] response: {'server_uuid': '43390ef9-ddb9-49b6-8b96-746f15e6d435', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f0ccb4ad-7d78-4b90-8362-270963b2cdba', 'code': 200} 2026-07-15 00:08:53.964 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port f0ccb4ad-7d78-4b90-8362-270963b2cdba 2026-07-15 00:08:54.259 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 4401904b-6e61-477c-b581-10736b90f4c5 2026-07-15 00:08:56.060 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 4401904b-6e61-477c-b581-10736b90f4c5 2026-07-15 00:09:00.065 9 INFO neutron.plugins.ml2.plugin [None req-68b1192b-7fb9-404f-9c5d-1886e40cb96e - - - - - -] Attempt 1 to provision port b5a9f88a-a2bf-45f3-9fa5-5da14ffb1342 2026-07-15 00:09:02.017 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port a527c07c-8db7-472f-8da6-ce9a094c6ddb 2026-07-15 00:09:02.156 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-6e99e003-34f8-4664-a92e-85fa435e82f2'] response: {'server_uuid': 'e65817fb-340b-4731-be9d-74dae0898f39', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a527c07c-8db7-472f-8da6-ce9a094c6ddb', 'code': 200} /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-15 00:09:04.054 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port a527c07c-8db7-472f-8da6-ce9a094c6ddb 2026-07-15 00:09:04.403 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port b5a9f88a-a2bf-45f3-9fa5-5da14ffb1342 2026-07-15 00:09:04.573 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f952a62-af4e-4631-8a4d-862f61751a6d'] response: {'server_uuid': 'b2fe405b-dfb1-4cd2-abd9-b9167d93e14b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b5a9f88a-a2bf-45f3-9fa5-5da14ffb1342', 'code': 200} 2026-07-15 00:09:05.955 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port b5a9f88a-a2bf-45f3-9fa5-5da14ffb1342 2026-07-15 00:09:07.907 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port e3a01769-7273-46b0-9ad0-3fd64eafd610 2026-07-15 00:09:08.384 9 INFO neutron.plugins.ml2.plugin [None req-cb1d55a3-8504-49ed-a879-4e0c61565e78 - - - - - -] Attempt 1 to provision port 89a02172-fdd8-49aa-8e91-d65e420f0ef7 2026-07-15 00:09:08.493 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 29c5829c-70a4-4c48-9c14-7b66c0b31ea8 2026-07-15 00:09:09.862 9 INFO neutron.plugins.ml2.plugin [None req-ff9aae8c-adb2-4dcd-9c2f-ba35f7315cd8 - - - - - -] Attempt 1 to provision port d0651fee-a66d-413c-ae53-a3230bbe9534 2026-07-15 00:09:09.940 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port e5b3b506-2f46-41aa-99bc-1ff4d71c3125 2026-07-15 00:09:10.390 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port e3a01769-7273-46b0-9ad0-3fd64eafd610 2026-07-15 00:09:10.879 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 29c5829c-70a4-4c48-9c14-7b66c0b31ea8 2026-07-15 00:09:11.139 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port d0651fee-a66d-413c-ae53-a3230bbe9534 2026-07-15 00:09:11.423 10 INFO neutron.plugins.ml2.plugin [None req-223c212e-2b72-4da1-99f5-78ab9ef8eea2 - - - - - -] Attempt 1 to provision port fd7d15a6-ef7a-437f-9e3a-a13c97a28116 2026-07-15 00:09:11.523 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port f22922be-c1e0-4e32-8cd2-9b71ed2a839a 2026-07-15 00:09:12.084 10 INFO neutron.plugins.ml2.plugin [None req-519d1ccb-71bc-4aa0-984f-eafed66b7fd7 - - - - - -] Attempt 1 to provision port fd7d15a6-ef7a-437f-9e3a-a13c97a28116 2026-07-15 00:09:12.288 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port e81de13e-89ff-4a4c-878d-1d3749094d61 2026-07-15 00:09:12.788 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port e5b3b506-2f46-41aa-99bc-1ff4d71c3125 2026-07-15 00:09:13.100 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port d0651fee-a66d-413c-ae53-a3230bbe9534 2026-07-15 00:09:13.394 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port f22922be-c1e0-4e32-8cd2-9b71ed2a839a 2026-07-15 00:09:14.184 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port e81de13e-89ff-4a4c-878d-1d3749094d61 2026-07-15 00:09:16.964 9 INFO neutron.plugins.ml2.plugin [None req-35b57834-89d4-407f-aa02-106d74426d40 - - - - - -] Attempt 1 to provision port a7ecca39-d69c-4d1b-aa50-7e2a2a893014 2026-07-15 00:09:20.348 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port a7ecca39-d69c-4d1b-aa50-7e2a2a893014 2026-07-15 00:09:20.538 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-d87b830e-a504-4ec9-9c35-9b918fad04ed'] response: {'server_uuid': 'a0bffba6-013b-4a4e-a560-727db839b0d5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a7ecca39-d69c-4d1b-aa50-7e2a2a893014', 'code': 200} 2026-07-15 00:09:22.204 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port a7ecca39-d69c-4d1b-aa50-7e2a2a893014 2026-07-15 00:09:34.442 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 9fec75bb-b8a1-4fd7-8ea6-bc35c56eac77 2026-07-15 00:09:34.899 10 INFO neutron.plugins.ml2.plugin [None req-ebe9a171-0ba1-407f-a367-bbf6660fe590 - - - - - -] Attempt 1 to provision port 9fec75bb-b8a1-4fd7-8ea6-bc35c56eac77 2026-07-15 00:09:35.213 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 9a343c27-a06b-4b99-94f1-38c307904fcd 2026-07-15 00:09:35.527 9 INFO neutron.plugins.ml2.plugin [None req-fde6b3cd-8ca9-4b35-a453-14c319dcd28d - - - - - -] Attempt 1 to provision port 9fec75bb-b8a1-4fd7-8ea6-bc35c56eac77 2026-07-15 00:09:36.049 10 INFO neutron.plugins.ml2.plugin [None req-87376049-fe79-40d9-987d-562f0080ec83 - - - - - -] Attempt 1 to provision port 0bd38e68-2c13-4112-bab4-23ce1f9b824f 2026-07-15 00:09:36.342 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 59627d6a-86eb-4f8a-9069-d27fa82fb513 2026-07-15 00:09:36.860 10 INFO neutron.plugins.ml2.plugin [None req-77a38a03-29a8-450e-88ae-fef17f6ecda1 - - - - - -] Attempt 1 to provision port 9a343c27-a06b-4b99-94f1-38c307904fcd 2026-07-15 00:09:36.943 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 89a02172-fdd8-49aa-8e91-d65e420f0ef7 2026-07-15 00:09:37.348 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 9a343c27-a06b-4b99-94f1-38c307904fcd 2026-07-15 00:09:37.418 9 INFO neutron.plugins.ml2.plugin [None req-ecc29e30-2a71-4a91-88ab-e0c815eb09c8 - - - - - -] Attempt 1 to provision port 9a343c27-a06b-4b99-94f1-38c307904fcd 2026-07-15 00:09:37.787 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port fd7d15a6-ef7a-437f-9e3a-a13c97a28116 2026-07-15 00:09:37.834 9 INFO neutron.plugins.ml2.plugin [None req-fc70f3e1-de73-428e-92c0-06cfad644963 - - - - - -] Attempt 1 to provision port 59627d6a-86eb-4f8a-9069-d27fa82fb513 2026-07-15 00:09:38.205 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 9fec75bb-b8a1-4fd7-8ea6-bc35c56eac77 2026-07-15 00:09:38.570 10 INFO neutron.plugins.ml2.plugin [None req-dc6f4b10-dd1d-4e55-99a7-9aba439d6cdf - - - - - -] Attempt 1 to provision port 59627d6a-86eb-4f8a-9069-d27fa82fb513 2026-07-15 00:09:38.608 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port fd7d15a6-ef7a-437f-9e3a-a13c97a28116 2026-07-15 00:09:38.914 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 59627d6a-86eb-4f8a-9069-d27fa82fb513 2026-07-15 00:09:39.176 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 89a02172-fdd8-49aa-8e91-d65e420f0ef7 2026-07-15 00:09:39.469 9 INFO neutron.plugins.ml2.plugin [None req-5a44af48-55a6-4c1d-975b-4a310a0c1595 - - - - - -] Attempt 1 to provision port b504d078-6f0d-4d69-a6eb-f0825debd09c 2026-07-15 00:09:40.332 9 INFO neutron.plugins.ml2.plugin [None req-3318eb46-b869-4588-99ca-da5572ed125e - - - - - -] Attempt 1 to provision port b504d078-6f0d-4d69-a6eb-f0825debd09c 2026-07-15 00:09:40.684 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 2532e116-e362-46aa-a1a5-312e50eb663a 2026-07-15 00:09:41.611 10 INFO neutron.plugins.ml2.plugin [None req-939a79dd-c427-4d4b-a5cc-bb82fcf5a94e - - - - - -] Attempt 1 to provision port d8128110-982f-4996-8c61-a7e23b7b9682 2026-07-15 00:09:42.471 10 INFO neutron.plugins.ml2.plugin [None req-6e932cab-aeb2-4010-8db7-8388e87b680b - - - - - -] Attempt 1 to provision port d8128110-982f-4996-8c61-a7e23b7b9682 2026-07-15 00:09:42.618 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-7741e264-4e52-4151-85f3-6b0778f5b83a'] response: {'server_uuid': 'a0bffba6-013b-4a4e-a560-727db839b0d5', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'a7ecca39-d69c-4d1b-aa50-7e2a2a893014', 'code': 200} 2026-07-15 00:09:43.459 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port a7ecca39-d69c-4d1b-aa50-7e2a2a893014 2026-07-15 00:09:43.981 9 INFO neutron.plugins.ml2.plugin [None req-7de09234-e3ee-47e0-af9c-31b4568d6d60 - - - - - -] Attempt 1 to provision port 15690b60-e253-4e51-8e55-caddacf5cc3a 2026-07-15 00:09:44.193 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 2532e116-e362-46aa-a1a5-312e50eb663a 2026-07-15 00:09:44.693 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-e047ff26-f93a-4c92-8b93-75c138ab67c6'] response: {'server_uuid': 'a0bffba6-013b-4a4e-a560-727db839b0d5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a7ecca39-d69c-4d1b-aa50-7e2a2a893014', 'code': 200} 2026-07-15 00:09:44.839 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port a7ecca39-d69c-4d1b-aa50-7e2a2a893014 2026-07-15 00:09:44.969 10 INFO neutron.plugins.ml2.plugin [None req-f56f7fe7-6c21-415f-b147-595ce79250ce - - - - - -] Attempt 1 to provision port 15690b60-e253-4e51-8e55-caddacf5cc3a 2026-07-15 00:09:49.368 10 INFO neutron.plugins.ml2.plugin [None req-81a5820d-3124-4937-bf7c-f6dbb3489992 - - - - - -] Attempt 1 to provision port b1839e8d-5e74-4d24-9478-b95120f4c971 2026-07-15 00:09:52.871 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port b1839e8d-5e74-4d24-9478-b95120f4c971 2026-07-15 00:09:53.004 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-355dc620-cc95-4921-b998-6fcb5e4cb243'] response: {'server_uuid': '58b636f9-a159-4b4a-93e8-a75ba271e595', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b1839e8d-5e74-4d24-9478-b95120f4c971', 'code': 200} 2026-07-15 00:09:54.845 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port b1839e8d-5e74-4d24-9478-b95120f4c971 2026-07-15 00:10:00.862 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 0bd38e68-2c13-4112-bab4-23ce1f9b824f 2026-07-15 00:10:01.501 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port d8128110-982f-4996-8c61-a7e23b7b9682 2026-07-15 00:10:01.953 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 15690b60-e253-4e51-8e55-caddacf5cc3a 2026-07-15 00:10:02.446 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port b504d078-6f0d-4d69-a6eb-f0825debd09c 2026-07-15 00:10:03.177 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 0bd38e68-2c13-4112-bab4-23ce1f9b824f 2026-07-15 00:10:03.445 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 15690b60-e253-4e51-8e55-caddacf5cc3a 2026-07-15 00:10:03.786 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port b504d078-6f0d-4d69-a6eb-f0825debd09c 2026-07-15 00:10:04.096 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port d8128110-982f-4996-8c61-a7e23b7b9682 2026-07-15 00:10:09.154 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 03da5294-832d-4875-9d74-583c0217774c 2026-07-15 00:10:09.313 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-515c88de-ecde-430e-b021-706e74f0a56e'] response: {'server_uuid': 'f82e4076-de8d-46ed-a044-334ae31e03ab', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '03da5294-832d-4875-9d74-583c0217774c', 'code': 200} 2026-07-15 00:10:11.096 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 03da5294-832d-4875-9d74-583c0217774c 2026-07-15 00:10:17.135 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 5f6353f0-916b-4256-99ca-a3d4a4e2fafa 2026-07-15 00:10:29.586 10 INFO neutron.plugins.ml2.plugin [None req-fd37eb44-1dcf-45e0-a11d-f1b195f2388b - - - - - -] Attempt 1 to provision port 65095cf8-e004-4e96-bc1f-e3dc08d30eba 2026-07-15 00:10:36.084 10 INFO neutron.plugins.ml2.plugin [None req-2280549f-0d91-4698-bc6f-4641ef30f4bb - - - - - -] Attempt 1 to provision port d20271b0-b3e0-4740-99fb-0133aeb9af86 2026-07-15 00:10:43.787 10 INFO neutron.plugins.ml2.plugin [None req-6719ec89-6cdb-4f77-ab02-9bac067e16f6 - - - - - -] Attempt 1 to provision port 72936883-3ad9-4f08-bc73-a6e018f646e2 2026-07-15 00:10:45.243 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 72936883-3ad9-4f08-bc73-a6e018f646e2 2026-07-15 00:10:45.376 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-c23feb43-92a7-40b8-ba36-9e48f7638f6e'] response: {'server_uuid': 'c0ac4247-d66d-4f22-9ead-5118c203054f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '72936883-3ad9-4f08-bc73-a6e018f646e2', 'code': 200} 2026-07-15 00:10:47.107 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 72936883-3ad9-4f08-bc73-a6e018f646e2 2026-07-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 73a0e497-8f20-45fd-9149-b5e1f141f0f7 could not be found. 2026-07-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:10:56.508 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-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:10:56.508 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-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:10:56.508 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-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:10:56.508 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-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:10:56.508 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-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:10:56.508 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-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.508 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-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.508 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-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:10:56.508 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-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:10:56.508 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-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.508 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-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.508 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-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:10:56.508 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-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:10:56.508 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-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.508 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-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.508 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-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:10:56.508 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-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 73a0e497-8f20-45fd-9149-b5e1f141f0f7 could not be found. 2026-07-15 00:10:56.508 9 ERROR neutron.plugins.ml2.managers  2026-07-15 00:10:56.510 9 ERROR neutron.plugins.ml2.managers [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Failed to bind port ce18542b-9d05-43f0-a9d0-d9faad791632 on host instance for vnic_type normal using segments [{'id': 'f65072ff-0401-4e9e-9c7e-7836d098ef49', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 215, 'network_id': '254fb81d-531d-428a-9c87-44436ab92b01'}] 2026-07-15 00:10:56.511 9 INFO neutron.plugins.ml2.plugin [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Attempt 2 to bind port ce18542b-9d05-43f0-a9d0-d9faad791632 2026-07-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 73a0e497-8f20-45fd-9149-b5e1f141f0f7 could not be found. 2026-07-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:10:56.532 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-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:10:56.532 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-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:10:56.532 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-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:10:56.532 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-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:10:56.532 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-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:10:56.532 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-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.532 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-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.532 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-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:10:56.532 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-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:10:56.532 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-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.532 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-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.532 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-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:10:56.532 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-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:10:56.532 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-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.532 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-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.532 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-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:10:56.532 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-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 73a0e497-8f20-45fd-9149-b5e1f141f0f7 could not be found. 2026-07-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers  2026-07-15 00:10:56.532 9 ERROR neutron.plugins.ml2.managers [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Failed to bind port ce18542b-9d05-43f0-a9d0-d9faad791632 on host instance for vnic_type normal using segments [{'id': 'f65072ff-0401-4e9e-9c7e-7836d098ef49', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 215, 'network_id': '254fb81d-531d-428a-9c87-44436ab92b01'}] 2026-07-15 00:10:56.533 9 INFO neutron.plugins.ml2.plugin [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Attempt 3 to bind port ce18542b-9d05-43f0-a9d0-d9faad791632 2026-07-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 73a0e497-8f20-45fd-9149-b5e1f141f0f7 could not be found. 2026-07-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:10:56.557 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-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:10:56.557 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-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:10:56.557 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-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:10:56.557 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-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:10:56.557 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-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:10:56.557 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-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.557 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-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.557 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-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:10:56.557 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-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:10:56.557 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-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.557 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-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.557 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-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:10:56.557 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-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:10:56.557 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-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.557 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-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.557 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-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:10:56.557 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-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 73a0e497-8f20-45fd-9149-b5e1f141f0f7 could not be found. 2026-07-15 00:10:56.557 9 ERROR neutron.plugins.ml2.managers  2026-07-15 00:10:56.558 9 ERROR neutron.plugins.ml2.managers [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Failed to bind port ce18542b-9d05-43f0-a9d0-d9faad791632 on host instance for vnic_type normal using segments [{'id': 'f65072ff-0401-4e9e-9c7e-7836d098ef49', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 215, 'network_id': '254fb81d-531d-428a-9c87-44436ab92b01'}] 2026-07-15 00:10:56.558 9 INFO neutron.plugins.ml2.plugin [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Attempt 4 to bind port ce18542b-9d05-43f0-a9d0-d9faad791632 2026-07-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 73a0e497-8f20-45fd-9149-b5e1f141f0f7 could not be found. 2026-07-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:10:56.584 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-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:10:56.584 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-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:10:56.584 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-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:10:56.584 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-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:10:56.584 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-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:10:56.584 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-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.584 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-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.584 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-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:10:56.584 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-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:10:56.584 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-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.584 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-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.584 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-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:10:56.584 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-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:10:56.584 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-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.584 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-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.584 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-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:10:56.584 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-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 73a0e497-8f20-45fd-9149-b5e1f141f0f7 could not be found. 2026-07-15 00:10:56.584 9 ERROR neutron.plugins.ml2.managers  2026-07-15 00:10:56.585 9 ERROR neutron.plugins.ml2.managers [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Failed to bind port ce18542b-9d05-43f0-a9d0-d9faad791632 on host instance for vnic_type normal using segments [{'id': 'f65072ff-0401-4e9e-9c7e-7836d098ef49', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 215, 'network_id': '254fb81d-531d-428a-9c87-44436ab92b01'}] 2026-07-15 00:10:56.586 9 INFO neutron.plugins.ml2.plugin [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Attempt 5 to bind port ce18542b-9d05-43f0-a9d0-d9faad791632 2026-07-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 73a0e497-8f20-45fd-9149-b5e1f141f0f7 could not be found. 2026-07-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:10:56.614 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-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:10:56.614 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-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:10:56.614 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-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:10:56.614 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-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:10:56.614 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-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:10:56.614 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-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.614 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-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.614 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-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:10:56.614 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-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:10:56.614 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-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.614 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-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.614 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-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:10:56.614 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-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:10:56.614 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-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.614 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-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.614 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-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:10:56.614 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-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 73a0e497-8f20-45fd-9149-b5e1f141f0f7 could not be found. 2026-07-15 00:10:56.614 9 ERROR neutron.plugins.ml2.managers  2026-07-15 00:10:56.615 9 ERROR neutron.plugins.ml2.managers [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Failed to bind port ce18542b-9d05-43f0-a9d0-d9faad791632 on host instance for vnic_type normal using segments [{'id': 'f65072ff-0401-4e9e-9c7e-7836d098ef49', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 215, 'network_id': '254fb81d-531d-428a-9c87-44436ab92b01'}] 2026-07-15 00:10:56.615 9 INFO neutron.plugins.ml2.plugin [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Attempt 6 to bind port ce18542b-9d05-43f0-a9d0-d9faad791632 2026-07-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 73a0e497-8f20-45fd-9149-b5e1f141f0f7 could not be found. 2026-07-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:10:56.644 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-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:10:56.644 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-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:10:56.644 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-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:10:56.644 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-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:10:56.644 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-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:10:56.644 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-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.644 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-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.644 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-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:10:56.644 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-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:10:56.644 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-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.644 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-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.644 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-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:10:56.644 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-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:10:56.644 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-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.644 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-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.644 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-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:10:56.644 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-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 73a0e497-8f20-45fd-9149-b5e1f141f0f7 could not be found. 2026-07-15 00:10:56.644 9 ERROR neutron.plugins.ml2.managers  2026-07-15 00:10:56.645 9 ERROR neutron.plugins.ml2.managers [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Failed to bind port ce18542b-9d05-43f0-a9d0-d9faad791632 on host instance for vnic_type normal using segments [{'id': 'f65072ff-0401-4e9e-9c7e-7836d098ef49', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 215, 'network_id': '254fb81d-531d-428a-9c87-44436ab92b01'}] 2026-07-15 00:10:56.645 9 INFO neutron.plugins.ml2.plugin [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Attempt 7 to bind port ce18542b-9d05-43f0-a9d0-d9faad791632 2026-07-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 73a0e497-8f20-45fd-9149-b5e1f141f0f7 could not be found. 2026-07-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:10:56.679 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-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:10:56.679 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-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:10:56.679 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-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:10:56.679 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-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:10:56.679 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-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:10:56.679 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-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.679 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-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.679 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-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:10:56.679 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-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:10:56.679 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-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.679 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-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.679 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-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:10:56.679 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-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:10:56.679 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-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.679 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-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.679 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-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:10:56.679 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-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 73a0e497-8f20-45fd-9149-b5e1f141f0f7 could not be found. 2026-07-15 00:10:56.679 9 ERROR neutron.plugins.ml2.managers  2026-07-15 00:10:56.680 9 ERROR neutron.plugins.ml2.managers [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Failed to bind port ce18542b-9d05-43f0-a9d0-d9faad791632 on host instance for vnic_type normal using segments [{'id': 'f65072ff-0401-4e9e-9c7e-7836d098ef49', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 215, 'network_id': '254fb81d-531d-428a-9c87-44436ab92b01'}] 2026-07-15 00:10:56.680 9 INFO neutron.plugins.ml2.plugin [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Attempt 8 to bind port ce18542b-9d05-43f0-a9d0-d9faad791632 2026-07-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 73a0e497-8f20-45fd-9149-b5e1f141f0f7 could not be found. 2026-07-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:10:56.718 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-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:10:56.718 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-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:10:56.718 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-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:10:56.718 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-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:10:56.718 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-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:10:56.718 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-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.718 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-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.718 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-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:10:56.718 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-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:10:56.718 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-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.718 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-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.718 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-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:10:56.718 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-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:10:56.718 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-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.718 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-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.718 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-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:10:56.718 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-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 73a0e497-8f20-45fd-9149-b5e1f141f0f7 could not be found. 2026-07-15 00:10:56.718 9 ERROR neutron.plugins.ml2.managers  2026-07-15 00:10:56.719 9 ERROR neutron.plugins.ml2.managers [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Failed to bind port ce18542b-9d05-43f0-a9d0-d9faad791632 on host instance for vnic_type normal using segments [{'id': 'f65072ff-0401-4e9e-9c7e-7836d098ef49', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 215, 'network_id': '254fb81d-531d-428a-9c87-44436ab92b01'}] 2026-07-15 00:10:56.720 9 INFO neutron.plugins.ml2.plugin [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Attempt 9 to bind port ce18542b-9d05-43f0-a9d0-d9faad791632 2026-07-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 73a0e497-8f20-45fd-9149-b5e1f141f0f7 could not be found. 2026-07-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:10:56.764 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-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:10:56.764 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-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:10:56.764 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-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:10:56.764 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-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:10:56.764 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-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:10:56.764 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-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.764 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-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.764 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-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:10:56.764 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-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:10:56.764 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-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.764 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-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.764 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-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:10:56.764 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-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:10:56.764 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-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.764 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-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.764 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-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:10:56.764 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-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 73a0e497-8f20-45fd-9149-b5e1f141f0f7 could not be found. 2026-07-15 00:10:56.764 9 ERROR neutron.plugins.ml2.managers  2026-07-15 00:10:56.765 9 ERROR neutron.plugins.ml2.managers [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Failed to bind port ce18542b-9d05-43f0-a9d0-d9faad791632 on host instance for vnic_type normal using segments [{'id': 'f65072ff-0401-4e9e-9c7e-7836d098ef49', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 215, 'network_id': '254fb81d-531d-428a-9c87-44436ab92b01'}] 2026-07-15 00:10:56.765 9 INFO neutron.plugins.ml2.plugin [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Attempt 10 to bind port ce18542b-9d05-43f0-a9d0-d9faad791632 2026-07-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 73a0e497-8f20-45fd-9149-b5e1f141f0f7 could not be found. 2026-07-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-15 00:10:56.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-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-15 00:10:56.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-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-15 00:10:56.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-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-15 00:10:56.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-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-15 00:10:56.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-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:10:56.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-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.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-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.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-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:10:56.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-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-15 00:10:56.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-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.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-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.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-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-15 00:10:56.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-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-15 00:10:56.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-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-15 00:10:56.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-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-15 00:10:56.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-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-15 00:10:56.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-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 73a0e497-8f20-45fd-9149-b5e1f141f0f7 could not be found. 2026-07-15 00:10:56.802 9 ERROR neutron.plugins.ml2.managers  2026-07-15 00:10:56.803 9 ERROR neutron.plugins.ml2.managers [None req-159c2ee5-a01c-4cbc-a506-4b0578292459 - - - - - -] Failed to bind port ce18542b-9d05-43f0-a9d0-d9faad791632 on host instance for vnic_type normal using segments [{'id': 'f65072ff-0401-4e9e-9c7e-7836d098ef49', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 215, 'network_id': '254fb81d-531d-428a-9c87-44436ab92b01'}] 2026-07-15 00:10:57.151 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port c40a3741-f21a-40bb-8dd8-fcb61469d495 2026-07-15 00:10:57.633 10 INFO neutron.plugins.ml2.plugin [None req-80bd192c-e117-4d29-a2f4-8cc26007ccc8 - - - - - -] Attempt 1 to provision port c40a3741-f21a-40bb-8dd8-fcb61469d495 2026-07-15 00:10:59.188 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port c40a3741-f21a-40bb-8dd8-fcb61469d495 2026-07-15 00:11:05.165 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port cb2da656-fc46-4780-8e0e-4b8f46c5403e 2026-07-15 00:11:05.978 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port f4d106d8-0b16-47b1-bc7d-e5dbe43a0f7f 2026-07-15 00:11:06.386 9 INFO neutron.plugins.ml2.plugin [None req-c934c1a5-3075-4a4b-a628-0538f1dd1615 - - - - - -] Attempt 1 to provision port f4d106d8-0b16-47b1-bc7d-e5dbe43a0f7f 2026-07-15 00:11:06.600 10 INFO neutron.plugins.ml2.plugin [None req-69017bdd-c601-46a1-9282-0b23827f1ced - - - - - -] Attempt 1 to provision port cb2da656-fc46-4780-8e0e-4b8f46c5403e 2026-07-15 00:11:07.165 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port cb2da656-fc46-4780-8e0e-4b8f46c5403e 2026-07-15 00:11:07.502 9 INFO neutron.plugins.ml2.plugin [None req-aac39cb2-7762-4db0-9b76-fd22ec796cc7 - - - - - -] Attempt 1 to provision port 107737fb-5d44-402c-a5e8-2f79a933f78f 2026-07-15 00:11:07.642 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port f4d106d8-0b16-47b1-bc7d-e5dbe43a0f7f 2026-07-15 00:11:07.853 9 INFO neutron.plugins.ml2.plugin [None req-39a4276e-991c-42ba-ae77-c2de3ec3cb3c - - - - - -] Attempt 1 to provision port 107737fb-5d44-402c-a5e8-2f79a933f78f 2026-07-15 00:11:08.221 9 INFO neutron.plugins.ml2.plugin [None req-65c838b4-6e3b-47bb-8dac-8b542361f183 - - - - - -] Attempt 1 to provision port 7ca27733-11a1-48c0-9462-4c8a9467e694 2026-07-15 00:11:08.986 9 INFO neutron.plugins.ml2.plugin [None req-e8e5c6cb-f588-4a9f-ad17-403ce4f23792 - - - - - -] Attempt 1 to provision port 7ca27733-11a1-48c0-9462-4c8a9467e694 2026-07-15 00:11:15.346 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 4d613455-ba15-49d6-aca7-6432901f8a9b 2026-07-15 00:11:16.386 10 INFO neutron.plugins.ml2.plugin [None req-05302af2-a2cd-45d0-9164-cd588806cf3b - - - - - -] Attempt 1 to provision port 4d613455-ba15-49d6-aca7-6432901f8a9b 2026-07-15 00:11:17.128 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 4d613455-ba15-49d6-aca7-6432901f8a9b 2026-07-15 00:11:17.886 9 INFO neutron.plugins.ml2.plugin [None req-b5f7cb04-3f05-41bc-9aa0-9450934bc77f - - - - - -] Attempt 1 to provision port 05cac866-455a-4171-a198-e612ec2fa744 2026-07-15 00:11:18.349 9 INFO neutron.plugins.ml2.plugin [None req-a1892a14-dcdb-4a1a-9695-1d1ee4ae6840 - - - - - -] Attempt 1 to provision port 05cac866-455a-4171-a198-e612ec2fa744 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-15 00:11:23.341 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port d35bad72-ab33-4e1d-8102-8154dac4316d 2026-07-15 00:11:24.241 10 INFO neutron.plugins.ml2.plugin [None req-3b108e0b-17e4-41d9-a844-b582165f5d6a - - - - - -] Attempt 1 to provision port d35bad72-ab33-4e1d-8102-8154dac4316d 2026-07-15 00:11:25.132 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port d35bad72-ab33-4e1d-8102-8154dac4316d 2026-07-15 00:11:25.551 9 INFO neutron.plugins.ml2.plugin [None req-c57e607b-ced2-48a9-ac81-2fcaa071e041 - - - - - -] Attempt 1 to provision port 84bac1fa-6fe4-417b-9257-44561a3a778b 2026-07-15 00:11:25.908 9 INFO neutron.plugins.ml2.plugin [None req-987cd398-5868-48be-b34b-c73b9603e451 - - - - - -] Attempt 1 to provision port 84bac1fa-6fe4-417b-9257-44561a3a778b 2026-07-15 00:11:27.772 10 INFO neutron.plugins.ml2.plugin [None req-ef4893f8-5fc3-4391-9fa7-c48bc8677571 - - - - - -] Attempt 1 to provision port 2f870966-4a6a-458b-8c63-c44513ca9f50 2026-07-15 00:11:29.535 10 INFO neutron.plugins.ml2.plugin [None req-83951655-0a2a-4080-9870-58b3e9e6392c - - - - - -] Attempt 1 to provision port 3973f231-3434-487b-a1c8-c969f1d513c7 2026-07-15 00:11:31.200 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 2f870966-4a6a-458b-8c63-c44513ca9f50 2026-07-15 00:11:31.360 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-32e4b3cc-bc3a-4ced-8a0f-b35d5865aed3'] response: {'server_uuid': 'c0ac4247-d66d-4f22-9ead-5118c203054f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2f870966-4a6a-458b-8c63-c44513ca9f50', 'code': 200} 2026-07-15 00:11:33.191 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 2f870966-4a6a-458b-8c63-c44513ca9f50 2026-07-15 00:11:56.887 9 INFO neutron.plugins.ml2.plugin [None req-63e67ccf-d8cb-4a26-9373-d2c28abfc1fa - - - - - -] Attempt 1 to provision port 269e2897-45bb-4dc9-8350-d2bad12ca336 2026-07-15 00:11:59.383 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 269e2897-45bb-4dc9-8350-d2bad12ca336 2026-07-15 00:11:59.559 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8d5a143-8239-4201-8609-06267013ef65'] response: {'server_uuid': 'c0ac4247-d66d-4f22-9ead-5118c203054f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '269e2897-45bb-4dc9-8350-d2bad12ca336', 'code': 200} 2026-07-15 00:12:00.470 9 INFO neutron.plugins.ml2.plugin [None req-84ce9d1e-89e1-442c-baef-6a5568dff82d - - - - - -] Attempt 1 to provision port 269e2897-45bb-4dc9-8350-d2bad12ca336 2026-07-15 00:12:01.281 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 269e2897-45bb-4dc9-8350-d2bad12ca336 2026-07-15 00:12:15.228 9 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 71b64fb0-b837-4a51-b20a-817456da10c9 2026-07-15 00:12:15.361 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-9cd33628-8d6e-4b58-b75b-09eb7a793113'] response: {'server_uuid': 'c0ac4247-d66d-4f22-9ead-5118c203054f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '71b64fb0-b837-4a51-b20a-817456da10c9', 'code': 200} 2026-07-15 00:12:16.096 9 INFO neutron.plugins.ml2.plugin [None req-73869b8c-1b35-475e-82e4-e3b918d9e44e - - - - - -] Attempt 1 to provision port 71b64fb0-b837-4a51-b20a-817456da10c9 2026-07-15 00:12:17.223 10 INFO neutron.plugins.ml2.plugin [None req-543a3590-928e-405e-bc68-be26b66ec9d1 - - - - - -] Attempt 1 to provision port 71b64fb0-b837-4a51-b20a-817456da10c9 2026-07-15 00:12:26.263 10 INFO neutron.plugins.ml2.plugin [None req-6fec3122-ef03-4335-9eaa-9779b3df47dc - - - - - -] Attempt 1 to provision port 71b64fb0-b837-4a51-b20a-817456da10c9 2026-07-15 00:12:37.450 10 INFO neutron.plugins.ml2.plugin [None req-4115b850-e86c-472a-a259-6b13d5acef00 - - - - - -] Attempt 1 to provision port 269e2897-45bb-4dc9-8350-d2bad12ca336