+ 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-06-25 22:56:34.506 1 INFO neutron.common.config [-] Logging enabled! 2026-06-25 22:56:34.506 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 23.5.0 2026-06-25 22:56:34.506 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-06-25 22:56:34.507 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-25 22:56:35.255 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-25 22:56:35.257 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-25 22:56:35.260 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-06-25 22:56:35.260 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-25 22:56:35.260 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-25 22:56:35.261 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-25 22:56:35.261 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-25 22:56:35.266 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-25 22:56:35.266 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-25 22:56:35.266 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-25 22:56:35.281 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-25 22:56:35.282 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-25 22:56:35.282 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-25 22:56:35.307 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-25 22:56:35.307 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-25 22:56:35.307 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-25 22:56:35.307 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-25 22:56:35.313 1 WARNING oslo_policy.policy [None req-02e56621-cf65-4042-bd29-714af58e1d8b - - - - - -] Policies ['delete_port', 'update_port:allowed_address_pairs', 'update_port:allowed_address_pairs:ip_address', 'update_port:allowed_address_pairs:mac_address', 'update_port:fixed_ips', 'update_port:mac_address'] reference a rule that is not defined. 2026-06-25 22:56:35.566 1 INFO neutron.plugins.ml2.managers [None req-02e56621-cf65-4042-bd29-714af58e1d8b - - - - - -] Initializing driver for type 'vlan' 2026-06-25 22:56:35.842 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-02e56621-cf65-4042-bd29-714af58e1d8b - - - - - -] VlanTypeDriver initialization complete 2026-06-25 22:56:35.842 1 INFO neutron.plugins.ml2.managers [None req-02e56621-cf65-4042-bd29-714af58e1d8b - - - - - -] Initializing driver for type 'vxlan' 2026-06-25 22:56:35.842 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-02e56621-cf65-4042-bd29-714af58e1d8b - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-25 22:56:35.898 1 INFO neutron.plugins.ml2.managers [None req-02e56621-cf65-4042-bd29-714af58e1d8b - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-25 22:56:35.899 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-02e56621-cf65-4042-bd29-714af58e1d8b - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-25 22:56:35.899 1 INFO neutron.plugins.ml2.managers [None req-02e56621-cf65-4042-bd29-714af58e1d8b - - - - - -] Initializing extension driver 'port_security' 2026-06-25 22:56:35.900 1 INFO neutron.plugins.ml2.extensions.port_security [None req-02e56621-cf65-4042-bd29-714af58e1d8b - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-25 22:56:35.900 1 INFO neutron.plugins.ml2.managers [None req-02e56621-cf65-4042-bd29-714af58e1d8b - - - - - -] Initializing extension driver 'qos' 2026-06-25 22:56:35.900 1 INFO neutron.plugins.ml2.managers [None req-02e56621-cf65-4042-bd29-714af58e1d8b - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-25 22:56:35.901 1 INFO neutron.plugins.ml2.managers [None req-02e56621-cf65-4042-bd29-714af58e1d8b - - - - - -] Initializing mechanism driver 'l2population' 2026-06-25 22:56:35.913 1 INFO neutron.quota [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded quota_driver: . 2026-06-25 22:56:35.914 1 INFO neutron.plugins.ml2.plugin [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Modular L2 Plugin initialization complete 2026-06-25 22:56:35.914 1 INFO neutron.plugins.ml2.managers [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-25 22:56:35.914 1 INFO neutron.plugins.ml2.managers [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-25 22:56:35.914 1 INFO neutron.plugins.ml2.managers [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Got port-security extension from driver 'port_security' 2026-06-25 22:56:35.914 1 INFO neutron.extensions.vlantransparent [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Disabled vlantransparent extension. 2026-06-25 22:56:35.915 1 INFO neutron.manager [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loading Plugin: qos 2026-06-25 22:56:35.923 1 INFO neutron.manager [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loading Plugin: router 2026-06-25 22:56:35.952 1 INFO neutron.services.service_base [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-25 22:56:35.952 1 INFO neutron.manager [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loading Plugin: segments 2026-06-25 22:56:36.011 1 INFO neutron.manager [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loading Plugin: trunk 2026-06-25 22:56:36.063 1 INFO neutron.manager [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loading Plugin: vpnaas 2026-06-25 22:56:36.095 1 WARNING stevedore.named [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-25 22:56:36.152 1 INFO neutron_vpnaas.services.vpn.plugin [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-25 22:56:36.153 1 INFO neutron.common.utils [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-25 22:56:36.153 1 INFO neutron.manager [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loading Plugin: auto_allocate 2026-06-25 22:56:36.156 1 INFO neutron.manager [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loading Plugin: tag 2026-06-25 22:56:36.161 1 INFO neutron.manager [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loading Plugin: timestamp 2026-06-25 22:56:36.163 1 INFO neutron.manager [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loading Plugin: network_ip_availability 2026-06-25 22:56:36.166 1 INFO neutron.manager [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loading Plugin: flavors 2026-06-25 22:56:36.168 1 INFO neutron.manager [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loading Plugin: revisions 2026-06-25 22:56:36.170 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Initializing extension manager. 2026-06-25 22:56:36.171 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: address-group 2026-06-25 22:56:36.172 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: address-scope 2026-06-25 22:56:36.172 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-25 22:56:36.173 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: agent 2026-06-25 22:56:36.174 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: agent-resources-synced 2026-06-25 22:56:36.175 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: allowed-address-pairs 2026-06-25 22:56:36.175 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: auto-allocated-topology 2026-06-25 22:56:36.176 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: availability_zone 2026-06-25 22:56:36.176 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: availability_zone_filter 2026-06-25 22:56:36.177 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-25 22:56:36.177 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: default-subnetpools 2026-06-25 22:56:36.178 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-25 22:56:36.179 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: dns-integration 2026-06-25 22:56:36.179 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: dns-domain-ports 2026-06-25 22:56:36.180 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-25 22:56:36.180 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: dvr 2026-06-25 22:56:36.181 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-25 22:56:36.181 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: empty-string-filtering 2026-06-25 22:56:36.182 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-25 22:56:36.182 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-25 22:56:36.183 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: external-net 2026-06-25 22:56:36.183 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-25 22:56:36.183 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: extraroute 2026-06-25 22:56:36.184 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: extraroute-atomic 2026-06-25 22:56:36.184 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-25 22:56:36.185 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-25 22:56:36.185 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-25 22:56:36.186 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-25 22:56:36.186 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: fip-port-details 2026-06-25 22:56:36.187 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: flavors 2026-06-25 22:56:36.188 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-25 22:56:36.188 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: floatingip-pools 2026-06-25 22:56:36.189 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: ip_allocation 2026-06-25 22:56:36.189 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: ip-substring-filtering 2026-06-25 22:56:36.190 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: l2_adjacency 2026-06-25 22:56:36.190 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: router 2026-06-25 22:56:36.192 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-25 22:56:36.192 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: ext-gw-mode 2026-06-25 22:56:36.193 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: l3-ha 2026-06-25 22:56:36.193 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-25 22:56:36.194 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-25 22:56:36.194 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: l3-flavors 2026-06-25 22:56:36.195 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-25 22:56:36.195 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-25 22:56:36.197 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-25 22:56:36.198 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-25 22:56:36.198 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-25 22:56:36.199 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-25 22:56:36.200 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-25 22:56:36.200 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: multi-provider 2026-06-25 22:56:36.201 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: net-mtu 2026-06-25 22:56:36.201 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: net-mtu-writable 2026-06-25 22:56:36.202 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: network_availability_zone 2026-06-25 22:56:36.202 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: network_ha 2026-06-25 22:56:36.203 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: network-ip-availability 2026-06-25 22:56:36.203 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-25 22:56:36.204 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: pagination 2026-06-25 22:56:36.204 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: port-device-profile 2026-06-25 22:56:36.205 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-25 22:56:36.205 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-25 22:56:36.206 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: port-mac-override 2026-06-25 22:56:36.206 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-25 22:56:36.206 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-25 22:56:36.207 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: port-resource-request 2026-06-25 22:56:36.207 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: port-resource-request-groups 2026-06-25 22:56:36.208 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: binding 2026-06-25 22:56:36.208 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: binding-extended 2026-06-25 22:56:36.209 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: port-security 2026-06-25 22:56:36.209 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: project-id 2026-06-25 22:56:36.210 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: provider 2026-06-25 22:56:36.211 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: qos 2026-06-25 22:56:36.212 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-25 22:56:36.212 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-25 22:56:36.213 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: qos-default 2026-06-25 22:56:36.213 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: qos-fip 2026-06-25 22:56:36.214 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-25 22:56:36.214 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: qos-gateway-ip 2026-06-25 22:56:36.215 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: qos-port-network-policy 2026-06-25 22:56:36.215 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: qos-pps-minimum 2026-06-25 22:56:36.216 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-25 22:56:36.216 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: qos-pps 2026-06-25 22:56:36.217 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: qos-rule-type-details 2026-06-25 22:56:36.217 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-25 22:56:36.218 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: qos-rules-alias 2026-06-25 22:56:36.218 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: quota-check-limit 2026-06-25 22:56:36.219 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: quotas 2026-06-25 22:56:36.221 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: quota_details 2026-06-25 22:56:36.222 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: rbac-policies 2026-06-25 22:56:36.223 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: rbac-address-group 2026-06-25 22:56:36.223 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: rbac-address-scope 2026-06-25 22:56:36.224 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: rbac-security-groups 2026-06-25 22:56:36.224 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: rbac-subnetpool 2026-06-25 22:56:36.225 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: revision-if-match 2026-06-25 22:56:36.225 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: standard-attr-revisions 2026-06-25 22:56:36.226 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: router_availability_zone 2026-06-25 22:56:36.226 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-25 22:56:36.228 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: security-groups-default-rules 2026-06-25 22:56:36.228 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-25 22:56:36.228 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-25 22:56:36.229 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-25 22:56:36.229 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-25 22:56:36.235 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: security-group 2026-06-25 22:56:36.236 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: segment 2026-06-25 22:56:36.237 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-25 22:56:36.237 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: service-type 2026-06-25 22:56:36.238 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: sorting 2026-06-25 22:56:36.238 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: standard-attr-segment 2026-06-25 22:56:36.239 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: standard-attr-description 2026-06-25 22:56:36.239 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: stateful-security-group 2026-06-25 22:56:36.239 1 WARNING neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-06-25 22:56:36.240 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-25 22:56:36.240 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: subnet_onboard 2026-06-25 22:56:36.241 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-25 22:56:36.241 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: subnet-service-types 2026-06-25 22:56:36.242 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: subnet_allocation 2026-06-25 22:56:36.242 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-25 22:56:36.243 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-25 22:56:36.245 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: standard-attr-tag 2026-06-25 22:56:36.246 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-25 22:56:36.246 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: trunk 2026-06-25 22:56:36.247 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: trunk-details 2026-06-25 22:56:36.247 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-25 22:56:36.248 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-25 22:56:36.248 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-25 22:56:36.249 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: vpn-flavors 2026-06-25 22:56:36.250 1 INFO neutron.api.extensions [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Loaded extension: vpnaas 2026-06-25 22:56:36.252 1 INFO oslo_service.service [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Starting 2 workers 2026-06-25 22:56:36.257 1 INFO oslo_service.service [None req-c5dbe146-b3eb-44a8-b967-bddb13c231aa - - - - - -] Starting 1 workers 2026-06-25 22:57:18.093 10 INFO neutron.db.l3_hamode_db [None req-9edae8c8-1d60-4fe6-98ce-cfe11ee9edd0 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 22:57:31.770 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port e46462cd-6f38-4ddb-80b5-0e6a98097941 2026-06-25 22:57:32.766 10 INFO neutron.plugins.ml2.plugin [None req-1b199037-4f19-42fb-b133-a9a98a1becc8 - - - - - -] Attempt 1 to provision port e46462cd-6f38-4ddb-80b5-0e6a98097941 2026-06-25 22:57:33.557 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port e46462cd-6f38-4ddb-80b5-0e6a98097941 2026-06-25 23:01:53.766 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 7f06045a-c9e0-407c-ab2b-bdd25e14a89a 2026-06-25 23:01:53.884 9 INFO neutron.plugins.ml2.plugin [None req-e57277db-e5ba-4cae-bdd4-9786e2cb43eb - - - - - -] Attempt 1 to provision port 7f06045a-c9e0-407c-ab2b-bdd25e14a89a 2026-06-25 23:01:55.787 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 7f06045a-c9e0-407c-ab2b-bdd25e14a89a 2026-06-25 23:02:01.229 10 INFO neutron.plugins.ml2.plugin [None req-fa58d235-8962-4d93-9b9c-163cfc90fd73 - - - - - -] Attempt 1 to provision port 4b770925-8d23-44fb-8524-2da7ac00ef18 2026-06-25 23:05:33.997 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 4b770925-8d23-44fb-8524-2da7ac00ef18 2026-06-25 23:05:35.914 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 4b770925-8d23-44fb-8524-2da7ac00ef18 2026-06-25 23:14:52.241 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port b26693d1-0619-4141-8a21-938d29001e7d 2026-06-25 23:14:54.220 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port b26693d1-0619-4141-8a21-938d29001e7d 2026-06-25 23:31:07.083 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port c7327465-563b-4883-9a16-b90580ed1795 2026-06-25 23:31:07.270 9 INFO neutron.plugins.ml2.plugin [None req-df5f4b8b-6431-478f-bf2d-4098b9d824fd - - - - - -] Attempt 1 to provision port 28368309-f650-4907-829d-35c233967224 2026-06-25 23:31:07.587 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 0edfc4d8-b408-42c5-a192-a19e133ab274 2026-06-25 23:31:07.985 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port e6f0a160-2cbd-4af9-8df4-e0487f60d0a0 2026-06-25 23:31:08.116 9 INFO neutron.plugins.ml2.plugin [None req-af1a4b38-75b6-45c4-8b71-47bb54d4625f - - - - - -] Attempt 1 to provision port b2f90bb6-20d5-4d5d-af7e-1c490891719d 2026-06-25 23:31:08.262 10 INFO neutron.plugins.ml2.plugin [None req-e4e43c8f-7a62-4479-a839-4d11e6203b70 - - - - - -] Attempt 1 to provision port e6f0a160-2cbd-4af9-8df4-e0487f60d0a0 2026-06-25 23:31:08.748 10 INFO neutron.plugins.ml2.plugin [None req-1b023d68-b039-4ccb-9785-4c5e4e6705ab - - - - - -] Attempt 1 to provision port 0edfc4d8-b408-42c5-a192-a19e133ab274 2026-06-25 23:31:08.951 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port c7327465-563b-4883-9a16-b90580ed1795 2026-06-25 23:31:08.978 10 INFO neutron.plugins.ml2.plugin [None req-88d0c8a6-ad40-432b-b481-93e8f8e586b4 - - - - - -] Attempt 1 to provision port c7327465-563b-4883-9a16-b90580ed1795 2026-06-25 23:31:09.592 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 0edfc4d8-b408-42c5-a192-a19e133ab274 2026-06-25 23:31:10.062 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port e6f0a160-2cbd-4af9-8df4-e0487f60d0a0 2026-06-25 23:31:10.336 10 INFO neutron.plugins.ml2.plugin [None req-f1a45397-39f1-49bf-98f5-2172a025d993 - - - - - -] Attempt 1 to provision port 793cd7b5-e39e-40d9-be82-6739f4866c74 2026-06-25 23:31:10.497 9 INFO neutron.plugins.ml2.plugin [None req-b2770e90-36af-4663-9fc2-22a0f09c1b5c - - - - - -] Attempt 1 to provision port 45ce6469-495c-4105-9177-d23d458fab78 2026-06-25 23:31:10.860 9 INFO neutron.plugins.ml2.plugin [None req-7f764223-6623-4691-a522-4a42ecf23637 - - - - - -] Attempt 1 to provision port 45ce6469-495c-4105-9177-d23d458fab78 2026-06-25 23:31:11.814 9 INFO neutron.plugins.ml2.plugin [None req-cd42317c-818e-4e1a-a4fd-52f4afc60c70 - - - - - -] Attempt 1 to provision port 46b7789f-e871-438c-83b9-fdca71a289ab 2026-06-25 23:31:12.289 10 INFO neutron.plugins.ml2.plugin [None req-e5394a3f-47d1-4c5c-a6a0-33ef03943f7c - - - - - -] Attempt 1 to provision port 46b7789f-e871-438c-83b9-fdca71a289ab 2026-06-25 23:31:13.257 10 INFO neutron.plugins.ml2.plugin [None req-1a7aeb6b-c76a-4a8d-8d00-bd04bf0bf2be - - - - - -] Attempt 1 to provision port 6e77dc3d-d477-453f-b8c4-02dcc2f9e34b 2026-06-25 23:31:13.814 9 INFO neutron.plugins.ml2.plugin [None req-0f317bee-bcac-4246-a860-d8a9cf0f4272 - - - - - -] Attempt 1 to provision port 6e77dc3d-d477-453f-b8c4-02dcc2f9e34b 2026-06-25 23:31:14.188 9 INFO neutron.plugins.ml2.plugin [None req-27ae507f-d4c3-4308-a000-2f4386489067 - - - - - -] Attempt 1 to provision port 36420b18-f8d3-451f-8e2a-51c77229cdb6 2026-06-25 23:31:14.738 9 INFO neutron.plugins.ml2.plugin [None req-9a0652ec-2787-4e3a-862d-f24749b09277 - - - - - -] Attempt 1 to provision port 44e526a7-ce54-4bb1-b30c-616447c27ae0 2026-06-25 23:31:14.873 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 44e526a7-ce54-4bb1-b30c-616447c27ae0 2026-06-25 23:31:16.514 10 INFO neutron.plugins.ml2.plugin [None req-020e9043-4a9f-4de9-bc2c-190546475a81 - - - - - -] Attempt 1 to provision port aca2f215-2069-44cb-9b2c-ad0a94b74301 2026-06-25 23:31:16.851 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 44e526a7-ce54-4bb1-b30c-616447c27ae0 2026-06-25 23:31:17.063 9 INFO neutron.plugins.ml2.plugin [None req-5724d4a5-279d-4e29-96df-6197b0be6e92 - - - - - -] Attempt 1 to provision port aca2f215-2069-44cb-9b2c-ad0a94b74301 2026-06-25 23:31:20.968 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 1dadcacf-7a48-44f9-9290-01625e535f90 2026-06-25 23:31:21.354 9 INFO neutron.plugins.ml2.plugin [None req-6267a423-f3ef-4340-910e-d9001922651e - - - - - -] Attempt 1 to provision port cf5465c7-30bc-4874-b0be-3718e041420f 2026-06-25 23:31:21.529 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port cd9384c3-76c0-4846-8cfd-087094119cba /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-06-25 23:31:22.897 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 1dadcacf-7a48-44f9-9290-01625e535f90 2026-06-25 23:31:23.308 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port cd9384c3-76c0-4846-8cfd-087094119cba 2026-06-25 23:31:27.078 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port ac58eb20-924a-4df7-8e65-ddf4237bbf76 2026-06-25 23:31:27.267 10 INFO neutron.plugins.ml2.plugin [None req-2e2bf5fd-abe2-468d-afb3-b46e119288c2 - - - - - -] Attempt 1 to provision port 373eb4d6-0260-40f9-bcab-cce801780589 2026-06-25 23:31:27.817 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port cf5465c7-30bc-4874-b0be-3718e041420f 2026-06-25 23:31:28.128 9 INFO neutron.plugins.ml2.plugin [None req-8cd89a4a-aa21-489b-9dff-6f04b4a95b5e - - - - - -] Attempt 1 to provision port 8e4a3404-126b-4709-9461-450dda607b57 2026-06-25 23:31:28.377 9 INFO neutron.plugins.ml2.plugin [None req-456bc3fd-af81-4518-9407-50ce20d06863 - - - - - -] Attempt 1 to provision port ac58eb20-924a-4df7-8e65-ddf4237bbf76 2026-06-25 23:31:28.904 9 INFO neutron.plugins.ml2.plugin [None req-bbb157fe-f5ec-4dba-bb43-6923d863cb64 - - - - - -] Attempt 1 to provision port 9c44f448-31c2-48e5-baca-f8916a3c1df5 2026-06-25 23:31:28.988 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port cf5465c7-30bc-4874-b0be-3718e041420f 2026-06-25 23:31:29.048 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-700341fe-a01d-4699-b119-e9d57b38af61'] response: {'server_uuid': 'e69b86db-2d37-4302-831a-cb4c457a65f7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cf5465c7-30bc-4874-b0be-3718e041420f', 'code': 200} 2026-06-25 23:31:29.554 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 9c44f448-31c2-48e5-baca-f8916a3c1df5 2026-06-25 23:31:30.073 10 INFO neutron.plugins.ml2.plugin [None req-ffb9513d-ce3b-423d-b7e0-e6f289b0b499 - - - - - -] Attempt 1 to provision port 8afceb97-0fd5-4818-82e8-d8677d3108fd 2026-06-25 23:31:30.322 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port ac58eb20-924a-4df7-8e65-ddf4237bbf76 2026-06-25 23:31:30.475 10 INFO neutron.plugins.ml2.plugin [None req-44f73dc6-f650-422b-9562-6ce89945412f - - - - - -] Attempt 1 to provision port 2639375e-2d73-40cb-b2b5-dde5b36177e4 2026-06-25 23:31:30.996 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 9c44f448-31c2-48e5-baca-f8916a3c1df5 2026-06-25 23:31:31.177 10 INFO neutron.plugins.ml2.plugin [None req-d0fc35a2-2325-4fca-97f4-bbc943cfdef1 - - - - - -] Attempt 1 to provision port 8afceb97-0fd5-4818-82e8-d8677d3108fd 2026-06-25 23:31:31.447 9 INFO neutron.plugins.ml2.plugin [None req-4c511586-e6d1-4ebc-89de-3cd28ad874ca - - - - - -] Attempt 1 to provision port 35f598de-5be1-453b-aa16-0d2fa6247366 2026-06-25 23:31:32.194 9 INFO neutron.plugins.ml2.plugin [None req-6c430b27-4b6c-41f9-b751-0a461d9fb320 - - - - - -] Attempt 1 to provision port 35f598de-5be1-453b-aa16-0d2fa6247366 2026-06-25 23:31:33.077 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 6fe2fbb0-6dc6-41ef-ba38-62337d53f13f 2026-06-25 23:31:33.724 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 3a4e82f1-9915-4744-bc56-a04f3590421f 2026-06-25 23:31:35.167 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 6fe2fbb0-6dc6-41ef-ba38-62337d53f13f 2026-06-25 23:31:35.498 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 2639375e-2d73-40cb-b2b5-dde5b36177e4 2026-06-25 23:31:35.624 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8fbea75-b602-48fa-8785-9f6f0fa3000f'] response: {'server_uuid': '2e660cc9-56a0-4ad8-a44a-4140a45dd65d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2639375e-2d73-40cb-b2b5-dde5b36177e4', 'code': 200} 2026-06-25 23:31:36.034 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 3a4e82f1-9915-4744-bc56-a04f3590421f 2026-06-25 23:31:36.588 9 INFO neutron.plugins.ml2.plugin [None req-393b69b9-bc5c-4403-a8f7-e17f18e0d8c9 - - - - - -] Attempt 1 to provision port 69b8c34b-f7eb-474f-8f65-880721207742 2026-06-25 23:31:37.043 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 2639375e-2d73-40cb-b2b5-dde5b36177e4 2026-06-25 23:31:38.250 10 INFO neutron.plugins.ml2.plugin [None req-7b8fe2ec-9395-4545-86d3-410e1a270cbf - - - - - -] Attempt 1 to provision port 2fb6d1a9-7d12-45a7-ba0a-f45dd4d7ab82 2026-06-25 23:31:39.207 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 69b8c34b-f7eb-474f-8f65-880721207742 2026-06-25 23:31:39.835 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-72dd7af5-b970-4a3c-ae9c-cca47a31ed59'] response: {'server_uuid': '38538215-d88c-4f32-9391-a7377468ebe6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '69b8c34b-f7eb-474f-8f65-880721207742', 'code': 200} 2026-06-25 23:31:41.148 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 69b8c34b-f7eb-474f-8f65-880721207742 2026-06-25 23:31:41.493 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 2fb6d1a9-7d12-45a7-ba0a-f45dd4d7ab82 2026-06-25 23:31:41.890 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-75c5c992-0a4e-4772-b493-f6accfabf216'] response: {'server_uuid': '28f8c252-71cd-4a1d-83b2-76bdaa817b8e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2fb6d1a9-7d12-45a7-ba0a-f45dd4d7ab82', 'code': 200} 2026-06-25 23:31:43.210 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 2fb6d1a9-7d12-45a7-ba0a-f45dd4d7ab82 /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-06-25 23:31:49.136 10 INFO neutron.plugins.ml2.plugin [None req-07618a2c-21e9-4932-9aa3-6860c6096cc5 - - - - - -] Attempt 1 to provision port ed82f926-c8a4-427a-ab9c-65d593395da3 2026-06-25 23:31:49.258 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port e02f1f98-ac08-482b-8a8e-9ed9244e5113 2026-06-25 23:31:50.501 10 INFO neutron.plugins.ml2.plugin [None req-41b110cd-a5ef-436d-8bca-700b90ddb075 - - - - - -] Attempt 1 to provision port e02f1f98-ac08-482b-8a8e-9ed9244e5113 2026-06-25 23:31:51.003 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port e02f1f98-ac08-482b-8a8e-9ed9244e5113 2026-06-25 23:31:51.717 10 INFO neutron.plugins.ml2.plugin [None req-c400a590-bd6f-4d0f-a5a2-7303c007f251 - - - - - -] Attempt 1 to provision port 4f85b714-2ba9-40f8-9fe5-6dabd34bab66 2026-06-25 23:31:52.172 10 INFO neutron.plugins.ml2.plugin [None req-635bf270-c6af-41a4-97a7-bffb9817c248 - - - - - -] Attempt 1 to provision port 4f85b714-2ba9-40f8-9fe5-6dabd34bab66 2026-06-25 23:31:53.062 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 5f71be4d-3303-4264-aad6-457c7d2bf37e 2026-06-25 23:31:53.704 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 28368309-f650-4907-829d-35c233967224 2026-06-25 23:31:54.093 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 45ce6469-495c-4105-9177-d23d458fab78 2026-06-25 23:31:55.087 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port bfe82153-3f38-4a8a-a7c0-de2959485d73 2026-06-25 23:31:55.464 10 INFO neutron.plugins.ml2.plugin [None req-5dcf0253-87b3-4ac3-8941-a124963189ad - - - - - -] Attempt 1 to provision port b1179f52-8f85-41b3-92e7-3ce7b408cf6f 2026-06-25 23:31:55.580 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 5f71be4d-3303-4264-aad6-457c7d2bf37e 2026-06-25 23:31:55.723 9 INFO neutron.plugins.ml2.plugin [None req-2b23e1e6-da1b-4d8a-b11b-4c96cefe5b5b - - - - - -] Attempt 1 to provision port cf5465c7-30bc-4874-b0be-3718e041420f 2026-06-25 23:31:56.012 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 28368309-f650-4907-829d-35c233967224 2026-06-25 23:31:56.216 9 INFO neutron.plugins.ml2.plugin [None req-0d08a4c6-5911-4d1b-bf6a-cfa6b811279f - - - - - -] Attempt 1 to provision port bfe82153-3f38-4a8a-a7c0-de2959485d73 2026-06-25 23:31:56.256 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 45ce6469-495c-4105-9177-d23d458fab78 2026-06-25 23:31:57.082 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port bfe82153-3f38-4a8a-a7c0-de2959485d73 2026-06-25 23:31:57.596 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port cf5465c7-30bc-4874-b0be-3718e041420f 2026-06-25 23:31:57.739 10 INFO neutron.plugins.ml2.plugin [None req-7163b98c-3f03-4891-b0dd-edf41739b2a3 - - - - - -] Attempt 1 to provision port 40e62022-e5a8-4509-b89c-85d3ceb85837 2026-06-25 23:31:58.217 10 INFO neutron.plugins.ml2.plugin [None req-c96af444-aabe-4de0-a94e-52c03e9ff519 - - - - - -] Attempt 1 to provision port cf5465c7-30bc-4874-b0be-3718e041420f 2026-06-25 23:31:58.508 9 INFO neutron.plugins.ml2.plugin [None req-0b1434cd-5b58-4ad4-a3e9-02226d34ef0a - - - - - -] Attempt 1 to provision port 40e62022-e5a8-4509-b89c-85d3ceb85837 2026-06-25 23:31:59.140 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port cf5465c7-30bc-4874-b0be-3718e041420f 2026-06-25 23:31:59.406 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 8e4a3404-126b-4709-9461-450dda607b57 2026-06-25 23:31:59.799 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port c70eca33-9e12-4f44-8f58-79f0d4009bf0 2026-06-25 23:32:00.353 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 35f598de-5be1-453b-aa16-0d2fa6247366 2026-06-25 23:32:01.170 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 8e4a3404-126b-4709-9461-450dda607b57 2026-06-25 23:32:01.379 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port c70eca33-9e12-4f44-8f58-79f0d4009bf0 2026-06-25 23:32:01.700 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 35f598de-5be1-453b-aa16-0d2fa6247366 2026-06-25 23:32:01.716 9 INFO neutron.plugins.ml2.plugin [None req-f967a1ad-d467-4832-99a4-5ca67b342c53 - - - - - -] Attempt 1 to provision port 14b1acc3-34af-474d-94a9-9c5af448c8d4 2026-06-25 23:32:02.190 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port bca6f092-ff62-45f1-b993-14226f9cdab4 2026-06-25 23:32:02.439 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-9723fd13-6e51-4f78-b93e-a1de1a2c6b81'] response: {'server_uuid': 'a6597eba-28ae-4472-9afa-6e0633d6fe74', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bca6f092-ff62-45f1-b993-14226f9cdab4', 'code': 200} 2026-06-25 23:32:03.380 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port bca6f092-ff62-45f1-b993-14226f9cdab4 2026-06-25 23:32:04.016 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 14b1acc3-34af-474d-94a9-9c5af448c8d4 2026-06-25 23:32:04.277 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-95c4a2a0-d08d-42c5-bb63-f5e217e6eb87'] response: {'server_uuid': '0814bb39-2e34-4144-9cff-0ce289aa8aae', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '14b1acc3-34af-474d-94a9-9c5af448c8d4', 'code': 200} 2026-06-25 23:32:05.414 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 14b1acc3-34af-474d-94a9-9c5af448c8d4 2026-06-25 23:32:09.059 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-f209f16d-92a9-4edc-8a41-d03e1a42ef48'] response: {'server_uuid': '28f8c252-71cd-4a1d-83b2-76bdaa817b8e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '2fb6d1a9-7d12-45a7-ba0a-f45dd4d7ab82', 'code': 200} 2026-06-25 23:32:09.785 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port ed82f926-c8a4-427a-ab9c-65d593395da3 2026-06-25 23:32:10.385 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 2fb6d1a9-7d12-45a7-ba0a-f45dd4d7ab82 2026-06-25 23:32:11.095 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-e508e237-3ab1-403d-b6f4-650e08681dde'] response: {'server_uuid': '28f8c252-71cd-4a1d-83b2-76bdaa817b8e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2fb6d1a9-7d12-45a7-ba0a-f45dd4d7ab82', 'code': 200} 2026-06-25 23:32:11.288 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 2fb6d1a9-7d12-45a7-ba0a-f45dd4d7ab82 /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-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9a7fadb5-c4e2-41a8-b2d2-b99a42d1c1d4 could not be found. 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-25 23:32:22.535 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-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-25 23:32:22.535 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-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9a7fadb5-c4e2-41a8-b2d2-b99a42d1c1d4 could not be found. 2026-06-25 23:32:22.535 10 ERROR neutron.plugins.ml2.managers  2026-06-25 23:32:22.538 10 ERROR neutron.plugins.ml2.managers [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Failed to bind port 96271d22-3feb-4a7d-b392-ce2067110735 on host instance for vnic_type normal using segments [{'id': '3f7a4378-2878-435c-8239-79c1f651d7c6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 642, 'network_id': '58a3ab4e-db4a-41fd-8e5d-33332d0d3ea2'}] 2026-06-25 23:32:22.538 10 INFO neutron.plugins.ml2.plugin [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Attempt 2 to bind port 96271d22-3feb-4a7d-b392-ce2067110735 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9a7fadb5-c4e2-41a8-b2d2-b99a42d1c1d4 could not be found. 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-25 23:32:22.559 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-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-25 23:32:22.559 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-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9a7fadb5-c4e2-41a8-b2d2-b99a42d1c1d4 could not be found. 2026-06-25 23:32:22.559 10 ERROR neutron.plugins.ml2.managers  2026-06-25 23:32:22.560 10 ERROR neutron.plugins.ml2.managers [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Failed to bind port 96271d22-3feb-4a7d-b392-ce2067110735 on host instance for vnic_type normal using segments [{'id': '3f7a4378-2878-435c-8239-79c1f651d7c6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 642, 'network_id': '58a3ab4e-db4a-41fd-8e5d-33332d0d3ea2'}] 2026-06-25 23:32:22.561 10 INFO neutron.plugins.ml2.plugin [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Attempt 3 to bind port 96271d22-3feb-4a7d-b392-ce2067110735 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9a7fadb5-c4e2-41a8-b2d2-b99a42d1c1d4 could not be found. 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-25 23:32:22.590 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-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-25 23:32:22.590 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-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9a7fadb5-c4e2-41a8-b2d2-b99a42d1c1d4 could not be found. 2026-06-25 23:32:22.590 10 ERROR neutron.plugins.ml2.managers  2026-06-25 23:32:22.591 10 ERROR neutron.plugins.ml2.managers [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Failed to bind port 96271d22-3feb-4a7d-b392-ce2067110735 on host instance for vnic_type normal using segments [{'id': '3f7a4378-2878-435c-8239-79c1f651d7c6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 642, 'network_id': '58a3ab4e-db4a-41fd-8e5d-33332d0d3ea2'}] 2026-06-25 23:32:22.591 10 INFO neutron.plugins.ml2.plugin [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Attempt 4 to bind port 96271d22-3feb-4a7d-b392-ce2067110735 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9a7fadb5-c4e2-41a8-b2d2-b99a42d1c1d4 could not be found. 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-25 23:32:22.613 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-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-25 23:32:22.613 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-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9a7fadb5-c4e2-41a8-b2d2-b99a42d1c1d4 could not be found. 2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers  2026-06-25 23:32:22.613 10 ERROR neutron.plugins.ml2.managers [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Failed to bind port 96271d22-3feb-4a7d-b392-ce2067110735 on host instance for vnic_type normal using segments [{'id': '3f7a4378-2878-435c-8239-79c1f651d7c6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 642, 'network_id': '58a3ab4e-db4a-41fd-8e5d-33332d0d3ea2'}] 2026-06-25 23:32:22.613 10 INFO neutron.plugins.ml2.plugin [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Attempt 5 to bind port 96271d22-3feb-4a7d-b392-ce2067110735 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9a7fadb5-c4e2-41a8-b2d2-b99a42d1c1d4 could not be found. 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-25 23:32:22.632 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-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-25 23:32:22.632 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-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9a7fadb5-c4e2-41a8-b2d2-b99a42d1c1d4 could not be found. 2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers  2026-06-25 23:32:22.632 10 ERROR neutron.plugins.ml2.managers [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Failed to bind port 96271d22-3feb-4a7d-b392-ce2067110735 on host instance for vnic_type normal using segments [{'id': '3f7a4378-2878-435c-8239-79c1f651d7c6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 642, 'network_id': '58a3ab4e-db4a-41fd-8e5d-33332d0d3ea2'}] 2026-06-25 23:32:22.633 10 INFO neutron.plugins.ml2.plugin [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Attempt 6 to bind port 96271d22-3feb-4a7d-b392-ce2067110735 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9a7fadb5-c4e2-41a8-b2d2-b99a42d1c1d4 could not be found. 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-25 23:32:22.650 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-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-25 23:32:22.650 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-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9a7fadb5-c4e2-41a8-b2d2-b99a42d1c1d4 could not be found. 2026-06-25 23:32:22.650 10 ERROR neutron.plugins.ml2.managers  2026-06-25 23:32:22.651 10 ERROR neutron.plugins.ml2.managers [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Failed to bind port 96271d22-3feb-4a7d-b392-ce2067110735 on host instance for vnic_type normal using segments [{'id': '3f7a4378-2878-435c-8239-79c1f651d7c6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 642, 'network_id': '58a3ab4e-db4a-41fd-8e5d-33332d0d3ea2'}] 2026-06-25 23:32:22.651 10 INFO neutron.plugins.ml2.plugin [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Attempt 7 to bind port 96271d22-3feb-4a7d-b392-ce2067110735 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9a7fadb5-c4e2-41a8-b2d2-b99a42d1c1d4 could not be found. 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-25 23:32:22.670 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-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-25 23:32:22.670 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-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9a7fadb5-c4e2-41a8-b2d2-b99a42d1c1d4 could not be found. 2026-06-25 23:32:22.670 10 ERROR neutron.plugins.ml2.managers  2026-06-25 23:32:22.672 10 ERROR neutron.plugins.ml2.managers [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Failed to bind port 96271d22-3feb-4a7d-b392-ce2067110735 on host instance for vnic_type normal using segments [{'id': '3f7a4378-2878-435c-8239-79c1f651d7c6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 642, 'network_id': '58a3ab4e-db4a-41fd-8e5d-33332d0d3ea2'}] 2026-06-25 23:32:22.672 10 INFO neutron.plugins.ml2.plugin [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Attempt 8 to bind port 96271d22-3feb-4a7d-b392-ce2067110735 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9a7fadb5-c4e2-41a8-b2d2-b99a42d1c1d4 could not be found. 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-25 23:32:22.704 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-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-25 23:32:22.704 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-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9a7fadb5-c4e2-41a8-b2d2-b99a42d1c1d4 could not be found. 2026-06-25 23:32:22.704 10 ERROR neutron.plugins.ml2.managers  2026-06-25 23:32:22.706 10 ERROR neutron.plugins.ml2.managers [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Failed to bind port 96271d22-3feb-4a7d-b392-ce2067110735 on host instance for vnic_type normal using segments [{'id': '3f7a4378-2878-435c-8239-79c1f651d7c6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 642, 'network_id': '58a3ab4e-db4a-41fd-8e5d-33332d0d3ea2'}] 2026-06-25 23:32:22.706 10 INFO neutron.plugins.ml2.plugin [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Attempt 9 to bind port 96271d22-3feb-4a7d-b392-ce2067110735 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9a7fadb5-c4e2-41a8-b2d2-b99a42d1c1d4 could not be found. 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-25 23:32:22.727 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-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-25 23:32:22.727 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-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9a7fadb5-c4e2-41a8-b2d2-b99a42d1c1d4 could not be found. 2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers  2026-06-25 23:32:22.727 10 ERROR neutron.plugins.ml2.managers [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Failed to bind port 96271d22-3feb-4a7d-b392-ce2067110735 on host instance for vnic_type normal using segments [{'id': '3f7a4378-2878-435c-8239-79c1f651d7c6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 642, 'network_id': '58a3ab4e-db4a-41fd-8e5d-33332d0d3ea2'}] 2026-06-25 23:32:22.728 10 INFO neutron.plugins.ml2.plugin [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Attempt 10 to bind port 96271d22-3feb-4a7d-b392-ce2067110735 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9a7fadb5-c4e2-41a8-b2d2-b99a42d1c1d4 could not be found. 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9a7fadb5-c4e2-41a8-b2d2-b99a42d1c1d4 could not be found. 2026-06-25 23:32:22.755 10 ERROR neutron.plugins.ml2.managers  2026-06-25 23:32:22.756 10 ERROR neutron.plugins.ml2.managers [None req-fafc36eb-4c55-45b1-852f-549d8f3003fe - - - - - -] Failed to bind port 96271d22-3feb-4a7d-b392-ce2067110735 on host instance for vnic_type normal using segments [{'id': '3f7a4378-2878-435c-8239-79c1f651d7c6', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 642, 'network_id': '58a3ab4e-db4a-41fd-8e5d-33332d0d3ea2'}] 2026-06-25 23:32:23.090 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 137ae567-6e47-4079-9c39-d4b21540d340 2026-06-25 23:32:23.587 9 INFO neutron.plugins.ml2.plugin [None req-a6b243ab-532f-4d2f-a1ff-27c4fd8d6ccb - - - - - -] Attempt 1 to provision port 137ae567-6e47-4079-9c39-d4b21540d340 /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-06-25 23:32:31.007 10 INFO neutron.plugins.ml2.plugin [None req-381b6d16-3de6-4cf8-a543-6aa14a9c6932 - - - - - -] Attempt 1 to provision port b4bfbb67-080d-4c2a-8036-72effc6268ff 2026-06-25 23:32:31.263 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port b4bfbb67-080d-4c2a-8036-72effc6268ff 2026-06-25 23:32:35.385 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port b4cc31bf-d97e-4d63-8425-68db3351eea8 2026-06-25 23:32:36.317 9 INFO neutron.plugins.ml2.plugin [None req-3291c0e1-2df5-4afe-94f3-c888f3621ac1 - - - - - -] Attempt 1 to provision port b4cc31bf-d97e-4d63-8425-68db3351eea8 2026-06-25 23:32:36.805 9 INFO neutron.plugins.ml2.plugin [None req-bbbaa463-9c5e-43b4-a578-3eb8284218c3 - - - - - -] Attempt 1 to provision port 79c2c137-94db-462f-bd6c-880fa6077f29 2026-06-25 23:32:37.115 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port b4cc31bf-d97e-4d63-8425-68db3351eea8 2026-06-25 23:32:37.320 9 INFO neutron.plugins.ml2.plugin [None req-0fb719fd-ffe8-4082-9627-bc375c09c04e - - - - - -] Attempt 1 to provision port 37dc39a1-9a75-4e9f-808e-9ec9dfcf1570 2026-06-25 23:32:37.438 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 79c2c137-94db-462f-bd6c-880fa6077f29 2026-06-25 23:32:37.589 10 INFO neutron.plugins.ml2.plugin [None req-088762e3-ad98-4aa6-870b-31230b866dcd - - - - - -] Attempt 1 to provision port 37dc39a1-9a75-4e9f-808e-9ec9dfcf1570 2026-06-25 23:32:38.760 9 INFO neutron.plugins.ml2.plugin [None req-4eca2179-7efe-4768-b6c2-c90815ae1389 - - - - - -] Attempt 1 to provision port 90e44484-e4ae-4001-b07d-7435fabc8a6a 2026-06-25 23:32:39.045 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 79c2c137-94db-462f-bd6c-880fa6077f29 2026-06-25 23:32:39.231 9 INFO neutron.plugins.ml2.plugin [None req-b29bdafc-cda8-429f-8c15-ac7e79bb343a - - - - - -] Attempt 1 to provision port 90e44484-e4ae-4001-b07d-7435fabc8a6a 2026-06-25 23:32:45.523 10 INFO neutron.plugins.ml2.plugin [None req-5a749fdb-07e1-4da8-9933-84b6598c01ac - - - - - -] Attempt 1 to provision port 93b6c486-ab57-4771-8138-6c1123e9ab89 2026-06-25 23:32:46.484 10 INFO neutron.plugins.ml2.plugin [None req-cef1d733-12d2-4913-a4e1-fd5a8c666b88 - - - - - -] Attempt 1 to provision port bee607de-5906-4289-852a-ed96dd1a3968 2026-06-25 23:32:47.091 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port bee607de-5906-4289-852a-ed96dd1a3968 2026-06-25 23:32:47.682 10 INFO neutron.plugins.ml2.plugin [None req-b2a3947c-3e5d-4462-a931-6bfa859e6a87 - - - - - -] Attempt 1 to provision port b1310893-1889-44e9-af98-8e8333df62d2 2026-06-25 23:32:48.159 9 INFO neutron.plugins.ml2.plugin [None req-a59c4fdb-0896-4e38-9346-b3d6ebace09f - - - - - -] Attempt 1 to provision port b1310893-1889-44e9-af98-8e8333df62d2 2026-06-25 23:32:53.370 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 5ab9b149-4185-4a19-a287-8e0bbd3ced87 2026-06-25 23:32:54.366 9 INFO neutron.plugins.ml2.plugin [None req-19255826-ac2f-4585-ae0e-c79a3a109c0c - - - - - -] Attempt 1 to provision port 5ab9b149-4185-4a19-a287-8e0bbd3ced87 2026-06-25 23:32:55.078 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 5ab9b149-4185-4a19-a287-8e0bbd3ced87 2026-06-25 23:32:55.976 9 INFO neutron.plugins.ml2.plugin [None req-d0977aef-6246-420e-bff5-f463a6bfab3f - - - - - -] Attempt 1 to provision port e452c697-8814-4716-aabb-da8542531962 2026-06-25 23:32:56.525 10 INFO neutron.plugins.ml2.plugin [None req-ce9ef661-ff22-43d8-9775-8ba912d6206d - - - - - -] Attempt 1 to provision port e452c697-8814-4716-aabb-da8542531962 2026-06-25 23:33:00.495 10 INFO neutron.plugins.ml2.plugin [None req-c96442ac-1409-447a-9f23-368ce4f42bd3 - - - - - -] Attempt 1 to provision port 77744008-a300-4a98-8203-f9e2a7d93de4 2026-06-25 23:33:11.539 9 INFO neutron.plugins.ml2.plugin [None req-ba1fcf44-4ec9-4bba-9cac-7e9857731e5d - - - - - -] Attempt 1 to provision port b3e6f913-ba76-4a98-bea9-3fc011e7c10a 2026-06-25 23:33:12.486 9 INFO neutron.plugins.ml2.plugin [None req-5b43bf48-f0d6-4915-b335-30b908871946 - - - - - -] Attempt 1 to provision port a2f23fd0-2e77-484c-9bae-8b1ffcba8f74 2026-06-25 23:33:13.106 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port a2f23fd0-2e77-484c-9bae-8b1ffcba8f74 2026-06-25 23:33:14.081 10 INFO neutron.plugins.ml2.plugin [None req-8af34563-bafe-4881-b654-efdd3c8ef16d - - - - - -] Attempt 1 to provision port b1835a80-d20f-4dc4-a226-78590bd70a03 2026-06-25 23:33:14.822 10 INFO neutron.plugins.ml2.plugin [None req-3337b0a9-ab75-4c98-8a75-d174f30ab4df - - - - - -] Attempt 1 to provision port b1835a80-d20f-4dc4-a226-78590bd70a03 2026-06-25 23:33:15.136 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port bc79c35d-a985-444e-b31e-99942ebb37f6 2026-06-25 23:33:17.512 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port bc79c35d-a985-444e-b31e-99942ebb37f6 2026-06-25 23:33:18.051 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 2c549a27-17c4-4b4a-9e6b-becb9f34db04 2026-06-25 23:33:18.499 10 INFO neutron.plugins.ml2.plugin [None req-27157eb0-e21b-49dc-a010-20df077514a3 - - - - - -] Attempt 1 to provision port 1f8cb754-d920-4198-aa87-bbe56131ba7a 2026-06-25 23:33:18.622 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port d5113f04-d8cd-4835-8e1c-3f97b0f038d3 2026-06-25 23:33:18.878 9 INFO neutron.plugins.ml2.plugin [None req-d22bb33a-410a-4f1a-adec-3007e90751ce - - - - - -] Attempt 1 to provision port d5113f04-d8cd-4835-8e1c-3f97b0f038d3 2026-06-25 23:33:19.116 10 INFO neutron.plugins.ml2.plugin [None req-11fa12bb-684c-416e-8266-c8357fe35c6a - - - - - -] Attempt 1 to provision port 42ed337a-cbe2-4a7a-82bb-4e51daa51418 2026-06-25 23:33:19.210 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 1f8cb754-d920-4198-aa87-bbe56131ba7a 2026-06-25 23:33:19.270 9 INFO neutron.plugins.ml2.plugin [None req-d5f19476-029e-415b-a342-dff19dc4359b - - - - - -] Attempt 1 to provision port 2c549a27-17c4-4b4a-9e6b-becb9f34db04 2026-06-25 23:33:19.633 9 INFO neutron.plugins.ml2.plugin [None req-65b5c954-1cbb-4f69-a3da-0c579efa132a - - - - - -] Attempt 1 to provision port 204acaf9-e2e4-43b3-ad9b-c17805254800 2026-06-25 23:33:19.714 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 2727b69d-cb38-4327-976c-fdf1321bbefa 2026-06-25 23:33:20.377 9 INFO neutron.plugins.ml2.plugin [None req-9b862fd4-5633-4a7f-b99a-f1126e930a0b - - - - - -] Attempt 1 to provision port 204acaf9-e2e4-43b3-ad9b-c17805254800 2026-06-25 23:33:20.514 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 2c549a27-17c4-4b4a-9e6b-becb9f34db04 2026-06-25 23:33:20.741 10 INFO neutron.plugins.ml2.plugin [None req-a5129ed3-3180-4bd9-87e6-a90bef9f95d6 - - - - - -] Attempt 1 to provision port 2727b69d-cb38-4327-976c-fdf1321bbefa 2026-06-25 23:33:21.136 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 1f8cb754-d920-4198-aa87-bbe56131ba7a 2026-06-25 23:33:21.688 10 INFO neutron.plugins.ml2.plugin [None req-e8c07ce3-5a99-4499-86b1-aa746bf031c4 - - - - - -] Attempt 1 to provision port e098b8f4-a89e-4b72-bdd0-ae41f1960a0b 2026-06-25 23:33:21.688 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 2727b69d-cb38-4327-976c-fdf1321bbefa 2026-06-25 23:33:22.153 10 INFO neutron.plugins.ml2.plugin [None req-4f0c8331-6a99-4767-a934-837622ee6d25 - - - - - -] Attempt 1 to provision port c16aeb25-b55c-48ee-b6a5-aab8a6d3eaf0 2026-06-25 23:33:22.397 9 INFO neutron.plugins.ml2.plugin [None req-ec167c57-e61f-4262-8e67-acc33eac07b7 - - - - - -] Attempt 1 to provision port e098b8f4-a89e-4b72-bdd0-ae41f1960a0b 2026-06-25 23:33:22.759 9 INFO neutron.plugins.ml2.plugin [None req-5271bd71-1846-4242-8c19-828134996cf2 - - - - - -] Attempt 1 to provision port c16aeb25-b55c-48ee-b6a5-aab8a6d3eaf0 2026-06-25 23:33:23.909 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port d75ea94a-ee43-4bf8-9cc3-2c2fb10a759b 2026-06-25 23:33:24.462 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port b95e392a-647e-4b29-a6f0-fdca83f0786f 2026-06-25 23:33:25.700 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port d75ea94a-ee43-4bf8-9cc3-2c2fb10a759b 2026-06-25 23:33:31.497 10 INFO neutron.plugins.ml2.plugin [None req-131c7993-d518-4953-9751-7cce11aac7db - - - - - -] Attempt 1 to provision port 3f872089-62e3-4688-a49d-f340ffedc4d6 2026-06-25 23:33:31.527 10 INFO neutron.plugins.ml2.plugin [None req-131c7993-d518-4953-9751-7cce11aac7db - - - - - -] Attempt 1 to provision port 6f9d6671-7609-4cf1-9e8c-2fc35dcb18ae 2026-06-25 23:33:31.564 10 INFO neutron.plugins.ml2.plugin [None req-131c7993-d518-4953-9751-7cce11aac7db - - - - - -] Attempt 1 to provision port 22a843b2-b643-493c-8dbd-9e2956a1cb67 2026-06-25 23:33:31.740 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port b3e6f913-ba76-4a98-bea9-3fc011e7c10a 2026-06-25 23:33:32.130 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 22a843b2-b643-493c-8dbd-9e2956a1cb67 2026-06-25 23:33:32.361 10 INFO neutron.plugins.ml2.plugin [None req-43524bc8-7439-49a8-81d9-ff19bb815db8 - - - - - -] Attempt 1 to provision port 3f872089-62e3-4688-a49d-f340ffedc4d6 2026-06-25 23:33:32.434 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port b1835a80-d20f-4dc4-a226-78590bd70a03 2026-06-25 23:33:33.014 10 INFO neutron.plugins.ml2.plugin [None req-f0e4d7c5-3d7a-46b2-9b5c-07470e919c0f - - - - - -] Attempt 1 to provision port 3f872089-62e3-4688-a49d-f340ffedc4d6 2026-06-25 23:33:33.959 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 56ac87a4-3ed8-4bc2-8a7b-e1a4eddeb988 2026-06-25 23:33:34.600 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port b1835a80-d20f-4dc4-a226-78590bd70a03 2026-06-25 23:33:35.213 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port b3e6f913-ba76-4a98-bea9-3fc011e7c10a 2026-06-25 23:33:35.537 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 22a843b2-b643-493c-8dbd-9e2956a1cb67 2026-06-25 23:33:36.071 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 6f9d6671-7609-4cf1-9e8c-2fc35dcb18ae 2026-06-25 23:33:36.228 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-c832d74f-6bee-4705-aebb-4c7b20546b7d'] response: {'server_uuid': 'bbf9e8a9-2cf3-42b0-9ec6-7d6e063fc731', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6f9d6671-7609-4cf1-9e8c-2fc35dcb18ae', 'code': 200} 2026-06-25 23:33:37.515 10 INFO neutron.plugins.ml2.plugin [None req-2ab2c354-223b-474c-bca1-4e016b076233 - - - - - -] Attempt 1 to provision port f48694b6-1fda-4f5e-8955-495376b79bb7 2026-06-25 23:33:38.018 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port b0e8db7e-0b14-4e0c-818a-fb22897f0237 2026-06-25 23:33:38.568 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 6f9d6671-7609-4cf1-9e8c-2fc35dcb18ae 2026-06-25 23:33:38.677 10 INFO neutron.plugins.ml2.plugin [None req-b45a915c-c602-4740-9817-95436c909073 - - - - - -] Attempt 1 to provision port b0e8db7e-0b14-4e0c-818a-fb22897f0237 2026-06-25 23:33:40.173 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port c16aeb25-b55c-48ee-b6a5-aab8a6d3eaf0 2026-06-25 23:33:40.574 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 42ed337a-cbe2-4a7a-82bb-4e51daa51418 2026-06-25 23:33:41.600 9 INFO neutron.plugins.ml2.plugin [None req-8f21d63a-e904-42e9-bb95-756f7babbde2 - - - - - -] Attempt 1 to provision port 3f610218-8e98-432a-a601-589e0300baae 2026-06-25 23:33:42.080 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port c9937920-f866-46c4-ba82-d192d283b417 2026-06-25 23:33:42.780 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port c16aeb25-b55c-48ee-b6a5-aab8a6d3eaf0 2026-06-25 23:33:42.850 9 INFO neutron.plugins.ml2.plugin [None req-023ae808-f2f9-438f-be76-692fe8c10c9a - - - - - -] Attempt 1 to provision port c466b400-8d7e-4dc2-9da9-deea97fce96c 2026-06-25 23:33:43.139 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 3f610218-8e98-432a-a601-589e0300baae 2026-06-25 23:33:43.304 9 INFO neutron.plugins.ml2.plugin [None req-26e57e65-e21b-4b80-97bb-0ac5e5cfc4cc - - - - - -] Attempt 1 to provision port c466b400-8d7e-4dc2-9da9-deea97fce96c 2026-06-25 23:33:43.499 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 42ed337a-cbe2-4a7a-82bb-4e51daa51418 2026-06-25 23:33:43.975 9 INFO neutron.plugins.ml2.plugin [None req-993c1b86-1c15-4eba-b156-d4c0277e3986 - - - - - -] Attempt 1 to provision port 97041cbc-b850-4e95-9253-b8559f5ddd52 2026-06-25 23:33:44.044 9 INFO neutron.plugins.ml2.plugin [None req-993c1b86-1c15-4eba-b156-d4c0277e3986 - - - - - -] Attempt 1 to provision port 10b16fbd-3699-48d7-8c78-e8a8a50a92bb 2026-06-25 23:33:44.060 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 10b16fbd-3699-48d7-8c78-e8a8a50a92bb 2026-06-25 23:33:44.527 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port c9937920-f866-46c4-ba82-d192d283b417 2026-06-25 23:33:44.794 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 3f610218-8e98-432a-a601-589e0300baae 2026-06-25 23:33:45.204 10 INFO neutron.plugins.ml2.plugin [None req-09cbcde1-5640-4abc-9b16-a984388c808b - - - - - -] Attempt 1 to provision port 97041cbc-b850-4e95-9253-b8559f5ddd52 2026-06-25 23:33:45.567 9 INFO neutron.plugins.ml2.plugin [None req-beec977a-0c9f-4dcc-8983-716fe1fb4732 - - - - - -] Attempt 1 to provision port 97041cbc-b850-4e95-9253-b8559f5ddd52 2026-06-25 23:33:46.047 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 10b16fbd-3699-48d7-8c78-e8a8a50a92bb 2026-06-25 23:33:47.222 9 INFO neutron.plugins.ml2.plugin [None req-30a5c44e-54a9-4f24-9649-853d832a1035 - - - - - -] Attempt 1 to provision port ee36595a-6f28-4e85-a40a-613c663adf6a 2026-06-25 23:33:48.982 9 INFO neutron.plugins.ml2.plugin [None req-55e6a4c8-3e54-48dc-9201-40ed16c3cd4a - - - - - -] Attempt 1 to provision port 56a309c9-acbf-4e86-87f6-10a81af7f486 2026-06-25 23:33:52.065 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 56a309c9-acbf-4e86-87f6-10a81af7f486 2026-06-25 23:33:52.193 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c568e0a3-b216-45ac-a7a7-0e21223a027f'] response: {'server_uuid': '9337ca13-66ba-42a0-8a28-23dd90d33b80', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '56a309c9-acbf-4e86-87f6-10a81af7f486', 'code': 200} 2026-06-25 23:33:53.962 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 56a309c9-acbf-4e86-87f6-10a81af7f486 2026-06-25 23:33:58.126 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port f48694b6-1fda-4f5e-8955-495376b79bb7 2026-06-25 23:33:58.521 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 97041cbc-b850-4e95-9253-b8559f5ddd52 /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-06-25 23:33:59.961 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port f48694b6-1fda-4f5e-8955-495376b79bb7 2026-06-25 23:34:00.189 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 97041cbc-b850-4e95-9253-b8559f5ddd52 /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-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 47b4e27c-9c50-4d9b-9007-c61bbbb47605 could not be found. 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-25 23:34:10.229 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-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-25 23:34:10.229 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-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 47b4e27c-9c50-4d9b-9007-c61bbbb47605 could not be found. 2026-06-25 23:34:10.229 10 ERROR neutron.plugins.ml2.managers  2026-06-25 23:34:10.230 10 ERROR neutron.plugins.ml2.managers [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Failed to bind port 3704334f-cd86-4733-bf71-57cfdb9cdcfa on host instance for vnic_type normal using segments [{'id': '2f98682f-36ac-46d5-b860-5d6e0b788f51', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 332, 'network_id': '59cad55a-6c2c-4075-8183-6cc720e78573'}] 2026-06-25 23:34:10.231 10 INFO neutron.plugins.ml2.plugin [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Attempt 2 to bind port 3704334f-cd86-4733-bf71-57cfdb9cdcfa 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 47b4e27c-9c50-4d9b-9007-c61bbbb47605 could not be found. 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-25 23:34:10.257 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-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-25 23:34:10.257 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-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 47b4e27c-9c50-4d9b-9007-c61bbbb47605 could not be found. 2026-06-25 23:34:10.257 10 ERROR neutron.plugins.ml2.managers  2026-06-25 23:34:10.258 10 ERROR neutron.plugins.ml2.managers [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Failed to bind port 3704334f-cd86-4733-bf71-57cfdb9cdcfa on host instance for vnic_type normal using segments [{'id': '2f98682f-36ac-46d5-b860-5d6e0b788f51', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 332, 'network_id': '59cad55a-6c2c-4075-8183-6cc720e78573'}] 2026-06-25 23:34:10.258 10 INFO neutron.plugins.ml2.plugin [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Attempt 3 to bind port 3704334f-cd86-4733-bf71-57cfdb9cdcfa 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 47b4e27c-9c50-4d9b-9007-c61bbbb47605 could not be found. 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-25 23:34:10.277 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-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-25 23:34:10.277 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-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 47b4e27c-9c50-4d9b-9007-c61bbbb47605 could not be found. 2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers  2026-06-25 23:34:10.277 10 ERROR neutron.plugins.ml2.managers [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Failed to bind port 3704334f-cd86-4733-bf71-57cfdb9cdcfa on host instance for vnic_type normal using segments [{'id': '2f98682f-36ac-46d5-b860-5d6e0b788f51', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 332, 'network_id': '59cad55a-6c2c-4075-8183-6cc720e78573'}] 2026-06-25 23:34:10.278 10 INFO neutron.plugins.ml2.plugin [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Attempt 4 to bind port 3704334f-cd86-4733-bf71-57cfdb9cdcfa 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 47b4e27c-9c50-4d9b-9007-c61bbbb47605 could not be found. 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-25 23:34:10.305 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-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-25 23:34:10.305 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-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 47b4e27c-9c50-4d9b-9007-c61bbbb47605 could not be found. 2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers  2026-06-25 23:34:10.305 10 ERROR neutron.plugins.ml2.managers [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Failed to bind port 3704334f-cd86-4733-bf71-57cfdb9cdcfa on host instance for vnic_type normal using segments [{'id': '2f98682f-36ac-46d5-b860-5d6e0b788f51', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 332, 'network_id': '59cad55a-6c2c-4075-8183-6cc720e78573'}] 2026-06-25 23:34:10.306 10 INFO neutron.plugins.ml2.plugin [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Attempt 5 to bind port 3704334f-cd86-4733-bf71-57cfdb9cdcfa 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 47b4e27c-9c50-4d9b-9007-c61bbbb47605 could not be found. 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-25 23:34:10.326 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-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-25 23:34:10.326 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-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 47b4e27c-9c50-4d9b-9007-c61bbbb47605 could not be found. 2026-06-25 23:34:10.326 10 ERROR neutron.plugins.ml2.managers  2026-06-25 23:34:10.327 10 ERROR neutron.plugins.ml2.managers [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Failed to bind port 3704334f-cd86-4733-bf71-57cfdb9cdcfa on host instance for vnic_type normal using segments [{'id': '2f98682f-36ac-46d5-b860-5d6e0b788f51', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 332, 'network_id': '59cad55a-6c2c-4075-8183-6cc720e78573'}] 2026-06-25 23:34:10.327 10 INFO neutron.plugins.ml2.plugin [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Attempt 6 to bind port 3704334f-cd86-4733-bf71-57cfdb9cdcfa 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 47b4e27c-9c50-4d9b-9007-c61bbbb47605 could not be found. 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 47b4e27c-9c50-4d9b-9007-c61bbbb47605 could not be found. 2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers  2026-06-25 23:34:10.345 10 ERROR neutron.plugins.ml2.managers [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Failed to bind port 3704334f-cd86-4733-bf71-57cfdb9cdcfa on host instance for vnic_type normal using segments [{'id': '2f98682f-36ac-46d5-b860-5d6e0b788f51', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 332, 'network_id': '59cad55a-6c2c-4075-8183-6cc720e78573'}] 2026-06-25 23:34:10.345 10 INFO neutron.plugins.ml2.plugin [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Attempt 7 to bind port 3704334f-cd86-4733-bf71-57cfdb9cdcfa 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 47b4e27c-9c50-4d9b-9007-c61bbbb47605 could not be found. 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-25 23:34:10.360 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-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-25 23:34:10.360 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-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 47b4e27c-9c50-4d9b-9007-c61bbbb47605 could not be found. 2026-06-25 23:34:10.360 10 ERROR neutron.plugins.ml2.managers  2026-06-25 23:34:10.361 10 ERROR neutron.plugins.ml2.managers [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Failed to bind port 3704334f-cd86-4733-bf71-57cfdb9cdcfa on host instance for vnic_type normal using segments [{'id': '2f98682f-36ac-46d5-b860-5d6e0b788f51', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 332, 'network_id': '59cad55a-6c2c-4075-8183-6cc720e78573'}] 2026-06-25 23:34:10.361 10 INFO neutron.plugins.ml2.plugin [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Attempt 8 to bind port 3704334f-cd86-4733-bf71-57cfdb9cdcfa 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 47b4e27c-9c50-4d9b-9007-c61bbbb47605 could not be found. 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-25 23:34:10.380 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-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-25 23:34:10.380 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-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 47b4e27c-9c50-4d9b-9007-c61bbbb47605 could not be found. 2026-06-25 23:34:10.380 10 ERROR neutron.plugins.ml2.managers  2026-06-25 23:34:10.381 10 ERROR neutron.plugins.ml2.managers [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Failed to bind port 3704334f-cd86-4733-bf71-57cfdb9cdcfa on host instance for vnic_type normal using segments [{'id': '2f98682f-36ac-46d5-b860-5d6e0b788f51', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 332, 'network_id': '59cad55a-6c2c-4075-8183-6cc720e78573'}] 2026-06-25 23:34:10.381 10 INFO neutron.plugins.ml2.plugin [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Attempt 9 to bind port 3704334f-cd86-4733-bf71-57cfdb9cdcfa 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 47b4e27c-9c50-4d9b-9007-c61bbbb47605 could not be found. 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-25 23:34:10.399 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-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-25 23:34:10.399 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-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 47b4e27c-9c50-4d9b-9007-c61bbbb47605 could not be found. 2026-06-25 23:34:10.399 10 ERROR neutron.plugins.ml2.managers  2026-06-25 23:34:10.400 10 ERROR neutron.plugins.ml2.managers [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Failed to bind port 3704334f-cd86-4733-bf71-57cfdb9cdcfa on host instance for vnic_type normal using segments [{'id': '2f98682f-36ac-46d5-b860-5d6e0b788f51', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 332, 'network_id': '59cad55a-6c2c-4075-8183-6cc720e78573'}] 2026-06-25 23:34:10.400 10 INFO neutron.plugins.ml2.plugin [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Attempt 10 to bind port 3704334f-cd86-4733-bf71-57cfdb9cdcfa 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 47b4e27c-9c50-4d9b-9007-c61bbbb47605 could not be found. 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-25 23:34:10.418 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-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-25 23:34:10.418 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-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 47b4e27c-9c50-4d9b-9007-c61bbbb47605 could not be found. 2026-06-25 23:34:10.418 10 ERROR neutron.plugins.ml2.managers  2026-06-25 23:34:10.419 10 ERROR neutron.plugins.ml2.managers [None req-08a55d29-3c5c-43ff-8f82-cd8267c53ac8 - - - - - -] Failed to bind port 3704334f-cd86-4733-bf71-57cfdb9cdcfa on host instance for vnic_type normal using segments [{'id': '2f98682f-36ac-46d5-b860-5d6e0b788f51', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 332, 'network_id': '59cad55a-6c2c-4075-8183-6cc720e78573'}] 2026-06-25 23:34:13.045 10 INFO neutron.plugins.ml2.plugin [None req-5f3e49e7-4e75-4ef7-aaf0-979d336caedd - - - - - -] Attempt 1 to provision port 64162a8b-44ab-4338-a4e7-a0fdda10b299 2026-06-25 23:34:14.011 9 INFO neutron.plugins.ml2.plugin [None req-2ecf2a19-08ee-4ed2-94e7-a7c08bca49c6 - - - - - -] Attempt 1 to provision port e877aae0-0a07-4ef4-b986-c138aac433c5 2026-06-25 23:34:14.041 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 5103a412-d50e-4294-b578-fe61f3197acb 2026-06-25 23:34:14.507 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port e877aae0-0a07-4ef4-b986-c138aac433c5 2026-06-25 23:34:14.511 9 INFO neutron.plugins.ml2.plugin [None req-d2c8e606-e00a-406e-8364-fe63b26c8346 - - - - - -] Attempt 1 to provision port 5103a412-d50e-4294-b578-fe61f3197acb 2026-06-25 23:34:15.957 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port e877aae0-0a07-4ef4-b986-c138aac433c5 2026-06-25 23:34:16.012 10 INFO neutron.plugins.ml2.plugin [None req-a8bdb925-c9de-4bd9-961c-82c4e719fa93 - - - - - -] Attempt 1 to provision port af526b37-6c76-4d62-81ac-234390fdeb6a 2026-06-25 23:34:16.462 9 INFO neutron.plugins.ml2.plugin [None req-d706f3a5-0e10-4823-9702-c4c27b3adf67 - - - - - -] Attempt 1 to provision port af526b37-6c76-4d62-81ac-234390fdeb6a 2026-06-25 23:34:17.725 9 INFO neutron.plugins.ml2.plugin [None req-f9f2ce1e-0721-4aa5-b9c4-07c6405d88f1 - - - - - -] Attempt 1 to provision port 8c25a195-1202-4715-a479-c49297c03816 2026-06-25 23:34:17.965 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port c96c4f58-394c-41ac-bdbc-c61d53a181d8 2026-06-25 23:34:20.085 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 8c25a195-1202-4715-a479-c49297c03816 2026-06-25 23:34:20.241 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ce565b9-482d-4841-ad73-0f2a4d429f74'] response: {'server_uuid': '574027a3-47bc-4cf8-b7c4-06f28822018a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8c25a195-1202-4715-a479-c49297c03816', 'code': 200} 2026-06-25 23:34:20.659 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port c96c4f58-394c-41ac-bdbc-c61d53a181d8 2026-06-25 23:34:21.311 10 INFO neutron.plugins.ml2.plugin [None req-2d96c71b-9af2-4651-8dbb-16766da6120d - - - - - -] Attempt 1 to provision port c258df11-d177-4c4e-b5de-60141b53d03d 2026-06-25 23:34:22.035 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 8c25a195-1202-4715-a479-c49297c03816 2026-06-25 23:34:24.167 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port c258df11-d177-4c4e-b5de-60141b53d03d 2026-06-25 23:34:24.314 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c71d9000-db0f-44f4-ae4b-167451e54f4f'] response: {'server_uuid': 'c6b882e1-6f41-412a-abcc-3bc8c1a565e4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c258df11-d177-4c4e-b5de-60141b53d03d', 'code': 200} 2026-06-25 23:34:25.953 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port c258df11-d177-4c4e-b5de-60141b53d03d /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-06-25 23:34:45.661 9 INFO neutron.plugins.ml2.plugin [None req-576e436f-ad5a-442f-8c5a-4071ef865996 - - - - - -] Attempt 1 to provision port 5675db6c-b042-4056-bc71-03aa0ec8a57e 2026-06-25 23:34:46.032 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 9156f660-2b43-4df9-b2ce-46d3692f1883 2026-06-25 23:34:46.498 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port a5a19672-ecac-48e8-84e6-6a6e8c54e10c 2026-06-25 23:34:46.710 9 INFO neutron.plugins.ml2.plugin [None req-59bd4dc0-19a8-4ad3-b775-c09a9cdf30b9 - - - - - -] Attempt 1 to provision port a5a19672-ecac-48e8-84e6-6a6e8c54e10c 2026-06-25 23:34:47.273 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 5675db6c-b042-4056-bc71-03aa0ec8a57e 2026-06-25 23:34:47.849 9 INFO neutron.plugins.ml2.plugin [None req-abf68194-708a-47a0-a2a4-acc94b36acfe - - - - - -] Attempt 1 to provision port 9156f660-2b43-4df9-b2ce-46d3692f1883 2026-06-25 23:34:48.280 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 9156f660-2b43-4df9-b2ce-46d3692f1883 2026-06-25 23:34:48.581 10 INFO neutron.plugins.ml2.plugin [None req-3cf451c6-f6fa-488b-979a-45ee58bd8573 - - - - - -] Attempt 1 to provision port 9c102e74-73d1-4dff-9f3b-2384f97434fe 2026-06-25 23:34:48.599 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port a5a19672-ecac-48e8-84e6-6a6e8c54e10c 2026-06-25 23:34:48.907 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 5675db6c-b042-4056-bc71-03aa0ec8a57e 2026-06-25 23:34:49.226 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 9c102e74-73d1-4dff-9f3b-2384f97434fe 2026-06-25 23:34:49.358 10 INFO neutron.plugins.ml2.plugin [None req-da919d1e-6c7d-43e6-82d8-b663d2645c12 - - - - - -] Attempt 1 to provision port 0cdb47a3-9cb0-4729-8347-45703b252eb3 2026-06-25 23:34:49.471 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 0cdb47a3-9cb0-4729-8347-45703b252eb3 2026-06-25 23:34:50.017 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 9c102e74-73d1-4dff-9f3b-2384f97434fe 2026-06-25 23:34:50.349 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 0cdb47a3-9cb0-4729-8347-45703b252eb3 2026-06-25 23:34:58.028 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port b6e0c47f-5e3d-4bbf-8512-c9b0f1420b09 2026-06-25 23:34:59.558 10 INFO neutron.plugins.ml2.plugin [None req-6f2ba306-1690-44d6-ab21-0744e86a5ac1 - - - - - -] Attempt 1 to provision port b6e0c47f-5e3d-4bbf-8512-c9b0f1420b09 2026-06-25 23:35:00.044 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 955ab30d-0926-468b-8048-0205d36eaa0a 2026-06-25 23:35:00.250 10 INFO neutron.plugins.ml2.plugin [None req-1e04bddc-d54e-4544-95ba-66844b887c77 - - - - - -] Attempt 1 to provision port b6e0c47f-5e3d-4bbf-8512-c9b0f1420b09 2026-06-25 23:35:00.501 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port b6e0c47f-5e3d-4bbf-8512-c9b0f1420b09 2026-06-25 23:35:00.663 9 INFO neutron.plugins.ml2.plugin [None req-1b80c76f-18fb-454e-b7c0-b1af80e3292f - - - - - -] Attempt 1 to provision port 43344a40-bbbf-40bc-9c71-c4c40854a1a8 2026-06-25 23:35:00.840 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 34530370-1fd5-4aca-8725-bf6dcee343bd 2026-06-25 23:35:01.002 9 INFO neutron.plugins.ml2.plugin [None req-c5f1ab67-09ac-4544-8b13-82965e05f67d - - - - - -] Attempt 1 to provision port 955ab30d-0926-468b-8048-0205d36eaa0a 2026-06-25 23:35:01.510 10 INFO neutron.plugins.ml2.plugin [None req-2845ac6d-c1af-4525-9362-88b1df92cbb1 - - - - - -] Attempt 1 to provision port 955ab30d-0926-468b-8048-0205d36eaa0a 2026-06-25 23:35:01.971 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 955ab30d-0926-468b-8048-0205d36eaa0a 2026-06-25 23:35:02.157 10 INFO neutron.plugins.ml2.plugin [None req-b82b3090-5449-4d42-a0eb-34c80f8ac1bd - - - - - -] Attempt 1 to provision port 34530370-1fd5-4aca-8725-bf6dcee343bd 2026-06-25 23:35:02.522 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 34530370-1fd5-4aca-8725-bf6dcee343bd 2026-06-25 23:35:02.625 9 INFO neutron.plugins.ml2.plugin [None req-aa97a160-edfb-49e2-9c0d-7b8e69604df3 - - - - - -] Attempt 1 to provision port 34530370-1fd5-4aca-8725-bf6dcee343bd 2026-06-25 23:35:03.630 9 INFO neutron.plugins.ml2.plugin [None req-cd7f3ef8-c64a-4eec-b6d7-564093e70c95 - - - - - -] Attempt 1 to provision port 9b3e645f-d7b8-41ce-95dc-ff2a75f424d4 2026-06-25 23:35:04.377 10 INFO neutron.plugins.ml2.plugin [None req-d99bf907-7259-4041-b948-50b7eabbedd7 - - - - - -] Attempt 1 to provision port 9b3e645f-d7b8-41ce-95dc-ff2a75f424d4 2026-06-25 23:35:05.624 9 INFO neutron.plugins.ml2.plugin [None req-b960009c-2d1b-4d14-825f-a41f29830ba8 - - - - - -] Attempt 1 to provision port 30c0f918-1fc4-49df-8727-1a8c85595c2b 2026-06-25 23:35:05.992 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 4d6c7f2a-5462-468f-8435-ec1c02fc5d76 2026-06-25 23:35:06.274 10 INFO neutron.plugins.ml2.plugin [None req-e43fcdc8-993d-4a8a-b1ae-2cf897636d6b - - - - - -] Attempt 1 to provision port 30c0f918-1fc4-49df-8727-1a8c85595c2b 2026-06-25 23:35:07.345 10 INFO neutron.plugins.ml2.plugin [None req-75f3e4ba-d443-460e-bb91-38aa386983f7 - - - - - -] Attempt 1 to provision port ea35746a-1ea5-4abc-b44a-2494e0105fce 2026-06-25 23:35:08.036 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 4d6c7f2a-5462-468f-8435-ec1c02fc5d76 2026-06-25 23:35:08.420 9 INFO neutron.plugins.ml2.plugin [None req-2972cbbc-6c1f-45aa-b989-a2b6f3bbf313 - - - - - -] Attempt 1 to provision port ea35746a-1ea5-4abc-b44a-2494e0105fce 2026-06-25 23:35:16.084 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 730a44c2-83b7-471b-8b02-91dbb8066538 2026-06-25 23:35:16.209 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-727fa3f1-d7fb-4e60-8a12-9a67eb9025ec'] response: {'server_uuid': '399e55bf-ad74-450d-88ca-f3760d92612b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '730a44c2-83b7-471b-8b02-91dbb8066538', 'code': 200} 2026-06-25 23:35:17.999 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 730a44c2-83b7-471b-8b02-91dbb8066538 2026-06-25 23:35:22.053 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port ea35746a-1ea5-4abc-b44a-2494e0105fce 2026-06-25 23:35:22.369 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 43344a40-bbbf-40bc-9c71-c4c40854a1a8 2026-06-25 23:35:22.695 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 9b3e645f-d7b8-41ce-95dc-ff2a75f424d4 2026-06-25 23:35:23.078 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 30c0f918-1fc4-49df-8727-1a8c85595c2b 2026-06-25 23:35:23.997 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port ea35746a-1ea5-4abc-b44a-2494e0105fce 2026-06-25 23:35:24.297 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 43344a40-bbbf-40bc-9c71-c4c40854a1a8 2026-06-25 23:35:24.510 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 9b3e645f-d7b8-41ce-95dc-ff2a75f424d4 2026-06-25 23:35:24.839 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 30c0f918-1fc4-49df-8727-1a8c85595c2b 2026-06-25 23:35:26.794 9 INFO neutron.plugins.ml2.plugin [None req-a21631b6-0089-447c-b249-361468c5e652 - - - - - -] Attempt 1 to provision port 502274ca-08e5-47ec-8b57-41d4da01d1db 2026-06-25 23:35:28.067 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 502274ca-08e5-47ec-8b57-41d4da01d1db 2026-06-25 23:35:28.238 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-480bc8f4-2dc0-4d2f-a6b3-6624cf262abd'] response: {'server_uuid': '17aa6a88-05bf-4872-9118-1253c917fd92', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '502274ca-08e5-47ec-8b57-41d4da01d1db', 'code': 200} 2026-06-25 23:35:30.084 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 502274ca-08e5-47ec-8b57-41d4da01d1db 2026-06-25 23:35:47.195 9 INFO neutron.plugins.ml2.plugin [None req-0812126e-96cc-4742-98df-112a334bdbbb - - - - - -] Attempt 1 to provision port f7629ccb-af20-4ab5-b95a-a8075b71d23e 2026-06-25 23:36:00.023 9 INFO neutron.plugins.ml2.plugin [None req-d2269f11-ea76-4243-89f1-90e4740716d5 - - - - - -] Attempt 1 to provision port c49aa351-9842-4154-abee-9fa7790bf91d 2026-06-25 23:36:02.120 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port c49aa351-9842-4154-abee-9fa7790bf91d 2026-06-25 23:36:02.265 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-4d78cb80-ed2d-4194-8a43-eea2acdb0ec8'] response: {'server_uuid': '9c959316-c8fd-479b-ae37-1bde76c32763', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c49aa351-9842-4154-abee-9fa7790bf91d', 'code': 200} 2026-06-25 23:36:04.058 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port c49aa351-9842-4154-abee-9fa7790bf91d 2026-06-25 23:36:42.077 10 INFO neutron.plugins.ml2.plugin [None req-7ed1affa-3a66-427d-8255-f090e53fd351 - - - - - -] Attempt 1 to provision port eb09c982-af34-4e3d-819b-7e32fda08bbd 2026-06-25 23:36:46.112 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port eb09c982-af34-4e3d-819b-7e32fda08bbd 2026-06-25 23:36:46.307 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-00eb4464-d9cd-4dc8-861b-52c3bfe380f9'] response: {'server_uuid': '9c959316-c8fd-479b-ae37-1bde76c32763', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'eb09c982-af34-4e3d-819b-7e32fda08bbd', 'code': 200} 2026-06-25 23:36:48.099 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port eb09c982-af34-4e3d-819b-7e32fda08bbd 2026-06-25 23:37:16.282 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 9b620ce0-3907-4803-b69b-abcb69f20ed7 2026-06-25 23:37:16.455 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-8bf4f923-87d6-4992-8ec5-a15ad5eb4119'] response: {'server_uuid': '9c959316-c8fd-479b-ae37-1bde76c32763', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9b620ce0-3907-4803-b69b-abcb69f20ed7', 'code': 200} 2026-06-25 23:37:18.091 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 9b620ce0-3907-4803-b69b-abcb69f20ed7 2026-06-25 23:37:28.243 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port f88f001b-6cfe-4001-92bf-87b74129d8e6 2026-06-25 23:37:28.366 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-b783c49a-9dff-4fc1-a6ea-1a32e75f06ab'] response: {'server_uuid': '9c959316-c8fd-479b-ae37-1bde76c32763', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f88f001b-6cfe-4001-92bf-87b74129d8e6', 'code': 200} 2026-06-25 23:37:30.100 10 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port f88f001b-6cfe-4001-92bf-87b74129d8e6 2026-06-25 23:37:39.346 10 INFO neutron.plugins.ml2.plugin [None req-f6b61528-5223-49ac-b7e7-253ebfbdc8b2 - - - - - -] Attempt 1 to provision port f88f001b-6cfe-4001-92bf-87b74129d8e6 2026-06-25 23:37:48.107 10 INFO neutron.plugins.ml2.plugin [None req-7a2aa094-089d-45a8-ac97-181af8fb2b1a - - - - - -] Attempt 1 to provision port 9b620ce0-3907-4803-b69b-abcb69f20ed7 2026-06-25 23:37:48.163 9 INFO neutron.plugins.ml2.plugin [None req-b1553db8-9d1d-47bb-a11d-6c9c7e35a281 - - - - - -] Attempt 1 to provision port 9b620ce0-3907-4803-b69b-abcb69f20ed7