+ 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-05-09 13:28:45.298 1 INFO neutron.common.config [-] Logging enabled! 2026-05-09 13:28:45.299 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 23.5.0 2026-05-09 13:28:45.299 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-09 13:28:45.299 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-09 13:28:46.126 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-09 13:28:46.128 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-09 13:28:46.131 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-05-09 13:28:46.132 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-09 13:28:46.132 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-09 13:28:46.132 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-09 13:28:46.132 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-09 13:28:46.137 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-09 13:28:46.138 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-09 13:28:46.138 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-09 13:28:46.155 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-09 13:28:46.156 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-09 13:28:46.156 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-09 13:28:46.186 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-09 13:28:46.186 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-09 13:28:46.187 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-09 13:28:46.187 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-09 13:28:46.192 1 WARNING oslo_policy.policy [None req-d155c320-1f3f-4575-a6a3-e249e3a7a1e7 - - - - - -] 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-05-09 13:28:46.450 1 INFO neutron.plugins.ml2.managers [None req-d155c320-1f3f-4575-a6a3-e249e3a7a1e7 - - - - - -] Initializing driver for type 'vlan' 2026-05-09 13:28:46.707 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-d155c320-1f3f-4575-a6a3-e249e3a7a1e7 - - - - - -] VlanTypeDriver initialization complete 2026-05-09 13:28:46.707 1 INFO neutron.plugins.ml2.managers [None req-d155c320-1f3f-4575-a6a3-e249e3a7a1e7 - - - - - -] Initializing driver for type 'vxlan' 2026-05-09 13:28:46.707 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-d155c320-1f3f-4575-a6a3-e249e3a7a1e7 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-09 13:28:46.745 1 INFO neutron.plugins.ml2.managers [None req-d155c320-1f3f-4575-a6a3-e249e3a7a1e7 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-09 13:28:46.746 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-d155c320-1f3f-4575-a6a3-e249e3a7a1e7 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-09 13:28:46.746 1 INFO neutron.plugins.ml2.managers [None req-d155c320-1f3f-4575-a6a3-e249e3a7a1e7 - - - - - -] Initializing extension driver 'port_security' 2026-05-09 13:28:46.746 1 INFO neutron.plugins.ml2.extensions.port_security [None req-d155c320-1f3f-4575-a6a3-e249e3a7a1e7 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-09 13:28:46.746 1 INFO neutron.plugins.ml2.managers [None req-d155c320-1f3f-4575-a6a3-e249e3a7a1e7 - - - - - -] Initializing extension driver 'qos' 2026-05-09 13:28:46.746 1 INFO neutron.plugins.ml2.managers [None req-d155c320-1f3f-4575-a6a3-e249e3a7a1e7 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-09 13:28:46.747 1 INFO neutron.plugins.ml2.managers [None req-d155c320-1f3f-4575-a6a3-e249e3a7a1e7 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-09 13:28:46.760 1 INFO neutron.quota [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded quota_driver: . 2026-05-09 13:28:46.761 1 INFO neutron.plugins.ml2.plugin [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Modular L2 Plugin initialization complete 2026-05-09 13:28:46.761 1 INFO neutron.plugins.ml2.managers [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-09 13:28:46.761 1 INFO neutron.plugins.ml2.managers [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-09 13:28:46.762 1 INFO neutron.plugins.ml2.managers [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-09 13:28:46.762 1 INFO neutron.extensions.vlantransparent [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Disabled vlantransparent extension. 2026-05-09 13:28:46.762 1 INFO neutron.manager [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loading Plugin: qos 2026-05-09 13:28:46.772 1 INFO neutron.manager [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loading Plugin: router 2026-05-09 13:28:46.801 1 INFO neutron.services.service_base [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-09 13:28:46.801 1 INFO neutron.manager [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loading Plugin: segments 2026-05-09 13:28:46.864 1 INFO neutron.manager [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loading Plugin: trunk 2026-05-09 13:28:46.923 1 INFO neutron.manager [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loading Plugin: vpnaas 2026-05-09 13:28:46.957 1 WARNING stevedore.named [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-09 13:28:47.014 1 INFO neutron_vpnaas.services.vpn.plugin [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-09 13:28:47.014 1 INFO neutron.common.utils [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-09 13:28:47.014 1 INFO neutron.manager [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loading Plugin: auto_allocate 2026-05-09 13:28:47.019 1 INFO neutron.manager [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loading Plugin: tag 2026-05-09 13:28:47.024 1 INFO neutron.manager [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loading Plugin: timestamp 2026-05-09 13:28:47.027 1 INFO neutron.manager [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loading Plugin: network_ip_availability 2026-05-09 13:28:47.030 1 INFO neutron.manager [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loading Plugin: flavors 2026-05-09 13:28:47.032 1 INFO neutron.manager [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loading Plugin: revisions 2026-05-09 13:28:47.034 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Initializing extension manager. 2026-05-09 13:28:47.035 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: address-group 2026-05-09 13:28:47.036 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: address-scope 2026-05-09 13:28:47.036 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-09 13:28:47.037 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: agent 2026-05-09 13:28:47.038 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: agent-resources-synced 2026-05-09 13:28:47.039 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-09 13:28:47.039 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-09 13:28:47.040 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: availability_zone 2026-05-09 13:28:47.040 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: availability_zone_filter 2026-05-09 13:28:47.041 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-09 13:28:47.041 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: default-subnetpools 2026-05-09 13:28:47.042 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-09 13:28:47.043 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: dns-integration 2026-05-09 13:28:47.043 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: dns-domain-ports 2026-05-09 13:28:47.044 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-09 13:28:47.044 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: dvr 2026-05-09 13:28:47.045 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-09 13:28:47.045 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: empty-string-filtering 2026-05-09 13:28:47.046 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-09 13:28:47.046 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-09 13:28:47.046 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: external-net 2026-05-09 13:28:47.047 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-09 13:28:47.047 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: extraroute 2026-05-09 13:28:47.048 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: extraroute-atomic 2026-05-09 13:28:47.048 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-09 13:28:47.049 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-09 13:28:47.049 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-09 13:28:47.050 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-09 13:28:47.050 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: fip-port-details 2026-05-09 13:28:47.051 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: flavors 2026-05-09 13:28:47.052 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-09 13:28:47.052 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: floatingip-pools 2026-05-09 13:28:47.053 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: ip_allocation 2026-05-09 13:28:47.053 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-09 13:28:47.054 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: l2_adjacency 2026-05-09 13:28:47.054 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: router 2026-05-09 13:28:47.056 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-09 13:28:47.056 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: ext-gw-mode 2026-05-09 13:28:47.057 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: l3-ha 2026-05-09 13:28:47.057 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-09 13:28:47.058 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-09 13:28:47.058 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: l3-flavors 2026-05-09 13:28:47.059 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-09 13:28:47.059 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-09 13:28:47.061 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-09 13:28:47.062 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-09 13:28:47.062 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-09 13:28:47.063 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-09 13:28:47.064 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-09 13:28:47.064 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: multi-provider 2026-05-09 13:28:47.065 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: net-mtu 2026-05-09 13:28:47.065 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: net-mtu-writable 2026-05-09 13:28:47.066 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: network_availability_zone 2026-05-09 13:28:47.066 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: network_ha 2026-05-09 13:28:47.067 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: network-ip-availability 2026-05-09 13:28:47.067 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-09 13:28:47.068 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: pagination 2026-05-09 13:28:47.068 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: port-device-profile 2026-05-09 13:28:47.069 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-09 13:28:47.069 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-09 13:28:47.070 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: port-mac-override 2026-05-09 13:28:47.070 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-09 13:28:47.071 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-09 13:28:47.071 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: port-resource-request 2026-05-09 13:28:47.072 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-09 13:28:47.072 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: binding 2026-05-09 13:28:47.073 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: binding-extended 2026-05-09 13:28:47.073 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: port-security 2026-05-09 13:28:47.074 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: project-id 2026-05-09 13:28:47.074 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: provider 2026-05-09 13:28:47.076 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: qos 2026-05-09 13:28:47.077 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-09 13:28:47.077 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-09 13:28:47.078 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: qos-default 2026-05-09 13:28:47.078 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: qos-fip 2026-05-09 13:28:47.078 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-09 13:28:47.079 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-09 13:28:47.079 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-09 13:28:47.080 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-09 13:28:47.080 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-09 13:28:47.081 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: qos-pps 2026-05-09 13:28:47.082 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-09 13:28:47.082 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-09 13:28:47.083 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: qos-rules-alias 2026-05-09 13:28:47.083 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: quota-check-limit 2026-05-09 13:28:47.085 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: quotas 2026-05-09 13:28:47.087 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: quota_details 2026-05-09 13:28:47.088 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: rbac-policies 2026-05-09 13:28:47.088 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: rbac-address-group 2026-05-09 13:28:47.089 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: rbac-address-scope 2026-05-09 13:28:47.089 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: rbac-security-groups 2026-05-09 13:28:47.090 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-09 13:28:47.090 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: revision-if-match 2026-05-09 13:28:47.091 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-09 13:28:47.091 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: router_availability_zone 2026-05-09 13:28:47.092 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-09 13:28:47.093 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-09 13:28:47.093 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-09 13:28:47.094 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-09 13:28:47.094 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-09 13:28:47.095 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-09 13:28:47.102 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: security-group 2026-05-09 13:28:47.103 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: segment 2026-05-09 13:28:47.103 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-09 13:28:47.104 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: service-type 2026-05-09 13:28:47.104 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: sorting 2026-05-09 13:28:47.105 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: standard-attr-segment 2026-05-09 13:28:47.105 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: standard-attr-description 2026-05-09 13:28:47.106 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: stateful-security-group 2026-05-09 13:28:47.106 1 WARNING neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-05-09 13:28:47.107 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-09 13:28:47.107 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: subnet_onboard 2026-05-09 13:28:47.108 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-09 13:28:47.108 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: subnet-service-types 2026-05-09 13:28:47.109 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: subnet_allocation 2026-05-09 13:28:47.109 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-09 13:28:47.110 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-09 13:28:47.112 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: standard-attr-tag 2026-05-09 13:28:47.113 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-09 13:28:47.113 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: trunk 2026-05-09 13:28:47.114 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: trunk-details 2026-05-09 13:28:47.114 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-09 13:28:47.115 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-09 13:28:47.115 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-09 13:28:47.116 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: vpn-flavors 2026-05-09 13:28:47.117 1 INFO neutron.api.extensions [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Loaded extension: vpnaas 2026-05-09 13:28:47.120 1 INFO oslo_service.service [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Starting 2 workers 2026-05-09 13:28:47.124 1 INFO oslo_service.service [None req-c35eae4a-c013-466a-9733-2e79fbd04559 - - - - - -] Starting 1 workers 2026-05-09 13:29:21.247 9 INFO neutron.db.l3_hamode_db [None req-ee780997-70d9-43ef-87ef-f5c3c702165c - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 13:29:32.045 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port c7fa9216-b2fb-4ed2-bd21-4b97b5270393 2026-05-09 13:29:32.736 9 INFO neutron.plugins.ml2.plugin [None req-fa924637-f1c6-4014-9fca-3c1159688333 - - - - - -] Attempt 1 to provision port c7fa9216-b2fb-4ed2-bd21-4b97b5270393 2026-05-09 13:29:33.974 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port c7fa9216-b2fb-4ed2-bd21-4b97b5270393 2026-05-09 13:33:50.208 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port c67bac92-a9d9-402f-8b37-390237cec07a 2026-05-09 13:33:51.299 10 INFO neutron.plugins.ml2.plugin [None req-fb503586-f20b-4eb5-bb98-1fa2d5f85a54 - - - - - -] Attempt 1 to provision port c67bac92-a9d9-402f-8b37-390237cec07a 2026-05-09 13:33:52.173 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port c67bac92-a9d9-402f-8b37-390237cec07a 2026-05-09 13:33:58.534 9 INFO neutron.plugins.ml2.plugin [None req-bcf2e91a-b59e-4be8-af0f-06a3814b4825 - - - - - -] Attempt 1 to provision port 263888f9-6b04-4d64-a7c1-f2deda847418 2026-05-09 13:37:36.451 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 263888f9-6b04-4d64-a7c1-f2deda847418 2026-05-09 13:37:38.330 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 263888f9-6b04-4d64-a7c1-f2deda847418 2026-05-09 13:48:34.791 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 4d64d387-f2da-4ea8-95da-77d95c1d1a24 2026-05-09 13:48:36.784 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 4d64d387-f2da-4ea8-95da-77d95c1d1a24 2026-05-09 14:03:53.251 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port f42c5c3d-a179-488c-8cf1-729f48d5abd5 2026-05-09 14:03:53.987 10 INFO neutron.plugins.ml2.plugin [None req-84739baa-eec1-48a6-a98b-0f003c6022c4 - - - - - -] Attempt 1 to provision port e8b9ee06-c489-40ae-91e2-9c042cef273b 2026-05-09 14:03:54.634 9 INFO neutron.plugins.ml2.plugin [None req-afe0a56c-c661-46ab-a749-e088ab09826e - - - - - -] Attempt 1 to provision port d5286ed0-7e41-4f81-ad16-65d72481c5d7 2026-05-09 14:03:54.884 10 INFO neutron.plugins.ml2.plugin [None req-3ad9d1d7-83d6-42f4-8ac3-4d4161b91c70 - - - - - -] Attempt 1 to provision port f42c5c3d-a179-488c-8cf1-729f48d5abd5 2026-05-09 14:03:55.312 10 INFO neutron.plugins.ml2.plugin [None req-33560bc1-f8d6-4622-ac00-c26d4e4a9a98 - - - - - -] Attempt 1 to provision port fc5149e4-a73a-4d69-86b7-e9d734ef324b 2026-05-09 14:03:55.359 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 5205c8c5-6c33-4d1e-b218-102830066f79 2026-05-09 14:03:55.869 10 INFO neutron.plugins.ml2.plugin [None req-355e4883-02df-4617-b324-b4f6f31dec74 - - - - - -] Attempt 1 to provision port 5205c8c5-6c33-4d1e-b218-102830066f79 2026-05-09 14:03:56.285 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port fc5149e4-a73a-4d69-86b7-e9d734ef324b 2026-05-09 14:03:56.689 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port f42c5c3d-a179-488c-8cf1-729f48d5abd5 2026-05-09 14:03:56.896 9 INFO neutron.plugins.ml2.plugin [None req-20b17e0f-2f81-4f28-9905-6cbf429d87d0 - - - - - -] Attempt 1 to provision port 280deaf4-b09b-467d-aa72-e4c479604493 2026-05-09 14:03:57.063 10 INFO neutron.plugins.ml2.plugin [None req-d711db2c-0a76-4046-b393-172986e17c4c - - - - - -] Attempt 1 to provision port 1f3e63ff-1f96-471e-8d42-8f5b95913e83 2026-05-09 14:03:57.190 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 5205c8c5-6c33-4d1e-b218-102830066f79 2026-05-09 14:03:57.527 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port fc5149e4-a73a-4d69-86b7-e9d734ef324b 2026-05-09 14:03:57.609 9 INFO neutron.plugins.ml2.plugin [None req-f90a1437-a143-4820-b6cd-06ee02a7dd6a - - - - - -] Attempt 1 to provision port 1f3e63ff-1f96-471e-8d42-8f5b95913e83 2026-05-09 14:03:58.452 9 INFO neutron.plugins.ml2.plugin [None req-1d42275b-9dcc-4223-ad40-0f514e05c481 - - - - - -] Attempt 1 to provision port e85955d8-27b3-498c-b5b8-8a32d1c5c149 2026-05-09 14:03:59.095 10 INFO neutron.plugins.ml2.plugin [None req-049f5779-2c24-4f43-bb55-158918ebeab3 - - - - - -] Attempt 1 to provision port e85955d8-27b3-498c-b5b8-8a32d1c5c149 2026-05-09 14:03:59.248 9 INFO neutron.plugins.ml2.plugin [None req-d8f27e88-3006-4ba8-8e43-66a352e5c809 - - - - - -] Attempt 1 to provision port 6d828c06-26a1-4282-a41f-fe1411fb3a2b 2026-05-09 14:03:59.801 9 INFO neutron.plugins.ml2.plugin [None req-dd80d5a1-a8cf-4886-baf4-01518a0576f2 - - - - - -] Attempt 1 to provision port 6d828c06-26a1-4282-a41f-fe1411fb3a2b 2026-05-09 14:04:02.161 9 INFO neutron.plugins.ml2.plugin [None req-49c91b46-f1ba-44e7-a56b-c849eb15377a - - - - - -] Attempt 1 to provision port 88e5abec-1d81-4615-ae7a-fdfefefb21e9 2026-05-09 14:04:03.208 10 INFO neutron.plugins.ml2.plugin [None req-a2532496-253d-4507-a78f-cbb1eaa061c0 - - - - - -] Attempt 1 to provision port 356b9602-be2d-4aab-9e80-8ff330ad6263 2026-05-09 14:04:03.211 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 356b9602-be2d-4aab-9e80-8ff330ad6263 2026-05-09 14:04:04.620 9 INFO neutron.plugins.ml2.plugin [None req-a244abf3-a692-46aa-9633-92aa8a48e938 - - - - - -] Attempt 1 to provision port 2a2e835e-3941-4dd0-86c4-a4037c898f52 2026-05-09 14:04:05.097 9 INFO neutron.plugins.ml2.plugin [None req-36bead8f-8ba0-4bac-bd27-1bc79b629122 - - - - - -] Attempt 1 to provision port 2a2e835e-3941-4dd0-86c4-a4037c898f52 2026-05-09 14:04:05.287 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 356b9602-be2d-4aab-9e80-8ff330ad6263 /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-05-09 14:04:07.360 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 5a755fb7-d9bc-4eb4-af54-89f486d8b13c 2026-05-09 14:04:07.935 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port fabb791a-74fa-4199-b24b-8a61170ef78b 2026-05-09 14:04:08.584 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 306a5c22-217e-4167-bd9a-830c3f2e7e64 2026-05-09 14:04:08.597 9 INFO neutron.plugins.ml2.plugin [None req-3e8d50f4-cf40-458f-ad04-c44dc8b454a7 - - - - - -] Attempt 1 to provision port e240af51-57f5-406a-8aff-c5c6d43ee41e 2026-05-09 14:04:08.649 9 INFO neutron.plugins.ml2.plugin [None req-3e8d50f4-cf40-458f-ad04-c44dc8b454a7 - - - - - -] Attempt 1 to provision port 016169a0-eb25-4d21-ad3f-cd122ea2721d 2026-05-09 14:04:09.721 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 5a755fb7-d9bc-4eb4-af54-89f486d8b13c 2026-05-09 14:04:10.075 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port fabb791a-74fa-4199-b24b-8a61170ef78b 2026-05-09 14:04:10.400 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 306a5c22-217e-4167-bd9a-830c3f2e7e64 2026-05-09 14:04:11.327 10 INFO neutron.plugins.ml2.plugin [None req-dfdbac0e-c742-4fd5-b43d-1e069fafc54a - - - - - -] Attempt 1 to provision port 5a231314-bc18-4a15-acb0-b2d1262c646f 2026-05-09 14:04:13.114 9 INFO neutron.plugins.ml2.plugin [None req-c4867eb4-fb16-480a-82ff-3ad7b714db05 - - - - - -] Attempt 1 to provision port f5f3eeb9-1ac8-496c-8ba0-56bbd8c26ae4 2026-05-09 14:04:13.620 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port ff498bbc-3cb6-4a9f-9e0c-15851673808e 2026-05-09 14:04:14.011 10 INFO neutron.plugins.ml2.plugin [None req-fcb99977-f223-4dd8-aa6c-bc80d89afa59 - - - - - -] Attempt 1 to provision port ff498bbc-3cb6-4a9f-9e0c-15851673808e 2026-05-09 14:04:15.834 9 INFO neutron.plugins.ml2.plugin [None req-7280e156-1083-4e72-a2d9-99ee51a2cade - - - - - -] Attempt 1 to provision port 05181ae9-439b-43b2-98ed-b469751d1f50 2026-05-09 14:04:15.921 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 5a231314-bc18-4a15-acb0-b2d1262c646f 2026-05-09 14:04:16.391 10 INFO neutron.plugins.ml2.plugin [None req-0aba7f74-a029-44dc-870f-cfaa1ee2672e - - - - - -] Attempt 1 to provision port 05181ae9-439b-43b2-98ed-b469751d1f50 2026-05-09 14:04:16.489 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port ff498bbc-3cb6-4a9f-9e0c-15851673808e 2026-05-09 14:04:16.552 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-eef0cda8-8b8c-4286-8284-8fd499b0bfc7'] response: {'server_uuid': '3599f47a-6557-4e69-9c34-4263a90a70fd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5a231314-bc18-4a15-acb0-b2d1262c646f', 'code': 200} 2026-05-09 14:04:16.835 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 016169a0-eb25-4d21-ad3f-cd122ea2721d 2026-05-09 14:04:17.365 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port e240af51-57f5-406a-8aff-c5c6d43ee41e 2026-05-09 14:04:18.301 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 5a231314-bc18-4a15-acb0-b2d1262c646f 2026-05-09 14:04:18.602 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff304f71-d266-4548-ac6f-af3d5890542c'] response: {'server_uuid': '319fb28d-81ce-4b0c-b91e-c05ff66945b8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '016169a0-eb25-4d21-ad3f-cd122ea2721d', 'code': 200} 2026-05-09 14:04:18.603 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff304f71-d266-4548-ac6f-af3d5890542c'] response: {'server_uuid': 'e8f47876-58dd-4d44-85f9-b914e1586d3d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e240af51-57f5-406a-8aff-c5c6d43ee41e', 'code': 200} 2026-05-09 14:04:18.640 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 016169a0-eb25-4d21-ad3f-cd122ea2721d 2026-05-09 14:04:18.962 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 3deb5923-2e16-4e86-b8af-95a02651b0c3 2026-05-09 14:04:19.490 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port e240af51-57f5-406a-8aff-c5c6d43ee41e 2026-05-09 14:04:20.143 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 3deb5923-2e16-4e86-b8af-95a02651b0c3 2026-05-09 14:04:22.667 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-60f682d8-77be-4fc2-9c96-b86ab8a0d7f9'] response: {'server_uuid': '3599f47a-6557-4e69-9c34-4263a90a70fd', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '5a231314-bc18-4a15-acb0-b2d1262c646f', 'code': 200} 2026-05-09 14:04:28.007 10 INFO neutron.plugins.ml2.plugin [None req-3536d1fd-1a02-4402-8f24-7aa2e24c908b - - - - - -] Attempt 1 to provision port 362364d8-878c-4135-8dba-547572c35dfa 2026-05-09 14:04:28.148 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 005958a6-e280-481f-b425-a3c287048cb8 2026-05-09 14:04:29.057 10 INFO neutron.plugins.ml2.plugin [None req-243a27fa-0026-4ab0-aba9-5fb38eb6a3b4 - - - - - -] Attempt 1 to provision port 005958a6-e280-481f-b425-a3c287048cb8 2026-05-09 14:04:30.193 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 005958a6-e280-481f-b425-a3c287048cb8 2026-05-09 14:04:30.848 9 INFO neutron.plugins.ml2.plugin [None req-5faedad1-73a8-4a60-aea2-7c90fc6cda4c - - - - - -] Attempt 1 to provision port a580f6af-2927-4f88-9664-29c10cff91e3 2026-05-09 14:04:31.510 9 INFO neutron.plugins.ml2.plugin [None req-3c2b3cbf-76b3-41e5-a844-d3bc72d77ad4 - - - - - -] Attempt 1 to provision port a580f6af-2927-4f88-9664-29c10cff91e3 2026-05-09 14:04:32.058 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 57ded92c-717e-4da8-a16a-073acf3e916f 2026-05-09 14:04:34.080 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 57ded92c-717e-4da8-a16a-073acf3e916f 2026-05-09 14:04:36.156 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 6d828c06-26a1-4282-a41f-fe1411fb3a2b 2026-05-09 14:04:36.505 10 INFO neutron.plugins.ml2.plugin [None req-39ed7727-8044-488a-ad3e-8ff42d8cd923 - - - - - -] Attempt 1 to provision port b4eab3c0-87d9-464f-870e-3f3a7edad1c9 2026-05-09 14:04:36.740 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 280deaf4-b09b-467d-aa72-e4c479604493 2026-05-09 14:04:36.859 10 INFO neutron.plugins.ml2.plugin [None req-9d5b70e5-54dd-4d5c-aa1a-5eb237ba7b19 - - - - - -] Attempt 1 to provision port 9aa239e3-dece-4996-a5ab-17518df4eb0b 2026-05-09 14:04:37.526 10 INFO neutron.plugins.ml2.plugin [None req-9487a09e-2593-425b-b1a4-1aa545fed18b - - - - - -] Attempt 1 to provision port 2cacf27f-00f3-4eb4-b56d-199df2486c6e 2026-05-09 14:04:38.114 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 6d828c06-26a1-4282-a41f-fe1411fb3a2b 2026-05-09 14:04:38.380 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 2cacf27f-00f3-4eb4-b56d-199df2486c6e 2026-05-09 14:04:38.819 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 280deaf4-b09b-467d-aa72-e4c479604493 2026-05-09 14:04:38.958 9 INFO neutron.plugins.ml2.plugin [None req-e65fcb76-18b3-4d90-957f-4574b69fc492 - - - - - -] Attempt 1 to provision port 9bc985f8-98c2-4b34-9f6d-9c4dbbb480b2 2026-05-09 14:04:39.241 9 INFO neutron.plugins.ml2.plugin [None req-2f936aa9-ad1f-4d32-b424-69d7becd6cbd - - - - - -] Attempt 1 to provision port e240af51-57f5-406a-8aff-c5c6d43ee41e 2026-05-09 14:04:39.541 9 INFO neutron.plugins.ml2.plugin [None req-6ce2a881-7523-4ded-9d1e-aabf9c257afb - - - - - -] Attempt 1 to provision port 9bc985f8-98c2-4b34-9f6d-9c4dbbb480b2 2026-05-09 14:04:40.223 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 9aa239e3-dece-4996-a5ab-17518df4eb0b 2026-05-09 14:04:40.717 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 2cacf27f-00f3-4eb4-b56d-199df2486c6e 2026-05-09 14:04:40.948 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a377e76-2f19-4148-9afd-25a84a22d673'] response: {'server_uuid': 'f9750704-dba0-466e-9471-2c0c657f04f8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9aa239e3-dece-4996-a5ab-17518df4eb0b', 'code': 200} 2026-05-09 14:04:40.971 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port df9509d8-5386-4a6b-b8f8-07f534062c59 2026-05-09 14:04:41.578 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port e240af51-57f5-406a-8aff-c5c6d43ee41e 2026-05-09 14:04:42.084 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 9aa239e3-dece-4996-a5ab-17518df4eb0b 2026-05-09 14:04:42.228 10 INFO neutron.plugins.ml2.plugin [None req-05b4cf52-78fb-4b54-8c82-36a8ebe94971 - - - - - -] Attempt 1 to provision port e240af51-57f5-406a-8aff-c5c6d43ee41e 2026-05-09 14:04:42.439 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port df9509d8-5386-4a6b-b8f8-07f534062c59 2026-05-09 14:04:43.159 10 INFO neutron.plugins.ml2.plugin [None req-9a1ccb32-e319-4ec8-926d-0439e3ea292b - - - - - -] Attempt 1 to provision port 7ddda074-6dd7-4556-9558-c8645459de93 2026-05-09 14:04:44.158 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port e240af51-57f5-406a-8aff-c5c6d43ee41e 2026-05-09 14:04:46.254 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 7ddda074-6dd7-4556-9558-c8645459de93 2026-05-09 14:04:46.424 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-47b31f14-4ac9-4ce0-916f-722b84a09e97'] response: {'server_uuid': 'ffd8b954-b380-4787-939f-14acd26ca3a4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7ddda074-6dd7-4556-9558-c8645459de93', 'code': 200} 2026-05-09 14:04:48.257 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 362364d8-878c-4135-8dba-547572c35dfa 2026-05-09 14:04:48.724 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port a580f6af-2927-4f88-9664-29c10cff91e3 2026-05-09 14:04:50.405 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 362364d8-878c-4135-8dba-547572c35dfa 2026-05-09 14:04:50.628 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port a580f6af-2927-4f88-9664-29c10cff91e3 /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-05-09 14:04:56.078 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port feaeab74-b320-44ff-82a6-ba1c5057c0da 2026-05-09 14:04:56.425 10 INFO neutron.plugins.ml2.plugin [None req-ccbd2ed9-ff50-4491-8c88-cd0478a40151 - - - - - -] Attempt 1 to provision port 6b7dcc79-e166-4b80-928f-9b9344830c26 2026-05-09 14:04:56.787 10 INFO neutron.plugins.ml2.plugin [None req-773ecb9d-1a3f-4332-80ac-0055f097f5c1 - - - - - -] Attempt 1 to provision port feaeab74-b320-44ff-82a6-ba1c5057c0da 2026-05-09 14:04:58.085 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-acbb6ece-f1cf-48b0-b5d6-41d745bb76a7'] response: {'server_uuid': 'f9750704-dba0-466e-9471-2c0c657f04f8', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '9aa239e3-dece-4996-a5ab-17518df4eb0b', 'code': 200} 2026-05-09 14:04:58.832 9 INFO neutron.plugins.ml2.plugin [None req-a0f2172d-97f5-4d29-9b7b-0ca384301606 - - - - - -] Attempt 1 to provision port 7067c9a7-1ca0-471b-8c48-6e74072b8e66 2026-05-09 14:04:58.892 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 9aa239e3-dece-4996-a5ab-17518df4eb0b 2026-05-09 14:04:59.094 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-a3e66ea9-a255-4aa8-bf2e-3fbb9cf5219a'] response: {'server_uuid': 'f9750704-dba0-466e-9471-2c0c657f04f8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9aa239e3-dece-4996-a5ab-17518df4eb0b', 'code': 200} 2026-05-09 14:04:59.425 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port feaeab74-b320-44ff-82a6-ba1c5057c0da 2026-05-09 14:04:59.796 9 INFO neutron.plugins.ml2.plugin [None req-3a77a68d-f90b-4cac-8915-6fbc3d2ed1cd - - - - - -] Attempt 1 to provision port 7067c9a7-1ca0-471b-8c48-6e74072b8e66 2026-05-09 14:05:00.176 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 9aa239e3-dece-4996-a5ab-17518df4eb0b 2026-05-09 14:05:00.548 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 6db5081a-5487-41fe-a152-a7ad96e0ef24 2026-05-09 14:05:02.039 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 6db5081a-5487-41fe-a152-a7ad96e0ef24 2026-05-09 14:05:02.262 9 INFO neutron.plugins.ml2.plugin [None req-82ffed94-c6f2-41ba-9362-7ccaf7704bae - - - - - -] Attempt 1 to provision port 1c0a2633-0cef-428f-835c-c59c46dc8716 2026-05-09 14:05:07.246 9 INFO neutron.plugins.ml2.plugin [None req-105afcd7-14e2-4ec4-ba66-624ff86c21a2 - - - - - -] Attempt 1 to provision port c2306e83-3a8e-48b8-91c2-8c863e2cd83f 2026-05-09 14:05:10.237 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port c2306e83-3a8e-48b8-91c2-8c863e2cd83f 2026-05-09 14:05:10.401 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6c04841-6886-4c12-bacb-5bf1c1849c43'] response: {'server_uuid': '721141f7-6ceb-44b8-a38b-68a95f8f3cd3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c2306e83-3a8e-48b8-91c2-8c863e2cd83f', 'code': 200} 2026-05-09 14:05:12.115 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port c2306e83-3a8e-48b8-91c2-8c863e2cd83f 2026-05-09 14:05:14.253 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-3bbaf959-be73-4491-a364-2c9a08e635fd'] response: {'server_uuid': '721141f7-6ceb-44b8-a38b-68a95f8f3cd3', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c2306e83-3a8e-48b8-91c2-8c863e2cd83f', 'code': 200} 2026-05-09 14:05:16.466 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 7067c9a7-1ca0-471b-8c48-6e74072b8e66 2026-05-09 14:05:16.587 9 INFO neutron.plugins.ml2.plugin [None req-71eb5ef0-eeb5-4b1c-a8d3-926fe14975dc - - - - - -] Attempt 1 to provision port a02ac9f9-ccc5-4fa8-beeb-ec38df0d64eb 2026-05-09 14:05:16.972 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port d12ec3cb-0f2f-4907-b715-e307fe7d592a 2026-05-09 14:05:16.999 9 INFO neutron.plugins.ml2.plugin [None req-2ba29352-2f36-4506-aad3-22ed63ea3e24 - - - - - -] Attempt 1 to provision port d12ec3cb-0f2f-4907-b715-e307fe7d592a 2026-05-09 14:05:17.428 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 6b7dcc79-e166-4b80-928f-9b9344830c26 2026-05-09 14:05:17.781 10 INFO neutron.plugins.ml2.plugin [None req-ac024646-40cc-4f22-aa9f-0f0a50523f78 - - - - - -] Attempt 1 to provision port 3fed5f65-2bc4-401f-9c1e-0b2f282df3ea 2026-05-09 14:05:17.962 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port a02ac9f9-ccc5-4fa8-beeb-ec38df0d64eb 2026-05-09 14:05:18.387 10 INFO neutron.plugins.ml2.plugin [None req-6adff975-c4ed-450f-a94d-7c38b2404352 - - - - - -] Attempt 1 to provision port 3fed5f65-2bc4-401f-9c1e-0b2f282df3ea 2026-05-09 14:05:18.545 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 7067c9a7-1ca0-471b-8c48-6e74072b8e66 2026-05-09 14:05:18.786 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 6b7dcc79-e166-4b80-928f-9b9344830c26 2026-05-09 14:05:18.981 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port d12ec3cb-0f2f-4907-b715-e307fe7d592a 2026-05-09 14:05:19.286 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port a02ac9f9-ccc5-4fa8-beeb-ec38df0d64eb 2026-05-09 14:05:20.153 9 INFO neutron.plugins.ml2.plugin [None req-abb18bf7-2e5d-48d2-b4d8-c7c095190a9a - - - - - -] Attempt 1 to provision port c527c6c4-df02-47f7-91f4-b5cfa9e0d338 2026-05-09 14:05:20.920 10 INFO neutron.plugins.ml2.plugin [None req-2b58c4d3-b941-4109-b2de-d843c6ef25c2 - - - - - -] Attempt 1 to provision port c527c6c4-df02-47f7-91f4-b5cfa9e0d338 /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-05-09 14:05:28.598 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port f8f66ffc-eeab-42c0-b49f-4de57fa09205 2026-05-09 14:05:29.337 9 INFO neutron.plugins.ml2.plugin [None req-6113e00f-ee3a-4d4b-b759-39c19dc47a8a - - - - - -] Attempt 1 to provision port 95956ede-d91a-470d-848a-64e4948409ce 2026-05-09 14:05:29.374 9 INFO neutron.plugins.ml2.plugin [None req-6113e00f-ee3a-4d4b-b759-39c19dc47a8a - - - - - -] Attempt 1 to provision port f8f66ffc-eeab-42c0-b49f-4de57fa09205 2026-05-09 14:05:30.497 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port f8f66ffc-eeab-42c0-b49f-4de57fa09205 2026-05-09 14:05:30.771 10 INFO neutron.plugins.ml2.plugin [None req-696d5998-8223-4b3f-86b3-f16cf9f5a127 - - - - - -] Attempt 1 to provision port 95956ede-d91a-470d-848a-64e4948409ce 2026-05-09 14:05:31.119 10 INFO neutron.plugins.ml2.plugin [None req-1d37e0fa-3ee0-4206-a3b7-542a7939e198 - - - - - -] Attempt 1 to provision port 95956ede-d91a-470d-848a-64e4948409ce 2026-05-09 14:05:36.410 10 INFO neutron.plugins.ml2.plugin [None req-ee9ccfa0-eda7-4dd2-b2fd-5a05a0c891ef - - - - - -] Attempt 1 to provision port 8df54181-8336-40f4-8c7d-22db10221317 2026-05-09 14:05:36.518 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 8df54181-8336-40f4-8c7d-22db10221317 2026-05-09 14:05:37.334 9 INFO neutron.plugins.ml2.plugin [None req-8d16a12a-68df-4117-bff4-646354109d48 - - - - - -] Attempt 1 to provision port d46d7171-b689-4f34-aa80-1744d5f87c9e 2026-05-09 14:05:37.689 10 INFO neutron.plugins.ml2.plugin [None req-ced35cb5-4506-4ed2-931c-304d5edb366a - - - - - -] Attempt 1 to provision port d94769e6-84bb-45e5-9733-05bdfb0fd48a 2026-05-09 14:05:37.933 9 INFO neutron.plugins.ml2.plugin [None req-3a0f0c65-db6f-4d6d-ac68-f4ef3259cd31 - - - - - -] Attempt 1 to provision port d46d7171-b689-4f34-aa80-1744d5f87c9e 2026-05-09 14:05:38.580 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 8df54181-8336-40f4-8c7d-22db10221317 2026-05-09 14:05:38.679 10 INFO neutron.plugins.ml2.plugin [None req-18b50df7-0371-45ae-97c0-7b1c36e35261 - - - - - -] Attempt 1 to provision port 765745f4-a9d9-46d1-a553-2f26a951ea8b 2026-05-09 14:05:38.811 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 765745f4-a9d9-46d1-a553-2f26a951ea8b 2026-05-09 14:05:40.539 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 765745f4-a9d9-46d1-a553-2f26a951ea8b 2026-05-09 14:05:40.551 10 INFO neutron.plugins.ml2.plugin [None req-be96e19e-7f65-485f-bd5b-f7202db701b7 - - - - - -] Attempt 1 to provision port c9d7d32c-8f34-46c1-ad49-1c3dceb23b8e 2026-05-09 14:05:41.211 9 INFO neutron.plugins.ml2.plugin [None req-299ea04f-5a8c-4edb-aa37-bcb5bd623e25 - - - - - -] Attempt 1 to provision port c9d7d32c-8f34-46c1-ad49-1c3dceb23b8e /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-05-09 14:05:42.513 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 74227cc7-e6fa-409c-b86a-d9a4d5c52f07 2026-05-09 14:05:43.070 9 INFO neutron.plugins.ml2.plugin [None req-6406b656-dcd4-4548-9e7b-195d5e319607 - - - - - -] Attempt 1 to provision port f9454b86-82d8-4838-b05d-f88a60a6e202 2026-05-09 14:05:44.556 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 5d7171c2-a1ae-4f85-ab54-86b8c00e0a00 2026-05-09 14:05:44.840 9 INFO neutron.plugins.ml2.plugin [None req-8bb13d0e-4af9-4940-a157-bb8b08b64c31 - - - - - -] Attempt 1 to provision port 3d8b189a-37fb-4bb4-a7a9-4b53c6780b50 2026-05-09 14:05:45.208 10 INFO neutron.plugins.ml2.plugin [None req-0eec8cd5-386e-4f00-a54e-cd47728ff20f - - - - - -] Attempt 1 to provision port 5d7171c2-a1ae-4f85-ab54-86b8c00e0a00 2026-05-09 14:05:45.286 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 74227cc7-e6fa-409c-b86a-d9a4d5c52f07 2026-05-09 14:05:46.594 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 5d7171c2-a1ae-4f85-ab54-86b8c00e0a00 2026-05-09 14:05:47.600 10 INFO neutron.plugins.ml2.plugin [None req-5411c389-c545-4f05-8d1b-c6cc02ee1c4f - - - - - -] Attempt 1 to provision port 2abed8de-7667-49c9-be81-634fc634f0ce 2026-05-09 14:05:48.148 10 INFO neutron.plugins.ml2.plugin [None req-3b9031ae-db48-483b-9c62-5d7754ffe547 - - - - - -] Attempt 1 to provision port 2abed8de-7667-49c9-be81-634fc634f0ce 2026-05-09 14:05:48.551 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 49c92b2e-ac1a-4a3c-ad84-9a4e69e9dd95 2026-05-09 14:05:50.544 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 49c92b2e-ac1a-4a3c-ad84-9a4e69e9dd95 2026-05-09 14:05:54.058 10 INFO neutron.plugins.ml2.plugin [None req-074b5c08-2c0e-4256-834c-f5c3d2fe8eb1 - - - - - -] Attempt 1 to provision port 554b0407-05d9-4121-9deb-b1f5a7afc40a 2026-05-09 14:05:56.687 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 554b0407-05d9-4121-9deb-b1f5a7afc40a 2026-05-09 14:05:56.938 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0a10100-c759-406d-8f86-9734651a33c6'] response: {'server_uuid': 'fac96e3d-9ce3-4cdd-b694-28bc6b1772da', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '554b0407-05d9-4121-9deb-b1f5a7afc40a', 'code': 200} 2026-05-09 14:05:58.590 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port c9d7d32c-8f34-46c1-ad49-1c3dceb23b8e 2026-05-09 14:05:58.969 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 554b0407-05d9-4121-9deb-b1f5a7afc40a 2026-05-09 14:05:59.219 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port d94769e6-84bb-45e5-9733-05bdfb0fd48a 2026-05-09 14:06:00.554 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port c9d7d32c-8f34-46c1-ad49-1c3dceb23b8e 2026-05-09 14:06:00.921 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port d94769e6-84bb-45e5-9733-05bdfb0fd48a 2026-05-09 14:06:02.634 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 5ea792b1-2e58-4bbb-a3f4-cfd075a76b48 2026-05-09 14:06:04.576 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 2abed8de-7667-49c9-be81-634fc634f0ce 2026-05-09 14:06:05.029 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 3d8b189a-37fb-4bb4-a7a9-4b53c6780b50 2026-05-09 14:06:05.900 9 INFO neutron.plugins.ml2.plugin [None req-e3c76702-56e7-4334-96ff-72b3c3a6011d - - - - - -] Attempt 1 to provision port ca40d526-baf3-4496-9bee-e996e8572fe3 2026-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ea3a3ae1-dfef-4611-aeff-fd2c019b2f4d could not be found. 2026-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:06:06.154 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-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:06:06.154 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-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:06:06.154 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-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:06:06.154 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-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:06:06.154 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-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:06:06.154 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-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.154 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-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:06:06.154 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-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.154 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-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:06:06.154 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-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:06:06.154 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-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ea3a3ae1-dfef-4611-aeff-fd2c019b2f4d could not be found. 2026-05-09 14:06:06.154 10 ERROR neutron.plugins.ml2.managers  2026-05-09 14:06:06.157 10 ERROR neutron.plugins.ml2.managers [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Failed to bind port 17a020f9-16d2-4c5d-a566-367df1dd87c4 on host instance for vnic_type normal using segments [{'id': 'cb9fe01b-3960-46d1-92b7-01d656b804a1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 732, 'network_id': '52bd703f-9874-45be-9b94-9c15c0d5a2a3'}] 2026-05-09 14:06:06.157 10 INFO neutron.plugins.ml2.plugin [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Attempt 2 to bind port 17a020f9-16d2-4c5d-a566-367df1dd87c4 2026-05-09 14:06:06.177 10 ERROR neutron.plugins.ml2.managers [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ea3a3ae1-dfef-4611-aeff-fd2c019b2f4d could not be found. 2026-05-09 14:06:06.177 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:06:06.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-05-09 14:06:06.177 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:06:06.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-05-09 14:06:06.177 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:06:06.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-05-09 14:06:06.177 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:06:06.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-05-09 14:06:06.177 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:06:06.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-05-09 14:06:06.177 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:06:06.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-05-09 14:06:06.177 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:06:06.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-05-09 14:06:06.177 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.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-05-09 14:06:06.177 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.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-05-09 14:06:06.177 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:06:06.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-05-09 14:06:06.177 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:06:06.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-05-09 14:06:06.177 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.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-05-09 14:06:06.177 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.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-05-09 14:06:06.177 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:06:06.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-05-09 14:06:06.177 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:06:06.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-05-09 14:06:06.177 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.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-05-09 14:06:06.177 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.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-05-09 14:06:06.177 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:06:06.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-05-09 14:06:06.177 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:06:06.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-05-09 14:06:06.177 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:06:06.177 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ea3a3ae1-dfef-4611-aeff-fd2c019b2f4d could not be found. 2026-05-09 14:06:06.177 10 ERROR neutron.plugins.ml2.managers  2026-05-09 14:06:06.178 10 ERROR neutron.plugins.ml2.managers [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Failed to bind port 17a020f9-16d2-4c5d-a566-367df1dd87c4 on host instance for vnic_type normal using segments [{'id': 'cb9fe01b-3960-46d1-92b7-01d656b804a1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 732, 'network_id': '52bd703f-9874-45be-9b94-9c15c0d5a2a3'}] 2026-05-09 14:06:06.178 10 INFO neutron.plugins.ml2.plugin [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Attempt 3 to bind port 17a020f9-16d2-4c5d-a566-367df1dd87c4 2026-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ea3a3ae1-dfef-4611-aeff-fd2c019b2f4d could not be found. 2026-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:06:06.196 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-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:06:06.196 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-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:06:06.196 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-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:06:06.196 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-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:06:06.196 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-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:06:06.196 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-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.196 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-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:06:06.196 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-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.196 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-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:06:06.196 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-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:06:06.196 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-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ea3a3ae1-dfef-4611-aeff-fd2c019b2f4d could not be found. 2026-05-09 14:06:06.196 10 ERROR neutron.plugins.ml2.managers  2026-05-09 14:06:06.197 10 ERROR neutron.plugins.ml2.managers [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Failed to bind port 17a020f9-16d2-4c5d-a566-367df1dd87c4 on host instance for vnic_type normal using segments [{'id': 'cb9fe01b-3960-46d1-92b7-01d656b804a1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 732, 'network_id': '52bd703f-9874-45be-9b94-9c15c0d5a2a3'}] 2026-05-09 14:06:06.198 10 INFO neutron.plugins.ml2.plugin [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Attempt 4 to bind port 17a020f9-16d2-4c5d-a566-367df1dd87c4 2026-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ea3a3ae1-dfef-4611-aeff-fd2c019b2f4d could not be found. 2026-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:06:06.221 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-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:06:06.221 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-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:06:06.221 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-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:06:06.221 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-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:06:06.221 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-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:06:06.221 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-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.221 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-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:06:06.221 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-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.221 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-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:06:06.221 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-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:06:06.221 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-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ea3a3ae1-dfef-4611-aeff-fd2c019b2f4d could not be found. 2026-05-09 14:06:06.221 10 ERROR neutron.plugins.ml2.managers  2026-05-09 14:06:06.222 10 ERROR neutron.plugins.ml2.managers [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Failed to bind port 17a020f9-16d2-4c5d-a566-367df1dd87c4 on host instance for vnic_type normal using segments [{'id': 'cb9fe01b-3960-46d1-92b7-01d656b804a1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 732, 'network_id': '52bd703f-9874-45be-9b94-9c15c0d5a2a3'}] 2026-05-09 14:06:06.222 10 INFO neutron.plugins.ml2.plugin [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Attempt 5 to bind port 17a020f9-16d2-4c5d-a566-367df1dd87c4 2026-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ea3a3ae1-dfef-4611-aeff-fd2c019b2f4d could not be found. 2026-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:06:06.242 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-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:06:06.242 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-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:06:06.242 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-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:06:06.242 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-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:06:06.242 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-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:06:06.242 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-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.242 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-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:06:06.242 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-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.242 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-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:06:06.242 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-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:06:06.242 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-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ea3a3ae1-dfef-4611-aeff-fd2c019b2f4d could not be found. 2026-05-09 14:06:06.242 10 ERROR neutron.plugins.ml2.managers  2026-05-09 14:06:06.243 10 ERROR neutron.plugins.ml2.managers [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Failed to bind port 17a020f9-16d2-4c5d-a566-367df1dd87c4 on host instance for vnic_type normal using segments [{'id': 'cb9fe01b-3960-46d1-92b7-01d656b804a1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 732, 'network_id': '52bd703f-9874-45be-9b94-9c15c0d5a2a3'}] 2026-05-09 14:06:06.243 10 INFO neutron.plugins.ml2.plugin [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Attempt 6 to bind port 17a020f9-16d2-4c5d-a566-367df1dd87c4 2026-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ea3a3ae1-dfef-4611-aeff-fd2c019b2f4d could not be found. 2026-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:06:06.269 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-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:06:06.269 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-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:06:06.269 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-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:06:06.269 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-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:06:06.269 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-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:06:06.269 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-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.269 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-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:06:06.269 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-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.269 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-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:06:06.269 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-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:06:06.269 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-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ea3a3ae1-dfef-4611-aeff-fd2c019b2f4d could not be found. 2026-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers  2026-05-09 14:06:06.269 10 ERROR neutron.plugins.ml2.managers [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Failed to bind port 17a020f9-16d2-4c5d-a566-367df1dd87c4 on host instance for vnic_type normal using segments [{'id': 'cb9fe01b-3960-46d1-92b7-01d656b804a1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 732, 'network_id': '52bd703f-9874-45be-9b94-9c15c0d5a2a3'}] 2026-05-09 14:06:06.270 10 INFO neutron.plugins.ml2.plugin [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Attempt 7 to bind port 17a020f9-16d2-4c5d-a566-367df1dd87c4 2026-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ea3a3ae1-dfef-4611-aeff-fd2c019b2f4d could not be found. 2026-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:06:06.289 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-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:06:06.289 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-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:06:06.289 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-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:06:06.289 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-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:06:06.289 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-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:06:06.289 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-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.289 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-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:06:06.289 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-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.289 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-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:06:06.289 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-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:06:06.289 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-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ea3a3ae1-dfef-4611-aeff-fd2c019b2f4d could not be found. 2026-05-09 14:06:06.289 10 ERROR neutron.plugins.ml2.managers  2026-05-09 14:06:06.290 10 ERROR neutron.plugins.ml2.managers [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Failed to bind port 17a020f9-16d2-4c5d-a566-367df1dd87c4 on host instance for vnic_type normal using segments [{'id': 'cb9fe01b-3960-46d1-92b7-01d656b804a1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 732, 'network_id': '52bd703f-9874-45be-9b94-9c15c0d5a2a3'}] 2026-05-09 14:06:06.290 10 INFO neutron.plugins.ml2.plugin [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Attempt 8 to bind port 17a020f9-16d2-4c5d-a566-367df1dd87c4 2026-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ea3a3ae1-dfef-4611-aeff-fd2c019b2f4d could not be found. 2026-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:06:06.310 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-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:06:06.310 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-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:06:06.310 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-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:06:06.310 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-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:06:06.310 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-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:06:06.310 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-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.310 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-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:06:06.310 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-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.310 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-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:06:06.310 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-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:06:06.310 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-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ea3a3ae1-dfef-4611-aeff-fd2c019b2f4d could not be found. 2026-05-09 14:06:06.310 10 ERROR neutron.plugins.ml2.managers  2026-05-09 14:06:06.311 10 ERROR neutron.plugins.ml2.managers [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Failed to bind port 17a020f9-16d2-4c5d-a566-367df1dd87c4 on host instance for vnic_type normal using segments [{'id': 'cb9fe01b-3960-46d1-92b7-01d656b804a1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 732, 'network_id': '52bd703f-9874-45be-9b94-9c15c0d5a2a3'}] 2026-05-09 14:06:06.312 10 INFO neutron.plugins.ml2.plugin [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Attempt 9 to bind port 17a020f9-16d2-4c5d-a566-367df1dd87c4 2026-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ea3a3ae1-dfef-4611-aeff-fd2c019b2f4d could not be found. 2026-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:06:06.335 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-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:06:06.335 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-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:06:06.335 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-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:06:06.335 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-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:06:06.335 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-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:06:06.335 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-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.335 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-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:06:06.335 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-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.335 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-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:06:06.335 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-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:06:06.335 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-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ea3a3ae1-dfef-4611-aeff-fd2c019b2f4d could not be found. 2026-05-09 14:06:06.335 10 ERROR neutron.plugins.ml2.managers  2026-05-09 14:06:06.336 10 ERROR neutron.plugins.ml2.managers [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Failed to bind port 17a020f9-16d2-4c5d-a566-367df1dd87c4 on host instance for vnic_type normal using segments [{'id': 'cb9fe01b-3960-46d1-92b7-01d656b804a1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 732, 'network_id': '52bd703f-9874-45be-9b94-9c15c0d5a2a3'}] 2026-05-09 14:06:06.340 10 INFO neutron.plugins.ml2.plugin [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Attempt 10 to bind port 17a020f9-16d2-4c5d-a566-367df1dd87c4 2026-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ea3a3ae1-dfef-4611-aeff-fd2c019b2f4d could not be found. 2026-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:06:06.368 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-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:06:06.368 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-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:06:06.368 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-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:06:06.368 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-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:06:06.368 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-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:06:06.368 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-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.368 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-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:06:06.368 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-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:06:06.368 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-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:06:06.368 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-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:06:06.368 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-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ea3a3ae1-dfef-4611-aeff-fd2c019b2f4d could not be found. 2026-05-09 14:06:06.368 10 ERROR neutron.plugins.ml2.managers  2026-05-09 14:06:06.369 10 ERROR neutron.plugins.ml2.managers [None req-e3528b51-8348-45b8-b01a-5a2177623797 - - - - - -] Failed to bind port 17a020f9-16d2-4c5d-a566-367df1dd87c4 on host instance for vnic_type normal using segments [{'id': 'cb9fe01b-3960-46d1-92b7-01d656b804a1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 732, 'network_id': '52bd703f-9874-45be-9b94-9c15c0d5a2a3'}] 2026-05-09 14:06:06.774 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 9b654927-efc7-48df-a8ad-a11c0e2519ec 2026-05-09 14:06:07.233 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 2abed8de-7667-49c9-be81-634fc634f0ce 2026-05-09 14:06:07.478 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 3d8b189a-37fb-4bb4-a7a9-4b53c6780b50 2026-05-09 14:06:08.544 10 INFO neutron.plugins.ml2.plugin [None req-ae48f7d5-2c73-4a92-aad3-0c47cbf42ce1 - - - - - -] Attempt 1 to provision port d34fefaf-8b34-4023-a743-ef2a51484253 2026-05-09 14:06:08.630 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 9b654927-efc7-48df-a8ad-a11c0e2519ec 2026-05-09 14:06:08.706 10 INFO neutron.plugins.ml2.plugin [None req-803b8394-19bc-44eb-b0ec-89de01c6d0e2 - - - - - -] Attempt 1 to provision port 354fff03-cef6-4d6a-b68c-2f04c81f3408 2026-05-09 14:06:08.920 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 354fff03-cef6-4d6a-b68c-2f04c81f3408 2026-05-09 14:06:09.072 10 INFO neutron.plugins.ml2.plugin [None req-803b8394-19bc-44eb-b0ec-89de01c6d0e2 - - - - - -] Attempt 1 to provision port 9b654927-efc7-48df-a8ad-a11c0e2519ec 2026-05-09 14:06:09.861 9 INFO neutron.plugins.ml2.plugin [None req-dce4308b-2f92-48e2-8fcf-0dd4c670f6fa - - - - - -] Attempt 1 to provision port 6a337a38-6df8-4cc8-b9f2-949809907d54 2026-05-09 14:06:10.507 10 INFO neutron.plugins.ml2.plugin [None req-d5b13de9-d106-4d42-9ee9-d458efda02b1 - - - - - -] Attempt 1 to provision port 6a337a38-6df8-4cc8-b9f2-949809907d54 2026-05-09 14:06:10.718 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port f3222d7f-8a13-4ed1-885e-6ea80daadea7 2026-05-09 14:06:11.153 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 354fff03-cef6-4d6a-b68c-2f04c81f3408 2026-05-09 14:06:12.537 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port f3222d7f-8a13-4ed1-885e-6ea80daadea7 2026-05-09 14:06:16.694 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port a2ebb822-d7dc-4b59-9a21-ea11d33ce3ae 2026-05-09 14:06:17.127 10 INFO neutron.plugins.ml2.plugin [None req-6ffae785-8ea2-4187-93b1-1915362c6ebd - - - - - -] Attempt 1 to provision port e126152a-1d75-42ee-8f29-d30ddfc63d40 2026-05-09 14:06:17.175 10 INFO neutron.plugins.ml2.plugin [None req-6ffae785-8ea2-4187-93b1-1915362c6ebd - - - - - -] Attempt 1 to provision port a2ebb822-d7dc-4b59-9a21-ea11d33ce3ae 2026-05-09 14:06:17.271 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 2278a5bd-e8f4-4c03-a1ca-ed1c5b7677da 2026-05-09 14:06:17.379 9 INFO neutron.plugins.ml2.plugin [None req-83535d2a-3009-4683-922d-7e491ad38493 - - - - - -] Attempt 1 to provision port 2278a5bd-e8f4-4c03-a1ca-ed1c5b7677da 2026-05-09 14:06:17.763 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 5552b5bc-a2a3-4668-b85f-bff2146a46b5 2026-05-09 14:06:18.287 9 INFO neutron.plugins.ml2.plugin [None req-12ac6598-067e-4013-9c23-1aefb452c00a - - - - - -] Attempt 1 to provision port 5552b5bc-a2a3-4668-b85f-bff2146a46b5 2026-05-09 14:06:18.663 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port a2ebb822-d7dc-4b59-9a21-ea11d33ce3ae 2026-05-09 14:06:18.905 9 INFO neutron.plugins.ml2.plugin [None req-b0ccf53f-44a1-4869-9072-3f2539e0e61a - - - - - -] Attempt 1 to provision port c4cc2ad5-c56d-478f-a315-fe93fd18a987 2026-05-09 14:06:18.953 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 5552b5bc-a2a3-4668-b85f-bff2146a46b5 2026-05-09 14:06:19.224 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 2278a5bd-e8f4-4c03-a1ca-ed1c5b7677da 2026-05-09 14:06:19.558 10 INFO neutron.plugins.ml2.plugin [None req-c057cad8-5d49-4e71-bbf8-05004f13184b - - - - - -] Attempt 1 to provision port c4cc2ad5-c56d-478f-a315-fe93fd18a987 2026-05-09 14:06:20.825 10 INFO neutron.plugins.ml2.plugin [None req-0bc93556-e9ab-4f45-acab-8c1d0234e709 - - - - - -] Attempt 1 to provision port 4b4eb5c1-9f6a-45f6-8a69-53bb9b5b1bce 2026-05-09 14:06:21.369 10 INFO neutron.plugins.ml2.plugin [None req-a0379049-7ff8-42e3-9e61-db12a386bce9 - - - - - -] Attempt 1 to provision port 4b4eb5c1-9f6a-45f6-8a69-53bb9b5b1bce 2026-05-09 14:06:22.862 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port e126152a-1d75-42ee-8f29-d30ddfc63d40 2026-05-09 14:06:22.992 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-e70ca464-8b52-4bfa-8611-4528d6c44e8a'] response: {'server_uuid': '68ffbbf1-91b2-4c26-86d8-75063deef81f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e126152a-1d75-42ee-8f29-d30ddfc63d40', 'code': 200} 2026-05-09 14:06:24.623 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port e126152a-1d75-42ee-8f29-d30ddfc63d40 2026-05-09 14:06:28.714 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port d34fefaf-8b34-4023-a743-ef2a51484253 2026-05-09 14:06:29.054 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 4d5165c2-5d54-464f-bd33-8152f380062a 2026-05-09 14:06:29.572 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 6a337a38-6df8-4cc8-b9f2-949809907d54 2026-05-09 14:06:29.593 9 INFO neutron.plugins.ml2.plugin [None req-dddcd417-bfd5-4c99-8b43-2e7163cd48e7 - - - - - -] Attempt 1 to provision port 4d5165c2-5d54-464f-bd33-8152f380062a 2026-05-09 14:06:30.580 10 INFO neutron.plugins.ml2.plugin [None req-13889ac4-f8be-452e-bb95-61a4bf869c4b - - - - - -] Attempt 1 to provision port ec9b14c3-ef67-4815-b479-45d68997f7a9 2026-05-09 14:06:30.674 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port d34fefaf-8b34-4023-a743-ef2a51484253 2026-05-09 14:06:30.896 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 4d5165c2-5d54-464f-bd33-8152f380062a 2026-05-09 14:06:31.832 9 INFO neutron.plugins.ml2.plugin [None req-1656f4d7-84a1-4edc-a5a5-87edea25d68e - - - - - -] Attempt 1 to provision port ec9b14c3-ef67-4815-b479-45d68997f7a9 2026-05-09 14:06:31.979 9 INFO neutron.plugins.ml2.plugin [None req-356cc9c2-f67c-4149-b99e-73f37c33babb - - - - - -] Attempt 1 to provision port 1750b31c-cb86-4aaa-9875-93faa3cc5d6e 2026-05-09 14:06:32.699 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 1750b31c-cb86-4aaa-9875-93faa3cc5d6e /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() /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-05-09 14:06:38.581 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 5d867d0e-1ae4-4f7f-8080-5a952854167f 2026-05-09 14:06:38.949 10 INFO neutron.plugins.ml2.plugin [None req-59b88af9-c7ea-4ee1-917e-c0df91b7d683 - - - - - -] Attempt 1 to provision port 5d867d0e-1ae4-4f7f-8080-5a952854167f 2026-05-09 14:06:40.244 10 INFO neutron.plugins.ml2.plugin [None req-4c6ded58-9cab-4140-938b-10292164161f - - - - - -] Attempt 1 to provision port 7f276768-dc77-41cf-8e5a-110e796423f8 2026-05-09 14:06:40.512 9 INFO neutron.plugins.ml2.plugin [None req-4045309c-87bc-46e6-bf4a-95a15c97df62 - - - - - -] Attempt 1 to provision port 7f276768-dc77-41cf-8e5a-110e796423f8 2026-05-09 14:06:40.591 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 5d867d0e-1ae4-4f7f-8080-5a952854167f 2026-05-09 14:06:44.815 10 INFO neutron.plugins.ml2.plugin [None req-427656fc-3caa-495a-abe3-691ef839b894 - - - - - -] Attempt 1 to provision port 65046340-618e-4bb3-80fc-219bfa9fab81 2026-05-09 14:06:58.770 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port b9fb0c06-585a-4a90-be84-273ac7126163 2026-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c63c7816-8284-4bc7-9123-28b9f8681df0 could not be found. 2026-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:07:05.254 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-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:07:05.254 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-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:07:05.254 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-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:07:05.254 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-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:07:05.254 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-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:07:05.254 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-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.254 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-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.254 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-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.254 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-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:05.254 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-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.254 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-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.254 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-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:07:05.254 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-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:07:05.254 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-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c63c7816-8284-4bc7-9123-28b9f8681df0 could not be found. 2026-05-09 14:07:05.254 9 ERROR neutron.plugins.ml2.managers  2026-05-09 14:07:05.256 9 ERROR neutron.plugins.ml2.managers [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Failed to bind port c1178139-784c-4478-bbe9-e90b175cf9ec on host instance for vnic_type normal using segments [{'id': '1d116fc8-2efc-423d-99d0-7d4447e46ffb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 633, 'network_id': 'cb0aa1f1-d42b-4f8c-90ea-26c4fe17169e'}] 2026-05-09 14:07:05.257 9 INFO neutron.plugins.ml2.plugin [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Attempt 2 to bind port c1178139-784c-4478-bbe9-e90b175cf9ec 2026-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c63c7816-8284-4bc7-9123-28b9f8681df0 could not be found. 2026-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:07:05.281 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-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:07:05.281 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-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:07:05.281 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-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:07:05.281 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-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:07:05.281 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-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:07:05.281 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-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.281 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-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.281 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-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.281 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-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:05.281 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-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.281 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-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.281 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-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:07:05.281 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-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:07:05.281 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-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c63c7816-8284-4bc7-9123-28b9f8681df0 could not be found. 2026-05-09 14:07:05.281 9 ERROR neutron.plugins.ml2.managers  2026-05-09 14:07:05.282 9 ERROR neutron.plugins.ml2.managers [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Failed to bind port c1178139-784c-4478-bbe9-e90b175cf9ec on host instance for vnic_type normal using segments [{'id': '1d116fc8-2efc-423d-99d0-7d4447e46ffb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 633, 'network_id': 'cb0aa1f1-d42b-4f8c-90ea-26c4fe17169e'}] 2026-05-09 14:07:05.282 9 INFO neutron.plugins.ml2.plugin [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Attempt 3 to bind port c1178139-784c-4478-bbe9-e90b175cf9ec 2026-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c63c7816-8284-4bc7-9123-28b9f8681df0 could not be found. 2026-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:07:05.307 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-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:07:05.307 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-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:07:05.307 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-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:07:05.307 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-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:07:05.307 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-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:07:05.307 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-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.307 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-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.307 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-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.307 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-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:05.307 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-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.307 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-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.307 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-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:07:05.307 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-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:07:05.307 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-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c63c7816-8284-4bc7-9123-28b9f8681df0 could not be found. 2026-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers  2026-05-09 14:07:05.307 9 ERROR neutron.plugins.ml2.managers [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Failed to bind port c1178139-784c-4478-bbe9-e90b175cf9ec on host instance for vnic_type normal using segments [{'id': '1d116fc8-2efc-423d-99d0-7d4447e46ffb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 633, 'network_id': 'cb0aa1f1-d42b-4f8c-90ea-26c4fe17169e'}] 2026-05-09 14:07:05.308 9 INFO neutron.plugins.ml2.plugin [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Attempt 4 to bind port c1178139-784c-4478-bbe9-e90b175cf9ec 2026-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c63c7816-8284-4bc7-9123-28b9f8681df0 could not be found. 2026-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:07:05.328 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-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:07:05.328 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-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:07:05.328 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-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:07:05.328 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-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:07:05.328 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-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:07:05.328 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-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.328 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-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.328 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-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.328 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-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:05.328 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-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.328 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-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.328 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-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:07:05.328 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-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:07:05.328 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-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c63c7816-8284-4bc7-9123-28b9f8681df0 could not be found. 2026-05-09 14:07:05.328 9 ERROR neutron.plugins.ml2.managers  2026-05-09 14:07:05.329 9 ERROR neutron.plugins.ml2.managers [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Failed to bind port c1178139-784c-4478-bbe9-e90b175cf9ec on host instance for vnic_type normal using segments [{'id': '1d116fc8-2efc-423d-99d0-7d4447e46ffb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 633, 'network_id': 'cb0aa1f1-d42b-4f8c-90ea-26c4fe17169e'}] 2026-05-09 14:07:05.329 9 INFO neutron.plugins.ml2.plugin [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Attempt 5 to bind port c1178139-784c-4478-bbe9-e90b175cf9ec 2026-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c63c7816-8284-4bc7-9123-28b9f8681df0 could not be found. 2026-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:07:05.355 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-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:07:05.355 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-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:07:05.355 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-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:07:05.355 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-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:07:05.355 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-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:07:05.355 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-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.355 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-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.355 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-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.355 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-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:05.355 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-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.355 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-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.355 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-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:07:05.355 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-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:07:05.355 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-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c63c7816-8284-4bc7-9123-28b9f8681df0 could not be found. 2026-05-09 14:07:05.355 9 ERROR neutron.plugins.ml2.managers  2026-05-09 14:07:05.356 9 ERROR neutron.plugins.ml2.managers [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Failed to bind port c1178139-784c-4478-bbe9-e90b175cf9ec on host instance for vnic_type normal using segments [{'id': '1d116fc8-2efc-423d-99d0-7d4447e46ffb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 633, 'network_id': 'cb0aa1f1-d42b-4f8c-90ea-26c4fe17169e'}] 2026-05-09 14:07:05.356 9 INFO neutron.plugins.ml2.plugin [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Attempt 6 to bind port c1178139-784c-4478-bbe9-e90b175cf9ec 2026-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c63c7816-8284-4bc7-9123-28b9f8681df0 could not be found. 2026-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:07:05.376 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-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:07:05.376 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-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:07:05.376 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-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:07:05.376 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-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:07:05.376 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-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:07:05.376 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-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.376 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-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.376 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-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.376 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-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:05.376 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-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.376 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-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.376 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-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:07:05.376 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-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:07:05.376 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-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c63c7816-8284-4bc7-9123-28b9f8681df0 could not be found. 2026-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers  2026-05-09 14:07:05.376 9 ERROR neutron.plugins.ml2.managers [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Failed to bind port c1178139-784c-4478-bbe9-e90b175cf9ec on host instance for vnic_type normal using segments [{'id': '1d116fc8-2efc-423d-99d0-7d4447e46ffb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 633, 'network_id': 'cb0aa1f1-d42b-4f8c-90ea-26c4fe17169e'}] 2026-05-09 14:07:05.377 9 INFO neutron.plugins.ml2.plugin [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Attempt 7 to bind port c1178139-784c-4478-bbe9-e90b175cf9ec 2026-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c63c7816-8284-4bc7-9123-28b9f8681df0 could not be found. 2026-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:07:05.395 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-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:07:05.395 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-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:07:05.395 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-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:07:05.395 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-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:07:05.395 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-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:07:05.395 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-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.395 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-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.395 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-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.395 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-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:05.395 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-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.395 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-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.395 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-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:07:05.395 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-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:07:05.395 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-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c63c7816-8284-4bc7-9123-28b9f8681df0 could not be found. 2026-05-09 14:07:05.395 9 ERROR neutron.plugins.ml2.managers  2026-05-09 14:07:05.396 9 ERROR neutron.plugins.ml2.managers [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Failed to bind port c1178139-784c-4478-bbe9-e90b175cf9ec on host instance for vnic_type normal using segments [{'id': '1d116fc8-2efc-423d-99d0-7d4447e46ffb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 633, 'network_id': 'cb0aa1f1-d42b-4f8c-90ea-26c4fe17169e'}] 2026-05-09 14:07:05.396 9 INFO neutron.plugins.ml2.plugin [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Attempt 8 to bind port c1178139-784c-4478-bbe9-e90b175cf9ec 2026-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c63c7816-8284-4bc7-9123-28b9f8681df0 could not be found. 2026-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:07:05.419 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-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:07:05.419 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-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:07:05.419 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-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:07:05.419 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-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:07:05.419 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-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:07:05.419 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-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.419 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-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.419 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-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.419 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-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:05.419 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-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.419 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-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.419 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-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:07:05.419 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-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:07:05.419 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-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c63c7816-8284-4bc7-9123-28b9f8681df0 could not be found. 2026-05-09 14:07:05.419 9 ERROR neutron.plugins.ml2.managers  2026-05-09 14:07:05.420 9 ERROR neutron.plugins.ml2.managers [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Failed to bind port c1178139-784c-4478-bbe9-e90b175cf9ec on host instance for vnic_type normal using segments [{'id': '1d116fc8-2efc-423d-99d0-7d4447e46ffb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 633, 'network_id': 'cb0aa1f1-d42b-4f8c-90ea-26c4fe17169e'}] 2026-05-09 14:07:05.420 9 INFO neutron.plugins.ml2.plugin [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Attempt 9 to bind port c1178139-784c-4478-bbe9-e90b175cf9ec 2026-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c63c7816-8284-4bc7-9123-28b9f8681df0 could not be found. 2026-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:07:05.438 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-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:07:05.438 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-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:07:05.438 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-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:07:05.438 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-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:07:05.438 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-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:07:05.438 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-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.438 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-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.438 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-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.438 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-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:05.438 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-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.438 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-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.438 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-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:07:05.438 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-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:07:05.438 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-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c63c7816-8284-4bc7-9123-28b9f8681df0 could not be found. 2026-05-09 14:07:05.438 9 ERROR neutron.plugins.ml2.managers  2026-05-09 14:07:05.439 9 ERROR neutron.plugins.ml2.managers [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Failed to bind port c1178139-784c-4478-bbe9-e90b175cf9ec on host instance for vnic_type normal using segments [{'id': '1d116fc8-2efc-423d-99d0-7d4447e46ffb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 633, 'network_id': 'cb0aa1f1-d42b-4f8c-90ea-26c4fe17169e'}] 2026-05-09 14:07:05.440 9 INFO neutron.plugins.ml2.plugin [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Attempt 10 to bind port c1178139-784c-4478-bbe9-e90b175cf9ec 2026-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c63c7816-8284-4bc7-9123-28b9f8681df0 could not be found. 2026-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:07:05.461 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-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:07:05.461 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-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:07:05.461 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-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:07:05.461 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-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:07:05.461 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-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:07:05.461 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-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.461 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-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.461 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-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.461 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-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:05.461 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-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:05.461 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-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:05.461 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-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:07:05.461 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-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:07:05.461 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-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c63c7816-8284-4bc7-9123-28b9f8681df0 could not be found. 2026-05-09 14:07:05.461 9 ERROR neutron.plugins.ml2.managers  2026-05-09 14:07:05.462 9 ERROR neutron.plugins.ml2.managers [None req-31ca629f-849e-4771-ac11-2db1dc2f775b - - - - - -] Failed to bind port c1178139-784c-4478-bbe9-e90b175cf9ec on host instance for vnic_type normal using segments [{'id': '1d116fc8-2efc-423d-99d0-7d4447e46ffb', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 633, 'network_id': 'cb0aa1f1-d42b-4f8c-90ea-26c4fe17169e'}] 2026-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 48f41eb5-5d00-4701-8892-b02f242ecef1 could not be found. 2026-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:07:07.072 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-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:07:07.072 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-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:07:07.072 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-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:07:07.072 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-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:07:07.072 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-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:07:07.072 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-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.072 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-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:07.072 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-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.072 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-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:07:07.072 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-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:07:07.072 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-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 48f41eb5-5d00-4701-8892-b02f242ecef1 could not be found. 2026-05-09 14:07:07.072 10 ERROR neutron.plugins.ml2.managers  2026-05-09 14:07:07.073 10 ERROR neutron.plugins.ml2.managers [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Failed to bind port 2ae0e62e-022b-44d7-9900-68abf116279c on host instance for vnic_type normal using segments [{'id': '618024ed-0419-4f66-a464-d19054641c18', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 801, 'network_id': '81d43d8d-5117-4649-8f06-713fdd2f3f1b'}] 2026-05-09 14:07:07.073 10 INFO neutron.plugins.ml2.plugin [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Attempt 2 to bind port 2ae0e62e-022b-44d7-9900-68abf116279c 2026-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 48f41eb5-5d00-4701-8892-b02f242ecef1 could not be found. 2026-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:07:07.098 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-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:07:07.098 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-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:07:07.098 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-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:07:07.098 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-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:07:07.098 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-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:07:07.098 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-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.098 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-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:07.098 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-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.098 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-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:07:07.098 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-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:07:07.098 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-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 48f41eb5-5d00-4701-8892-b02f242ecef1 could not be found. 2026-05-09 14:07:07.098 10 ERROR neutron.plugins.ml2.managers  2026-05-09 14:07:07.099 10 ERROR neutron.plugins.ml2.managers [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Failed to bind port 2ae0e62e-022b-44d7-9900-68abf116279c on host instance for vnic_type normal using segments [{'id': '618024ed-0419-4f66-a464-d19054641c18', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 801, 'network_id': '81d43d8d-5117-4649-8f06-713fdd2f3f1b'}] 2026-05-09 14:07:07.100 10 INFO neutron.plugins.ml2.plugin [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Attempt 3 to bind port 2ae0e62e-022b-44d7-9900-68abf116279c 2026-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 48f41eb5-5d00-4701-8892-b02f242ecef1 could not be found. 2026-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:07:07.122 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-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:07:07.122 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-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:07:07.122 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-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:07:07.122 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-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:07:07.122 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-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:07:07.122 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-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.122 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-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:07.122 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-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.122 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-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:07:07.122 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-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:07:07.122 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-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 48f41eb5-5d00-4701-8892-b02f242ecef1 could not be found. 2026-05-09 14:07:07.122 10 ERROR neutron.plugins.ml2.managers  2026-05-09 14:07:07.123 10 ERROR neutron.plugins.ml2.managers [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Failed to bind port 2ae0e62e-022b-44d7-9900-68abf116279c on host instance for vnic_type normal using segments [{'id': '618024ed-0419-4f66-a464-d19054641c18', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 801, 'network_id': '81d43d8d-5117-4649-8f06-713fdd2f3f1b'}] 2026-05-09 14:07:07.123 10 INFO neutron.plugins.ml2.plugin [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Attempt 4 to bind port 2ae0e62e-022b-44d7-9900-68abf116279c 2026-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 48f41eb5-5d00-4701-8892-b02f242ecef1 could not be found. 2026-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:07:07.159 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-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:07:07.159 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-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:07:07.159 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-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:07:07.159 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-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:07:07.159 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-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:07:07.159 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-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.159 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-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:07.159 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-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.159 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-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:07:07.159 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-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:07:07.159 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-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 48f41eb5-5d00-4701-8892-b02f242ecef1 could not be found. 2026-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers  2026-05-09 14:07:07.159 10 ERROR neutron.plugins.ml2.managers [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Failed to bind port 2ae0e62e-022b-44d7-9900-68abf116279c on host instance for vnic_type normal using segments [{'id': '618024ed-0419-4f66-a464-d19054641c18', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 801, 'network_id': '81d43d8d-5117-4649-8f06-713fdd2f3f1b'}] 2026-05-09 14:07:07.160 10 INFO neutron.plugins.ml2.plugin [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Attempt 5 to bind port 2ae0e62e-022b-44d7-9900-68abf116279c 2026-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 48f41eb5-5d00-4701-8892-b02f242ecef1 could not be found. 2026-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:07:07.183 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-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:07:07.183 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-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:07:07.183 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-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:07:07.183 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-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:07:07.183 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-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:07:07.183 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-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.183 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-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:07.183 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-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.183 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-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:07:07.183 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-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:07:07.183 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-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 48f41eb5-5d00-4701-8892-b02f242ecef1 could not be found. 2026-05-09 14:07:07.183 10 ERROR neutron.plugins.ml2.managers  2026-05-09 14:07:07.184 10 ERROR neutron.plugins.ml2.managers [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Failed to bind port 2ae0e62e-022b-44d7-9900-68abf116279c on host instance for vnic_type normal using segments [{'id': '618024ed-0419-4f66-a464-d19054641c18', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 801, 'network_id': '81d43d8d-5117-4649-8f06-713fdd2f3f1b'}] 2026-05-09 14:07:07.185 10 INFO neutron.plugins.ml2.plugin [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Attempt 6 to bind port 2ae0e62e-022b-44d7-9900-68abf116279c 2026-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 48f41eb5-5d00-4701-8892-b02f242ecef1 could not be found. 2026-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:07:07.208 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-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:07:07.208 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-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:07:07.208 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-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:07:07.208 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-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:07:07.208 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-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:07:07.208 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-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.208 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-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:07.208 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-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.208 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-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:07:07.208 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-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:07:07.208 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-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 48f41eb5-5d00-4701-8892-b02f242ecef1 could not be found. 2026-05-09 14:07:07.208 10 ERROR neutron.plugins.ml2.managers  2026-05-09 14:07:07.209 10 ERROR neutron.plugins.ml2.managers [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Failed to bind port 2ae0e62e-022b-44d7-9900-68abf116279c on host instance for vnic_type normal using segments [{'id': '618024ed-0419-4f66-a464-d19054641c18', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 801, 'network_id': '81d43d8d-5117-4649-8f06-713fdd2f3f1b'}] 2026-05-09 14:07:07.209 10 INFO neutron.plugins.ml2.plugin [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Attempt 7 to bind port 2ae0e62e-022b-44d7-9900-68abf116279c 2026-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 48f41eb5-5d00-4701-8892-b02f242ecef1 could not be found. 2026-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:07:07.237 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-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:07:07.237 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-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:07:07.237 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-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:07:07.237 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-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:07:07.237 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-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:07:07.237 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-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.237 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-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:07.237 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-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.237 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-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:07:07.237 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-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:07:07.237 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-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 48f41eb5-5d00-4701-8892-b02f242ecef1 could not be found. 2026-05-09 14:07:07.237 10 ERROR neutron.plugins.ml2.managers  2026-05-09 14:07:07.238 10 ERROR neutron.plugins.ml2.managers [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Failed to bind port 2ae0e62e-022b-44d7-9900-68abf116279c on host instance for vnic_type normal using segments [{'id': '618024ed-0419-4f66-a464-d19054641c18', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 801, 'network_id': '81d43d8d-5117-4649-8f06-713fdd2f3f1b'}] 2026-05-09 14:07:07.239 10 INFO neutron.plugins.ml2.plugin [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Attempt 8 to bind port 2ae0e62e-022b-44d7-9900-68abf116279c 2026-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 48f41eb5-5d00-4701-8892-b02f242ecef1 could not be found. 2026-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:07:07.256 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-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:07:07.256 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-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:07:07.256 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-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:07:07.256 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-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:07:07.256 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-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:07:07.256 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-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.256 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-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:07.256 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-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.256 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-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:07:07.256 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-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:07:07.256 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-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 48f41eb5-5d00-4701-8892-b02f242ecef1 could not be found. 2026-05-09 14:07:07.256 10 ERROR neutron.plugins.ml2.managers  2026-05-09 14:07:07.257 10 ERROR neutron.plugins.ml2.managers [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Failed to bind port 2ae0e62e-022b-44d7-9900-68abf116279c on host instance for vnic_type normal using segments [{'id': '618024ed-0419-4f66-a464-d19054641c18', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 801, 'network_id': '81d43d8d-5117-4649-8f06-713fdd2f3f1b'}] 2026-05-09 14:07:07.257 10 INFO neutron.plugins.ml2.plugin [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Attempt 9 to bind port 2ae0e62e-022b-44d7-9900-68abf116279c 2026-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 48f41eb5-5d00-4701-8892-b02f242ecef1 could not be found. 2026-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:07:07.273 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-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:07:07.273 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-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:07:07.273 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-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:07:07.273 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-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:07:07.273 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-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:07:07.273 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-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.273 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-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:07.273 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-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.273 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-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:07:07.273 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-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:07:07.273 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-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 48f41eb5-5d00-4701-8892-b02f242ecef1 could not be found. 2026-05-09 14:07:07.273 10 ERROR neutron.plugins.ml2.managers  2026-05-09 14:07:07.274 10 ERROR neutron.plugins.ml2.managers [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Failed to bind port 2ae0e62e-022b-44d7-9900-68abf116279c on host instance for vnic_type normal using segments [{'id': '618024ed-0419-4f66-a464-d19054641c18', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 801, 'network_id': '81d43d8d-5117-4649-8f06-713fdd2f3f1b'}] 2026-05-09 14:07:07.274 10 INFO neutron.plugins.ml2.plugin [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Attempt 10 to bind port 2ae0e62e-022b-44d7-9900-68abf116279c 2026-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 48f41eb5-5d00-4701-8892-b02f242ecef1 could not be found. 2026-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 14:07:07.298 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-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 14:07:07.298 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-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 14:07:07.298 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-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 14:07:07.298 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-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 14:07:07.298 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-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 14:07:07.298 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-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.298 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-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 14:07:07.298 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-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 14:07:07.298 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-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 14:07:07.298 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-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 14:07:07.298 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-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 48f41eb5-5d00-4701-8892-b02f242ecef1 could not be found. 2026-05-09 14:07:07.298 10 ERROR neutron.plugins.ml2.managers  2026-05-09 14:07:07.299 10 ERROR neutron.plugins.ml2.managers [None req-6fe2b114-47de-44f4-a30d-3be8ccee6982 - - - - - -] Failed to bind port 2ae0e62e-022b-44d7-9900-68abf116279c on host instance for vnic_type normal using segments [{'id': '618024ed-0419-4f66-a464-d19054641c18', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 801, 'network_id': '81d43d8d-5117-4649-8f06-713fdd2f3f1b'}] 2026-05-09 14:07:18.569 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 1fa95c7d-bf52-4f96-bbaa-3cabbe01948e 2026-05-09 14:07:19.251 9 INFO neutron.plugins.ml2.plugin [None req-251376ff-e64d-48c4-bd01-cb3c84c216e0 - - - - - -] Attempt 1 to provision port 9c39d6bb-89ae-41fa-82dc-14293c8b442f 2026-05-09 14:07:19.806 9 INFO neutron.plugins.ml2.plugin [None req-7af28253-4483-4dca-9382-1dd6082ff0dc - - - - - -] Attempt 1 to provision port 1fa95c7d-bf52-4f96-bbaa-3cabbe01948e 2026-05-09 14:07:20.290 10 INFO neutron.plugins.ml2.plugin [None req-63618f22-f804-4320-884a-33b7585ba0ab - - - - - -] Attempt 1 to provision port 1fa95c7d-bf52-4f96-bbaa-3cabbe01948e 2026-05-09 14:07:20.640 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 1fa95c7d-bf52-4f96-bbaa-3cabbe01948e 2026-05-09 14:07:21.135 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 3ec00d08-a755-4f78-b35f-22e9f2e2cbe6 2026-05-09 14:07:22.510 9 INFO neutron.plugins.ml2.plugin [None req-f9f64a2b-f681-4c1e-bac7-99c51589731b - - - - - -] Attempt 1 to provision port 3ec00d08-a755-4f78-b35f-22e9f2e2cbe6 2026-05-09 14:07:23.046 9 INFO neutron.plugins.ml2.plugin [None req-2749af0b-4288-4b15-9c96-0adb1fc8fed7 - - - - - -] Attempt 1 to provision port 2aabd024-153c-4476-b959-a7b4beebdf19 2026-05-09 14:07:23.057 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port ff41f231-ef55-41fe-96d2-97386bcba23d 2026-05-09 14:07:23.086 9 INFO neutron.plugins.ml2.plugin [None req-2749af0b-4288-4b15-9c96-0adb1fc8fed7 - - - - - -] Attempt 1 to provision port 3ec00d08-a755-4f78-b35f-22e9f2e2cbe6 2026-05-09 14:07:23.568 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 3ec00d08-a755-4f78-b35f-22e9f2e2cbe6 2026-05-09 14:07:24.596 10 INFO neutron.plugins.ml2.plugin [None req-66b1520f-d449-409a-ae07-ce1488fc1f8a - - - - - -] Attempt 1 to provision port ff41f231-ef55-41fe-96d2-97386bcba23d 2026-05-09 14:07:25.081 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 87735799-b775-4c36-94a5-93208f51e8ad 2026-05-09 14:07:25.222 10 INFO neutron.plugins.ml2.plugin [None req-f6f199e6-17bd-4e10-8511-baa189493b2d - - - - - -] Attempt 1 to provision port e05337c6-8785-4faa-8d22-07e0ce4643ba 2026-05-09 14:07:25.304 10 INFO neutron.plugins.ml2.plugin [None req-f6f199e6-17bd-4e10-8511-baa189493b2d - - - - - -] Attempt 1 to provision port 166fbf26-ff6b-45bb-9a43-543686ca9c69 2026-05-09 14:07:25.619 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port ff41f231-ef55-41fe-96d2-97386bcba23d 2026-05-09 14:07:25.763 9 INFO neutron.plugins.ml2.plugin [None req-774fd64e-b481-40c4-a89a-eff36885f813 - - - - - -] Attempt 1 to provision port ff41f231-ef55-41fe-96d2-97386bcba23d 2026-05-09 14:07:25.852 9 INFO neutron.plugins.ml2.plugin [None req-774fd64e-b481-40c4-a89a-eff36885f813 - - - - - -] Attempt 1 to provision port 22dd2aa1-7581-4f1c-b179-f2039d482b34 2026-05-09 14:07:25.974 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 166fbf26-ff6b-45bb-9a43-543686ca9c69 2026-05-09 14:07:26.007 10 INFO neutron.plugins.ml2.plugin [None req-3bf61c15-794e-441e-b1f8-d458f4545c7a - - - - - -] Attempt 1 to provision port e05337c6-8785-4faa-8d22-07e0ce4643ba 2026-05-09 14:07:26.377 9 INFO neutron.plugins.ml2.plugin [None req-c1085687-b2cf-4ebb-beb0-9aafcc05bd1f - - - - - -] Attempt 1 to provision port e05337c6-8785-4faa-8d22-07e0ce4643ba 2026-05-09 14:07:26.538 10 INFO neutron.plugins.ml2.plugin [None req-955a8a9a-ff28-40f6-adb7-e35ee3baeca3 - - - - - -] Attempt 1 to provision port 22dd2aa1-7581-4f1c-b179-f2039d482b34 2026-05-09 14:07:27.106 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 87735799-b775-4c36-94a5-93208f51e8ad 2026-05-09 14:07:27.424 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 166fbf26-ff6b-45bb-9a43-543686ca9c69 2026-05-09 14:07:27.710 9 INFO neutron.plugins.ml2.plugin [None req-03fe55fb-4a3d-4743-99a6-807c23179534 - - - - - -] Attempt 1 to provision port 0adac6ea-c8af-410e-87c2-d2fbeb6910fd 2026-05-09 14:07:27.752 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 3a1a0b53-b011-4ef3-ad94-8fa3db03e268 2026-05-09 14:07:28.467 9 INFO neutron.plugins.ml2.plugin [None req-b23d16a6-b924-4b8f-9294-5ced2d03795e - - - - - -] Attempt 1 to provision port 0adac6ea-c8af-410e-87c2-d2fbeb6910fd 2026-05-09 14:07:29.097 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 3a1a0b53-b011-4ef3-ad94-8fa3db03e268 2026-05-09 14:07:29.614 10 INFO neutron.plugins.ml2.plugin [None req-f8088977-03ef-4f40-843a-2f18d64612bb - - - - - -] Attempt 1 to provision port eed3a649-50ab-4cc5-9f1e-3fbbf81aed42 2026-05-09 14:07:30.471 10 INFO neutron.plugins.ml2.plugin [None req-26326343-6243-4e48-9f00-aaec2dc6e9c6 - - - - - -] Attempt 1 to provision port eed3a649-50ab-4cc5-9f1e-3fbbf81aed42 2026-05-09 14:07:32.855 10 INFO neutron.plugins.ml2.plugin [None req-99c60215-6d44-4ad7-bd0f-91e2cd0edbd3 - - - - - -] Attempt 1 to provision port 3692996a-d41d-46c5-9b2f-35915c23c4c5 2026-05-09 14:07:35.066 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 3692996a-d41d-46c5-9b2f-35915c23c4c5 2026-05-09 14:07:35.216 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-e47ab060-e89f-4753-a88e-821cb5adf26a'] response: {'server_uuid': '6b5e442d-c3d1-4789-a4e9-91f748d1e99c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3692996a-d41d-46c5-9b2f-35915c23c4c5', 'code': 200} 2026-05-09 14:07:35.336 9 INFO neutron.plugins.ml2.plugin [None req-2d1d2d5d-e04a-4e22-a5bd-74711019d9d4 - - - - - -] Attempt 1 to provision port 82427b4c-8c39-4921-8a64-4d73aaff4c9d 2026-05-09 14:07:37.174 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 3692996a-d41d-46c5-9b2f-35915c23c4c5 2026-05-09 14:07:37.531 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 82427b4c-8c39-4921-8a64-4d73aaff4c9d 2026-05-09 14:07:37.686 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-14137987-def4-4ed5-80ae-c4e1f00f4d36'] response: {'server_uuid': '4646f05a-cdae-427a-acfe-78c9f887f0e2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '82427b4c-8c39-4921-8a64-4d73aaff4c9d', 'code': 200} 2026-05-09 14:07:39.069 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 82427b4c-8c39-4921-8a64-4d73aaff4c9d 2026-05-09 14:07:41.032 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 9c39d6bb-89ae-41fa-82dc-14293c8b442f 2026-05-09 14:07:43.009 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port e05337c6-8785-4faa-8d22-07e0ce4643ba 2026-05-09 14:07:43.435 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 9c39d6bb-89ae-41fa-82dc-14293c8b442f 2026-05-09 14:07:45.225 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 0adac6ea-c8af-410e-87c2-d2fbeb6910fd 2026-05-09 14:07:45.600 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port e05337c6-8785-4faa-8d22-07e0ce4643ba 2026-05-09 14:07:45.898 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 22dd2aa1-7581-4f1c-b179-f2039d482b34 2026-05-09 14:07:46.256 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 2aabd024-153c-4476-b959-a7b4beebdf19 2026-05-09 14:07:46.576 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port fc9b4b58-c901-4eb4-b834-d27898cf7038 2026-05-09 14:07:46.701 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b03144d-2cf4-4c14-a75d-14ec3bbd8b8a'] response: {'server_uuid': 'c3c00191-e2e1-4cb6-9fb9-f1379b109f27', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fc9b4b58-c901-4eb4-b834-d27898cf7038', 'code': 200} 2026-05-09 14:07:47.112 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port eed3a649-50ab-4cc5-9f1e-3fbbf81aed42 2026-05-09 14:07:47.558 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 0adac6ea-c8af-410e-87c2-d2fbeb6910fd 2026-05-09 14:07:47.822 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 22dd2aa1-7581-4f1c-b179-f2039d482b34 2026-05-09 14:07:48.148 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 2aabd024-153c-4476-b959-a7b4beebdf19 2026-05-09 14:07:48.344 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port fc9b4b58-c901-4eb4-b834-d27898cf7038 2026-05-09 14:07:48.623 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port eed3a649-50ab-4cc5-9f1e-3fbbf81aed42 2026-05-09 14:07:59.628 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 6292d102-bb59-4f44-b28a-785694698533 2026-05-09 14:07:59.816 10 INFO neutron.plugins.ml2.plugin [None req-bc8f38ad-1f9e-441d-844f-71c03b7d1f51 - - - - - -] Attempt 1 to provision port 6292d102-bb59-4f44-b28a-785694698533 2026-05-09 14:08:00.481 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port af8dbdf3-67d9-48bb-bd47-650f93701e98 2026-05-09 14:08:01.097 10 INFO neutron.plugins.ml2.plugin [None req-83dcec60-4d88-4a3a-a705-d137a9e131ef - - - - - -] Attempt 1 to provision port af8dbdf3-67d9-48bb-bd47-650f93701e98 2026-05-09 14:08:01.821 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 30e17806-15f4-4ac8-acbc-ec0c9dac1b9b 2026-05-09 14:08:01.928 9 INFO neutron.plugins.ml2.plugin [None req-6ad53867-551a-4034-9249-72885ccca2dc - - - - - -] Attempt 1 to provision port 9d47c507-d7d3-4991-b8f7-c776d941bda5 2026-05-09 14:08:02.435 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 9d47c507-d7d3-4991-b8f7-c776d941bda5 2026-05-09 14:08:02.534 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] No ports have port_id starting with 9d47c507-d7d3-4991-b8f7-c776d941bda5 2026-05-09 14:08:02.573 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port e550fba4-82ca-41ec-a27e-40c1208c5c8e 2026-05-09 14:08:02.664 10 INFO neutron.plugins.ml2.plugin [None req-b76d28f9-17e9-4391-9ad7-8d4751745ed7 - - - - - -] Attempt 1 to provision port 30e17806-15f4-4ac8-acbc-ec0c9dac1b9b 2026-05-09 14:08:03.057 9 INFO neutron.plugins.ml2.plugin [None req-e9d69891-8890-4235-96fa-3b36400ad5a3 - - - - - -] Attempt 1 to provision port e550fba4-82ca-41ec-a27e-40c1208c5c8e 2026-05-09 14:08:03.767 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port e550fba4-82ca-41ec-a27e-40c1208c5c8e /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() 2026-05-09 14:08:03.983 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 1d5d845a-a117-474e-9381-fbb8948e0443 /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-05-09 14:08:04.112 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-d613640b-3ae7-48ac-b8a8-006d4e3eabd0'] response: {'server_uuid': 'cc47b765-19bb-4f05-bf55-a84da6489f27', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1d5d845a-a117-474e-9381-fbb8948e0443', 'code': 200} 2026-05-09 14:08:05.668 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 1d5d845a-a117-474e-9381-fbb8948e0443 2026-05-09 14:08:09.248 9 INFO neutron.plugins.ml2.plugin [None req-8bfdfc67-400c-43dd-8791-013123aa2d1a - - - - - -] Attempt 1 to provision port e2fa32bb-a39d-4dd9-8512-f951e0c87f64 2026-05-09 14:08:21.890 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f7246e2-9351-4f8f-aadb-f7a2fc40bc1c'] response: {'server_uuid': '6b5e442d-c3d1-4789-a4e9-91f748d1e99c', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '3692996a-d41d-46c5-9b2f-35915c23c4c5', 'code': 200} 2026-05-09 14:08:22.805 9 INFO neutron.plugins.ml2.plugin [None req-0cff8ee3-6ab3-4009-a892-4294bc1b8fdf - - - - - -] Attempt 1 to provision port d69546e1-b309-4fde-923a-582aa1f3ae0d 2026-05-09 14:08:25.900 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port d69546e1-b309-4fde-923a-582aa1f3ae0d 2026-05-09 14:08:26.073 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-e5f3b39e-1760-4de3-8c3d-736252910d5b'] response: {'server_uuid': '5643a67a-f277-42e6-9ee1-c61912aeb9cd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd69546e1-b309-4fde-923a-582aa1f3ae0d', 'code': 200} 2026-05-09 14:08:27.686 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port d69546e1-b309-4fde-923a-582aa1f3ae0d 2026-05-09 14:09:03.793 9 INFO neutron.plugins.ml2.plugin [None req-d1535dc6-6170-4179-816e-77644d0d04cc - - - - - -] Attempt 1 to provision port b2347a8a-b112-4cba-a509-6e35d943a9a2 2026-05-09 14:09:05.931 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port b2347a8a-b112-4cba-a509-6e35d943a9a2 2026-05-09 14:09:06.634 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-e427ed9c-780d-486d-bda0-55baf3f965b2'] response: {'server_uuid': '5643a67a-f277-42e6-9ee1-c61912aeb9cd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b2347a8a-b112-4cba-a509-6e35d943a9a2', 'code': 200} 2026-05-09 14:09:07.808 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port b2347a8a-b112-4cba-a509-6e35d943a9a2 2026-05-09 14:09:39.793 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port aaf79dc3-e5f5-4746-a3f6-58a629acda9c 2026-05-09 14:09:40.346 10 INFO neutron.plugins.ml2.plugin [None req-c80f90c1-77da-4cea-8419-e0d07d985df5 - - - - - -] Attempt 1 to provision port aaf79dc3-e5f5-4746-a3f6-58a629acda9c 2026-05-09 14:09:40.638 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-b01a05d3-7e17-40ba-8599-8b1750e949ef'] response: {'server_uuid': '5643a67a-f277-42e6-9ee1-c61912aeb9cd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'aaf79dc3-e5f5-4746-a3f6-58a629acda9c', 'code': 200} 2026-05-09 14:09:42.063 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port aaf79dc3-e5f5-4746-a3f6-58a629acda9c 2026-05-09 14:09:51.835 9 INFO neutron.plugins.ml2.plugin [None req-10438d9b-7e77-4feb-bab6-bc4bb7f0f603 - - - - - -] Attempt 1 to provision port 617ea540-71ec-46cf-b589-da06043f1d90 2026-05-09 14:09:54.065 10 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 617ea540-71ec-46cf-b589-da06043f1d90 2026-05-09 14:09:54.206 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e76e0f6-03e5-4fec-844b-f10ae5d5d40f'] response: {'server_uuid': '5643a67a-f277-42e6-9ee1-c61912aeb9cd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '617ea540-71ec-46cf-b589-da06043f1d90', 'code': 200} 2026-05-09 14:09:54.807 10 INFO neutron.plugins.ml2.plugin [None req-8c30a9dc-c888-40d2-bca7-30a0410362c5 - - - - - -] Attempt 1 to provision port 617ea540-71ec-46cf-b589-da06043f1d90 2026-05-09 14:09:56.096 9 INFO neutron.plugins.ml2.plugin [None req-f4d2f376-0bb2-40d8-9be0-9e96d30a15ec - - - - - -] Attempt 1 to provision port 617ea540-71ec-46cf-b589-da06043f1d90 2026-05-09 14:10:05.488 9 INFO neutron.plugins.ml2.plugin [None req-40f38480-f71c-499d-8bdc-531ddf299b01 - - - - - -] Attempt 1 to provision port 617ea540-71ec-46cf-b589-da06043f1d90 2026-05-09 14:10:15.646 9 INFO neutron.plugins.ml2.plugin [None req-c49ae055-5bb9-47d9-9bde-cb8af0b6c546 - - - - - -] Attempt 1 to provision port aaf79dc3-e5f5-4746-a3f6-58a629acda9c