+ 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-03-06 01:09:11.167 1 INFO neutron.common.config [-] Logging enabled! 2026-03-06 01:09:11.167 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 23.5.0 2026-03-06 01:09:11.167 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-03-06 01:09:11.168 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-06 01:09:11.953 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-06 01:09:11.956 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-06 01:09:11.958 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-03-06 01:09:11.959 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-06 01:09:11.959 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-06 01:09:11.959 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-06 01:09:11.960 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 01:09:11.964 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 01:09:11.965 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 01:09:11.965 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-06 01:09:11.980 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-06 01:09:11.981 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-06 01:09:11.981 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-06 01:09:12.012 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-06 01:09:12.012 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-06 01:09:12.013 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-06 01:09:12.013 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-06 01:09:12.018 1 WARNING oslo_policy.policy [None req-6f187c49-5e69-4e7b-b26e-214b302fa5c5 - - - - - -] 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-03-06 01:09:12.285 1 INFO neutron.plugins.ml2.managers [None req-6f187c49-5e69-4e7b-b26e-214b302fa5c5 - - - - - -] Initializing driver for type 'vlan' 2026-03-06 01:09:12.570 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-6f187c49-5e69-4e7b-b26e-214b302fa5c5 - - - - - -] VlanTypeDriver initialization complete 2026-03-06 01:09:12.570 1 INFO neutron.plugins.ml2.managers [None req-6f187c49-5e69-4e7b-b26e-214b302fa5c5 - - - - - -] Initializing driver for type 'vxlan' 2026-03-06 01:09:12.571 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-6f187c49-5e69-4e7b-b26e-214b302fa5c5 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-06 01:09:12.618 1 INFO neutron.plugins.ml2.managers [None req-6f187c49-5e69-4e7b-b26e-214b302fa5c5 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-06 01:09:12.619 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-6f187c49-5e69-4e7b-b26e-214b302fa5c5 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-06 01:09:12.619 1 INFO neutron.plugins.ml2.managers [None req-6f187c49-5e69-4e7b-b26e-214b302fa5c5 - - - - - -] Initializing extension driver 'port_security' 2026-03-06 01:09:12.619 1 INFO neutron.plugins.ml2.extensions.port_security [None req-6f187c49-5e69-4e7b-b26e-214b302fa5c5 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-06 01:09:12.619 1 INFO neutron.plugins.ml2.managers [None req-6f187c49-5e69-4e7b-b26e-214b302fa5c5 - - - - - -] Initializing extension driver 'qos' 2026-03-06 01:09:12.620 1 INFO neutron.plugins.ml2.managers [None req-6f187c49-5e69-4e7b-b26e-214b302fa5c5 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-06 01:09:12.620 1 INFO neutron.plugins.ml2.managers [None req-6f187c49-5e69-4e7b-b26e-214b302fa5c5 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-06 01:09:12.632 1 INFO neutron.quota [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded quota_driver: . 2026-03-06 01:09:12.633 1 INFO neutron.plugins.ml2.plugin [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Modular L2 Plugin initialization complete 2026-03-06 01:09:12.633 1 INFO neutron.plugins.ml2.managers [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-06 01:09:12.633 1 INFO neutron.plugins.ml2.managers [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-06 01:09:12.634 1 INFO neutron.plugins.ml2.managers [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Got port-security extension from driver 'port_security' 2026-03-06 01:09:12.634 1 INFO neutron.extensions.vlantransparent [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Disabled vlantransparent extension. 2026-03-06 01:09:12.634 1 INFO neutron.manager [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loading Plugin: qos 2026-03-06 01:09:12.643 1 INFO neutron.manager [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loading Plugin: router 2026-03-06 01:09:12.670 1 INFO neutron.services.service_base [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-06 01:09:12.671 1 INFO neutron.manager [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loading Plugin: segments 2026-03-06 01:09:12.732 1 INFO neutron.manager [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loading Plugin: trunk 2026-03-06 01:09:12.786 1 INFO neutron.manager [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loading Plugin: vpnaas 2026-03-06 01:09:12.818 1 WARNING stevedore.named [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 01:09:12.873 1 INFO neutron_vpnaas.services.vpn.plugin [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-06 01:09:12.874 1 INFO neutron.common.utils [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-06 01:09:12.874 1 INFO neutron.manager [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loading Plugin: auto_allocate 2026-03-06 01:09:12.878 1 INFO neutron.manager [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loading Plugin: tag 2026-03-06 01:09:12.884 1 INFO neutron.manager [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loading Plugin: timestamp 2026-03-06 01:09:12.886 1 INFO neutron.manager [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loading Plugin: network_ip_availability 2026-03-06 01:09:12.888 1 INFO neutron.manager [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loading Plugin: flavors 2026-03-06 01:09:12.891 1 INFO neutron.manager [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loading Plugin: revisions 2026-03-06 01:09:12.893 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Initializing extension manager. 2026-03-06 01:09:12.894 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: address-group 2026-03-06 01:09:12.895 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: address-scope 2026-03-06 01:09:12.896 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-06 01:09:12.896 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: agent 2026-03-06 01:09:12.897 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: agent-resources-synced 2026-03-06 01:09:12.898 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: allowed-address-pairs 2026-03-06 01:09:12.898 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: auto-allocated-topology 2026-03-06 01:09:12.899 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: availability_zone 2026-03-06 01:09:12.900 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: availability_zone_filter 2026-03-06 01:09:12.900 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-06 01:09:12.900 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: default-subnetpools 2026-03-06 01:09:12.902 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-06 01:09:12.902 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: dns-integration 2026-03-06 01:09:12.903 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: dns-domain-ports 2026-03-06 01:09:12.903 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-06 01:09:12.904 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: dvr 2026-03-06 01:09:12.904 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-06 01:09:12.904 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: empty-string-filtering 2026-03-06 01:09:12.905 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-06 01:09:12.905 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-06 01:09:12.906 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: external-net 2026-03-06 01:09:12.906 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-06 01:09:12.907 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: extraroute 2026-03-06 01:09:12.907 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: extraroute-atomic 2026-03-06 01:09:12.908 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-06 01:09:12.908 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-06 01:09:12.909 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-06 01:09:12.909 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-06 01:09:12.910 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: fip-port-details 2026-03-06 01:09:12.910 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: flavors 2026-03-06 01:09:12.911 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-06 01:09:12.912 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: floatingip-pools 2026-03-06 01:09:12.912 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: ip_allocation 2026-03-06 01:09:12.913 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: ip-substring-filtering 2026-03-06 01:09:12.913 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: l2_adjacency 2026-03-06 01:09:12.914 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: router 2026-03-06 01:09:12.915 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-06 01:09:12.916 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: ext-gw-mode 2026-03-06 01:09:12.916 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: l3-ha 2026-03-06 01:09:12.917 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-06 01:09:12.917 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-06 01:09:12.918 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: l3-flavors 2026-03-06 01:09:12.918 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-06 01:09:12.919 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-06 01:09:12.920 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-06 01:09:12.921 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-06 01:09:12.922 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-06 01:09:12.923 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-06 01:09:12.923 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-06 01:09:12.924 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: multi-provider 2026-03-06 01:09:12.924 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: net-mtu 2026-03-06 01:09:12.925 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: net-mtu-writable 2026-03-06 01:09:12.925 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: network_availability_zone 2026-03-06 01:09:12.926 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: network_ha 2026-03-06 01:09:12.926 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: network-ip-availability 2026-03-06 01:09:12.927 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-06 01:09:12.928 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: pagination 2026-03-06 01:09:12.928 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: port-device-profile 2026-03-06 01:09:12.928 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-06 01:09:12.929 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-06 01:09:12.929 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: port-mac-override 2026-03-06 01:09:12.930 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-06 01:09:12.930 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-06 01:09:12.931 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: port-resource-request 2026-03-06 01:09:12.931 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: port-resource-request-groups 2026-03-06 01:09:12.932 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: binding 2026-03-06 01:09:12.932 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: binding-extended 2026-03-06 01:09:12.933 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: port-security 2026-03-06 01:09:12.933 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: project-id 2026-03-06 01:09:12.934 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: provider 2026-03-06 01:09:12.935 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: qos 2026-03-06 01:09:12.936 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-06 01:09:12.936 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-06 01:09:12.937 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: qos-default 2026-03-06 01:09:12.937 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: qos-fip 2026-03-06 01:09:12.938 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-06 01:09:12.938 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: qos-gateway-ip 2026-03-06 01:09:12.939 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: qos-port-network-policy 2026-03-06 01:09:12.939 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: qos-pps-minimum 2026-03-06 01:09:12.940 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-06 01:09:12.940 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: qos-pps 2026-03-06 01:09:12.941 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: qos-rule-type-details 2026-03-06 01:09:12.941 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-06 01:09:12.942 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: qos-rules-alias 2026-03-06 01:09:12.942 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: quota-check-limit 2026-03-06 01:09:12.943 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: quotas 2026-03-06 01:09:12.945 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: quota_details 2026-03-06 01:09:12.946 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: rbac-policies 2026-03-06 01:09:12.947 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: rbac-address-group 2026-03-06 01:09:12.947 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: rbac-address-scope 2026-03-06 01:09:12.948 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: rbac-security-groups 2026-03-06 01:09:12.948 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: rbac-subnetpool 2026-03-06 01:09:12.949 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: revision-if-match 2026-03-06 01:09:12.949 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: standard-attr-revisions 2026-03-06 01:09:12.950 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: router_availability_zone 2026-03-06 01:09:12.950 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-06 01:09:12.952 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: security-groups-default-rules 2026-03-06 01:09:12.952 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-06 01:09:12.953 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-06 01:09:12.953 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-06 01:09:12.953 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-06 01:09:12.959 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: security-group 2026-03-06 01:09:12.960 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: segment 2026-03-06 01:09:12.961 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-06 01:09:12.961 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: service-type 2026-03-06 01:09:12.962 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: sorting 2026-03-06 01:09:12.962 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: standard-attr-segment 2026-03-06 01:09:12.963 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: standard-attr-description 2026-03-06 01:09:12.963 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: stateful-security-group 2026-03-06 01:09:12.964 1 WARNING neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-03-06 01:09:12.964 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-06 01:09:12.965 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: subnet_onboard 2026-03-06 01:09:12.965 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-06 01:09:12.966 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: subnet-service-types 2026-03-06 01:09:12.966 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: subnet_allocation 2026-03-06 01:09:12.967 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-06 01:09:12.967 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-06 01:09:12.970 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: standard-attr-tag 2026-03-06 01:09:12.970 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-06 01:09:12.971 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: trunk 2026-03-06 01:09:12.971 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: trunk-details 2026-03-06 01:09:12.972 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-06 01:09:12.972 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-06 01:09:12.973 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-06 01:09:12.973 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: vpn-flavors 2026-03-06 01:09:12.974 1 INFO neutron.api.extensions [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Loaded extension: vpnaas 2026-03-06 01:09:12.977 1 INFO oslo_service.service [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Starting 2 workers 2026-03-06 01:09:12.982 1 INFO oslo_service.service [None req-9cf1d0aa-802e-4cb6-8df5-a6ae00386351 - - - - - -] Starting 1 workers 2026-03-06 01:09:48.314 9 INFO neutron.db.l3_hamode_db [None req-05f93937-f9cf-4da3-a24f-d332defe9308 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 01:09:57.286 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port f0ea96c6-a75b-4bb7-beb2-4f142650701a 2026-03-06 01:09:58.189 10 INFO neutron.plugins.ml2.plugin [None req-969d5498-87b3-4cd0-8370-6a2e5e5631d7 - - - - - -] Attempt 1 to provision port f0ea96c6-a75b-4bb7-beb2-4f142650701a 2026-03-06 01:09:59.160 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port f0ea96c6-a75b-4bb7-beb2-4f142650701a 2026-03-06 01:14:23.352 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port d9c3bda8-99e8-42f7-a2c0-5ef14ef56d82 2026-03-06 01:14:23.520 9 INFO neutron.plugins.ml2.plugin [None req-be39e232-c38f-4d81-ad9c-c6d136966258 - - - - - -] Attempt 1 to provision port d9c3bda8-99e8-42f7-a2c0-5ef14ef56d82 2026-03-06 01:14:25.339 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port d9c3bda8-99e8-42f7-a2c0-5ef14ef56d82 2026-03-06 01:14:31.067 10 INFO neutron.plugins.ml2.plugin [None req-c29c2419-1061-45b1-845d-250d7dd2b4cd - - - - - -] Attempt 1 to provision port e29a0149-8ccb-4045-bd90-a0ae850ee349 2026-03-06 01:18:23.645 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port e29a0149-8ccb-4045-bd90-a0ae850ee349 2026-03-06 01:18:25.519 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port e29a0149-8ccb-4045-bd90-a0ae850ee349 2026-03-06 01:33:04.188 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 1451a9ca-8182-403a-bb14-458c01b93abb 2026-03-06 01:33:06.147 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 1451a9ca-8182-403a-bb14-458c01b93abb 2026-03-06 01:47:49.230 10 INFO neutron.plugins.ml2.plugin [None req-36bd1737-353b-4979-88f7-645398c75dc9 - - - - - -] Attempt 1 to provision port eb1092b6-4b1b-4814-bd06-f1d2a378d030 2026-03-06 01:47:49.772 10 INFO neutron.plugins.ml2.plugin [None req-1fe796b5-1bc9-4b6b-9159-997bb7b1c02f - - - - - -] Attempt 1 to provision port b7829197-ada2-4b92-b9a0-31dcc08cb185 2026-03-06 01:47:50.812 10 INFO neutron.plugins.ml2.plugin [None req-668d9359-6b3d-4b72-a689-e8e3b84bf65b - - - - - -] Attempt 1 to provision port 4af33fd3-9eba-4073-831f-cb6d217c6090 2026-03-06 01:47:50.834 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 4af33fd3-9eba-4073-831f-cb6d217c6090 2026-03-06 01:47:51.498 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 3c63267a-3fd9-4a41-9d91-c62e8741962e 2026-03-06 01:47:51.731 9 INFO neutron.plugins.ml2.plugin [None req-f4929a9e-0d7d-4acc-9b48-72c029aa78ca - - - - - -] Attempt 1 to provision port ebf5b06e-a7a2-4b34-a076-cb9726994e3e 2026-03-06 01:47:52.304 9 INFO neutron.plugins.ml2.plugin [None req-f4929a9e-0d7d-4acc-9b48-72c029aa78ca - - - - - -] Attempt 1 to provision port 3c63267a-3fd9-4a41-9d91-c62e8741962e 2026-03-06 01:47:52.561 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port ebf5b06e-a7a2-4b34-a076-cb9726994e3e 2026-03-06 01:47:52.616 10 INFO neutron.plugins.ml2.plugin [None req-17c86608-3087-4a01-8a58-3ab4d0eacbf2 - - - - - -] Attempt 1 to provision port 7af1c876-a924-4a93-b1c7-c42f70930cc8 2026-03-06 01:47:52.655 10 INFO neutron.plugins.ml2.plugin [None req-17c86608-3087-4a01-8a58-3ab4d0eacbf2 - - - - - -] Attempt 1 to provision port 74ec5a2e-d888-414b-9b84-1e2ea66593a1 2026-03-06 01:47:53.020 10 INFO neutron.plugins.ml2.plugin [None req-ac54fae7-9430-46e4-a88a-5038aa67efcd - - - - - -] Attempt 1 to provision port 7af1c876-a924-4a93-b1c7-c42f70930cc8 2026-03-06 01:47:53.127 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 4af33fd3-9eba-4073-831f-cb6d217c6090 2026-03-06 01:47:53.440 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 3c63267a-3fd9-4a41-9d91-c62e8741962e 2026-03-06 01:47:53.705 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port ebf5b06e-a7a2-4b34-a076-cb9726994e3e 2026-03-06 01:47:53.995 9 INFO neutron.plugins.ml2.plugin [None req-21a6350c-ba45-4ca7-b8fe-92e3accbf36f - - - - - -] Attempt 1 to provision port 81924033-04d3-46f3-8b6b-7b7c8b8f8740 2026-03-06 01:47:54.864 10 INFO neutron.plugins.ml2.plugin [None req-40fa984d-9dfc-4cff-b1f1-3d2a52882572 - - - - - -] Attempt 1 to provision port 81924033-04d3-46f3-8b6b-7b7c8b8f8740 2026-03-06 01:47:54.902 10 INFO neutron.plugins.ml2.plugin [None req-40fa984d-9dfc-4cff-b1f1-3d2a52882572 - - - - - -] Attempt 1 to provision port 7eedf635-92ff-4d17-86eb-f49a674d6209 2026-03-06 01:47:55.356 10 INFO neutron.plugins.ml2.plugin [None req-9c64c1a9-cda9-446f-b383-1fdcb341e534 - - - - - -] Attempt 1 to provision port 7eedf635-92ff-4d17-86eb-f49a674d6209 2026-03-06 01:47:57.113 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 91431323-0666-4f20-a726-1db36fe2cd76 2026-03-06 01:47:57.220 9 INFO neutron.plugins.ml2.plugin [None req-7e5244b6-bed7-4f8a-bc62-cb78748daca1 - - - - - -] Attempt 1 to provision port 0c6473c6-8634-4c2c-9beb-2e899400ac7b 2026-03-06 01:47:57.979 9 INFO neutron.plugins.ml2.plugin [None req-06d2493d-0632-4183-bbdc-f904618ac4d6 - - - - - -] Attempt 1 to provision port 91431323-0666-4f20-a726-1db36fe2cd76 2026-03-06 01:47:59.096 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 91431323-0666-4f20-a726-1db36fe2cd76 2026-03-06 01:47:59.589 10 INFO neutron.plugins.ml2.plugin [None req-41300842-98ec-48fd-883b-97af3d8a44d8 - - - - - -] Attempt 1 to provision port 622947ac-0184-4ba0-b29b-943cbbf8ec2e 2026-03-06 01:48:00.371 10 INFO neutron.plugins.ml2.plugin [None req-93f127de-164c-464d-892f-db59004c0dd4 - - - - - -] Attempt 1 to provision port 622947ac-0184-4ba0-b29b-943cbbf8ec2e 2026-03-06 01:48:01.216 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 7ddcc16c-ffd5-463e-96a4-8175b9a0a881 2026-03-06 01:48:01.865 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port df49afdf-e501-4e75-b175-1da50722595b 2026-03-06 01:48:02.375 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port ea620ade-0ef7-4535-bf30-21b31e6d9066 2026-03-06 01:48:02.872 9 INFO neutron.plugins.ml2.plugin [None req-17c4c7e2-f537-429f-9a50-231895a02b2d - - - - - -] Attempt 1 to provision port eb42bd34-9446-4422-961f-75db24c9d8ed 2026-03-06 01:48:03.020 10 INFO neutron.plugins.ml2.plugin [None req-8be9b728-da07-487a-9ac1-c2f449c85e41 - - - - - -] Attempt 1 to provision port b32978f0-b582-452a-b210-61cc6cbcaf55 2026-03-06 01:48:03.264 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 7ddcc16c-ffd5-463e-96a4-8175b9a0a881 2026-03-06 01:48:03.562 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port c1d5518c-ddb7-4015-8419-72d09ffbd57f 2026-03-06 01:48:04.068 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port df49afdf-e501-4e75-b175-1da50722595b /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-03-06 01:48:05.194 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port c1d5518c-ddb7-4015-8419-72d09ffbd57f 2026-03-06 01:48:09.516 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port f8bc66af-ab6b-4a62-a88f-f01900861f48 2026-03-06 01:48:09.633 10 INFO neutron.plugins.ml2.plugin [None req-b8eb8c54-2f4e-424a-9667-8770de3aa0a5 - - - - - -] Attempt 1 to provision port 99b848bb-b3e9-480c-b9c6-1b01033b60bd 2026-03-06 01:48:10.371 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port b32978f0-b582-452a-b210-61cc6cbcaf55 2026-03-06 01:48:10.876 10 INFO neutron.plugins.ml2.plugin [None req-b54e2cb2-9a87-4ab0-991d-8a6509affc74 - - - - - -] Attempt 1 to provision port f8bc66af-ab6b-4a62-a88f-f01900861f48 2026-03-06 01:48:11.459 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-453e601a-7db1-440d-9589-b894a278f025'] response: {'server_uuid': '313729b4-e0ce-4ebf-9e36-b4a99ce0ef6f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b32978f0-b582-452a-b210-61cc6cbcaf55', 'code': 200} 2026-03-06 01:48:11.589 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port eb42bd34-9446-4422-961f-75db24c9d8ed 2026-03-06 01:48:12.509 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port f8bc66af-ab6b-4a62-a88f-f01900861f48 2026-03-06 01:48:12.593 9 INFO neutron.plugins.ml2.plugin [None req-26d5e57c-40a2-43f3-825d-b6a48bcf5d99 - - - - - -] Attempt 1 to provision port 172f30da-d802-445f-9433-c63549e299f6 2026-03-06 01:48:12.899 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port b32978f0-b582-452a-b210-61cc6cbcaf55 2026-03-06 01:48:13.252 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port eb42bd34-9446-4422-961f-75db24c9d8ed 2026-03-06 01:48:13.396 10 INFO neutron.plugins.ml2.plugin [None req-b2b35ad2-c44f-43e3-be55-86131793a6fc - - - - - -] Attempt 1 to provision port 172f30da-d802-445f-9433-c63549e299f6 2026-03-06 01:48:13.523 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-29ce146c-50b8-46ba-8b81-638775be16a7'] response: {'server_uuid': 'eae07317-7093-4b3d-9ff1-5227e514a565', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'eb42bd34-9446-4422-961f-75db24c9d8ed', 'code': 200} 2026-03-06 01:48:14.417 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port ed2777b5-e116-4eca-bce8-e4973c36535c 2026-03-06 01:48:14.905 9 INFO neutron.plugins.ml2.plugin [None req-de6743c2-8919-415c-879e-5497b5104671 - - - - - -] Attempt 1 to provision port 6b747dbc-2d8d-4e93-8309-bea3547e2925 2026-03-06 01:48:16.264 9 INFO neutron.plugins.ml2.plugin [None req-fb6c9fa2-281a-4ec9-87b4-8f3468dab396 - - - - - -] Attempt 1 to provision port ddfa1a64-02f7-4fdd-a91f-1e55df6603f7 2026-03-06 01:48:16.475 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port ddfa1a64-02f7-4fdd-a91f-1e55df6603f7 2026-03-06 01:48:16.787 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port ed2777b5-e116-4eca-bce8-e4973c36535c 2026-03-06 01:48:18.313 10 INFO neutron.plugins.ml2.plugin [None req-3ede8e50-f9d3-4d7c-b23f-282af9838bfa - - - - - -] Attempt 1 to provision port e4034116-9f56-4f4f-88f4-76efdee47040 2026-03-06 01:48:18.431 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port ddfa1a64-02f7-4fdd-a91f-1e55df6603f7 2026-03-06 01:48:18.971 9 INFO neutron.plugins.ml2.plugin [None req-e03190d6-4270-48f9-a051-4f87ed93e58f - - - - - -] Attempt 1 to provision port e4034116-9f56-4f4f-88f4-76efdee47040 2026-03-06 01:48:20.470 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port fd7622ff-0fd2-4f51-92f1-1dcc8935db43 2026-03-06 01:48:22.432 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port fd7622ff-0fd2-4f51-92f1-1dcc8935db43 2026-03-06 01:48:23.778 10 INFO neutron.plugins.ml2.plugin [None req-267bf929-79a9-4355-b132-c521cac23cbf - - - - - -] Attempt 1 to provision port 76f28b15-4b1b-4080-bb13-0b3a35175517 2026-03-06 01:48:26.446 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 76f28b15-4b1b-4080-bb13-0b3a35175517 2026-03-06 01:48:26.995 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-4eec60a8-3d1f-460c-94db-fdb1e17bf492'] response: {'server_uuid': '65dceda6-85ee-4e23-9904-1433a4a67d2f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '76f28b15-4b1b-4080-bb13-0b3a35175517', 'code': 200} 2026-03-06 01:48:28.554 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 76f28b15-4b1b-4080-bb13-0b3a35175517 2026-03-06 01:48:29.083 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 6b780be2-0bbb-4715-b9bb-1c724d4378a9 2026-03-06 01:48:29.205 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-32150d69-f373-4057-b387-cdccb5925152'] response: {'server_uuid': '1e2eafd5-437a-4675-bd45-96935960b0ca', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6b780be2-0bbb-4715-b9bb-1c724d4378a9', 'code': 200} 2026-03-06 01:48:30.431 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 6b780be2-0bbb-4715-b9bb-1c724d4378a9 2026-03-06 01:48:32.467 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 81924033-04d3-46f3-8b6b-7b7c8b8f8740 2026-03-06 01:48:33.207 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port b7829197-ada2-4b92-b9a0-31dcc08cb185 2026-03-06 01:48:33.729 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 74ec5a2e-d888-414b-9b84-1e2ea66593a1 2026-03-06 01:48:34.931 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 74ec5a2e-d888-414b-9b84-1e2ea66593a1 2026-03-06 01:48:35.354 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 81924033-04d3-46f3-8b6b-7b7c8b8f8740 2026-03-06 01:48:35.698 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port b7829197-ada2-4b92-b9a0-31dcc08cb185 2026-03-06 01:48:35.912 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 99b848bb-b3e9-480c-b9c6-1b01033b60bd 2026-03-06 01:48:36.301 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 7eedf635-92ff-4d17-86eb-f49a674d6209 /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-03-06 01:48:37.363 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 99b848bb-b3e9-480c-b9c6-1b01033b60bd 2026-03-06 01:48:37.668 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 7eedf635-92ff-4d17-86eb-f49a674d6209 2026-03-06 01:48:37.828 9 INFO neutron.plugins.ml2.plugin [None req-c5248f26-b660-4fad-ae8c-d9e12473d2f9 - - - - - -] Attempt 1 to provision port b32978f0-b582-452a-b210-61cc6cbcaf55 2026-03-06 01:48:39.394 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port b32978f0-b582-452a-b210-61cc6cbcaf55 2026-03-06 01:48:41.234 9 INFO neutron.plugins.ml2.plugin [None req-f2021aa6-00c1-48c1-81f6-84a947d1523f - - - - - -] Attempt 1 to provision port b32978f0-b582-452a-b210-61cc6cbcaf55 2026-03-06 01:48:41.325 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port b32978f0-b582-452a-b210-61cc6cbcaf55 2026-03-06 01:48:41.908 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-d02c533a-8ea3-42ef-a7fc-2fdc22ef2913'] response: {'server_uuid': 'eae07317-7093-4b3d-9ff1-5227e514a565', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'eb42bd34-9446-4422-961f-75db24c9d8ed', 'code': 200} 2026-03-06 01:48:43.197 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port eb42bd34-9446-4422-961f-75db24c9d8ed 2026-03-06 01:48:43.321 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-2f4898c4-7d0d-40a5-9a2d-a86d99330762'] response: {'server_uuid': 'eae07317-7093-4b3d-9ff1-5227e514a565', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'eb42bd34-9446-4422-961f-75db24c9d8ed', 'code': 200} 2026-03-06 01:48:45.217 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port eb42bd34-9446-4422-961f-75db24c9d8ed /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-03-06 01:48:53.203 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 07177375-4f56-48da-8ab2-669fa00a8bef 2026-03-06 01:48:53.643 9 INFO neutron.plugins.ml2.plugin [None req-9c134d69-dccd-4e53-aa1c-39b8375e4059 - - - - - -] Attempt 1 to provision port c5dc6a59-6b75-4a7a-bc22-fd2078836e75 2026-03-06 01:48:54.185 9 INFO neutron.plugins.ml2.plugin [None req-ebcbc067-cceb-4876-a222-66c8f5e8e9ba - - - - - -] Attempt 1 to provision port 07177375-4f56-48da-8ab2-669fa00a8bef 2026-03-06 01:48:55.259 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 07177375-4f56-48da-8ab2-669fa00a8bef 2026-03-06 01:48:56.281 10 INFO neutron.plugins.ml2.plugin [None req-8effed28-ee62-4460-a143-94cb28208b98 - - - - - -] Attempt 1 to provision port 0459c002-bdc8-41fe-98d1-6c712572ce77 2026-03-06 01:48:57.035 9 INFO neutron.plugins.ml2.plugin [None req-fe37be51-f6fc-4af5-a0a4-ceeacca331bb - - - - - -] Attempt 1 to provision port 0459c002-bdc8-41fe-98d1-6c712572ce77 2026-03-06 01:48:57.248 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 9b60b035-2af9-41ec-8c26-32280504a85d 2026-03-06 01:48:57.905 10 INFO neutron.plugins.ml2.plugin [None req-20ef38bf-3f55-4e69-aeef-f27b166f5aa1 - - - - - -] Attempt 1 to provision port 9b60b035-2af9-41ec-8c26-32280504a85d 2026-03-06 01:48:57.919 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 9263a25a-aff2-40a7-b3c4-b6efaa3ddffb 2026-03-06 01:48:59.294 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 9263a25a-aff2-40a7-b3c4-b6efaa3ddffb 2026-03-06 01:49:01.819 10 INFO neutron.plugins.ml2.plugin [None req-943ed466-d354-49d6-a0d5-c0c60b774967 - - - - - -] Attempt 1 to provision port ecf303da-505c-43a5-a008-bde2e79e43da 2026-03-06 01:49:03.282 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port ecf303da-505c-43a5-a008-bde2e79e43da 2026-03-06 01:49:03.398 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb0fc924-2312-4b52-8d55-2b6affec325d'] response: {'server_uuid': '7c1bf69b-3dbe-4b71-b1ab-71834d2376a9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ecf303da-505c-43a5-a008-bde2e79e43da', 'code': 200} 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 64c85498-92d3-431e-afc8-25b08a585e5d could not be found. 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 64c85498-92d3-431e-afc8-25b08a585e5d could not be found. 2026-03-06 01:49:04.280 9 ERROR neutron.plugins.ml2.managers  2026-03-06 01:49:04.282 9 ERROR neutron.plugins.ml2.managers [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Failed to bind port a94210a7-0d42-4866-bf20-d8d744281c8e on host instance for vnic_type normal using segments [{'id': '365615cf-5ac4-4f7b-8438-86fa186b8919', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 791, 'network_id': 'c5228891-70e0-46e6-aabb-f4628ab7213a'}] 2026-03-06 01:49:04.283 9 INFO neutron.plugins.ml2.plugin [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Attempt 2 to bind port a94210a7-0d42-4866-bf20-d8d744281c8e 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 64c85498-92d3-431e-afc8-25b08a585e5d could not be found. 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 64c85498-92d3-431e-afc8-25b08a585e5d could not be found. 2026-03-06 01:49:04.304 9 ERROR neutron.plugins.ml2.managers  2026-03-06 01:49:04.305 9 ERROR neutron.plugins.ml2.managers [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Failed to bind port a94210a7-0d42-4866-bf20-d8d744281c8e on host instance for vnic_type normal using segments [{'id': '365615cf-5ac4-4f7b-8438-86fa186b8919', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 791, 'network_id': 'c5228891-70e0-46e6-aabb-f4628ab7213a'}] 2026-03-06 01:49:04.305 9 INFO neutron.plugins.ml2.plugin [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Attempt 3 to bind port a94210a7-0d42-4866-bf20-d8d744281c8e 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 64c85498-92d3-431e-afc8-25b08a585e5d could not be found. 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 64c85498-92d3-431e-afc8-25b08a585e5d could not be found. 2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers  2026-03-06 01:49:04.343 9 ERROR neutron.plugins.ml2.managers [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Failed to bind port a94210a7-0d42-4866-bf20-d8d744281c8e on host instance for vnic_type normal using segments [{'id': '365615cf-5ac4-4f7b-8438-86fa186b8919', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 791, 'network_id': 'c5228891-70e0-46e6-aabb-f4628ab7213a'}] 2026-03-06 01:49:04.344 9 INFO neutron.plugins.ml2.plugin [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Attempt 4 to bind port a94210a7-0d42-4866-bf20-d8d744281c8e 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 64c85498-92d3-431e-afc8-25b08a585e5d could not be found. 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 64c85498-92d3-431e-afc8-25b08a585e5d could not be found. 2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers  2026-03-06 01:49:04.371 9 ERROR neutron.plugins.ml2.managers [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Failed to bind port a94210a7-0d42-4866-bf20-d8d744281c8e on host instance for vnic_type normal using segments [{'id': '365615cf-5ac4-4f7b-8438-86fa186b8919', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 791, 'network_id': 'c5228891-70e0-46e6-aabb-f4628ab7213a'}] 2026-03-06 01:49:04.372 9 INFO neutron.plugins.ml2.plugin [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Attempt 5 to bind port a94210a7-0d42-4866-bf20-d8d744281c8e 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 64c85498-92d3-431e-afc8-25b08a585e5d could not be found. 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 64c85498-92d3-431e-afc8-25b08a585e5d could not be found. 2026-03-06 01:49:04.393 9 ERROR neutron.plugins.ml2.managers  2026-03-06 01:49:04.394 9 ERROR neutron.plugins.ml2.managers [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Failed to bind port a94210a7-0d42-4866-bf20-d8d744281c8e on host instance for vnic_type normal using segments [{'id': '365615cf-5ac4-4f7b-8438-86fa186b8919', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 791, 'network_id': 'c5228891-70e0-46e6-aabb-f4628ab7213a'}] 2026-03-06 01:49:04.394 9 INFO neutron.plugins.ml2.plugin [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Attempt 6 to bind port a94210a7-0d42-4866-bf20-d8d744281c8e 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 64c85498-92d3-431e-afc8-25b08a585e5d could not be found. 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 64c85498-92d3-431e-afc8-25b08a585e5d could not be found. 2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers  2026-03-06 01:49:04.420 9 ERROR neutron.plugins.ml2.managers [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Failed to bind port a94210a7-0d42-4866-bf20-d8d744281c8e on host instance for vnic_type normal using segments [{'id': '365615cf-5ac4-4f7b-8438-86fa186b8919', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 791, 'network_id': 'c5228891-70e0-46e6-aabb-f4628ab7213a'}] 2026-03-06 01:49:04.421 9 INFO neutron.plugins.ml2.plugin [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Attempt 7 to bind port a94210a7-0d42-4866-bf20-d8d744281c8e 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 64c85498-92d3-431e-afc8-25b08a585e5d could not be found. 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 64c85498-92d3-431e-afc8-25b08a585e5d could not be found. 2026-03-06 01:49:04.460 9 ERROR neutron.plugins.ml2.managers  2026-03-06 01:49:04.461 9 ERROR neutron.plugins.ml2.managers [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Failed to bind port a94210a7-0d42-4866-bf20-d8d744281c8e on host instance for vnic_type normal using segments [{'id': '365615cf-5ac4-4f7b-8438-86fa186b8919', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 791, 'network_id': 'c5228891-70e0-46e6-aabb-f4628ab7213a'}] 2026-03-06 01:49:04.461 9 INFO neutron.plugins.ml2.plugin [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Attempt 8 to bind port a94210a7-0d42-4866-bf20-d8d744281c8e 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 64c85498-92d3-431e-afc8-25b08a585e5d could not be found. 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 64c85498-92d3-431e-afc8-25b08a585e5d could not be found. 2026-03-06 01:49:04.486 9 ERROR neutron.plugins.ml2.managers  2026-03-06 01:49:04.487 9 ERROR neutron.plugins.ml2.managers [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Failed to bind port a94210a7-0d42-4866-bf20-d8d744281c8e on host instance for vnic_type normal using segments [{'id': '365615cf-5ac4-4f7b-8438-86fa186b8919', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 791, 'network_id': 'c5228891-70e0-46e6-aabb-f4628ab7213a'}] 2026-03-06 01:49:04.487 9 INFO neutron.plugins.ml2.plugin [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Attempt 9 to bind port a94210a7-0d42-4866-bf20-d8d744281c8e 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 64c85498-92d3-431e-afc8-25b08a585e5d could not be found. 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 64c85498-92d3-431e-afc8-25b08a585e5d could not be found. 2026-03-06 01:49:04.510 9 ERROR neutron.plugins.ml2.managers  2026-03-06 01:49:04.511 9 ERROR neutron.plugins.ml2.managers [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Failed to bind port a94210a7-0d42-4866-bf20-d8d744281c8e on host instance for vnic_type normal using segments [{'id': '365615cf-5ac4-4f7b-8438-86fa186b8919', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 791, 'network_id': 'c5228891-70e0-46e6-aabb-f4628ab7213a'}] 2026-03-06 01:49:04.511 9 INFO neutron.plugins.ml2.plugin [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Attempt 10 to bind port a94210a7-0d42-4866-bf20-d8d744281c8e 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 64c85498-92d3-431e-afc8-25b08a585e5d could not be found. 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 64c85498-92d3-431e-afc8-25b08a585e5d could not be found. 2026-03-06 01:49:04.528 9 ERROR neutron.plugins.ml2.managers  2026-03-06 01:49:04.529 9 ERROR neutron.plugins.ml2.managers [None req-ff41badb-06bb-4559-9841-a12c6b6da749 - - - - - -] Failed to bind port a94210a7-0d42-4866-bf20-d8d744281c8e on host instance for vnic_type normal using segments [{'id': '365615cf-5ac4-4f7b-8438-86fa186b8919', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 791, 'network_id': 'c5228891-70e0-46e6-aabb-f4628ab7213a'}] 2026-03-06 01:49:05.406 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 4c0ce87a-aad2-4928-ba7f-504ddbd21e1f 2026-03-06 01:49:05.491 9 INFO neutron.plugins.ml2.plugin [None req-3bcaeb31-4cbb-44f4-8bb0-aabf4342d679 - - - - - -] Attempt 1 to provision port 4c0ce87a-aad2-4928-ba7f-504ddbd21e1f 2026-03-06 01:49:05.893 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port ecf303da-505c-43a5-a008-bde2e79e43da 2026-03-06 01:49:12.778 10 INFO neutron.plugins.ml2.plugin [None req-390780b7-cf4a-46a3-a9f6-cfd7ff75c8d7 - - - - - -] Attempt 1 to provision port 26cdea2a-81c6-429f-a059-9672c66c855d 2026-03-06 01:49:13.241 10 INFO neutron.plugins.ml2.plugin [None req-8f970d4e-a57f-4b99-a6c2-d28c14e5c623 - - - - - -] Attempt 1 to provision port 9aa2db91-7c96-4f14-ae67-e4e3bb993daa 2026-03-06 01:49:13.270 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 9aa2db91-7c96-4f14-ae67-e4e3bb993daa 2026-03-06 01:49:15.076 10 INFO neutron.plugins.ml2.plugin [None req-0fcbccb4-33b5-4fc2-88b3-7d44488f9f9f - - - - - -] Attempt 1 to provision port 42da2b67-ee9c-4bb3-84a3-efbe4ba3c21e 2026-03-06 01:49:15.538 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 42da2b67-ee9c-4bb3-84a3-efbe4ba3c21e 2026-03-06 01:49:15.875 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 9aa2db91-7c96-4f14-ae67-e4e3bb993daa 2026-03-06 01:49:16.235 9 INFO neutron.plugins.ml2.plugin [None req-1686f3cd-5cde-4bc7-abb4-e463cbb74db0 - - - - - -] Attempt 1 to provision port b622756a-602b-4ae3-9330-e5173ec94222 2026-03-06 01:49:16.793 10 INFO neutron.plugins.ml2.plugin [None req-3f3d1818-3962-4787-b47a-efbdf2269101 - - - - - -] Attempt 1 to provision port b622756a-602b-4ae3-9330-e5173ec94222 2026-03-06 01:49:17.268 9 INFO neutron.plugins.ml2.plugin [None req-cbe4a3aa-12f6-4288-b1e5-c229e1b76c5f - - - - - -] Attempt 1 to provision port 06a2d71e-39ba-4bba-818a-5a2fd92a23d6 2026-03-06 01:49:17.324 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 06a2d71e-39ba-4bba-818a-5a2fd92a23d6 2026-03-06 01:49:18.332 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 42da2b67-ee9c-4bb3-84a3-efbe4ba3c21e 2026-03-06 01:49:18.691 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 1b494176-5a0e-497c-a6c2-c66af5fe65ff 2026-03-06 01:49:19.169 10 INFO neutron.plugins.ml2.plugin [None req-8aa6c3eb-3f55-46f5-a4ff-67bcc82b9c58 - - - - - -] Attempt 1 to provision port 20b043ce-5aae-4f77-aa29-12f98bb0562c 2026-03-06 01:49:19.636 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 1b494176-5a0e-497c-a6c2-c66af5fe65ff 2026-03-06 01:49:19.979 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 06a2d71e-39ba-4bba-818a-5a2fd92a23d6 2026-03-06 01:49:20.244 9 INFO neutron.plugins.ml2.plugin [None req-50dad45c-98c3-4234-aa9d-e6284fff3f1b - - - - - -] Attempt 1 to provision port 20b043ce-5aae-4f77-aa29-12f98bb0562c 2026-03-06 01:49:20.827 10 INFO neutron.plugins.ml2.plugin [None req-07dc2a6d-d918-4128-9d43-970223960654 - - - - - -] Attempt 1 to provision port 55692f91-458d-4b49-b38c-0d1489cbd23d 2026-03-06 01:49:21.292 9 INFO neutron.plugins.ml2.plugin [None req-0edef98a-38f8-4e64-8d91-5be287722cc2 - - - - - -] Attempt 1 to provision port b68f4fa1-766c-4dae-8665-2af8381f202e 2026-03-06 01:49:21.958 10 INFO neutron.plugins.ml2.plugin [None req-646bdf88-07ac-47c6-bc2f-ef232454000f - - - - - -] Attempt 1 to provision port b68f4fa1-766c-4dae-8665-2af8381f202e 2026-03-06 01:49:23.809 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 55692f91-458d-4b49-b38c-0d1489cbd23d 2026-03-06 01:49:23.936 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-65c17aea-ae81-401b-85f5-46303e55dc0d'] response: {'server_uuid': 'bb583ddd-e6bf-4d2e-8f1b-92517c23d1f5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '55692f91-458d-4b49-b38c-0d1489cbd23d', 'code': 200} 2026-03-06 01:49:25.865 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 55692f91-458d-4b49-b38c-0d1489cbd23d 2026-03-06 01:49:29.740 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 19db24fd-f9de-4756-b1e0-b8beff211969 2026-03-06 01:49:29.795 10 INFO neutron.plugins.ml2.plugin [None req-df1da3fa-bf45-4f64-924b-31b9deab268d - - - - - -] Attempt 1 to provision port 19db24fd-f9de-4756-b1e0-b8beff211969 2026-03-06 01:49:30.753 10 INFO neutron.plugins.ml2.plugin [None req-1bd4c552-56ea-4a97-bcfd-68d0f48d7e2a - - - - - -] Attempt 1 to provision port cae3b68a-8bb1-49a8-9367-5d6214b2b660 2026-03-06 01:49:31.532 10 INFO neutron.plugins.ml2.plugin [None req-d19dce65-28bc-477a-994a-3451f623ddd0 - - - - - -] Attempt 1 to provision port cae3b68a-8bb1-49a8-9367-5d6214b2b660 2026-03-06 01:49:31.623 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 19db24fd-f9de-4756-b1e0-b8beff211969 /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-03-06 01:49:37.266 9 INFO neutron.plugins.ml2.plugin [None req-3e26a5bd-4157-41c7-8fb3-04e4d0a23085 - - - - - -] Attempt 1 to provision port 47aa87f8-71fc-4144-8948-444062e4045a 2026-03-06 01:49:37.765 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 47aa87f8-71fc-4144-8948-444062e4045a 2026-03-06 01:49:39.483 10 INFO neutron.plugins.ml2.plugin [None req-a208afd1-b535-4ac9-96bc-b115b8123eb3 - - - - - -] Attempt 1 to provision port 22f1ef59-5398-4156-aed2-2af15792b52e 2026-03-06 01:49:39.652 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 47aa87f8-71fc-4144-8948-444062e4045a 2026-03-06 01:49:43.400 10 INFO neutron.plugins.ml2.plugin [None req-1463e697-f4c8-4771-b5a1-99d454dfc61a - - - - - -] Attempt 1 to provision port 28741623-1a6f-464a-ac6e-3bacde7385d8 2026-03-06 01:49:47.770 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 954d2e6b-2cd3-4dd3-8fe4-7821ec878fe5 2026-03-06 01:49:48.273 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port fa9bbe1a-d3f2-4a8e-a826-581d5b6591ec 2026-03-06 01:49:48.510 10 INFO neutron.plugins.ml2.plugin [None req-35c5d50c-e9a4-457b-a33a-1e2767771263 - - - - - -] Attempt 1 to provision port fa9bbe1a-d3f2-4a8e-a826-581d5b6591ec 2026-03-06 01:49:49.093 9 INFO neutron.plugins.ml2.plugin [None req-c5b2156e-cb26-424a-a15c-270b28f7a30d - - - - - -] Attempt 1 to provision port 954d2e6b-2cd3-4dd3-8fe4-7821ec878fe5 2026-03-06 01:49:49.483 9 INFO neutron.plugins.ml2.plugin [None req-14218796-8233-4fae-927f-01debd869ac8 - - - - - -] Attempt 1 to provision port 33617cfa-1952-4145-95de-ea401272ef82 2026-03-06 01:49:49.701 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 954d2e6b-2cd3-4dd3-8fe4-7821ec878fe5 2026-03-06 01:49:49.838 10 INFO neutron.plugins.ml2.plugin [None req-56fa4938-6877-4037-950e-ba030365b214 - - - - - -] Attempt 1 to provision port 33617cfa-1952-4145-95de-ea401272ef82 2026-03-06 01:49:50.060 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port fa9bbe1a-d3f2-4a8e-a826-581d5b6591ec 2026-03-06 01:49:50.809 10 INFO neutron.plugins.ml2.plugin [None req-a35bb608-2da4-4be4-85e1-932464470e4f - - - - - -] Attempt 1 to provision port 7ab09fe8-7fe6-47b3-9a6c-00c41cece6f0 2026-03-06 01:49:51.656 9 INFO neutron.plugins.ml2.plugin [None req-5350cfb4-e6c8-4b68-b74a-e34be9f0dc90 - - - - - -] Attempt 1 to provision port 7ab09fe8-7fe6-47b3-9a6c-00c41cece6f0 2026-03-06 01:49:55.346 9 INFO neutron.plugins.ml2.plugin [None req-0b49977a-4aab-4f71-9a69-590b314034e0 - - - - - -] Attempt 1 to provision port 07f49b70-9f70-4363-9071-ed7c7c06fd16 2026-03-06 01:49:59.630 9 INFO neutron.plugins.ml2.plugin [None req-6097fabb-10c9-4aab-905b-21a89ecb3ac7 - - - - - -] Attempt 1 to provision port b17bc0d5-7e28-4881-832c-1565efb90fe8 2026-03-06 01:49:59.686 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port b17bc0d5-7e28-4881-832c-1565efb90fe8 /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-03-06 01:50:01.486 10 INFO neutron.plugins.ml2.plugin [None req-ab318c5a-b0f9-4f52-ba94-9e40d6380037 - - - - - -] Attempt 1 to provision port 7fbc9577-6fa5-4bfd-915a-d7a47cef4f65 2026-03-06 01:50:01.647 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 7fbc9577-6fa5-4bfd-915a-d7a47cef4f65 2026-03-06 01:50:02.639 9 INFO neutron.plugins.ml2.plugin [None req-2bd7cb93-4f29-44e9-9118-7b11baeb82dc - - - - - -] Attempt 1 to provision port 2877b790-419f-446d-8494-40c82f020dca 2026-03-06 01:50:03.496 9 INFO neutron.plugins.ml2.plugin [None req-b8c559fc-bc52-45a7-aea5-7414f86fa66e - - - - - -] Attempt 1 to provision port 2877b790-419f-446d-8494-40c82f020dca 2026-03-06 01:50:03.740 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 7fbc9577-6fa5-4bfd-915a-d7a47cef4f65 2026-03-06 01:50:05.051 9 INFO neutron.plugins.ml2.plugin [None req-b989cec2-161e-4acd-9e32-188e80a6005c - - - - - -] Attempt 1 to provision port e1c833e4-1184-4314-a20a-af988958ae0f 2026-03-06 01:50:05.694 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port e1c833e4-1184-4314-a20a-af988958ae0f 2026-03-06 01:50:11.015 9 INFO neutron.plugins.ml2.plugin [None req-7797e1c9-07c7-4e09-b50b-e722af420b17 - - - - - -] Attempt 1 to provision port e99a7129-48ac-4946-9146-9e6f03d1d44a 2026-03-06 01:50:11.691 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port e99a7129-48ac-4946-9146-9e6f03d1d44a 2026-03-06 01:50:12.558 9 INFO neutron.plugins.ml2.plugin [None req-3b779dd8-ee5d-4824-a9ec-c8645b059ac0 - - - - - -] Attempt 1 to provision port 4fb854ca-e15e-4379-8650-5b7ff09528d2 2026-03-06 01:50:12.898 9 INFO neutron.plugins.ml2.plugin [None req-a44918ef-1599-4688-addf-003395a8fe49 - - - - - -] Attempt 1 to provision port 4fb854ca-e15e-4379-8650-5b7ff09528d2 2026-03-06 01:50:17.377 10 INFO neutron.plugins.ml2.plugin [None req-aeaf6971-5724-4ff5-951d-0a72734a4b7f - - - - - -] Attempt 1 to provision port 06d35f95-c931-4ef8-9480-0d6b8ac87187 2026-03-06 01:50:25.294 9 INFO neutron.plugins.ml2.plugin [None req-f247a4b8-aee1-47de-95bb-ac8e59d2141a - - - - - -] Attempt 1 to provision port d9c5f88b-01de-48b2-a1be-4ba190c09fc6 2026-03-06 01:50:29.685 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port e0fd6664-6403-43eb-8205-0f26c7ab5a87 2026-03-06 01:50:30.311 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 3680527e-822c-4d34-949e-669b06e315de 2026-03-06 01:50:30.688 10 INFO neutron.plugins.ml2.plugin [None req-bf5743c9-752a-4434-80dc-bc735cf8b023 - - - - - -] Attempt 1 to provision port 8276ca37-dee8-4105-a910-c1b5273085bc 2026-03-06 01:50:30.734 10 INFO neutron.plugins.ml2.plugin [None req-bf5743c9-752a-4434-80dc-bc735cf8b023 - - - - - -] Attempt 1 to provision port e0fd6664-6403-43eb-8205-0f26c7ab5a87 2026-03-06 01:50:31.642 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port e0fd6664-6403-43eb-8205-0f26c7ab5a87 2026-03-06 01:50:31.661 9 INFO neutron.plugins.ml2.plugin [None req-1b0a65ee-7def-4f32-81fa-342232e3e986 - - - - - -] Attempt 1 to provision port 8276ca37-dee8-4105-a910-c1b5273085bc 2026-03-06 01:50:31.946 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 3680527e-822c-4d34-949e-669b06e315de 2026-03-06 01:50:32.000 9 INFO neutron.plugins.ml2.plugin [None req-315caf9b-bdee-44b1-a0d4-5a7cdc94c96a - - - - - -] Attempt 1 to provision port 8276ca37-dee8-4105-a910-c1b5273085bc 2026-03-06 01:50:34.666 9 INFO neutron.plugins.ml2.plugin [None req-590d93ed-01b4-4b7a-86a9-393c9b38d800 - - - - - -] Attempt 1 to provision port dc7e9cc6-5223-4dff-aa08-5ea507b90a88 2026-03-06 01:50:35.110 9 INFO neutron.plugins.ml2.plugin [None req-720e6d96-5b41-418f-835e-757428ebffde - - - - - -] Attempt 1 to provision port 49505ee8-5802-4c3a-a0ac-68889a45b77e 2026-03-06 01:50:35.563 9 INFO neutron.plugins.ml2.plugin [None req-684c8f9f-cbcf-4908-90d8-f21cee49b0f2 - - - - - -] Attempt 1 to provision port 120ae6d1-3165-4768-8c1e-1ab72d10fcb7 2026-03-06 01:50:35.665 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 120ae6d1-3165-4768-8c1e-1ab72d10fcb7 2026-03-06 01:50:37.165 10 INFO neutron.plugins.ml2.plugin [None req-c3ded6dc-debe-4665-9d6a-ad870be42bb0 - - - - - -] Attempt 1 to provision port 39230dcb-ad10-42a7-b905-ed7c410190a2 2026-03-06 01:50:37.838 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 49505ee8-5802-4c3a-a0ac-68889a45b77e 2026-03-06 01:50:37.844 9 INFO neutron.plugins.ml2.plugin [None req-d98dc48e-21fe-4ae5-8a85-73f3b7b29585 - - - - - -] Attempt 1 to provision port 39230dcb-ad10-42a7-b905-ed7c410190a2 2026-03-06 01:50:37.980 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd67e303-61ca-4393-ba4d-77779ad8247f'] response: {'server_uuid': 'bc49e046-de9d-40cb-8fee-d46185272918', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '49505ee8-5802-4c3a-a0ac-68889a45b77e', 'code': 200} 2026-03-06 01:50:38.752 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port c35a892a-59d0-4f54-8056-a11e8de9a5ef 2026-03-06 01:50:39.521 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 120ae6d1-3165-4768-8c1e-1ab72d10fcb7 2026-03-06 01:50:40.070 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 49505ee8-5802-4c3a-a0ac-68889a45b77e 2026-03-06 01:50:40.366 10 INFO neutron.plugins.ml2.plugin [None req-4023c148-1171-4ed8-a66e-5d778984bee2 - - - - - -] Attempt 1 to provision port 0d8ebccb-9032-410c-a4d5-71bf2ed7eed7 2026-03-06 01:50:40.592 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port c35a892a-59d0-4f54-8056-a11e8de9a5ef 2026-03-06 01:50:41.055 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 0d8ebccb-9032-410c-a4d5-71bf2ed7eed7 2026-03-06 01:50:41.397 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port b39fb7d0-4ceb-4838-ab75-8eb39c62d016 2026-03-06 01:50:41.686 9 INFO neutron.plugins.ml2.plugin [None req-e14e68e0-62f9-4433-82f6-5e07b3889f4c - - - - - -] Attempt 1 to provision port b39fb7d0-4ceb-4838-ab75-8eb39c62d016 2026-03-06 01:50:42.422 10 INFO neutron.plugins.ml2.plugin [None req-69199744-8e9a-4e38-b683-f805246600df - - - - - -] Attempt 1 to provision port 6a9f64ac-93d8-4072-ae10-842d552ad6b4 2026-03-06 01:50:42.556 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port dcbebd10-f897-48fc-a6b1-2876672dcdf1 2026-03-06 01:50:43.192 9 INFO neutron.plugins.ml2.plugin [None req-e73198ec-9071-4e75-9dce-4ad0e8c8f162 - - - - - -] Attempt 1 to provision port dcbebd10-f897-48fc-a6b1-2876672dcdf1 2026-03-06 01:50:43.506 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 8d90a820-ef9b-401a-84ab-1af8c9c85882 2026-03-06 01:50:43.829 9 INFO neutron.plugins.ml2.plugin [None req-e30d38d8-5c70-44f2-a960-31e7b97bc330 - - - - - -] Attempt 1 to provision port 8d90a820-ef9b-401a-84ab-1af8c9c85882 2026-03-06 01:50:44.405 10 INFO neutron.plugins.ml2.plugin [None req-c2726113-bc71-4115-9db9-fabc5b040c2d - - - - - -] Attempt 1 to provision port 6b933a51-c099-4a00-9397-6e185a3357e2 2026-03-06 01:50:44.476 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port b39fb7d0-4ceb-4838-ab75-8eb39c62d016 2026-03-06 01:50:44.530 9 INFO neutron.plugins.ml2.db [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] No ports have port_id starting with b39fb7d0-4ceb-4838-ab75-8eb39c62d016 2026-03-06 01:50:44.622 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 6a9f64ac-93d8-4072-ae10-842d552ad6b4 2026-03-06 01:50:45.283 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 8276ca37-dee8-4105-a910-c1b5273085bc 2026-03-06 01:50:47.381 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 8276ca37-dee8-4105-a910-c1b5273085bc 2026-03-06 01:50:47.618 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 6b933a51-c099-4a00-9397-6e185a3357e2 2026-03-06 01:50:47.737 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2953b90-7285-4ef9-a61e-bc982e9dd63f'] response: {'server_uuid': 'bd104a75-0613-41ba-8eb5-acb77a6ba0df', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6b933a51-c099-4a00-9397-6e185a3357e2', 'code': 200} 2026-03-06 01:50:48.156 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port d9c5f88b-01de-48b2-a1be-4ba190c09fc6 2026-03-06 01:50:49.127 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 6b933a51-c099-4a00-9397-6e185a3357e2 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server [None req-8f04643c-ea08-4701-a0d5-d824c848c089 - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 64f3c57b-7403-4f52-8765-0fc320f5d9ed: This subnet is being modified by another concurrent operation. 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/server.py", line 165, in _process_incoming 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/server.py", line 244, in inner 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server raise self.value 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server raise self.value 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server raise self.value 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/quota/resource_registry.py", line 95, in wrapper 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 292, in create_dhcp_port 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 118, in _port_action 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/plugins/utils.py", line 338, in create_port 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py", line 728, in inner 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server raise self.value 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server raise self.value 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server raise self.value 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1589, in create_port 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1554, in _create_port_db 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1568, in create_port_db 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/ipam_pluggable_backend.py", line 219, in allocate_ips_for_port_and_store 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 221, in wrapped 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1001, in wrapper 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/ipam_pluggable_backend.py", line 226, in allocate_ips_for_port 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/ipam_pluggable_backend.py", line 258, in _allocate_ips_for_port 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/ipam_backend_mixin.py", line 686, in _ipam_get_subnets 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/models_v2.py", line 77, in read_lock_register 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server raise exception 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 64f3c57b-7403-4f52-8765-0fc320f5d9ed: This subnet is being modified by another concurrent operation. 2026-03-06 01:50:49.391 10 ERROR oslo_messaging.rpc.server  2026-03-06 01:50:49.669 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port d9c5f88b-01de-48b2-a1be-4ba190c09fc6 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c96437d6-b76b-44f1-8173-3e67a28745be could not be found. 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c96437d6-b76b-44f1-8173-3e67a28745be could not be found. 2026-03-06 01:50:50.467 9 ERROR neutron.plugins.ml2.managers  2026-03-06 01:50:50.468 9 ERROR neutron.plugins.ml2.managers [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Failed to bind port edc5e1fe-4c5f-47e8-9ce6-e3df961e95cf on host instance for vnic_type normal using segments [{'id': '17b05603-e42f-4aed-86f4-6106365e3268', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 805, 'network_id': 'f08aea36-5f79-4bc4-b58e-6a8d37e8e174'}] 2026-03-06 01:50:50.468 9 INFO neutron.plugins.ml2.plugin [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Attempt 2 to bind port edc5e1fe-4c5f-47e8-9ce6-e3df961e95cf 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c96437d6-b76b-44f1-8173-3e67a28745be could not be found. 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c96437d6-b76b-44f1-8173-3e67a28745be could not be found. 2026-03-06 01:50:50.490 9 ERROR neutron.plugins.ml2.managers  2026-03-06 01:50:50.491 9 ERROR neutron.plugins.ml2.managers [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Failed to bind port edc5e1fe-4c5f-47e8-9ce6-e3df961e95cf on host instance for vnic_type normal using segments [{'id': '17b05603-e42f-4aed-86f4-6106365e3268', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 805, 'network_id': 'f08aea36-5f79-4bc4-b58e-6a8d37e8e174'}] 2026-03-06 01:50:50.491 9 INFO neutron.plugins.ml2.plugin [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Attempt 3 to bind port edc5e1fe-4c5f-47e8-9ce6-e3df961e95cf 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c96437d6-b76b-44f1-8173-3e67a28745be could not be found. 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c96437d6-b76b-44f1-8173-3e67a28745be could not be found. 2026-03-06 01:50:50.509 9 ERROR neutron.plugins.ml2.managers  2026-03-06 01:50:50.510 9 ERROR neutron.plugins.ml2.managers [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Failed to bind port edc5e1fe-4c5f-47e8-9ce6-e3df961e95cf on host instance for vnic_type normal using segments [{'id': '17b05603-e42f-4aed-86f4-6106365e3268', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 805, 'network_id': 'f08aea36-5f79-4bc4-b58e-6a8d37e8e174'}] 2026-03-06 01:50:50.511 9 INFO neutron.plugins.ml2.plugin [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Attempt 4 to bind port edc5e1fe-4c5f-47e8-9ce6-e3df961e95cf 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c96437d6-b76b-44f1-8173-3e67a28745be could not be found. 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c96437d6-b76b-44f1-8173-3e67a28745be could not be found. 2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers  2026-03-06 01:50:50.530 9 ERROR neutron.plugins.ml2.managers [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Failed to bind port edc5e1fe-4c5f-47e8-9ce6-e3df961e95cf on host instance for vnic_type normal using segments [{'id': '17b05603-e42f-4aed-86f4-6106365e3268', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 805, 'network_id': 'f08aea36-5f79-4bc4-b58e-6a8d37e8e174'}] 2026-03-06 01:50:50.531 9 INFO neutron.plugins.ml2.plugin [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Attempt 5 to bind port edc5e1fe-4c5f-47e8-9ce6-e3df961e95cf 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c96437d6-b76b-44f1-8173-3e67a28745be could not be found. 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c96437d6-b76b-44f1-8173-3e67a28745be could not be found. 2026-03-06 01:50:50.550 9 ERROR neutron.plugins.ml2.managers  2026-03-06 01:50:50.551 9 ERROR neutron.plugins.ml2.managers [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Failed to bind port edc5e1fe-4c5f-47e8-9ce6-e3df961e95cf on host instance for vnic_type normal using segments [{'id': '17b05603-e42f-4aed-86f4-6106365e3268', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 805, 'network_id': 'f08aea36-5f79-4bc4-b58e-6a8d37e8e174'}] 2026-03-06 01:50:50.552 9 INFO neutron.plugins.ml2.plugin [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Attempt 6 to bind port edc5e1fe-4c5f-47e8-9ce6-e3df961e95cf 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c96437d6-b76b-44f1-8173-3e67a28745be could not be found. 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c96437d6-b76b-44f1-8173-3e67a28745be could not be found. 2026-03-06 01:50:50.572 9 ERROR neutron.plugins.ml2.managers  2026-03-06 01:50:50.573 9 ERROR neutron.plugins.ml2.managers [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Failed to bind port edc5e1fe-4c5f-47e8-9ce6-e3df961e95cf on host instance for vnic_type normal using segments [{'id': '17b05603-e42f-4aed-86f4-6106365e3268', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 805, 'network_id': 'f08aea36-5f79-4bc4-b58e-6a8d37e8e174'}] 2026-03-06 01:50:50.573 9 INFO neutron.plugins.ml2.plugin [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Attempt 7 to bind port edc5e1fe-4c5f-47e8-9ce6-e3df961e95cf 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c96437d6-b76b-44f1-8173-3e67a28745be could not be found. 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c96437d6-b76b-44f1-8173-3e67a28745be could not be found. 2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers  2026-03-06 01:50:50.591 9 ERROR neutron.plugins.ml2.managers [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Failed to bind port edc5e1fe-4c5f-47e8-9ce6-e3df961e95cf on host instance for vnic_type normal using segments [{'id': '17b05603-e42f-4aed-86f4-6106365e3268', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 805, 'network_id': 'f08aea36-5f79-4bc4-b58e-6a8d37e8e174'}] 2026-03-06 01:50:50.592 9 INFO neutron.plugins.ml2.plugin [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Attempt 8 to bind port edc5e1fe-4c5f-47e8-9ce6-e3df961e95cf 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c96437d6-b76b-44f1-8173-3e67a28745be could not be found. 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c96437d6-b76b-44f1-8173-3e67a28745be could not be found. 2026-03-06 01:50:50.618 9 ERROR neutron.plugins.ml2.managers  2026-03-06 01:50:50.619 9 ERROR neutron.plugins.ml2.managers [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Failed to bind port edc5e1fe-4c5f-47e8-9ce6-e3df961e95cf on host instance for vnic_type normal using segments [{'id': '17b05603-e42f-4aed-86f4-6106365e3268', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 805, 'network_id': 'f08aea36-5f79-4bc4-b58e-6a8d37e8e174'}] 2026-03-06 01:50:50.619 9 INFO neutron.plugins.ml2.plugin [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Attempt 9 to bind port edc5e1fe-4c5f-47e8-9ce6-e3df961e95cf 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c96437d6-b76b-44f1-8173-3e67a28745be could not be found. 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c96437d6-b76b-44f1-8173-3e67a28745be could not be found. 2026-03-06 01:50:50.641 9 ERROR neutron.plugins.ml2.managers  2026-03-06 01:50:50.642 9 ERROR neutron.plugins.ml2.managers [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Failed to bind port edc5e1fe-4c5f-47e8-9ce6-e3df961e95cf on host instance for vnic_type normal using segments [{'id': '17b05603-e42f-4aed-86f4-6106365e3268', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 805, 'network_id': 'f08aea36-5f79-4bc4-b58e-6a8d37e8e174'}] 2026-03-06 01:50:50.643 9 INFO neutron.plugins.ml2.plugin [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Attempt 10 to bind port edc5e1fe-4c5f-47e8-9ce6-e3df961e95cf 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c96437d6-b76b-44f1-8173-3e67a28745be could not be found. 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c96437d6-b76b-44f1-8173-3e67a28745be could not be found. 2026-03-06 01:50:50.662 9 ERROR neutron.plugins.ml2.managers  2026-03-06 01:50:50.663 9 ERROR neutron.plugins.ml2.managers [None req-5c4bcabc-62cf-462d-8e2e-343e007ec8af - - - - - -] Failed to bind port edc5e1fe-4c5f-47e8-9ce6-e3df961e95cf on host instance for vnic_type normal using segments [{'id': '17b05603-e42f-4aed-86f4-6106365e3268', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 805, 'network_id': 'f08aea36-5f79-4bc4-b58e-6a8d37e8e174'}] 2026-03-06 01:50:53.204 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 1ee639a5-3663-47aa-809a-100fa63cddc8 2026-03-06 01:50:55.300 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port dc7e9cc6-5223-4dff-aa08-5ea507b90a88 2026-03-06 01:51:01.502 9 INFO neutron.plugins.ml2.plugin [None req-0779e5c5-9505-4075-8415-923c82d9a8d5 - - - - - -] Attempt 1 to provision port 311da05b-3a0d-4ce4-a674-13b645efa1ac 2026-03-06 01:51:03.255 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 311da05b-3a0d-4ce4-a674-13b645efa1ac 2026-03-06 01:51:03.382 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f73bd64-e929-46e5-b546-5b040ef7b9e6'] response: {'server_uuid': 'cea999cf-6061-497b-be57-113f240304b6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '311da05b-3a0d-4ce4-a674-13b645efa1ac', 'code': 200} 2026-03-06 01:51:05.141 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 311da05b-3a0d-4ce4-a674-13b645efa1ac 2026-03-06 01:51:21.209 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 010f42ba-91e0-4c69-b23f-b39ff214a2ce 2026-03-06 01:51:21.293 10 INFO neutron.plugins.ml2.plugin [None req-97e25c68-6074-4847-977b-090c9db2bc71 - - - - - -] Attempt 1 to provision port 9f445201-8b76-4a89-bb37-952aa65bccf6 2026-03-06 01:51:22.155 10 INFO neutron.plugins.ml2.plugin [None req-8138cd33-ec8d-4343-ad07-ad1bf40e7328 - - - - - -] Attempt 1 to provision port 010f42ba-91e0-4c69-b23f-b39ff214a2ce 2026-03-06 01:51:23.324 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 010f42ba-91e0-4c69-b23f-b39ff214a2ce 2026-03-06 01:51:23.656 10 INFO neutron.plugins.ml2.plugin [None req-2fb321c0-b1b9-44f8-a90c-5fe0105893bd - - - - - -] Attempt 1 to provision port 08b4c51b-9146-4814-a9a5-c63fdb0316f5 2026-03-06 01:51:24.305 9 INFO neutron.plugins.ml2.plugin [None req-e439fc9a-956a-43aa-9185-d276316ed656 - - - - - -] Attempt 1 to provision port 08b4c51b-9146-4814-a9a5-c63fdb0316f5 2026-03-06 01:51:25.231 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 6c8d1720-7760-4321-b37b-6f8222003a25 2026-03-06 01:51:27.404 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 6c8d1720-7760-4321-b37b-6f8222003a25 2026-03-06 01:51:27.704 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 1ae4a995-a754-4043-9b5d-14e1ed3315de 2026-03-06 01:51:28.101 9 INFO neutron.plugins.ml2.plugin [None req-dadced11-7efd-4000-829e-4cdf0e6fa8b4 - - - - - -] Attempt 1 to provision port 3f2701d9-4e54-4009-8d4a-a73126db3665 2026-03-06 01:51:28.460 9 INFO neutron.plugins.ml2.plugin [None req-aa127bbb-b151-4a6d-8c41-8b7d3d6e7780 - - - - - -] Attempt 1 to provision port 1ae4a995-a754-4043-9b5d-14e1ed3315de 2026-03-06 01:51:29.198 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 1ae4a995-a754-4043-9b5d-14e1ed3315de 2026-03-06 01:51:30.463 9 INFO neutron.plugins.ml2.plugin [None req-71f67c76-1e49-4903-85c3-37a1886c11c1 - - - - - -] Attempt 1 to provision port 5755a742-e25e-471c-80ab-9858b63c9314 2026-03-06 01:51:31.208 9 INFO neutron.plugins.ml2.plugin [None req-ded429d3-c10f-41b0-8b7a-aef6ba338ca5 - - - - - -] Attempt 1 to provision port 5755a742-e25e-471c-80ab-9858b63c9314 2026-03-06 01:51:31.449 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 9afe25f5-5dd2-457f-915e-d2f4be5c60d9 2026-03-06 01:51:33.176 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 9afe25f5-5dd2-457f-915e-d2f4be5c60d9 2026-03-06 01:51:36.513 10 INFO neutron.plugins.ml2.plugin [None req-e5a2a117-1f10-4c2a-9f18-6e89a435a91e - - - - - -] Attempt 1 to provision port 779293e0-f703-4594-941a-9de6f0c4b90e 2026-03-06 01:51:39.318 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 779293e0-f703-4594-941a-9de6f0c4b90e 2026-03-06 01:51:39.478 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb32f615-93d0-41b6-b601-50a62d74e708'] response: {'server_uuid': 'd431fea4-f41b-4753-b351-f2236c425e59', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '779293e0-f703-4594-941a-9de6f0c4b90e', 'code': 200} 2026-03-06 01:51:39.887 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 08b4c51b-9146-4814-a9a5-c63fdb0316f5 2026-03-06 01:51:41.186 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 9f445201-8b76-4a89-bb37-952aa65bccf6 2026-03-06 01:51:41.568 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 779293e0-f703-4594-941a-9de6f0c4b90e 2026-03-06 01:51:41.847 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 08b4c51b-9146-4814-a9a5-c63fdb0316f5 2026-03-06 01:51:43.134 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 9f445201-8b76-4a89-bb37-952aa65bccf6 2026-03-06 01:51:47.210 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 3f2701d9-4e54-4009-8d4a-a73126db3665 2026-03-06 01:51:49.184 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 3f2701d9-4e54-4009-8d4a-a73126db3665 2026-03-06 01:51:49.396 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 5755a742-e25e-471c-80ab-9858b63c9314 2026-03-06 01:51:51.153 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 5755a742-e25e-471c-80ab-9858b63c9314 2026-03-06 01:52:19.212 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port af2895c4-3f7d-4af0-aacb-0bbb15a4211d 2026-03-06 01:52:19.698 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port cc853039-2737-410e-a772-7269318385ce 2026-03-06 01:52:20.083 9 INFO neutron.plugins.ml2.plugin [None req-8aa1213c-a01d-4c7a-8a9d-579e33ec3694 - - - - - -] Attempt 1 to provision port af2895c4-3f7d-4af0-aacb-0bbb15a4211d 2026-03-06 01:52:20.473 10 INFO neutron.plugins.ml2.plugin [None req-5a249ae4-8e3e-41e0-b6c0-041d9b53129b - - - - - -] Attempt 1 to provision port af2895c4-3f7d-4af0-aacb-0bbb15a4211d 2026-03-06 01:52:21.069 9 INFO neutron.plugins.ml2.plugin [None req-b606ddc4-ca11-43e1-a469-c91830f6323c - - - - - -] Attempt 1 to provision port cc853039-2737-410e-a772-7269318385ce 2026-03-06 01:52:21.243 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port af2895c4-3f7d-4af0-aacb-0bbb15a4211d 2026-03-06 01:52:21.400 10 INFO neutron.plugins.ml2.plugin [None req-b8799210-ee8c-483d-8eae-63a5ff2f250b - - - - - -] Attempt 1 to provision port 628bbaaa-1913-4fb7-b30d-bff0f505841f 2026-03-06 01:52:21.546 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 624a5001-ac45-42dd-87a7-5b5d3cac2535 2026-03-06 01:52:21.563 9 INFO neutron.plugins.ml2.plugin [None req-a87f0bab-0be6-4cb8-ab69-d70a1c3aaa50 - - - - - -] Attempt 1 to provision port cc853039-2737-410e-a772-7269318385ce 2026-03-06 01:52:22.003 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port cc853039-2737-410e-a772-7269318385ce 2026-03-06 01:52:22.053 9 INFO neutron.plugins.ml2.plugin [None req-a6e8c463-51da-4e5c-bf57-f7d55cc20de8 - - - - - -] Attempt 1 to provision port 624a5001-ac45-42dd-87a7-5b5d3cac2535 2026-03-06 01:52:22.531 10 INFO neutron.plugins.ml2.plugin [None req-d82281be-b494-440e-8f85-5b11d93459b6 - - - - - -] Attempt 1 to provision port 624a5001-ac45-42dd-87a7-5b5d3cac2535 2026-03-06 01:52:23.181 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 624a5001-ac45-42dd-87a7-5b5d3cac2535 2026-03-06 01:52:23.717 9 INFO neutron.plugins.ml2.plugin [None req-34120757-d33b-432e-8311-064e5b1a1ad4 - - - - - -] Attempt 1 to provision port c15765e9-cb3f-40b9-9f09-5d1b6c1fa267 2026-03-06 01:52:24.466 9 INFO neutron.plugins.ml2.plugin [None req-6e9bc44b-2df4-4dd6-af89-2708f3b4f38b - - - - - -] Attempt 1 to provision port c15765e9-cb3f-40b9-9f09-5d1b6c1fa267 2026-03-06 01:52:25.196 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 75ad4cca-102b-462c-9ed6-7d51a09389c2 2026-03-06 01:52:25.525 10 INFO neutron.plugins.ml2.plugin [None req-a7addf0b-448b-4702-aaf1-da76d93df645 - - - - - -] Attempt 1 to provision port 3cd56403-288d-422b-bf7b-893801566f4f 2026-03-06 01:52:26.292 10 INFO neutron.plugins.ml2.plugin [None req-1b7b4a63-a066-42c1-bdcc-7af6cf614184 - - - - - -] Attempt 1 to provision port 3cd56403-288d-422b-bf7b-893801566f4f 2026-03-06 01:52:27.173 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 75ad4cca-102b-462c-9ed6-7d51a09389c2 2026-03-06 01:52:27.645 9 INFO neutron.plugins.ml2.plugin [None req-ccc71efd-3503-4341-9d7a-881ce949bf37 - - - - - -] Attempt 1 to provision port 1d0a70ec-e959-4a75-ac9f-4db86db28e45 2026-03-06 01:52:28.525 9 INFO neutron.plugins.ml2.plugin [None req-33b439f0-304c-4069-91dc-c4c3a1bdbd02 - - - - - -] Attempt 1 to provision port 1d0a70ec-e959-4a75-ac9f-4db86db28e45 2026-03-06 01:52:32.510 9 INFO neutron.plugins.ml2.plugin [None req-aca00513-f2ad-422d-97d0-6b3a1d895c75 - - - - - -] Attempt 1 to provision port a2fd1c2f-1a51-4ab9-a83f-0b1909bd2a62 2026-03-06 01:52:35.248 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port a2fd1c2f-1a51-4ab9-a83f-0b1909bd2a62 2026-03-06 01:52:35.382 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-2dd4397a-bbce-4cc8-8fdb-012fed42903a'] response: {'server_uuid': 'c38f5d73-2429-407e-8526-c1dcca753a7a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a2fd1c2f-1a51-4ab9-a83f-0b1909bd2a62', 'code': 200} 2026-03-06 01:52:37.188 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port a2fd1c2f-1a51-4ab9-a83f-0b1909bd2a62 2026-03-06 01:52:41.423 10 INFO neutron.plugins.ml2.plugin [None req-d0d8e2c7-3a70-4e7d-b32f-acea128e751d - - - - - -] Attempt 1 to provision port cbf2d886-32cc-46bb-b1ec-ee290a8b0f68 2026-03-06 01:52:43.239 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port cbf2d886-32cc-46bb-b1ec-ee290a8b0f68 2026-03-06 01:52:43.354 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef6014f3-c486-4b33-bfc8-aa193bf50ca0'] response: {'server_uuid': '3c44bc45-c47d-4fba-87ab-a6ad41e9a3c1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cbf2d886-32cc-46bb-b1ec-ee290a8b0f68', 'code': 200} 2026-03-06 01:52:45.213 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port cbf2d886-32cc-46bb-b1ec-ee290a8b0f68 2026-03-06 01:52:51.240 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 3cd56403-288d-422b-bf7b-893801566f4f 2026-03-06 01:52:51.564 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port c15765e9-cb3f-40b9-9f09-5d1b6c1fa267 2026-03-06 01:52:51.921 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 628bbaaa-1913-4fb7-b30d-bff0f505841f 2026-03-06 01:52:52.231 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 1d0a70ec-e959-4a75-ac9f-4db86db28e45 2026-03-06 01:52:53.216 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 3cd56403-288d-422b-bf7b-893801566f4f 2026-03-06 01:52:53.491 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 628bbaaa-1913-4fb7-b30d-bff0f505841f 2026-03-06 01:52:53.685 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 1d0a70ec-e959-4a75-ac9f-4db86db28e45 2026-03-06 01:52:53.954 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port c15765e9-cb3f-40b9-9f09-5d1b6c1fa267 2026-03-06 01:53:01.245 10 INFO neutron.plugins.ml2.plugin [None req-eb6670a1-f11e-4849-92fa-939bed68a951 - - - - - -] Attempt 1 to provision port 4131f463-2819-4699-8544-aa8752bbd8a3 2026-03-06 01:53:14.889 10 INFO neutron.plugins.ml2.plugin [None req-8e4449f5-677a-4c0b-b41f-472d425d22fa - - - - - -] Attempt 1 to provision port 5d8c78c3-850b-444c-87cd-0e27d6ec4b97 2026-03-06 01:53:17.338 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 5d8c78c3-850b-444c-87cd-0e27d6ec4b97 2026-03-06 01:53:17.438 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-a157fa1c-e0ed-48ab-a511-2980075571bc'] response: {'server_uuid': '538c4d4d-57e8-46c2-9364-9cff4690dbd8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5d8c78c3-850b-444c-87cd-0e27d6ec4b97', 'code': 200} 2026-03-06 01:53:19.252 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 5d8c78c3-850b-444c-87cd-0e27d6ec4b97 2026-03-06 01:53:56.160 9 INFO neutron.plugins.ml2.plugin [None req-7edad0e9-902c-483a-bf20-615ef471ee23 - - - - - -] Attempt 1 to provision port 944e38a4-b5b2-49fe-b4d7-631ca08e4611 2026-03-06 01:53:59.301 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 944e38a4-b5b2-49fe-b4d7-631ca08e4611 2026-03-06 01:53:59.470 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-91c299d7-0357-4606-811c-145f653d809a'] response: {'server_uuid': '538c4d4d-57e8-46c2-9364-9cff4690dbd8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '944e38a4-b5b2-49fe-b4d7-631ca08e4611', 'code': 200} 2026-03-06 01:54:01.258 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 944e38a4-b5b2-49fe-b4d7-631ca08e4611 2026-03-06 01:54:26.039 10 INFO neutron.plugins.ml2.plugin [None req-354d7d4b-bf1a-46e0-baa6-66f09d9d79e4 - - - - - -] Attempt 1 to provision port 3b698b83-6b12-4ac2-a0f2-c1527e93d09c 2026-03-06 01:54:29.454 10 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 3b698b83-6b12-4ac2-a0f2-c1527e93d09c 2026-03-06 01:54:29.620 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3e282bc-3b8a-43bb-822e-08e1d0bb3271'] response: {'server_uuid': '538c4d4d-57e8-46c2-9364-9cff4690dbd8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3b698b83-6b12-4ac2-a0f2-c1527e93d09c', 'code': 200} 2026-03-06 01:54:31.286 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 3b698b83-6b12-4ac2-a0f2-c1527e93d09c 2026-03-06 01:54:38.204 9 INFO neutron.plugins.ml2.plugin [None req-65d164c9-a611-4ef1-ad05-e5ea4a9462b5 - - - - - -] Attempt 1 to provision port 0bb33231-afd0-4de3-a5cf-f8b0ac032175 2026-03-06 01:54:41.393 10 INFO neutron.plugins.ml2.plugin [None req-ce998e27-6fad-47b0-ba7f-17c76d2eb27d - - - - - -] Attempt 1 to provision port 0bb33231-afd0-4de3-a5cf-f8b0ac032175 2026-03-06 01:54:41.612 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-902a6126-d3c1-4fde-b9b6-dc43fcca5e55'] response: {'server_uuid': '538c4d4d-57e8-46c2-9364-9cff4690dbd8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0bb33231-afd0-4de3-a5cf-f8b0ac032175', 'code': 200} 2026-03-06 01:54:43.282 9 INFO neutron.plugins.ml2.plugin [None req-d5702304-3344-4b2a-9ef0-993c4f998f11 - - - - - -] Attempt 1 to provision port 0bb33231-afd0-4de3-a5cf-f8b0ac032175 2026-03-06 01:54:52.199 9 INFO neutron.plugins.ml2.plugin [None req-b3236488-da02-4415-b1ef-0a93fd632198 - - - - - -] Attempt 1 to provision port 0bb33231-afd0-4de3-a5cf-f8b0ac032175 2026-03-06 01:55:02.048 9 INFO neutron.plugins.ml2.plugin [None req-894271d3-40d7-45ec-bb1d-a615e5c73045 - - - - - -] Attempt 1 to provision port 3b698b83-6b12-4ac2-a0f2-c1527e93d09c 2026-03-06 01:55:50.361 10 INFO neutron.plugins.ml2.plugin [None req-d39f3078-9b25-4fd2-86a3-bddc13cd0ea7 - - - - - -] Attempt 1 to provision port af2895c4-3f7d-4af0-aacb-0bbb15a4211d