+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini /var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py:54: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-07-21 14:15:00.021 1 INFO neutron.common.config [-] Logging enabled! 2026-07-21 14:15:00.021 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 23.5.0 2026-07-21 14:15:00.022 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-07-21 14:15:00.022 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-21 14:15:00.788 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-21 14:15:00.790 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-21 14:15:00.793 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-07-21 14:15:00.793 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-21 14:15:00.793 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-21 14:15:00.794 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-21 14:15:00.794 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-21 14:15:00.799 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-21 14:15:00.799 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-21 14:15:00.799 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-21 14:15:00.814 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-21 14:15:00.815 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-21 14:15:00.815 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-21 14:15:00.845 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-21 14:15:00.846 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-21 14:15:00.846 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-21 14:15:00.846 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-21 14:15:00.851 1 WARNING oslo_policy.policy [None req-bd73fc2a-12e1-42a4-abe5-22e67ecf78c8 - - - - - -] Policies ['delete_port', 'update_port:allowed_address_pairs', 'update_port:allowed_address_pairs:ip_address', 'update_port:allowed_address_pairs:mac_address', 'update_port:fixed_ips', 'update_port:mac_address'] reference a rule that is not defined. 2026-07-21 14:15:01.108 1 INFO neutron.plugins.ml2.managers [None req-bd73fc2a-12e1-42a4-abe5-22e67ecf78c8 - - - - - -] Initializing driver for type 'vlan' 2026-07-21 14:15:01.533 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-bd73fc2a-12e1-42a4-abe5-22e67ecf78c8 - - - - - -] VlanTypeDriver initialization complete 2026-07-21 14:15:01.534 1 INFO neutron.plugins.ml2.managers [None req-bd73fc2a-12e1-42a4-abe5-22e67ecf78c8 - - - - - -] Initializing driver for type 'vxlan' 2026-07-21 14:15:01.534 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-bd73fc2a-12e1-42a4-abe5-22e67ecf78c8 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-21 14:15:01.583 1 INFO neutron.plugins.ml2.managers [None req-bd73fc2a-12e1-42a4-abe5-22e67ecf78c8 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-21 14:15:01.584 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-bd73fc2a-12e1-42a4-abe5-22e67ecf78c8 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-21 14:15:01.584 1 INFO neutron.plugins.ml2.managers [None req-bd73fc2a-12e1-42a4-abe5-22e67ecf78c8 - - - - - -] Initializing extension driver 'port_security' 2026-07-21 14:15:01.584 1 INFO neutron.plugins.ml2.extensions.port_security [None req-bd73fc2a-12e1-42a4-abe5-22e67ecf78c8 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-21 14:15:01.584 1 INFO neutron.plugins.ml2.managers [None req-bd73fc2a-12e1-42a4-abe5-22e67ecf78c8 - - - - - -] Initializing extension driver 'qos' 2026-07-21 14:15:01.584 1 INFO neutron.plugins.ml2.managers [None req-bd73fc2a-12e1-42a4-abe5-22e67ecf78c8 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-21 14:15:01.585 1 INFO neutron.plugins.ml2.managers [None req-bd73fc2a-12e1-42a4-abe5-22e67ecf78c8 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-21 14:15:01.599 1 INFO neutron.quota [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded quota_driver: . 2026-07-21 14:15:01.599 1 INFO neutron.plugins.ml2.plugin [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Modular L2 Plugin initialization complete 2026-07-21 14:15:01.599 1 INFO neutron.plugins.ml2.managers [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-21 14:15:01.600 1 INFO neutron.plugins.ml2.managers [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-21 14:15:01.600 1 INFO neutron.plugins.ml2.managers [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-21 14:15:01.600 1 INFO neutron.extensions.vlantransparent [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Disabled vlantransparent extension. 2026-07-21 14:15:01.600 1 INFO neutron.manager [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loading Plugin: qos 2026-07-21 14:15:01.610 1 INFO neutron.manager [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loading Plugin: router 2026-07-21 14:15:01.640 1 INFO neutron.services.service_base [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-21 14:15:01.641 1 INFO neutron.manager [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loading Plugin: segments 2026-07-21 14:15:01.706 1 INFO neutron.manager [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loading Plugin: trunk 2026-07-21 14:15:01.771 1 INFO neutron.manager [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loading Plugin: vpnaas 2026-07-21 14:15:01.810 1 WARNING stevedore.named [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-21 14:15:01.884 1 INFO neutron_vpnaas.services.vpn.plugin [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-21 14:15:01.885 1 INFO neutron.common.utils [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-21 14:15:01.885 1 INFO neutron.manager [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loading Plugin: auto_allocate 2026-07-21 14:15:01.891 1 INFO neutron.manager [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loading Plugin: tag 2026-07-21 14:15:01.897 1 INFO neutron.manager [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loading Plugin: timestamp 2026-07-21 14:15:01.899 1 INFO neutron.manager [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loading Plugin: network_ip_availability 2026-07-21 14:15:01.902 1 INFO neutron.manager [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loading Plugin: flavors 2026-07-21 14:15:01.905 1 INFO neutron.manager [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loading Plugin: revisions 2026-07-21 14:15:01.907 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Initializing extension manager. 2026-07-21 14:15:01.908 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: address-group 2026-07-21 14:15:01.909 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: address-scope 2026-07-21 14:15:01.910 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-21 14:15:01.910 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: agent 2026-07-21 14:15:01.911 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: agent-resources-synced 2026-07-21 14:15:01.912 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-21 14:15:01.912 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-21 14:15:01.913 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: availability_zone 2026-07-21 14:15:01.914 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: availability_zone_filter 2026-07-21 14:15:01.914 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-21 14:15:01.914 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: default-subnetpools 2026-07-21 14:15:01.916 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-21 14:15:01.916 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: dns-integration 2026-07-21 14:15:01.917 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: dns-domain-ports 2026-07-21 14:15:01.917 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-21 14:15:01.918 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: dvr 2026-07-21 14:15:01.918 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-21 14:15:01.918 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: empty-string-filtering 2026-07-21 14:15:01.919 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-21 14:15:01.919 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-21 14:15:01.920 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: external-net 2026-07-21 14:15:01.920 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-21 14:15:01.921 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: extraroute 2026-07-21 14:15:01.921 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: extraroute-atomic 2026-07-21 14:15:01.922 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-21 14:15:01.922 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-21 14:15:01.923 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-21 14:15:01.923 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-21 14:15:01.924 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: fip-port-details 2026-07-21 14:15:01.924 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: flavors 2026-07-21 14:15:01.925 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-21 14:15:01.926 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: floatingip-pools 2026-07-21 14:15:01.926 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: ip_allocation 2026-07-21 14:15:01.927 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-21 14:15:01.927 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: l2_adjacency 2026-07-21 14:15:01.928 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: router 2026-07-21 14:15:01.929 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-21 14:15:01.930 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: ext-gw-mode 2026-07-21 14:15:01.930 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: l3-ha 2026-07-21 14:15:01.931 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-21 14:15:01.931 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-21 14:15:01.932 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: l3-flavors 2026-07-21 14:15:01.932 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-21 14:15:01.933 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-21 14:15:01.934 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-21 14:15:01.935 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-21 14:15:01.936 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-21 14:15:01.937 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-21 14:15:01.938 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-21 14:15:01.938 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: multi-provider 2026-07-21 14:15:01.938 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: net-mtu 2026-07-21 14:15:01.939 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: net-mtu-writable 2026-07-21 14:15:01.939 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: network_availability_zone 2026-07-21 14:15:01.940 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: network_ha 2026-07-21 14:15:01.940 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: network-ip-availability 2026-07-21 14:15:01.941 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-21 14:15:01.942 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: pagination 2026-07-21 14:15:01.942 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: port-device-profile 2026-07-21 14:15:01.943 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-21 14:15:01.943 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-21 14:15:01.943 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: port-mac-override 2026-07-21 14:15:01.944 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-21 14:15:01.944 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-21 14:15:01.945 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: port-resource-request 2026-07-21 14:15:01.945 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-21 14:15:01.946 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: binding 2026-07-21 14:15:01.946 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: binding-extended 2026-07-21 14:15:01.947 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: port-security 2026-07-21 14:15:01.947 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: project-id 2026-07-21 14:15:01.948 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: provider 2026-07-21 14:15:01.949 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: qos 2026-07-21 14:15:01.950 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-21 14:15:01.950 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-21 14:15:01.951 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: qos-default 2026-07-21 14:15:01.951 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: qos-fip 2026-07-21 14:15:01.952 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-21 14:15:01.952 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-21 14:15:01.952 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-21 14:15:01.953 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-21 14:15:01.954 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-21 14:15:01.954 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: qos-pps 2026-07-21 14:15:01.955 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-21 14:15:01.955 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-21 14:15:01.955 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: qos-rules-alias 2026-07-21 14:15:01.956 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: quota-check-limit 2026-07-21 14:15:01.957 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: quotas 2026-07-21 14:15:01.959 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: quota_details 2026-07-21 14:15:01.960 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: rbac-policies 2026-07-21 14:15:01.961 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: rbac-address-group 2026-07-21 14:15:01.961 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: rbac-address-scope 2026-07-21 14:15:01.962 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: rbac-security-groups 2026-07-21 14:15:01.962 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-21 14:15:01.963 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: revision-if-match 2026-07-21 14:15:01.963 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-21 14:15:01.964 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: router_availability_zone 2026-07-21 14:15:01.964 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-21 14:15:01.966 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-21 14:15:01.966 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-21 14:15:01.967 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-21 14:15:01.967 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-21 14:15:01.967 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-21 14:15:01.973 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: security-group 2026-07-21 14:15:01.974 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: segment 2026-07-21 14:15:01.975 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-21 14:15:01.976 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: service-type 2026-07-21 14:15:01.976 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: sorting 2026-07-21 14:15:01.976 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: standard-attr-segment 2026-07-21 14:15:01.977 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: standard-attr-description 2026-07-21 14:15:01.978 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: stateful-security-group 2026-07-21 14:15:01.978 1 WARNING neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-07-21 14:15:01.978 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-21 14:15:01.979 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: subnet_onboard 2026-07-21 14:15:01.979 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-21 14:15:01.980 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: subnet-service-types 2026-07-21 14:15:01.980 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: subnet_allocation 2026-07-21 14:15:01.981 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-21 14:15:01.981 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-21 14:15:01.984 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: standard-attr-tag 2026-07-21 14:15:01.984 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-21 14:15:01.985 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: trunk 2026-07-21 14:15:01.985 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: trunk-details 2026-07-21 14:15:01.986 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-21 14:15:01.986 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-21 14:15:01.987 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-21 14:15:01.988 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: vpn-flavors 2026-07-21 14:15:01.989 1 INFO neutron.api.extensions [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Loaded extension: vpnaas 2026-07-21 14:15:01.991 1 INFO oslo_service.service [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Starting 2 workers 2026-07-21 14:15:01.996 1 INFO oslo_service.service [None req-64e3650b-77d0-4348-a530-a79ceb094014 - - - - - -] Starting 1 workers 2026-07-21 14:15:41.861 9 INFO neutron.db.l3_hamode_db [None req-d8bba648-8bc8-4f45-b2da-48eec2ec82a3 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 14:15:52.343 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port ea01738b-e51e-4558-91d0-a726a2e6a178 2026-07-21 14:15:52.669 9 INFO neutron.plugins.ml2.plugin [None req-01bd3c03-0e90-4d3a-b7fa-3a3181faddcd - - - - - -] Attempt 1 to provision port ea01738b-e51e-4558-91d0-a726a2e6a178 2026-07-21 14:15:54.271 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port ea01738b-e51e-4558-91d0-a726a2e6a178 2026-07-21 14:20:14.505 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 58b1873b-5cea-4e73-8704-191f9fdaa0a0 2026-07-21 14:20:15.244 10 INFO neutron.plugins.ml2.plugin [None req-d77e4455-6325-429f-a51e-6c4158d11ad8 - - - - - -] Attempt 1 to provision port 58b1873b-5cea-4e73-8704-191f9fdaa0a0 2026-07-21 14:20:16.426 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 58b1873b-5cea-4e73-8704-191f9fdaa0a0 2026-07-21 14:20:23.094 9 INFO neutron.plugins.ml2.plugin [None req-5e62adac-bbd2-475b-a84f-cfaaa5bd3811 - - - - - -] Attempt 1 to provision port e260a077-fe13-49eb-a6cf-a53c60d00992 2026-07-21 14:23:56.735 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port e260a077-fe13-49eb-a6cf-a53c60d00992 2026-07-21 14:23:58.587 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port e260a077-fe13-49eb-a6cf-a53c60d00992 2026-07-21 14:32:34.961 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port d5faf6cc-ddd2-44a5-951d-a289d47f9e92 2026-07-21 14:32:36.944 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port d5faf6cc-ddd2-44a5-951d-a289d47f9e92 2026-07-21 14:49:38.356 10 INFO neutron.plugins.ml2.plugin [None req-c8f895d0-1a36-4b70-895b-dd6e20f8db50 - - - - - -] Attempt 1 to provision port 7b7af242-0bfc-45ac-8bcd-3985aa771a66 2026-07-21 14:49:38.805 10 INFO neutron.plugins.ml2.plugin [None req-27916abf-59cd-4046-9e15-a21a9e277236 - - - - - -] Attempt 1 to provision port 73622bc8-d69d-4fa4-9857-1237735276dc 2026-07-21 14:49:39.350 9 INFO neutron.plugins.ml2.plugin [None req-5ea698c9-0c66-4ab8-9b71-2e43e087f588 - - - - - -] Attempt 1 to provision port 635bebc0-6de0-4139-a562-1dd026150067 2026-07-21 14:49:39.584 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 635bebc0-6de0-4139-a562-1dd026150067 2026-07-21 14:49:39.708 9 INFO neutron.plugins.ml2.plugin [None req-e4e03b66-354d-4b09-abb4-68e6f88e11cf - - - - - -] Attempt 1 to provision port 2a0969f2-84e6-4b6e-8276-8feac4439a1b 2026-07-21 14:49:40.200 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 2a0969f2-84e6-4b6e-8276-8feac4439a1b 2026-07-21 14:49:41.158 10 INFO neutron.plugins.ml2.plugin [None req-d11b3fd6-8eaa-4371-a286-b1f167e6a816 - - - - - -] Attempt 1 to provision port 6233cd97-9a1f-4f49-8bc4-93d55c6fe398 2026-07-21 14:49:41.324 9 INFO neutron.plugins.ml2.plugin [None req-0ac74326-79e9-4a09-bc34-23de3de61e7b - - - - - -] Attempt 1 to provision port 948ffe6a-6b22-4120-bde8-06813f314a53 2026-07-21 14:49:41.596 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 635bebc0-6de0-4139-a562-1dd026150067 2026-07-21 14:49:41.902 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 2a0969f2-84e6-4b6e-8276-8feac4439a1b 2026-07-21 14:49:42.088 9 INFO neutron.plugins.ml2.plugin [None req-dbdb7fa4-f3f8-4185-84f9-d940ac22687f - - - - - -] Attempt 1 to provision port 6233cd97-9a1f-4f49-8bc4-93d55c6fe398 2026-07-21 14:49:42.242 10 INFO neutron.plugins.ml2.plugin [None req-4a6483de-bdc1-46a5-b2cf-23e4319f0230 - - - - - -] Attempt 1 to provision port 948ffe6a-6b22-4120-bde8-06813f314a53 2026-07-21 14:49:45.707 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 0ca24299-2d8b-4c30-9044-acbfeee6de21 2026-07-21 14:49:45.926 9 INFO neutron.plugins.ml2.plugin [None req-1ec76f57-9cea-40c0-8b61-3e8b591170a7 - - - - - -] Attempt 1 to provision port d6310062-8ddc-4500-a1b5-86e42542fc7d 2026-07-21 14:49:46.680 10 INFO neutron.plugins.ml2.plugin [None req-2b36c25c-eb77-47f5-8b7c-88514c395e60 - - - - - -] Attempt 1 to provision port 0ca24299-2d8b-4c30-9044-acbfeee6de21 2026-07-21 14:49:47.634 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 0ca24299-2d8b-4c30-9044-acbfeee6de21 2026-07-21 14:49:48.472 10 INFO neutron.plugins.ml2.plugin [None req-80234603-251b-4c3b-a4eb-014dfda50c40 - - - - - -] Attempt 1 to provision port 14a81ec4-367c-4e71-9496-03db69cac136 2026-07-21 14:49:49.466 10 INFO neutron.plugins.ml2.plugin [None req-c996554f-7f71-440b-b0d9-060bdc7b9f8e - - - - - -] Attempt 1 to provision port 14a81ec4-367c-4e71-9496-03db69cac136 2026-07-21 14:49:49.748 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port cf0d2029-e8c6-4de5-a5cb-20509b780f08 2026-07-21 14:49:50.217 9 INFO neutron.plugins.ml2.plugin [None req-2ec5407e-2d73-42e5-bb88-655669144437 - - - - - -] Attempt 1 to provision port 8df862b0-9589-4fd7-8a3a-758d2f729c16 2026-07-21 14:49:50.367 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 26943849-5332-4d8a-b8c2-153f47a3a26a 2026-07-21 14:49:51.597 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 26943849-5332-4d8a-b8c2-153f47a3a26a 2026-07-21 14:49:51.928 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port cf0d2029-e8c6-4de5-a5cb-20509b780f08 2026-07-21 14:49:53.655 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 9248dcf8-4139-4412-a170-38b047343bbf 2026-07-21 14:49:53.800 9 INFO neutron.plugins.ml2.plugin [None req-c74a65b4-4d92-4167-a797-25a39a5a5884 - - - - - -] Attempt 1 to provision port fcd1d884-d105-478d-966f-712b17549ae5 2026-07-21 14:49:54.467 9 INFO neutron.plugins.ml2.plugin [None req-0154faf1-0705-4c03-bf60-11f543f1f5a8 - - - - - -] Attempt 1 to provision port 9248dcf8-4139-4412-a170-38b047343bbf 2026-07-21 14:49:55.727 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 9248dcf8-4139-4412-a170-38b047343bbf /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-21 14:49:56.211 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 8df862b0-9589-4fd7-8a3a-758d2f729c16 2026-07-21 14:49:56.273 10 INFO neutron.plugins.ml2.plugin [None req-c1b9e601-9e34-4cd2-b435-c82032f8cf96 - - - - - -] Attempt 1 to provision port 449e81a7-8687-4e92-a496-962862e791cb 2026-07-21 14:49:56.874 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8af8ddc-8ba2-4a81-92b4-8b5e47c1def0'] response: {'server_uuid': '10fb1181-4977-48ee-8d98-a6b06af4767d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8df862b0-9589-4fd7-8a3a-758d2f729c16', 'code': 200} 2026-07-21 14:49:56.944 9 INFO neutron.plugins.ml2.plugin [None req-d84a2d54-ab41-46d8-988e-7f887b427add - - - - - -] Attempt 1 to provision port 449e81a7-8687-4e92-a496-962862e791cb 2026-07-21 14:49:57.674 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 147cca32-7441-46a9-812b-855fce4338c9 2026-07-21 14:49:58.184 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 8df862b0-9589-4fd7-8a3a-758d2f729c16 2026-07-21 14:49:59.604 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 147cca32-7441-46a9-812b-855fce4338c9 2026-07-21 14:50:00.919 9 INFO neutron.plugins.ml2.plugin [None req-3f485f2e-ae52-467f-84b6-54cfda5b0fde - - - - - -] Attempt 1 to provision port f6c7d630-33b2-44e3-b346-dbe32b3354b7 2026-07-21 14:50:01.705 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port db6bb4a6-b10e-4834-85a9-7b9d88532750 2026-07-21 14:50:01.796 10 INFO neutron.plugins.ml2.plugin [None req-570ce65c-9954-4c83-ae33-a55fb3d6c695 - - - - - -] Attempt 1 to provision port db6bb4a6-b10e-4834-85a9-7b9d88532750 2026-07-21 14:50:03.508 9 INFO neutron.plugins.ml2.plugin [None req-4f2a0c2a-b489-48d9-87b9-52eb1691580d - - - - - -] Attempt 1 to provision port e0d635d4-767f-44f0-bf92-f672e8f12fac 2026-07-21 14:50:03.670 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port db6bb4a6-b10e-4834-85a9-7b9d88532750 2026-07-21 14:50:04.087 10 INFO neutron.plugins.ml2.plugin [None req-e1a0cc21-a67c-4aa0-a909-1543e07f5eb6 - - - - - -] Attempt 1 to provision port e0d635d4-767f-44f0-bf92-f672e8f12fac 2026-07-21 14:50:05.734 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 3b9cd001-a117-4f7f-8c6f-be53513cbd9b 2026-07-21 14:50:05.887 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-a15a4922-d987-4f55-886d-a21446b4d01b'] response: {'server_uuid': '5b02be53-ac15-4e13-a298-fd41eff3bbef', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3b9cd001-a117-4f7f-8c6f-be53513cbd9b', 'code': 200} 2026-07-21 14:50:06.546 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 3b6c3830-6346-4b5e-9f93-76c550a8d5d5 2026-07-21 14:50:07.672 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 3b9cd001-a117-4f7f-8c6f-be53513cbd9b /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-21 14:50:07.971 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 3b6c3830-6346-4b5e-9f93-76c550a8d5d5 2026-07-21 14:50:10.305 9 INFO neutron.plugins.ml2.plugin [None req-7fab76d7-3303-4b86-8c07-3c4619e815b3 - - - - - -] Attempt 1 to provision port 25d5b310-44a6-4bf1-95a6-4c4f7c92b9eb 2026-07-21 14:50:12.770 9 INFO neutron.plugins.ml2.plugin [None req-137e6906-08a8-419a-b34a-e0430bd73db2 - - - - - -] Attempt 1 to provision port 3c2be4b3-a79c-4678-b20a-e78d7b7c2c82 2026-07-21 14:50:13.622 9 INFO neutron.plugins.ml2.plugin [None req-23ba7057-a503-4a06-8d2c-1064f25cf604 - - - - - -] Attempt 1 to provision port afcb43ad-52e1-4980-8a81-4aae29a0a6a4 2026-07-21 14:50:13.736 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 25d5b310-44a6-4bf1-95a6-4c4f7c92b9eb 2026-07-21 14:50:13.948 9 INFO neutron.plugins.ml2.plugin [None req-b8a91e58-a1e2-4c91-9c6d-d5051a19ee3d - - - - - -] Attempt 1 to provision port bf18c205-a3d8-40d2-a086-5019ffcaeadf 2026-07-21 14:50:14.120 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port afcb43ad-52e1-4980-8a81-4aae29a0a6a4 2026-07-21 14:50:14.362 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-88a5bdab-1b06-4c95-8c52-70a865517cbb'] response: {'server_uuid': '9a3cf559-da54-481d-94d8-dc310f2f9759', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '25d5b310-44a6-4bf1-95a6-4c4f7c92b9eb', 'code': 200} 2026-07-21 14:50:14.552 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port bf18c205-a3d8-40d2-a086-5019ffcaeadf 2026-07-21 14:50:15.362 9 INFO neutron.plugins.ml2.plugin [None req-b124c8b3-373b-45e8-9524-783df2666efd - - - - - -] Attempt 1 to provision port 3bf1036a-01e6-41c6-a4f0-fa26eb786bfe 2026-07-21 14:50:15.606 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 25d5b310-44a6-4bf1-95a6-4c4f7c92b9eb 2026-07-21 14:50:15.860 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port bf18c205-a3d8-40d2-a086-5019ffcaeadf 2026-07-21 14:50:16.017 10 INFO neutron.plugins.ml2.plugin [None req-e6010c5c-95b5-45bb-901f-31b07f97e464 - - - - - -] Attempt 1 to provision port 3bf1036a-01e6-41c6-a4f0-fa26eb786bfe 2026-07-21 14:50:17.607 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 4a09307e-0dbc-42fa-9120-2de1ade50d54 2026-07-21 14:50:18.332 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-20359185-3974-49f3-81d0-ca49d33fd849'] response: {'server_uuid': '9a3cf559-da54-481d-94d8-dc310f2f9759', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '25d5b310-44a6-4bf1-95a6-4c4f7c92b9eb', 'code': 200} 2026-07-21 14:50:19.876 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 4a09307e-0dbc-42fa-9120-2de1ade50d54 2026-07-21 14:50:20.139 9 INFO neutron.plugins.ml2.plugin [None req-1b94a73a-bb68-450c-81d2-e9487916f869 - - - - - -] Attempt 1 to provision port 9bb01eb2-05c9-42c4-aef9-58fd5dea0470 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-21 14:50:21.746 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 449e81a7-8687-4e92-a496-962862e791cb 2026-07-21 14:50:22.207 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port fcd1d884-d105-478d-966f-712b17549ae5 2026-07-21 14:50:24.016 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 449e81a7-8687-4e92-a496-962862e791cb /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-21 14:50:24.483 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 9bb01eb2-05c9-42c4-aef9-58fd5dea0470 2026-07-21 14:50:24.587 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-fbe9641e-23c8-4af5-90e1-4d3d7105d9fd'] response: {'server_uuid': 'd4c1151c-aa6e-4646-910b-79d05f8bb50e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9bb01eb2-05c9-42c4-aef9-58fd5dea0470', 'code': 200} 2026-07-21 14:50:24.891 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port fcd1d884-d105-478d-966f-712b17549ae5 2026-07-21 14:50:25.453 9 INFO neutron.plugins.ml2.plugin [None req-46129697-9f4c-4547-bd82-d773e3e42a9d - - - - - -] Attempt 1 to provision port 3b9cd001-a117-4f7f-8c6f-be53513cbd9b 2026-07-21 14:50:25.775 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 3b9cd001-a117-4f7f-8c6f-be53513cbd9b 2026-07-21 14:50:26.051 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 9bb01eb2-05c9-42c4-aef9-58fd5dea0470 2026-07-21 14:50:27.376 10 INFO neutron.plugins.ml2.plugin [None req-ea1c2d02-6650-4bef-b81d-b8e33d0dc0a7 - - - - - -] Attempt 1 to provision port 3b9cd001-a117-4f7f-8c6f-be53513cbd9b 2026-07-21 14:50:27.685 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 3b9cd001-a117-4f7f-8c6f-be53513cbd9b 2026-07-21 14:50:35.659 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port b83f2e7a-b0a7-4c23-abc4-07488224c88d 2026-07-21 14:50:35.726 9 INFO neutron.plugins.ml2.plugin [None req-7faea679-e611-4883-adde-13f966f229e4 - - - - - -] Attempt 1 to provision port 0289b7b3-3c0a-497e-9ad1-27859b4860ee 2026-07-21 14:50:36.286 10 INFO neutron.plugins.ml2.plugin [None req-3eca672b-576f-4121-ab1d-13dc5493b85e - - - - - -] Attempt 1 to provision port b83f2e7a-b0a7-4c23-abc4-07488224c88d /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-21 14:50:41.243 9 INFO neutron.plugins.ml2.plugin [None req-22fcccb1-3996-440e-8065-aec558137127 - - - - - -] Attempt 1 to provision port 384cd525-73a1-446e-8c9d-1658b2cce457 2026-07-21 14:50:41.599 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 59475189-717a-4e7a-add6-f572a4a00b2f 2026-07-21 14:50:41.689 10 INFO neutron.plugins.ml2.plugin [None req-4e447227-d607-4728-96e7-39f734574b27 - - - - - -] Attempt 1 to provision port 59475189-717a-4e7a-add6-f572a4a00b2f 2026-07-21 14:50:43.536 10 INFO neutron.plugins.ml2.plugin [None req-431919f6-c860-454d-a747-e41433cf2836 - - - - - -] Attempt 1 to provision port 3c9bbf07-40a5-485c-817f-d85715cfad2b 2026-07-21 14:50:43.634 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 59475189-717a-4e7a-add6-f572a4a00b2f 2026-07-21 14:50:44.185 9 INFO neutron.plugins.ml2.plugin [None req-4c3d4200-9346-48d9-9944-2400228ee236 - - - - - -] Attempt 1 to provision port 3c9bbf07-40a5-485c-817f-d85715cfad2b 2026-07-21 14:50:45.603 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 5021a7ca-6913-4f06-be22-9bba402ca804 2026-07-21 14:50:47.631 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 5021a7ca-6913-4f06-be22-9bba402ca804 2026-07-21 14:50:54.299 10 INFO neutron.plugins.ml2.plugin [None req-39e25e5f-4758-4840-b5d8-27117134f432 - - - - - -] Attempt 1 to provision port 7cd0f5d9-a077-4305-b198-2a150b50625d 2026-07-21 14:50:57.720 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 7cd0f5d9-a077-4305-b198-2a150b50625d 2026-07-21 14:50:57.842 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5281601-47b7-43b7-95a3-82e09ca90fd7'] response: {'server_uuid': 'b3f1a64f-2f7e-4cc7-9212-bbbb58c028b5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7cd0f5d9-a077-4305-b198-2a150b50625d', 'code': 200} 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet eea626a3-e82e-49f3-a5ab-682a753731d3 could not be found. 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet eea626a3-e82e-49f3-a5ab-682a753731d3 could not be found. 2026-07-21 14:50:58.929 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:50:58.931 9 ERROR neutron.plugins.ml2.managers [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Failed to bind port cc797d7f-5682-4feb-9495-e26d0ef2c3ef on host instance for vnic_type normal using segments [{'id': '9808158a-921a-481f-b931-483aa2e58407', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 505, 'network_id': '446e2fa5-2c7a-4d39-b087-4cc52c97d1ad'}] 2026-07-21 14:50:58.931 9 INFO neutron.plugins.ml2.plugin [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Attempt 2 to bind port cc797d7f-5682-4feb-9495-e26d0ef2c3ef 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet eea626a3-e82e-49f3-a5ab-682a753731d3 could not be found. 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet eea626a3-e82e-49f3-a5ab-682a753731d3 could not be found. 2026-07-21 14:50:58.946 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:50:58.947 9 ERROR neutron.plugins.ml2.managers [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Failed to bind port cc797d7f-5682-4feb-9495-e26d0ef2c3ef on host instance for vnic_type normal using segments [{'id': '9808158a-921a-481f-b931-483aa2e58407', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 505, 'network_id': '446e2fa5-2c7a-4d39-b087-4cc52c97d1ad'}] 2026-07-21 14:50:58.948 9 INFO neutron.plugins.ml2.plugin [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Attempt 3 to bind port cc797d7f-5682-4feb-9495-e26d0ef2c3ef 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet eea626a3-e82e-49f3-a5ab-682a753731d3 could not be found. 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet eea626a3-e82e-49f3-a5ab-682a753731d3 could not be found. 2026-07-21 14:50:58.965 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:50:58.966 9 ERROR neutron.plugins.ml2.managers [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Failed to bind port cc797d7f-5682-4feb-9495-e26d0ef2c3ef on host instance for vnic_type normal using segments [{'id': '9808158a-921a-481f-b931-483aa2e58407', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 505, 'network_id': '446e2fa5-2c7a-4d39-b087-4cc52c97d1ad'}] 2026-07-21 14:50:58.967 9 INFO neutron.plugins.ml2.plugin [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Attempt 4 to bind port cc797d7f-5682-4feb-9495-e26d0ef2c3ef 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet eea626a3-e82e-49f3-a5ab-682a753731d3 could not be found. 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet eea626a3-e82e-49f3-a5ab-682a753731d3 could not be found. 2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:50:58.987 9 ERROR neutron.plugins.ml2.managers [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Failed to bind port cc797d7f-5682-4feb-9495-e26d0ef2c3ef on host instance for vnic_type normal using segments [{'id': '9808158a-921a-481f-b931-483aa2e58407', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 505, 'network_id': '446e2fa5-2c7a-4d39-b087-4cc52c97d1ad'}] 2026-07-21 14:50:58.988 9 INFO neutron.plugins.ml2.plugin [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Attempt 5 to bind port cc797d7f-5682-4feb-9495-e26d0ef2c3ef 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet eea626a3-e82e-49f3-a5ab-682a753731d3 could not be found. 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet eea626a3-e82e-49f3-a5ab-682a753731d3 could not be found. 2026-07-21 14:50:59.005 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:50:59.006 9 ERROR neutron.plugins.ml2.managers [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Failed to bind port cc797d7f-5682-4feb-9495-e26d0ef2c3ef on host instance for vnic_type normal using segments [{'id': '9808158a-921a-481f-b931-483aa2e58407', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 505, 'network_id': '446e2fa5-2c7a-4d39-b087-4cc52c97d1ad'}] 2026-07-21 14:50:59.006 9 INFO neutron.plugins.ml2.plugin [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Attempt 6 to bind port cc797d7f-5682-4feb-9495-e26d0ef2c3ef 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet eea626a3-e82e-49f3-a5ab-682a753731d3 could not be found. 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet eea626a3-e82e-49f3-a5ab-682a753731d3 could not be found. 2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:50:59.024 9 ERROR neutron.plugins.ml2.managers [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Failed to bind port cc797d7f-5682-4feb-9495-e26d0ef2c3ef on host instance for vnic_type normal using segments [{'id': '9808158a-921a-481f-b931-483aa2e58407', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 505, 'network_id': '446e2fa5-2c7a-4d39-b087-4cc52c97d1ad'}] 2026-07-21 14:50:59.025 9 INFO neutron.plugins.ml2.plugin [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Attempt 7 to bind port cc797d7f-5682-4feb-9495-e26d0ef2c3ef 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet eea626a3-e82e-49f3-a5ab-682a753731d3 could not be found. 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet eea626a3-e82e-49f3-a5ab-682a753731d3 could not be found. 2026-07-21 14:50:59.046 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:50:59.047 9 ERROR neutron.plugins.ml2.managers [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Failed to bind port cc797d7f-5682-4feb-9495-e26d0ef2c3ef on host instance for vnic_type normal using segments [{'id': '9808158a-921a-481f-b931-483aa2e58407', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 505, 'network_id': '446e2fa5-2c7a-4d39-b087-4cc52c97d1ad'}] 2026-07-21 14:50:59.047 9 INFO neutron.plugins.ml2.plugin [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Attempt 8 to bind port cc797d7f-5682-4feb-9495-e26d0ef2c3ef 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet eea626a3-e82e-49f3-a5ab-682a753731d3 could not be found. 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet eea626a3-e82e-49f3-a5ab-682a753731d3 could not be found. 2026-07-21 14:50:59.066 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:50:59.067 9 ERROR neutron.plugins.ml2.managers [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Failed to bind port cc797d7f-5682-4feb-9495-e26d0ef2c3ef on host instance for vnic_type normal using segments [{'id': '9808158a-921a-481f-b931-483aa2e58407', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 505, 'network_id': '446e2fa5-2c7a-4d39-b087-4cc52c97d1ad'}] 2026-07-21 14:50:59.068 9 INFO neutron.plugins.ml2.plugin [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Attempt 9 to bind port cc797d7f-5682-4feb-9495-e26d0ef2c3ef 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet eea626a3-e82e-49f3-a5ab-682a753731d3 could not be found. 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet eea626a3-e82e-49f3-a5ab-682a753731d3 could not be found. 2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:50:59.089 9 ERROR neutron.plugins.ml2.managers [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Failed to bind port cc797d7f-5682-4feb-9495-e26d0ef2c3ef on host instance for vnic_type normal using segments [{'id': '9808158a-921a-481f-b931-483aa2e58407', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 505, 'network_id': '446e2fa5-2c7a-4d39-b087-4cc52c97d1ad'}] 2026-07-21 14:50:59.090 9 INFO neutron.plugins.ml2.plugin [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Attempt 10 to bind port cc797d7f-5682-4feb-9495-e26d0ef2c3ef 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet eea626a3-e82e-49f3-a5ab-682a753731d3 could not be found. 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet eea626a3-e82e-49f3-a5ab-682a753731d3 could not be found. 2026-07-21 14:50:59.108 9 ERROR neutron.plugins.ml2.managers  2026-07-21 14:50:59.109 9 ERROR neutron.plugins.ml2.managers [None req-eff97371-ef69-4643-b6a8-8743be4f8249 - - - - - -] Failed to bind port cc797d7f-5682-4feb-9495-e26d0ef2c3ef on host instance for vnic_type normal using segments [{'id': '9808158a-921a-481f-b931-483aa2e58407', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 505, 'network_id': '446e2fa5-2c7a-4d39-b087-4cc52c97d1ad'}] 2026-07-21 14:50:59.745 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 7cd0f5d9-a077-4305-b198-2a150b50625d 2026-07-21 14:51:01.975 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 3c9bbf07-40a5-485c-817f-d85715cfad2b 2026-07-21 14:51:02.382 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 384cd525-73a1-446e-8c9d-1658b2cce457 2026-07-21 14:51:03.662 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 3c9bbf07-40a5-485c-817f-d85715cfad2b 2026-07-21 14:51:04.252 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 384cd525-73a1-446e-8c9d-1658b2cce457 2026-07-21 14:51:04.934 10 INFO neutron.plugins.ml2.plugin [None req-96ff31e2-7808-4220-857b-35ae24b5a45f - - - - - -] Attempt 1 to provision port 1ea2d50d-ae55-4405-9f2c-de4d50b37708 2026-07-21 14:51:05.620 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port df5a9683-6978-4812-aa35-d00cc18fc0c1 2026-07-21 14:51:05.683 10 INFO neutron.plugins.ml2.plugin [None req-31f06bc6-b627-4af9-9d93-a40a705eb558 - - - - - -] Attempt 1 to provision port df5a9683-6978-4812-aa35-d00cc18fc0c1 2026-07-21 14:51:07.275 9 INFO neutron.plugins.ml2.plugin [None req-312cf439-764e-49a3-b7c7-8a021d97ac62 - - - - - -] Attempt 1 to provision port e933c232-e82d-435c-bddb-6b321d7c6b53 2026-07-21 14:51:07.812 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port df5a9683-6978-4812-aa35-d00cc18fc0c1 2026-07-21 14:51:08.097 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 24fead55-5a6d-4c8d-9930-aa00074a4380 2026-07-21 14:51:08.276 9 INFO neutron.plugins.ml2.plugin [None req-34e2e056-6c2b-41f5-8c38-97b5bc1fdd1c - - - - - -] Attempt 1 to provision port 24fead55-5a6d-4c8d-9930-aa00074a4380 2026-07-21 14:51:08.346 9 INFO neutron.plugins.ml2.plugin [None req-34e2e056-6c2b-41f5-8c38-97b5bc1fdd1c - - - - - -] Attempt 1 to provision port 85753886-a673-414a-8f53-31bbfecafb5a 2026-07-21 14:51:08.789 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 92aab560-0801-4418-8f79-1f70861e318e 2026-07-21 14:51:08.897 10 INFO neutron.plugins.ml2.plugin [None req-e53b90ce-2d50-4712-8f2e-d6e65f53a768 - - - - - -] Attempt 1 to provision port 85753886-a673-414a-8f53-31bbfecafb5a 2026-07-21 14:51:09.183 9 INFO neutron.plugins.ml2.plugin [None req-3bf3e2e2-83cd-489d-abe7-1a15b72477c8 - - - - - -] Attempt 1 to provision port 92aab560-0801-4418-8f79-1f70861e318e 2026-07-21 14:51:09.312 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port e933c232-e82d-435c-bddb-6b321d7c6b53 2026-07-21 14:51:09.766 9 INFO neutron.plugins.ml2.plugin [None req-389029a8-0c61-42f7-82fd-cb93b6843f26 - - - - - -] Attempt 1 to provision port dfa8cb48-ccd4-4bfa-ba81-58d31912574e 2026-07-21 14:51:09.974 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 92aab560-0801-4418-8f79-1f70861e318e 2026-07-21 14:51:10.216 9 INFO neutron.plugins.ml2.plugin [None req-dce698e7-76ac-4721-ac97-beae52b74acb - - - - - -] Attempt 1 to provision port 1ed687ea-6a7d-4b1b-b7b1-2ce15fc2c308 2026-07-21 14:51:10.340 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 24fead55-5a6d-4c8d-9930-aa00074a4380 2026-07-21 14:51:10.561 10 INFO neutron.plugins.ml2.plugin [None req-073dec2f-0b9d-482b-a0e2-c9c013bae3eb - - - - - -] Attempt 1 to provision port 1ed687ea-6a7d-4b1b-b7b1-2ce15fc2c308 2026-07-21 14:51:10.637 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port dfa8cb48-ccd4-4bfa-ba81-58d31912574e 2026-07-21 14:51:10.891 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port e933c232-e82d-435c-bddb-6b321d7c6b53 2026-07-21 14:51:11.227 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 27e6363a-93f5-48be-b3b1-bb561f2330e1 2026-07-21 14:51:11.537 9 INFO neutron.plugins.ml2.plugin [None req-4e656c0b-a3a5-4826-9a20-6571abd7aca7 - - - - - -] Attempt 1 to provision port d6d1b624-478f-429a-9c0b-0593e3041441 2026-07-21 14:51:12.303 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 27e6363a-93f5-48be-b3b1-bb561f2330e1 2026-07-21 14:51:12.561 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port dfa8cb48-ccd4-4bfa-ba81-58d31912574e 2026-07-21 14:51:12.834 10 INFO neutron.plugins.ml2.plugin [None req-710de1ae-08b5-4fa8-9b45-636e9ed230fb - - - - - -] Attempt 1 to provision port d6d1b624-478f-429a-9c0b-0593e3041441 2026-07-21 14:51:13.378 10 INFO neutron.plugins.ml2.plugin [None req-c276ef70-ff80-4580-b1f3-fd0146a7ddce - - - - - -] Attempt 1 to provision port 2d25856e-e069-4ad1-92d4-ae516c3c6fef 2026-07-21 14:51:13.841 9 INFO neutron.plugins.ml2.plugin [None req-92b4ec3a-c8cd-4a13-b693-2cb174bb8f37 - - - - - -] Attempt 1 to provision port 2d25856e-e069-4ad1-92d4-ae516c3c6fef 2026-07-21 14:51:14.093 9 INFO neutron.plugins.ml2.plugin [None req-e1829ba1-b98b-4744-9cff-9bbb39ba0f8b - - - - - -] Attempt 1 to provision port 61608090-2d8d-4e1c-b4b9-c53814c5c1be 2026-07-21 14:51:14.749 10 INFO neutron.plugins.ml2.plugin [None req-da9bae03-79bc-462f-8e3d-4d9e9d40536b - - - - - -] Attempt 1 to provision port 61608090-2d8d-4e1c-b4b9-c53814c5c1be 2026-07-21 14:51:16.614 9 INFO neutron.plugins.ml2.plugin [None req-13c61026-4a9b-4915-a315-bf4fb0e4f9ab - - - - - -] Attempt 1 to provision port 1b939810-de79-4c7b-941d-453d39efe30e 2026-07-21 14:51:18.770 10 INFO neutron.plugins.ml2.plugin [None req-072352e1-83bb-4f08-9b42-1cab952f0a21 - - - - - -] Attempt 1 to provision port 5bfa619c-f1be-4130-9d32-3842a3ff1922 2026-07-21 14:51:19.422 10 INFO neutron.plugins.ml2.plugin [None req-3a05b33b-6e39-49e7-bbd7-256516b42a4d - - - - - -] Attempt 1 to provision port 77f3417f-0a56-4e5f-8121-11b5206ba623 2026-07-21 14:51:20.036 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 77f3417f-0a56-4e5f-8121-11b5206ba623 2026-07-21 14:51:21.547 10 INFO neutron.plugins.ml2.plugin [None req-bb991b1e-824e-4910-96f7-b65ea7caf39e - - - - - -] Attempt 1 to provision port 7fce8400-b918-475a-86b4-675d61986e71 2026-07-21 14:51:22.165 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 1b939810-de79-4c7b-941d-453d39efe30e 2026-07-21 14:51:22.202 9 INFO neutron.plugins.ml2.plugin [None req-efa82e41-d761-44e3-a5da-8930265943a5 - - - - - -] Attempt 1 to provision port 7fce8400-b918-475a-86b4-675d61986e71 2026-07-21 14:51:22.457 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-b1cf5567-54a8-45d7-a0c9-65f4328f61b4'] response: {'server_uuid': '3c569720-6693-4ee0-9310-293d8a51ee69', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1b939810-de79-4c7b-941d-453d39efe30e', 'code': 200} 2026-07-21 14:51:22.938 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port fced580b-deaf-45d7-afd3-8b1a33037b62 2026-07-21 14:51:24.165 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port c39e7347-e1c4-403d-8d57-0981a2fc0029 2026-07-21 14:51:24.578 10 INFO neutron.plugins.ml2.plugin [None req-0672d34e-bb1c-4dca-b79f-3d8101cd1dbd - - - - - -] Attempt 1 to provision port c39e7347-e1c4-403d-8d57-0981a2fc0029 2026-07-21 14:51:24.843 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port c2bc3c86-359c-46cd-a280-a303b98fd8b6 2026-07-21 14:51:25.238 9 INFO neutron.plugins.ml2.plugin [None req-d150b271-03d6-49ef-92e9-42443b576b81 - - - - - -] Attempt 1 to provision port c2bc3c86-359c-46cd-a280-a303b98fd8b6 2026-07-21 14:51:25.325 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 1b939810-de79-4c7b-941d-453d39efe30e 2026-07-21 14:51:25.632 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port fced580b-deaf-45d7-afd3-8b1a33037b62 2026-07-21 14:51:25.844 10 INFO neutron.plugins.ml2.plugin [None req-74bca5c5-e288-407c-b65b-3f832c0c2a07 - - - - - -] Attempt 1 to provision port ee069fd4-cd10-45d2-a672-9b4d7e3ff63a 2026-07-21 14:51:26.213 10 INFO neutron.plugins.ml2.plugin [None req-14fe6c52-0df4-4b7b-9387-f04d1066c0bb - - - - - -] Attempt 1 to provision port ee069fd4-cd10-45d2-a672-9b4d7e3ff63a 2026-07-21 14:51:26.359 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port c39e7347-e1c4-403d-8d57-0981a2fc0029 2026-07-21 14:51:26.600 10 INFO neutron.plugins.ml2.plugin [None req-4b645e3e-8d00-4b23-ad48-0ebed09adf73 - - - - - -] Attempt 1 to provision port 1ca39773-1182-435d-ada2-b40688c20098 2026-07-21 14:51:26.639 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port c2bc3c86-359c-46cd-a280-a303b98fd8b6 2026-07-21 14:51:27.054 10 INFO neutron.plugins.ml2.plugin [None req-10e7e960-5c49-4487-abf7-4183937a3b92 - - - - - -] Attempt 1 to provision port 1ca39773-1182-435d-ada2-b40688c20098 2026-07-21 14:51:28.133 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 1ea2d50d-ae55-4405-9f2c-de4d50b37708 2026-07-21 14:51:28.474 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 85753886-a673-414a-8f53-31bbfecafb5a 2026-07-21 14:51:30.166 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 1ea2d50d-ae55-4405-9f2c-de4d50b37708 2026-07-21 14:51:32.171 9 INFO neutron.plugins.ml2.plugin [None req-b9255956-ffb1-4185-87e3-a995facf70f2 - - - - - -] Attempt 1 to provision port 885d2052-7ae8-43b3-ab8e-bdb76aa6c2e7 2026-07-21 14:51:34.080 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 8e1277f1-f689-43ca-a9d8-cf7c22ed1a71 2026-07-21 14:51:34.434 9 INFO neutron.plugins.ml2.plugin [None req-def31e98-b56d-48ad-94e8-f8159641eda4 - - - - - -] Attempt 1 to provision port 8e1277f1-f689-43ca-a9d8-cf7c22ed1a71 2026-07-21 14:51:34.669 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port d420d49e-dc5f-441b-99d5-6c37d1afe330 2026-07-21 14:51:34.842 9 INFO neutron.plugins.ml2.plugin [None req-c9f0a0f0-7bc7-42fe-ac6a-5c73da649b01 - - - - - -] Attempt 1 to provision port d420d49e-dc5f-441b-99d5-6c37d1afe330 2026-07-21 14:51:35.323 9 INFO neutron.plugins.ml2.plugin [None req-6be25acd-ed65-41e0-8ac3-57ef2c43a24b - - - - - -] Attempt 1 to provision port 887799e1-f1c2-46b0-a888-0d4759b0fa64 2026-07-21 14:51:35.781 10 INFO neutron.plugins.ml2.plugin [None req-4be5b0f6-fe87-45ce-9239-db3ff87e82ee - - - - - -] Attempt 1 to provision port 887799e1-f1c2-46b0-a888-0d4759b0fa64 2026-07-21 14:51:36.046 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 8e1277f1-f689-43ca-a9d8-cf7c22ed1a71 2026-07-21 14:51:36.366 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port d420d49e-dc5f-441b-99d5-6c37d1afe330 2026-07-21 14:51:36.515 9 INFO neutron.plugins.ml2.plugin [None req-e55e0a21-0434-4c84-b074-fab1132c4259 - - - - - -] Attempt 1 to provision port 990f367f-7550-4b2e-9c72-8e0567c936ad 2026-07-21 14:51:36.768 9 INFO neutron.plugins.ml2.plugin [None req-0dc003bc-dd89-49df-988d-9c12a3a9e7eb - - - - - -] Attempt 1 to provision port 990f367f-7550-4b2e-9c72-8e0567c936ad 2026-07-21 14:51:38.153 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 885d2052-7ae8-43b3-ab8e-bdb76aa6c2e7 2026-07-21 14:51:38.319 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e2d3fca-3404-4568-bc2a-9657d55632b2'] response: {'server_uuid': '65605810-b5d8-4670-a269-db274557b22f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '885d2052-7ae8-43b3-ab8e-bdb76aa6c2e7', 'code': 200} 2026-07-21 14:51:40.228 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 885d2052-7ae8-43b3-ab8e-bdb76aa6c2e7 2026-07-21 14:51:40.535 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 5bfa619c-f1be-4130-9d32-3842a3ff1922 2026-07-21 14:51:40.536 10 INFO neutron.plugins.ml2.plugin [None req-9e5f5f59-5663-47fd-9e32-eddb57aba192 - - - - - -] Attempt 1 to provision port 1963ffd9-d7a1-4b10-805e-c3c1e63426fa 2026-07-21 14:51:40.920 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 7fce8400-b918-475a-86b4-675d61986e71 2026-07-21 14:51:41.691 10 INFO neutron.plugins.ml2.plugin [None req-9ecefe9a-7d50-4e2c-ac80-1917ef82d3bb - - - - - -] Attempt 1 to provision port 516a3ebf-3521-4089-bf38-48843324d9f8 2026-07-21 14:51:42.044 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 5bfa619c-f1be-4130-9d32-3842a3ff1922 2026-07-21 14:51:42.235 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 7fce8400-b918-475a-86b4-675d61986e71 2026-07-21 14:51:56.100 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-4bc90621-404a-4d0d-b265-0ceadb4527d4'] response: {'server_uuid': '65605810-b5d8-4670-a269-db274557b22f', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '885d2052-7ae8-43b3-ab8e-bdb76aa6c2e7', 'code': 200} 2026-07-21 14:51:56.766 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 885d2052-7ae8-43b3-ab8e-bdb76aa6c2e7 2026-07-21 14:51:58.062 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 885d2052-7ae8-43b3-ab8e-bdb76aa6c2e7 2026-07-21 14:51:58.137 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-e20e023e-7b68-40d4-b0c0-d1924da4fc23'] response: {'server_uuid': '65605810-b5d8-4670-a269-db274557b22f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '885d2052-7ae8-43b3-ab8e-bdb76aa6c2e7', 'code': 200} 2026-07-21 14:52:04.299 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 98511d49-e365-428c-a190-dc7c6015fa82 2026-07-21 14:52:04.528 9 INFO neutron.plugins.ml2.plugin [None req-2eef674e-7041-43f3-a047-7652574ad839 - - - - - -] Attempt 1 to provision port 98511d49-e365-428c-a190-dc7c6015fa82 2026-07-21 14:52:04.886 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 722b3c77-17f1-4385-a6a6-1d48bd3a0221 2026-07-21 14:52:05.647 9 INFO neutron.plugins.ml2.plugin [None req-78f834ab-d51c-487b-b2c1-2e83da69d52a - - - - - -] Attempt 1 to provision port 722b3c77-17f1-4385-a6a6-1d48bd3a0221 2026-07-21 14:52:06.207 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port e931143a-1ae9-4a9d-ac4f-1f445b1ad079 2026-07-21 14:52:06.227 9 INFO neutron.plugins.ml2.plugin [None req-08acacf3-3ddb-461a-987b-ee130cec60cd - - - - - -] Attempt 1 to provision port e931143a-1ae9-4a9d-ac4f-1f445b1ad079 2026-07-21 14:52:06.727 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port c9698aeb-f020-4c10-b88f-641f276c619b 2026-07-21 14:52:07.045 10 INFO neutron.plugins.ml2.plugin [None req-7db646c3-7e62-4f53-a5f1-fc8d2e93fe4a - - - - - -] Attempt 1 to provision port c9698aeb-f020-4c10-b88f-641f276c619b 2026-07-21 14:52:07.320 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 722b3c77-17f1-4385-a6a6-1d48bd3a0221 2026-07-21 14:52:07.787 10 INFO neutron.plugins.ml2.plugin [None req-b8f77072-a0b7-4e21-b588-cda21d57464b - - - - - -] Attempt 1 to provision port b703007d-9ae4-4db3-9f70-bc4ecfd253ca 2026-07-21 14:52:08.145 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port b703007d-9ae4-4db3-9f70-bc4ecfd253ca 2026-07-21 14:52:12.450 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-24d2f1a0-33a7-4740-ba22-e4f495ca41be'] response: {'server_uuid': '65605810-b5d8-4670-a269-db274557b22f', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '885d2052-7ae8-43b3-ab8e-bdb76aa6c2e7', 'code': 200} 2026-07-21 14:52:13.550 10 INFO neutron.plugins.ml2.plugin [None req-7ddbef50-756c-4757-989c-78c07673cdf1 - - - - - -] Attempt 1 to provision port 4427a7e4-5384-463a-b7c8-c1cd6caeb18d 2026-07-21 14:52:17.811 10 INFO neutron.plugins.ml2.plugin [None req-635278ac-7779-4ad0-a61a-524c7baa0b7f - - - - - -] Attempt 1 to provision port f9f59d5a-6df5-45d0-89cc-e976b6b4ab11 2026-07-21 14:52:18.037 10 INFO neutron.plugins.ml2.plugin [None req-635278ac-7779-4ad0-a61a-524c7baa0b7f - - - - - -] Attempt 1 to provision port 0533f27c-11ed-4f38-9dad-451e452a6ba3 2026-07-21 14:52:18.202 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port d5337a90-fbae-4118-b9f4-70f52989e6cb 2026-07-21 14:52:18.683 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port f9f59d5a-6df5-45d0-89cc-e976b6b4ab11 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-21 14:52:19.207 10 INFO neutron.plugins.ml2.plugin [None req-acbc40ac-c59d-46de-a816-6b48bf3b0ef8 - - - - - -] Attempt 1 to provision port 0533f27c-11ed-4f38-9dad-451e452a6ba3 2026-07-21 14:52:19.564 10 INFO neutron.plugins.ml2.plugin [None req-52316571-0896-450e-8c5a-81e7c1bf5da6 - - - - - -] Attempt 1 to provision port 0533f27c-11ed-4f38-9dad-451e452a6ba3 2026-07-21 14:52:20.123 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port d5337a90-fbae-4118-b9f4-70f52989e6cb 2026-07-21 14:52:20.405 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port f9f59d5a-6df5-45d0-89cc-e976b6b4ab11 2026-07-21 14:52:23.260 10 INFO neutron.plugins.ml2.plugin [None req-478bdb79-f329-49f1-be89-055cc801318d - - - - - -] Attempt 1 to provision port c2268ec0-a1ce-4c05-ba78-9a77390c4e43 2026-07-21 14:52:23.792 10 INFO neutron.plugins.ml2.plugin [None req-478bdb79-f329-49f1-be89-055cc801318d - - - - - -] Attempt 2 to provision port c2268ec0-a1ce-4c05-ba78-9a77390c4e43 2026-07-21 14:52:26.281 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port c2268ec0-a1ce-4c05-ba78-9a77390c4e43 2026-07-21 14:52:26.442 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4eddc42-9a30-4836-8d23-4e4cfd837371'] response: {'server_uuid': 'e209df07-8c85-4666-859e-8876b131ffe8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c2268ec0-a1ce-4c05-ba78-9a77390c4e43', 'code': 200} 2026-07-21 14:52:28.089 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port c2268ec0-a1ce-4c05-ba78-9a77390c4e43 2026-07-21 14:52:32.084 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 0533f27c-11ed-4f38-9dad-451e452a6ba3 2026-07-21 14:52:32.442 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 4427a7e4-5384-463a-b7c8-c1cd6caeb18d 2026-07-21 14:52:34.077 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 0533f27c-11ed-4f38-9dad-451e452a6ba3 2026-07-21 14:52:34.341 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 4427a7e4-5384-463a-b7c8-c1cd6caeb18d 2026-07-21 14:52:49.961 10 INFO neutron.plugins.ml2.plugin [None req-76a45fc5-ecb5-4793-ac1f-e0fa1f0912d0 - - - - - -] Attempt 1 to provision port c67853f4-9c99-452c-9ecb-09c5cdf1fcbd 2026-07-21 14:52:50.151 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port c67853f4-9c99-452c-9ecb-09c5cdf1fcbd 2026-07-21 14:52:52.178 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 6d4b4dc5-d9da-4a58-8d80-783c1803a890 2026-07-21 14:52:52.292 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-53da9dad-7453-4c3b-9b34-496d68c24839'] response: {'server_uuid': '7491f2d7-9c40-4258-89b4-253b54620f76', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6d4b4dc5-d9da-4a58-8d80-783c1803a890', 'code': 200} 2026-07-21 14:52:54.101 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 6d4b4dc5-d9da-4a58-8d80-783c1803a890 2026-07-21 14:53:01.146 9 INFO neutron.plugins.ml2.plugin [None req-24398c09-cebe-43a9-9a76-e4c4f1d8be51 - - - - - -] Attempt 1 to provision port 16e4071b-0a90-4962-b414-6f2b54b007cf 2026-07-21 14:53:01.800 9 INFO neutron.plugins.ml2.plugin [None req-6dfd79ca-aa6c-48d4-b116-f122ce9f43e3 - - - - - -] Attempt 1 to provision port 3aa60db0-673e-4260-8d79-21f7d060262d 2026-07-21 14:53:02.114 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 3aa60db0-673e-4260-8d79-21f7d060262d 2026-07-21 14:53:03.732 10 INFO neutron.plugins.ml2.plugin [None req-e4b9973a-0551-46b3-a425-ffd0f95686cd - - - - - -] Attempt 1 to provision port 7ff815a5-1de8-4390-bf69-05558ab61ef3 2026-07-21 14:53:04.177 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 42463271-94ee-4762-b241-bdc00688de60 2026-07-21 14:53:04.392 9 INFO neutron.plugins.ml2.plugin [None req-8415cb59-afd2-48d8-8eba-6ca9c3b920e4 - - - - - -] Attempt 1 to provision port 7ff815a5-1de8-4390-bf69-05558ab61ef3 2026-07-21 14:53:04.784 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 3aa60db0-673e-4260-8d79-21f7d060262d 2026-07-21 14:53:06.117 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 42463271-94ee-4762-b241-bdc00688de60 2026-07-21 14:53:07.591 10 INFO neutron.plugins.ml2.plugin [None req-8f57d389-98b3-4512-ad69-cadaed293646 - - - - - -] Attempt 1 to provision port c928e45c-c3f5-41dd-80d8-c9326fd7c93b 2026-07-21 14:53:08.298 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port ae474957-6d08-492b-b87c-91deaa2c71ff 2026-07-21 14:53:08.438 10 INFO neutron.plugins.ml2.plugin [None req-231ee98d-a2da-4551-9a1b-5ce2d2562c57 - - - - - -] Attempt 1 to provision port ae474957-6d08-492b-b87c-91deaa2c71ff 2026-07-21 14:53:09.849 9 INFO neutron.plugins.ml2.plugin [None req-328eca0f-febe-4358-bb76-98fc1b8c3cc3 - - - - - -] Attempt 1 to provision port 6c3bfbe2-da26-463d-a8a0-958f8fefc090 2026-07-21 14:53:10.242 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port ae474957-6d08-492b-b87c-91deaa2c71ff 2026-07-21 14:53:10.493 10 INFO neutron.plugins.ml2.plugin [None req-51b01ff2-2781-4c82-9e4b-bb5226fb6a97 - - - - - -] Attempt 1 to provision port 6c3bfbe2-da26-463d-a8a0-958f8fefc090 2026-07-21 14:53:12.169 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 5118537e-abcc-41ab-b757-ce99f543269a 2026-07-21 14:53:14.478 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 5118537e-abcc-41ab-b757-ce99f543269a 2026-07-21 14:53:15.688 9 INFO neutron.plugins.ml2.plugin [None req-d22613f8-272c-4701-aab3-f4f66ae98d7a - - - - - -] Attempt 1 to provision port 3b449ded-9154-49e8-a8c8-7c2228d35be6 2026-07-21 14:53:18.184 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 3b449ded-9154-49e8-a8c8-7c2228d35be6 2026-07-21 14:53:18.300 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-e92a521e-da87-49f5-80a0-24ab2d2bd78f'] response: {'server_uuid': '59685dc4-50e5-4a69-a71d-14cd2045186f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3b449ded-9154-49e8-a8c8-7c2228d35be6', 'code': 200} 2026-07-21 14:53:20.139 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 3b449ded-9154-49e8-a8c8-7c2228d35be6 2026-07-21 14:53:22.129 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 16e4071b-0a90-4962-b414-6f2b54b007cf 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bff8b48c-41d5-441e-aadb-4ca5f7e68a88 could not be found. 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bff8b48c-41d5-441e-aadb-4ca5f7e68a88 could not be found. 2026-07-21 14:53:22.156 10 ERROR neutron.plugins.ml2.managers  2026-07-21 14:53:22.158 10 ERROR neutron.plugins.ml2.managers [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Failed to bind port 3045b384-cb1e-43c7-9fec-e1350f0f01a1 on host instance for vnic_type normal using segments [{'id': '795ead12-4bf3-4ec4-8d17-c5f0c0fa1f09', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '20a6cd1c-370a-4993-8cc9-b80cfe508af9'}] 2026-07-21 14:53:22.158 10 INFO neutron.plugins.ml2.plugin [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Attempt 2 to bind port 3045b384-cb1e-43c7-9fec-e1350f0f01a1 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bff8b48c-41d5-441e-aadb-4ca5f7e68a88 could not be found. 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bff8b48c-41d5-441e-aadb-4ca5f7e68a88 could not be found. 2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers  2026-07-21 14:53:22.172 10 ERROR neutron.plugins.ml2.managers [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Failed to bind port 3045b384-cb1e-43c7-9fec-e1350f0f01a1 on host instance for vnic_type normal using segments [{'id': '795ead12-4bf3-4ec4-8d17-c5f0c0fa1f09', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '20a6cd1c-370a-4993-8cc9-b80cfe508af9'}] 2026-07-21 14:53:22.172 10 INFO neutron.plugins.ml2.plugin [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Attempt 3 to bind port 3045b384-cb1e-43c7-9fec-e1350f0f01a1 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bff8b48c-41d5-441e-aadb-4ca5f7e68a88 could not be found. 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bff8b48c-41d5-441e-aadb-4ca5f7e68a88 could not be found. 2026-07-21 14:53:22.188 10 ERROR neutron.plugins.ml2.managers  2026-07-21 14:53:22.189 10 ERROR neutron.plugins.ml2.managers [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Failed to bind port 3045b384-cb1e-43c7-9fec-e1350f0f01a1 on host instance for vnic_type normal using segments [{'id': '795ead12-4bf3-4ec4-8d17-c5f0c0fa1f09', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '20a6cd1c-370a-4993-8cc9-b80cfe508af9'}] 2026-07-21 14:53:22.189 10 INFO neutron.plugins.ml2.plugin [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Attempt 4 to bind port 3045b384-cb1e-43c7-9fec-e1350f0f01a1 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bff8b48c-41d5-441e-aadb-4ca5f7e68a88 could not be found. 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bff8b48c-41d5-441e-aadb-4ca5f7e68a88 could not be found. 2026-07-21 14:53:22.204 10 ERROR neutron.plugins.ml2.managers  2026-07-21 14:53:22.205 10 ERROR neutron.plugins.ml2.managers [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Failed to bind port 3045b384-cb1e-43c7-9fec-e1350f0f01a1 on host instance for vnic_type normal using segments [{'id': '795ead12-4bf3-4ec4-8d17-c5f0c0fa1f09', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '20a6cd1c-370a-4993-8cc9-b80cfe508af9'}] 2026-07-21 14:53:22.205 10 INFO neutron.plugins.ml2.plugin [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Attempt 5 to bind port 3045b384-cb1e-43c7-9fec-e1350f0f01a1 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bff8b48c-41d5-441e-aadb-4ca5f7e68a88 could not be found. 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bff8b48c-41d5-441e-aadb-4ca5f7e68a88 could not be found. 2026-07-21 14:53:22.223 10 ERROR neutron.plugins.ml2.managers  2026-07-21 14:53:22.224 10 ERROR neutron.plugins.ml2.managers [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Failed to bind port 3045b384-cb1e-43c7-9fec-e1350f0f01a1 on host instance for vnic_type normal using segments [{'id': '795ead12-4bf3-4ec4-8d17-c5f0c0fa1f09', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '20a6cd1c-370a-4993-8cc9-b80cfe508af9'}] 2026-07-21 14:53:22.224 10 INFO neutron.plugins.ml2.plugin [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Attempt 6 to bind port 3045b384-cb1e-43c7-9fec-e1350f0f01a1 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bff8b48c-41d5-441e-aadb-4ca5f7e68a88 could not be found. 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bff8b48c-41d5-441e-aadb-4ca5f7e68a88 could not be found. 2026-07-21 14:53:22.242 10 ERROR neutron.plugins.ml2.managers  2026-07-21 14:53:22.243 10 ERROR neutron.plugins.ml2.managers [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Failed to bind port 3045b384-cb1e-43c7-9fec-e1350f0f01a1 on host instance for vnic_type normal using segments [{'id': '795ead12-4bf3-4ec4-8d17-c5f0c0fa1f09', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '20a6cd1c-370a-4993-8cc9-b80cfe508af9'}] 2026-07-21 14:53:22.243 10 INFO neutron.plugins.ml2.plugin [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Attempt 7 to bind port 3045b384-cb1e-43c7-9fec-e1350f0f01a1 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bff8b48c-41d5-441e-aadb-4ca5f7e68a88 could not be found. 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bff8b48c-41d5-441e-aadb-4ca5f7e68a88 could not be found. 2026-07-21 14:53:22.265 10 ERROR neutron.plugins.ml2.managers  2026-07-21 14:53:22.266 10 ERROR neutron.plugins.ml2.managers [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Failed to bind port 3045b384-cb1e-43c7-9fec-e1350f0f01a1 on host instance for vnic_type normal using segments [{'id': '795ead12-4bf3-4ec4-8d17-c5f0c0fa1f09', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '20a6cd1c-370a-4993-8cc9-b80cfe508af9'}] 2026-07-21 14:53:22.266 10 INFO neutron.plugins.ml2.plugin [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Attempt 8 to bind port 3045b384-cb1e-43c7-9fec-e1350f0f01a1 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bff8b48c-41d5-441e-aadb-4ca5f7e68a88 could not be found. 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bff8b48c-41d5-441e-aadb-4ca5f7e68a88 could not be found. 2026-07-21 14:53:22.301 10 ERROR neutron.plugins.ml2.managers  2026-07-21 14:53:22.302 10 ERROR neutron.plugins.ml2.managers [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Failed to bind port 3045b384-cb1e-43c7-9fec-e1350f0f01a1 on host instance for vnic_type normal using segments [{'id': '795ead12-4bf3-4ec4-8d17-c5f0c0fa1f09', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '20a6cd1c-370a-4993-8cc9-b80cfe508af9'}] 2026-07-21 14:53:22.302 10 INFO neutron.plugins.ml2.plugin [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Attempt 9 to bind port 3045b384-cb1e-43c7-9fec-e1350f0f01a1 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bff8b48c-41d5-441e-aadb-4ca5f7e68a88 could not be found. 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bff8b48c-41d5-441e-aadb-4ca5f7e68a88 could not be found. 2026-07-21 14:53:22.323 10 ERROR neutron.plugins.ml2.managers  2026-07-21 14:53:22.324 10 ERROR neutron.plugins.ml2.managers [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Failed to bind port 3045b384-cb1e-43c7-9fec-e1350f0f01a1 on host instance for vnic_type normal using segments [{'id': '795ead12-4bf3-4ec4-8d17-c5f0c0fa1f09', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '20a6cd1c-370a-4993-8cc9-b80cfe508af9'}] 2026-07-21 14:53:22.324 10 INFO neutron.plugins.ml2.plugin [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Attempt 10 to bind port 3045b384-cb1e-43c7-9fec-e1350f0f01a1 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bff8b48c-41d5-441e-aadb-4ca5f7e68a88 could not be found. 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bff8b48c-41d5-441e-aadb-4ca5f7e68a88 could not be found. 2026-07-21 14:53:22.354 10 ERROR neutron.plugins.ml2.managers  2026-07-21 14:53:22.355 10 ERROR neutron.plugins.ml2.managers [None req-d8d13d84-db5e-4209-a317-b79894434bef - - - - - -] Failed to bind port 3045b384-cb1e-43c7-9fec-e1350f0f01a1 on host instance for vnic_type normal using segments [{'id': '795ead12-4bf3-4ec4-8d17-c5f0c0fa1f09', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 939, 'network_id': '20a6cd1c-370a-4993-8cc9-b80cfe508af9'}] 2026-07-21 14:53:22.644 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 7ff815a5-1de8-4390-bf69-05558ab61ef3 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Exception during message handling: neutron_lib.exceptions.NetworkNotFound: Network 20a6cd1c-370a-4993-8cc9-b80cfe508af9 could not be found. 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 268, in _get_network 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server network = model_query.get_by_id(context, models_v2.Network, id) 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/model_query.py", line 178, in get_by_id 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 2869, in one 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server return self._iter().one() 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 1476, in one 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 562, in _only_one_row 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/server.py", line 165, in _process_incoming 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/rpc.py", line 253, in get_network_details 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server return plugin.get_network(rpc_context, network) 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server raise self.value 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server raise self.value 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server raise self.value 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1298, in get_network 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server net_db = net_db or self._get_network(context, id) 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1001, in wrapper 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 270, in _get_network 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server raise exceptions.NetworkNotFound(net_id=id) 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.NetworkNotFound: Network 20a6cd1c-370a-4993-8cc9-b80cfe508af9 could not be found. 2026-07-21 14:53:23.098 9 ERROR oslo_messaging.rpc.server  2026-07-21 14:53:24.218 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 16e4071b-0a90-4962-b414-6f2b54b007cf 2026-07-21 14:53:24.440 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 7ff815a5-1de8-4390-bf69-05558ab61ef3 2026-07-21 14:53:28.134 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port c928e45c-c3f5-41dd-80d8-c9326fd7c93b 2026-07-21 14:53:28.546 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 6c3bfbe2-da26-463d-a8a0-958f8fefc090 2026-07-21 14:53:30.107 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port c928e45c-c3f5-41dd-80d8-c9326fd7c93b 2026-07-21 14:53:30.328 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 6c3bfbe2-da26-463d-a8a0-958f8fefc090 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-21 14:54:12.306 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port b43d7438-b88d-4784-81ab-8b2354617dd1 2026-07-21 14:54:14.081 10 INFO neutron.plugins.ml2.plugin [None req-e5a59ee6-067f-4e36-a252-5555ba8a423d - - - - - -] Attempt 1 to provision port b43d7438-b88d-4784-81ab-8b2354617dd1 2026-07-21 14:54:14.237 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port b43d7438-b88d-4784-81ab-8b2354617dd1 2026-07-21 14:54:14.563 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port de8790f3-7215-4799-8e79-1181a507a613 2026-07-21 14:54:15.148 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 0a9feddf-5f47-48a3-add8-8b95fd0806cd 2026-07-21 14:54:15.168 10 INFO neutron.plugins.ml2.plugin [None req-6e8087dd-f9b0-4e8c-8386-d78780eeea0d - - - - - -] Attempt 1 to provision port b43d7438-b88d-4784-81ab-8b2354617dd1 2026-07-21 14:54:15.343 10 INFO neutron.plugins.ml2.plugin [None req-16a729a8-9e01-4ce6-bff5-1fc26391b97e - - - - - -] Attempt 1 to provision port d3b5d459-b954-496d-8a9e-0f72575cf17c 2026-07-21 14:54:15.798 10 INFO neutron.plugins.ml2.plugin [None req-5a3cf845-1306-4949-befa-bbda55c9e8e1 - - - - - -] Attempt 1 to provision port 0a9feddf-5f47-48a3-add8-8b95fd0806cd 2026-07-21 14:54:16.169 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 0a9feddf-5f47-48a3-add8-8b95fd0806cd 2026-07-21 14:54:16.261 9 INFO neutron.plugins.ml2.plugin [None req-37421aa5-962e-4bb7-88dc-e5e2a13595d4 - - - - - -] Attempt 1 to provision port 0a9feddf-5f47-48a3-add8-8b95fd0806cd 2026-07-21 14:54:16.465 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port de8790f3-7215-4799-8e79-1181a507a613 2026-07-21 14:54:16.602 9 INFO neutron.plugins.ml2.plugin [None req-41ce2ec9-dd11-4508-bd9e-4d2f51b00225 - - - - - -] Attempt 1 to provision port de8790f3-7215-4799-8e79-1181a507a613 2026-07-21 14:54:16.921 10 INFO neutron.plugins.ml2.plugin [None req-0cebac04-7986-4aeb-a715-0d1a20b14d1e - - - - - -] Attempt 1 to provision port de8790f3-7215-4799-8e79-1181a507a613 2026-07-21 14:54:18.116 10 INFO neutron.plugins.ml2.plugin [None req-87907a17-dd59-4407-9508-c388a27efb6d - - - - - -] Attempt 1 to provision port c8fc5ed1-98c4-4274-8d7d-d9dfaa76730d 2026-07-21 14:54:18.162 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 3ee8aaef-5875-4acb-8da1-11fd39ca9225 2026-07-21 14:54:18.762 9 INFO neutron.plugins.ml2.plugin [None req-f6552e99-40e1-4828-8e9e-a68ce0b75ea9 - - - - - -] Attempt 1 to provision port c8fc5ed1-98c4-4274-8d7d-d9dfaa76730d 2026-07-21 14:54:19.727 9 INFO neutron.plugins.ml2.plugin [None req-693f746b-437e-4b2f-9f5c-d4cf60edd4b6 - - - - - -] Attempt 1 to provision port 6032c223-2797-48b1-90c6-b99385d85de2 2026-07-21 14:54:20.129 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 3ee8aaef-5875-4acb-8da1-11fd39ca9225 2026-07-21 14:54:20.476 10 INFO neutron.plugins.ml2.plugin [None req-1d6c2844-0170-4f1a-a01e-2dd3ef810372 - - - - - -] Attempt 1 to provision port 6032c223-2797-48b1-90c6-b99385d85de2 2026-07-21 14:54:21.828 10 INFO neutron.plugins.ml2.plugin [None req-7f6a7b3c-158f-411d-bd92-58f96adb6a6c - - - - - -] Attempt 1 to provision port 6ae7f620-4d79-4925-8b5a-780447173686 2026-07-21 14:54:22.584 10 INFO neutron.plugins.ml2.plugin [None req-88911ba8-c012-4c0b-8ed9-a6bd6b2b91aa - - - - - -] Attempt 1 to provision port 6ae7f620-4d79-4925-8b5a-780447173686 2026-07-21 14:54:26.563 10 INFO neutron.plugins.ml2.plugin [None req-51f70908-9c6c-426a-9976-567208eda8e0 - - - - - -] Attempt 1 to provision port 7ea40ce6-b5ce-4f4f-953e-46806caa8788 2026-07-21 14:54:28.197 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 7ea40ce6-b5ce-4f4f-953e-46806caa8788 2026-07-21 14:54:28.312 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b92b38d-c60d-4d3b-a4e2-485bad22f1e4'] response: {'server_uuid': 'edab271d-9fa1-4679-855f-60fb004f84f8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7ea40ce6-b5ce-4f4f-953e-46806caa8788', 'code': 200} 2026-07-21 14:54:30.155 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 7ea40ce6-b5ce-4f4f-953e-46806caa8788 2026-07-21 14:54:34.060 9 INFO neutron.plugins.ml2.plugin [None req-3ae0bc09-3e68-432d-ba10-da0ff31205d0 - - - - - -] Attempt 1 to provision port 9049ccdc-061d-4e1e-b57e-5dc4fd6dc04a 2026-07-21 14:54:36.194 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 9049ccdc-061d-4e1e-b57e-5dc4fd6dc04a 2026-07-21 14:54:36.296 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-fed09500-dc11-4fa5-a73d-deac540d3e37'] response: {'server_uuid': 'a7bec914-cbc8-4db9-83fd-0ef2e2784e35', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9049ccdc-061d-4e1e-b57e-5dc4fd6dc04a', 'code': 200} 2026-07-21 14:54:38.158 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 9049ccdc-061d-4e1e-b57e-5dc4fd6dc04a 2026-07-21 14:54:44.188 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 6ae7f620-4d79-4925-8b5a-780447173686 2026-07-21 14:54:44.535 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 6032c223-2797-48b1-90c6-b99385d85de2 2026-07-21 14:54:44.822 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port c8fc5ed1-98c4-4274-8d7d-d9dfaa76730d 2026-07-21 14:54:46.172 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port d3b5d459-b954-496d-8a9e-0f72575cf17c 2026-07-21 14:54:46.518 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 6ae7f620-4d79-4925-8b5a-780447173686 2026-07-21 14:54:46.762 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 6032c223-2797-48b1-90c6-b99385d85de2 2026-07-21 14:54:47.024 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port c8fc5ed1-98c4-4274-8d7d-d9dfaa76730d 2026-07-21 14:54:48.151 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port d3b5d459-b954-496d-8a9e-0f72575cf17c 2026-07-21 14:54:54.353 10 INFO neutron.plugins.ml2.plugin [None req-71a4290b-adda-4b8a-a330-e6a748e6a70b - - - - - -] Attempt 1 to provision port 7aa223c1-cf59-4acd-93a2-ce3fc351c3ec 2026-07-21 14:55:07.000 10 INFO neutron.plugins.ml2.plugin [None req-877a3d92-5784-4052-a1cd-28a3a229500c - - - - - -] Attempt 1 to provision port 1ce94586-ae64-4096-86e9-7478f7117926 2026-07-21 14:55:08.245 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 1ce94586-ae64-4096-86e9-7478f7117926 2026-07-21 14:55:08.440 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-255ecafc-620f-49f8-b550-8c48c4d91f09'] response: {'server_uuid': 'ce52d866-5ed2-4a20-bc4e-c97c08bf765e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1ce94586-ae64-4096-86e9-7478f7117926', 'code': 200} 2026-07-21 14:55:10.180 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 1ce94586-ae64-4096-86e9-7478f7117926 2026-07-21 14:55:47.647 9 INFO neutron.plugins.ml2.plugin [None req-f2475d90-ae20-4803-b41e-92caf3dd3bfb - - - - - -] Attempt 1 to provision port 127f74f1-9fbb-47cd-93c3-b20c69773cf4 2026-07-21 14:55:50.267 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 127f74f1-9fbb-47cd-93c3-b20c69773cf4 2026-07-21 14:55:50.491 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-abd452bd-6da9-4324-8d69-568542c4fb81'] response: {'server_uuid': 'ce52d866-5ed2-4a20-bc4e-c97c08bf765e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '127f74f1-9fbb-47cd-93c3-b20c69773cf4', 'code': 200} 2026-07-21 14:55:52.207 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 127f74f1-9fbb-47cd-93c3-b20c69773cf4 2026-07-21 14:56:10.355 10 INFO neutron.plugins.ml2.plugin [None req-f94b5d99-11e5-4f02-8caa-b46fc2b65966 - - - - - -] Attempt 1 to provision port a8aad331-e541-4cbc-b9a8-e25f9714e67d 2026-07-21 14:56:12.407 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port a8aad331-e541-4cbc-b9a8-e25f9714e67d 2026-07-21 14:56:12.561 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-721129f5-a2bd-45ba-b1dd-a9daf783bd05'] response: {'server_uuid': 'ce52d866-5ed2-4a20-bc4e-c97c08bf765e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a8aad331-e541-4cbc-b9a8-e25f9714e67d', 'code': 200} 2026-07-21 14:56:13.018 10 INFO neutron.plugins.ml2.plugin [None req-34aff033-1d8a-45ae-b43a-ae50256956a2 - - - - - -] Attempt 1 to provision port a8aad331-e541-4cbc-b9a8-e25f9714e67d 2026-07-21 14:56:14.274 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port a8aad331-e541-4cbc-b9a8-e25f9714e67d 2026-07-21 14:56:21.254 9 INFO neutron.plugins.ml2.plugin [None req-ece2f44e-78bb-48c0-838d-9a7013eda34f - - - - - -] Attempt 1 to provision port 5110d38b-835a-4e36-bb69-f08f2179c72a 2026-07-21 14:56:24.627 10 INFO neutron.plugins.ml2.plugin [None req-7b70b8cd-1225-4a34-8863-80adaacd69c2 - - - - - -] Attempt 1 to provision port 5110d38b-835a-4e36-bb69-f08f2179c72a 2026-07-21 14:56:24.750 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-cff2b44a-9e98-4c02-83c6-2daf60b323c3'] response: {'server_uuid': 'ce52d866-5ed2-4a20-bc4e-c97c08bf765e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5110d38b-835a-4e36-bb69-f08f2179c72a', 'code': 200} 2026-07-21 14:56:26.296 9 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port 5110d38b-835a-4e36-bb69-f08f2179c72a 2026-07-21 14:56:34.502 9 INFO neutron.plugins.ml2.plugin [None req-475062da-02ab-49ba-ae98-cd2509616c3e - - - - - -] Attempt 1 to provision port 5110d38b-835a-4e36-bb69-f08f2179c72a 2026-07-21 14:56:40.225 9 INFO neutron.plugins.ml2.plugin [None req-20ec913e-50bc-4a47-bf39-36e5a69d7241 - - - - - -] Attempt 1 to provision port a8aad331-e541-4cbc-b9a8-e25f9714e67d 2026-07-21 14:56:40.343 10 INFO neutron.plugins.ml2.plugin [None req-93ac04c4-583d-4ad4-b372-e2384a476ca2 - - - - - -] Attempt 1 to provision port a8aad331-e541-4cbc-b9a8-e25f9714e67d