+ 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:55: 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 21:34:42.829 1 INFO neutron.common.config [-] Logging enabled! 2026-07-21 21:34:42.830 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 24.2.2.dev7 2026-07-21 21:34:42.830 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-07-21 21:34:42.830 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-21 21:34:43.859 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-21 21:34:43.862 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-21 21:34:43.864 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-07-21 21:34:43.865 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-21 21:34:43.865 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-21 21:34:43.865 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-21 21:34:43.866 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-21 21:34:43.870 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-21 21:34:43.870 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-21 21:34:43.871 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-21 21:34:43.886 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-21 21:34:43.887 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-21 21:34:43.887 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-21 21:34:43.919 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-21 21:34:43.919 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-21 21:34:43.919 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-21 21:34:43.920 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-21 21:34:43.925 1 WARNING oslo_policy.policy [None req-d002eab7-e97b-495d-9f05-a488a44d2fe7 - - - - - -] 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 21:34:44.189 1 INFO neutron.plugins.ml2.managers [None req-d002eab7-e97b-495d-9f05-a488a44d2fe7 - - - - - -] Initializing driver for type 'vlan' 2026-07-21 21:34:44.379 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-d002eab7-e97b-495d-9f05-a488a44d2fe7 - - - - - -] VlanTypeDriver initialization complete 2026-07-21 21:34:44.379 1 INFO neutron.plugins.ml2.managers [None req-d002eab7-e97b-495d-9f05-a488a44d2fe7 - - - - - -] Initializing driver for type 'vxlan' 2026-07-21 21:34:44.380 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-d002eab7-e97b-495d-9f05-a488a44d2fe7 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-21 21:34:44.424 1 INFO neutron.plugins.ml2.managers [None req-d002eab7-e97b-495d-9f05-a488a44d2fe7 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-21 21:34:44.425 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-d002eab7-e97b-495d-9f05-a488a44d2fe7 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-21 21:34:44.425 1 INFO neutron.plugins.ml2.managers [None req-d002eab7-e97b-495d-9f05-a488a44d2fe7 - - - - - -] Initializing extension driver 'port_security' 2026-07-21 21:34:44.426 1 INFO neutron.plugins.ml2.extensions.port_security [None req-d002eab7-e97b-495d-9f05-a488a44d2fe7 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-21 21:34:44.426 1 INFO neutron.plugins.ml2.managers [None req-d002eab7-e97b-495d-9f05-a488a44d2fe7 - - - - - -] Initializing extension driver 'qos' 2026-07-21 21:34:44.427 1 INFO neutron.plugins.ml2.managers [None req-d002eab7-e97b-495d-9f05-a488a44d2fe7 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-21 21:34:44.427 1 INFO neutron.plugins.ml2.managers [None req-d002eab7-e97b-495d-9f05-a488a44d2fe7 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-21 21:34:44.440 1 INFO neutron.quota [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded quota_driver: . 2026-07-21 21:34:44.441 1 INFO neutron.plugins.ml2.plugin [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Modular L2 Plugin initialization complete 2026-07-21 21:34:44.441 1 INFO neutron.plugins.ml2.managers [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-21 21:34:44.441 1 INFO neutron.plugins.ml2.managers [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-21 21:34:44.442 1 INFO neutron.plugins.ml2.managers [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Got port-security extension from driver 'port_security' 2026-07-21 21:34:44.442 1 INFO neutron.extensions.vlantransparent [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Disabled vlantransparent extension. 2026-07-21 21:34:44.442 1 INFO neutron.manager [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loading Plugin: qos 2026-07-21 21:34:44.451 1 INFO neutron.manager [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loading Plugin: router 2026-07-21 21:34:44.482 1 INFO neutron.services.service_base [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-21 21:34:44.483 1 INFO neutron.manager [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loading Plugin: segments 2026-07-21 21:34:44.550 1 INFO neutron.manager [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loading Plugin: trunk 2026-07-21 21:34:44.615 1 INFO neutron.manager [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loading Plugin: vpnaas 2026-07-21 21:34:44.653 1 WARNING stevedore.named [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-21 21:34:44.719 1 INFO neutron_vpnaas.services.vpn.plugin [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-21 21:34:44.720 1 INFO neutron.common.utils [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-21 21:34:44.720 1 INFO neutron.manager [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loading Plugin: auto_allocate 2026-07-21 21:34:44.725 1 INFO neutron.manager [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loading Plugin: tag 2026-07-21 21:34:44.731 1 INFO neutron.manager [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loading Plugin: timestamp 2026-07-21 21:34:44.733 1 INFO neutron.manager [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loading Plugin: network_ip_availability 2026-07-21 21:34:44.739 1 INFO neutron.manager [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loading Plugin: flavors 2026-07-21 21:34:44.742 1 INFO neutron.manager [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loading Plugin: revisions 2026-07-21 21:34:44.745 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Initializing extension manager. 2026-07-21 21:34:44.746 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: address-group 2026-07-21 21:34:44.747 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: address-scope 2026-07-21 21:34:44.747 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-21 21:34:44.748 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: agent 2026-07-21 21:34:44.749 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: agent-resources-synced 2026-07-21 21:34:44.750 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: allowed-address-pairs 2026-07-21 21:34:44.751 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: auto-allocated-topology 2026-07-21 21:34:44.751 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: availability_zone 2026-07-21 21:34:44.752 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: availability_zone_filter 2026-07-21 21:34:44.753 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-21 21:34:44.753 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: default-subnetpools 2026-07-21 21:34:44.754 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-21 21:34:44.755 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: dns-integration 2026-07-21 21:34:44.756 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: dns-domain-ports 2026-07-21 21:34:44.756 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-21 21:34:44.757 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: dvr 2026-07-21 21:34:44.758 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-21 21:34:44.758 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: empty-string-filtering 2026-07-21 21:34:44.759 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-21 21:34:44.759 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-21 21:34:44.760 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: external-net 2026-07-21 21:34:44.760 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-21 21:34:44.761 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: extraroute 2026-07-21 21:34:44.762 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: extraroute-atomic 2026-07-21 21:34:44.762 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-21 21:34:44.763 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-21 21:34:44.764 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-21 21:34:44.764 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-21 21:34:44.765 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: fip-port-details 2026-07-21 21:34:44.766 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: flavors 2026-07-21 21:34:44.767 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-21 21:34:44.768 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: floatingip-pools 2026-07-21 21:34:44.768 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: ip_allocation 2026-07-21 21:34:44.769 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: ip-substring-filtering 2026-07-21 21:34:44.769 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: l2_adjacency 2026-07-21 21:34:44.770 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: router 2026-07-21 21:34:44.773 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-21 21:34:44.774 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-21 21:34:44.774 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-21 21:34:44.775 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: ext-gw-mode 2026-07-21 21:34:44.776 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: l3-ha 2026-07-21 21:34:44.777 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-21 21:34:44.778 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-21 21:34:44.778 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: l3-flavors 2026-07-21 21:34:44.779 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-21 21:34:44.780 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-21 21:34:44.782 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-21 21:34:44.783 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-21 21:34:44.785 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-21 21:34:44.788 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-21 21:34:44.789 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-21 21:34:44.790 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: multi-provider 2026-07-21 21:34:44.791 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: net-mtu 2026-07-21 21:34:44.792 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: net-mtu-writable 2026-07-21 21:34:44.793 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: network_availability_zone 2026-07-21 21:34:44.794 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: network_ha 2026-07-21 21:34:44.794 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: network-ip-availability 2026-07-21 21:34:44.795 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-21 21:34:44.795 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: pagination 2026-07-21 21:34:44.796 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: port-device-profile 2026-07-21 21:34:44.797 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-21 21:34:44.797 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-21 21:34:44.797 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-21 21:34:44.798 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: port-mac-override 2026-07-21 21:34:44.798 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-21 21:34:44.799 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-21 21:34:44.799 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: port-resource-request 2026-07-21 21:34:44.800 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: port-resource-request-groups 2026-07-21 21:34:44.801 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: binding 2026-07-21 21:34:44.801 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: binding-extended 2026-07-21 21:34:44.802 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: port-security 2026-07-21 21:34:44.803 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: project-id 2026-07-21 21:34:44.803 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: provider 2026-07-21 21:34:44.805 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: qos 2026-07-21 21:34:44.806 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-21 21:34:44.807 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-21 21:34:44.807 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: qos-default 2026-07-21 21:34:44.808 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: qos-fip 2026-07-21 21:34:44.808 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-21 21:34:44.809 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: qos-gateway-ip 2026-07-21 21:34:44.810 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: qos-port-network-policy 2026-07-21 21:34:44.810 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: qos-pps-minimum 2026-07-21 21:34:44.811 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-21 21:34:44.812 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: qos-pps 2026-07-21 21:34:44.812 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: qos-rule-type-details 2026-07-21 21:34:44.813 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-21 21:34:44.813 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: qos-rules-alias 2026-07-21 21:34:44.814 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: quota-check-limit 2026-07-21 21:34:44.816 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: quotas 2026-07-21 21:34:44.818 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: quota_details 2026-07-21 21:34:44.819 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: rbac-policies 2026-07-21 21:34:44.820 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: rbac-address-group 2026-07-21 21:34:44.820 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: rbac-address-scope 2026-07-21 21:34:44.821 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: rbac-security-groups 2026-07-21 21:34:44.821 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: rbac-subnetpool 2026-07-21 21:34:44.822 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: revision-if-match 2026-07-21 21:34:44.823 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: standard-attr-revisions 2026-07-21 21:34:44.823 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: router_availability_zone 2026-07-21 21:34:44.824 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-21 21:34:44.825 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: security-groups-default-rules 2026-07-21 21:34:44.826 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-21 21:34:44.826 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-21 21:34:44.827 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-21 21:34:44.828 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-21 21:34:44.828 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-21 21:34:44.835 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: security-group 2026-07-21 21:34:44.836 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: segment 2026-07-21 21:34:44.836 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-21 21:34:44.837 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: service-type 2026-07-21 21:34:44.838 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: sorting 2026-07-21 21:34:44.838 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: standard-attr-segment 2026-07-21 21:34:44.839 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: standard-attr-description 2026-07-21 21:34:44.839 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: stateful-security-group 2026-07-21 21:34:44.840 1 WARNING neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-07-21 21:34:44.840 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-21 21:34:44.841 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: subnet_onboard 2026-07-21 21:34:44.842 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-21 21:34:44.842 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: subnet-service-types 2026-07-21 21:34:44.843 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: subnet_allocation 2026-07-21 21:34:44.844 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-21 21:34:44.844 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-21 21:34:44.847 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: standard-attr-tag 2026-07-21 21:34:44.847 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-21 21:34:44.848 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: trunk 2026-07-21 21:34:44.849 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: trunk-details 2026-07-21 21:34:44.849 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-21 21:34:44.850 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-21 21:34:44.851 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-21 21:34:44.852 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-21 21:34:44.853 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: vpn-flavors 2026-07-21 21:34:44.854 1 INFO neutron.api.extensions [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Loaded extension: vpnaas 2026-07-21 21:34:44.857 1 INFO oslo_service.service [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Starting 2 workers 2026-07-21 21:34:44.864 1 INFO oslo_service.service [None req-48ac5973-5e0a-4e85-a291-fe433882d55c - - - - - -] Starting 1 workers 2026-07-21 21:35:14.208 9 INFO neutron.db.l3_hamode_db [None req-70c47bc0-b9f5-487e-b4f5-76699402460d - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 21:35:29.570 9 INFO neutron.plugins.ml2.plugin [None req-72839c94-9e0c-4923-8c53-7081febd36fb - - - - - -] Attempt 1 to provision port 17f768e6-d3ec-4003-9c52-10e0bf01447a 2026-07-21 21:35:30.043 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 17f768e6-d3ec-4003-9c52-10e0bf01447a 2026-07-21 21:35:31.785 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 17f768e6-d3ec-4003-9c52-10e0bf01447a 2026-07-21 21:39:54.075 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 9d5a8f09-a9cd-4b41-85f4-494cdadcd91c 2026-07-21 21:39:55.043 9 INFO neutron.plugins.ml2.plugin [None req-dff1f5e6-28e9-4db3-b8a9-0d5d5714a2fc - - - - - -] Attempt 1 to provision port 9d5a8f09-a9cd-4b41-85f4-494cdadcd91c 2026-07-21 21:39:56.019 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 9d5a8f09-a9cd-4b41-85f4-494cdadcd91c 2026-07-21 21:40:02.982 10 INFO neutron.plugins.ml2.plugin [None req-a4d86398-93cc-419b-b5c4-0db49b43507e - - - - - -] Attempt 1 to provision port 2d533db9-9783-4067-9c9e-cc85c084cde8 2026-07-21 21:43:40.274 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 2d533db9-9783-4067-9c9e-cc85c084cde8 2026-07-21 21:43:42.149 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 2d533db9-9783-4067-9c9e-cc85c084cde8 2026-07-21 21:52:22.531 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 94046300-d8af-4d9c-9ec8-f3ffaf2a39f3 2026-07-21 21:52:24.520 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 94046300-d8af-4d9c-9ec8-f3ffaf2a39f3 2026-07-21 22:09:42.990 10 INFO neutron.plugins.ml2.plugin [None req-7e832391-2c9e-4303-90d4-a375cbe09707 - - - - - -] Attempt 1 to provision port 2bd10514-9caa-4624-860f-9c9b9b18eeed 2026-07-21 22:09:43.500 10 INFO neutron.plugins.ml2.plugin [None req-be9cf0d0-30a0-4ff7-b45e-37a7f1f71fa9 - - - - - -] Attempt 1 to provision port 51407f9a-eaf9-4a02-9d93-354eb841f7b6 2026-07-21 22:09:43.606 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 7ab03941-6a50-4c3a-b0fc-0546d7757cc2 2026-07-21 22:09:44.157 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 270c257f-fee9-4903-903f-cf39ab796687 2026-07-21 22:09:44.356 9 INFO neutron.plugins.ml2.plugin [None req-9c59addc-698b-4b54-ad3e-8bb5314820df - - - - - -] Attempt 1 to provision port 270c257f-fee9-4903-903f-cf39ab796687 2026-07-21 22:09:44.631 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port ffe8fbb3-6409-4886-82a1-5ac9b9317088 2026-07-21 22:09:44.694 10 INFO neutron.plugins.ml2.plugin [None req-6b63a262-8f72-4339-8fa7-9662c30c3493 - - - - - -] Attempt 1 to provision port 7ab03941-6a50-4c3a-b0fc-0546d7757cc2 2026-07-21 22:09:44.934 10 INFO neutron.plugins.ml2.plugin [None req-6b63a262-8f72-4339-8fa7-9662c30c3493 - - - - - -] Attempt 1 to provision port ffe8fbb3-6409-4886-82a1-5ac9b9317088 2026-07-21 22:09:45.538 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 7ab03941-6a50-4c3a-b0fc-0546d7757cc2 2026-07-21 22:09:46.012 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 270c257f-fee9-4903-903f-cf39ab796687 2026-07-21 22:09:46.531 9 INFO neutron.plugins.ml2.plugin [None req-3b9ce432-4db1-4ee9-a81e-8be25a69d2a3 - - - - - -] Attempt 1 to provision port 25db4492-a491-43f6-84c2-f2f6f52e0f4c 2026-07-21 22:09:46.673 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port ffe8fbb3-6409-4886-82a1-5ac9b9317088 2026-07-21 22:09:46.716 10 INFO neutron.plugins.ml2.plugin [None req-3512755a-f79c-459a-97d5-c8127a0b0d5f - - - - - -] Attempt 1 to provision port 1cf07a9d-6c1d-45c3-9838-33b26155e1b6 2026-07-21 22:09:47.174 10 INFO neutron.plugins.ml2.plugin [None req-44189d15-edbb-4508-bcc5-d589658025d3 - - - - - -] Attempt 1 to provision port 25db4492-a491-43f6-84c2-f2f6f52e0f4c 2026-07-21 22:09:48.366 10 INFO neutron.plugins.ml2.plugin [None req-cf37e1c1-ecbf-4694-ae63-055b6922bf8a - - - - - -] Attempt 1 to provision port e9d84387-860c-4d53-8e3c-d466b2da6796 2026-07-21 22:09:49.061 10 INFO neutron.plugins.ml2.plugin [None req-b435e0c9-a1dd-4fc7-a28c-e1b5470199ff - - - - - -] Attempt 1 to provision port e9d84387-860c-4d53-8e3c-d466b2da6796 2026-07-21 22:09:50.122 10 INFO neutron.plugins.ml2.plugin [None req-bc0c99cb-d0a0-4ac0-8f17-60ead2d14086 - - - - - -] Attempt 1 to provision port 8a982476-6d80-49bb-b3f3-57cf8774f8ed 2026-07-21 22:09:50.770 10 INFO neutron.plugins.ml2.plugin [None req-31e51178-ebf4-42fa-80c4-9a51bc809787 - - - - - -] Attempt 1 to provision port 8a982476-6d80-49bb-b3f3-57cf8774f8ed 2026-07-21 22:09:52.836 10 INFO neutron.plugins.ml2.plugin [None req-844e88d6-ae68-4d9e-a33f-87f69bc481e3 - - - - - -] Attempt 1 to provision port d096eacf-3712-430b-a609-bd9ff09cd3c2 2026-07-21 22:09:53.507 9 INFO neutron.plugins.ml2.plugin [None req-c2cd7c67-a149-4321-a203-a7dd1bb7a0ad - - - - - -] Attempt 1 to provision port 72bcabe1-50ec-4c9b-ad8a-11fd61642cd4 2026-07-21 22:09:53.526 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 72bcabe1-50ec-4c9b-ad8a-11fd61642cd4 2026-07-21 22:09:55.688 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 8c0c8b4e-a9d3-4c18-a2e9-d2f1524c3b25 2026-07-21 22:09:55.980 10 INFO neutron.plugins.ml2.plugin [None req-99d31999-2b6a-4d42-9890-f840c3b95b74 - - - - - -] Attempt 1 to provision port ed412094-bd49-4aa7-b91a-b038af07a5dd 2026-07-21 22:09:56.559 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port b15a4bc7-0e69-42d1-9a36-f4e0f4448c89 2026-07-21 22:09:56.681 10 INFO neutron.plugins.ml2.plugin [None req-f671fb0e-3007-4d65-9a96-b2b762741e73 - - - - - -] Attempt 1 to provision port ed412094-bd49-4aa7-b91a-b038af07a5dd 2026-07-21 22:09:57.235 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 72bcabe1-50ec-4c9b-ad8a-11fd61642cd4 2026-07-21 22:09:57.805 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 8c0c8b4e-a9d3-4c18-a2e9-d2f1524c3b25 2026-07-21 22:09:58.232 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 8d70dd85-64dc-4125-9e39-e676dc55abbf 2026-07-21 22:09:58.835 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port b15a4bc7-0e69-42d1-9a36-f4e0f4448c89 2026-07-21 22:09:59.739 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 8d70dd85-64dc-4125-9e39-e676dc55abbf /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: 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:664: 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:664: 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:664: 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 22:10:01.694 9 INFO neutron.plugins.ml2.plugin [None req-0f99742e-3592-4d61-bc9c-a58bc64f85b8 - - - - - -] Attempt 1 to provision port 42a8d5cb-cf39-4799-9268-a040ea563968 2026-07-21 22:10:03.196 10 INFO neutron.plugins.ml2.plugin [None req-cc4974eb-e84f-4f1c-b491-91a84f72f51c - - - - - -] Attempt 1 to provision port d7836aeb-5195-44d0-986c-864487b75be9 2026-07-21 22:10:03.705 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 544bf75c-2d86-4470-a9c9-a31277a62742 2026-07-21 22:10:03.865 9 INFO neutron.plugins.ml2.plugin [None req-ca262606-ba63-4829-adaf-4e3261da55e6 - - - - - -] Attempt 1 to provision port 544bf75c-2d86-4470-a9c9-a31277a62742 2026-07-21 22:10:04.777 9 INFO neutron.plugins.ml2.plugin [None req-288e4904-a3a1-478a-b9de-b644000fb3a8 - - - - - -] Attempt 1 to provision port 09eca121-0771-4ddf-b399-1a857b07db03 2026-07-21 22:10:05.680 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 544bf75c-2d86-4470-a9c9-a31277a62742 2026-07-21 22:10:06.329 10 INFO neutron.plugins.ml2.plugin [None req-18b5a1eb-bb86-4357-bc73-dfa5e0fca317 - - - - - -] Attempt 1 to provision port 02a9134e-1dcb-4f32-8f82-dca94afe48db 2026-07-21 22:10:07.196 9 INFO neutron.plugins.ml2.plugin [None req-ddb52a52-def1-44f8-bbd0-955af0746f2b - - - - - -] Attempt 1 to provision port 02a9134e-1dcb-4f32-8f82-dca94afe48db 2026-07-21 22:10:07.752 10 INFO neutron.plugins.ml2.plugin [None req-9e2acd5a-c891-4e84-a9f0-1373e909b19f - - - - - -] Attempt 1 to provision port ed27774e-5969-4274-bc53-14a729267e07 2026-07-21 22:10:07.868 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port c03bf134-0198-4de2-8017-7213c76dbbec 2026-07-21 22:10:08.646 9 INFO neutron.plugins.ml2.plugin [None req-ba5da2ca-5769-4350-a50c-5c102abf7296 - - - - - -] Attempt 1 to provision port c03bf134-0198-4de2-8017-7213c76dbbec 2026-07-21 22:10:08.756 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 42a8d5cb-cf39-4799-9268-a040ea563968 2026-07-21 22:10:09.381 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ac8b1ed-8cdb-43e9-a2fb-8c0db407c7a5'] response: {'server_uuid': 'a971f9e8-e240-42b1-9638-e0854ee617d8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '42a8d5cb-cf39-4799-9268-a040ea563968', 'code': 200} 2026-07-21 22:10:09.694 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 5a5fd24d-2f9a-4a5a-a6fe-6f4e4166d97f 2026-07-21 22:10:11.019 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port c03bf134-0198-4de2-8017-7213c76dbbec 2026-07-21 22:10:11.122 9 INFO neutron.plugins.ml2.plugin [None req-13c98fb7-8e15-43db-82d4-f60db36738b7 - - - - - -] Attempt 1 to provision port b9a3231b-316c-4902-8386-e335891ac4cc 2026-07-21 22:10:11.440 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 42a8d5cb-cf39-4799-9268-a040ea563968 2026-07-21 22:10:11.819 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 5a5fd24d-2f9a-4a5a-a6fe-6f4e4166d97f 2026-07-21 22:10:12.036 9 INFO neutron.plugins.ml2.plugin [None req-69bbce4f-5691-4aad-9dfd-e1a8949a7b41 - - - - - -] Attempt 1 to provision port b9a3231b-316c-4902-8386-e335891ac4cc 2026-07-21 22:10:12.081 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 09eca121-0771-4ddf-b399-1a857b07db03 2026-07-21 22:10:12.707 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ff03037-6639-4360-93bf-b7642c75705e'] response: {'server_uuid': '2fc54f39-e414-4388-b01a-a9cd63e26a97', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '09eca121-0771-4ddf-b399-1a857b07db03', 'code': 200} 2026-07-21 22:10:13.294 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port a6a45cad-b566-45db-b130-ed10771005ca 2026-07-21 22:10:13.507 9 INFO neutron.plugins.ml2.plugin [None req-8f240977-6051-43ed-af1e-eaac8e4ca442 - - - - - -] Attempt 1 to provision port e6913152-08a0-497c-abb9-8938247de3e5 2026-07-21 22:10:14.271 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 09eca121-0771-4ddf-b399-1a857b07db03 2026-07-21 22:10:15.306 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port a6a45cad-b566-45db-b130-ed10771005ca 2026-07-21 22:10:17.225 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port e6913152-08a0-497c-abb9-8938247de3e5 2026-07-21 22:10:17.399 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d953b87-2a9a-4add-8eca-03946c37448e'] response: {'server_uuid': 'f4af42a7-1391-4306-a3f6-f50de9d8cb8f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e6913152-08a0-497c-abb9-8938247de3e5', 'code': 200} 2026-07-21 22:10:19.290 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port e6913152-08a0-497c-abb9-8938247de3e5 2026-07-21 22:10:23.765 9 INFO neutron.plugins.ml2.plugin [None req-650a728d-a809-4e00-b248-67e8f93552da - - - - - -] Attempt 1 to provision port 35032196-1a09-4241-ae3d-a75b8e2f73ec 2026-07-21 22:10:27.523 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 1cf07a9d-6c1d-45c3-9838-33b26155e1b6 2026-07-21 22:10:27.913 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 35032196-1a09-4241-ae3d-a75b8e2f73ec 2026-07-21 22:10:28.112 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-28a4575b-f649-49b7-bdf8-f49550f8acce'] response: {'server_uuid': '20e9a4e8-bf03-4047-a2d0-14394969674c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '35032196-1a09-4241-ae3d-a75b8e2f73ec', 'code': 200} 2026-07-21 22:10:28.604 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 8a982476-6d80-49bb-b3f3-57cf8774f8ed 2026-07-21 22:10:29.235 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port d096eacf-3712-430b-a609-bd9ff09cd3c2 2026-07-21 22:10:29.705 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 1cf07a9d-6c1d-45c3-9838-33b26155e1b6 2026-07-21 22:10:29.928 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 35032196-1a09-4241-ae3d-a75b8e2f73ec 2026-07-21 22:10:30.233 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 8a982476-6d80-49bb-b3f3-57cf8774f8ed 2026-07-21 22:10:31.236 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port d096eacf-3712-430b-a609-bd9ff09cd3c2 2026-07-21 22:10:31.589 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port ed412094-bd49-4aa7-b91a-b038af07a5dd 2026-07-21 22:10:33.365 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port b9a3231b-316c-4902-8386-e335891ac4cc 2026-07-21 22:10:33.499 10 INFO neutron.plugins.ml2.plugin [None req-80ad7c19-d341-4bdc-a34f-2491171ca046 - - - - - -] Attempt 1 to provision port e9b88526-581b-4ed5-9bc7-1ed536df3823 2026-07-21 22:10:34.198 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port ed412094-bd49-4aa7-b91a-b038af07a5dd 2026-07-21 22:10:34.279 9 INFO neutron.plugins.ml2.plugin [None req-150e6ae8-ff55-4690-8e3a-a986d476c22a - - - - - -] Attempt 1 to provision port 09eca121-0771-4ddf-b399-1a857b07db03 2026-07-21 22:10:34.541 10 INFO neutron.plugins.ml2.plugin [None req-df80027b-6beb-4a74-81f0-677c0beb9af7 - - - - - -] Attempt 1 to provision port 10ff8f5a-f24e-4430-8f46-2f594a645df1 2026-07-21 22:10:34.650 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 10ff8f5a-f24e-4430-8f46-2f594a645df1 2026-07-21 22:10:34.915 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port ed27774e-5969-4274-bc53-14a729267e07 2026-07-21 22:10:35.734 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port b9a3231b-316c-4902-8386-e335891ac4cc 2026-07-21 22:10:35.873 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] No ports have port_id starting with b9a3231b-316c-4902-8386-e335891ac4cc 2026-07-21 22:10:35.941 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port ed27774e-5969-4274-bc53-14a729267e07 2026-07-21 22:10:36.316 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 10ff8f5a-f24e-4430-8f46-2f594a645df1 2026-07-21 22:10:36.491 9 INFO neutron.plugins.ml2.plugin [None req-b84a3510-1f64-4e59-8d51-e3b98324ec8c - - - - - -] Attempt 1 to provision port 877dc18b-a573-4531-98ef-7adc1b5eb194 2026-07-21 22:10:36.655 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 09eca121-0771-4ddf-b399-1a857b07db03 2026-07-21 22:10:37.151 9 INFO neutron.plugins.ml2.plugin [None req-7ab494a2-6787-477d-a94e-8fdd5b138b16 - - - - - -] Attempt 1 to provision port 877dc18b-a573-4531-98ef-7adc1b5eb194 2026-07-21 22:10:38.283 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 9ca479a7-da66-458b-8916-e0227e4abc29 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: 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:664: 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:664: 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:664: 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 22:10:39.245 10 INFO neutron.plugins.ml2.plugin [None req-b3ca61b0-fbe1-4904-89d5-0fe417ac1bae - - - - - -] Attempt 1 to provision port 09eca121-0771-4ddf-b399-1a857b07db03 2026-07-21 22:10:39.671 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-5bfd6d10-733a-4f61-85a2-cfd315493532'] response: {'server_uuid': 'a971f9e8-e240-42b1-9638-e0854ee617d8', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '42a8d5cb-cf39-4799-9268-a040ea563968', 'code': 200} 2026-07-21 22:10:40.497 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 42a8d5cb-cf39-4799-9268-a040ea563968 2026-07-21 22:10:40.967 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 9ca479a7-da66-458b-8916-e0227e4abc29 2026-07-21 22:10:41.358 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 09eca121-0771-4ddf-b399-1a857b07db03 2026-07-21 22:10:41.500 9 INFO neutron.plugins.ml2.plugin [None req-44580c17-aef5-4a9e-b710-3b9c136bd585 - - - - - -] Attempt 1 to provision port ce74c40c-22ca-4a3a-bfeb-9e5b8d96e619 2026-07-21 22:10:41.786 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-38b6bc53-3ed1-4686-802d-37a91e44d338'] response: {'server_uuid': 'a971f9e8-e240-42b1-9638-e0854ee617d8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '42a8d5cb-cf39-4799-9268-a040ea563968', 'code': 200} 2026-07-21 22:10:42.040 9 INFO neutron.plugins.ml2.plugin [None req-44580c17-aef5-4a9e-b710-3b9c136bd585 - - - - - -] Attempt 2 to provision port ce74c40c-22ca-4a3a-bfeb-9e5b8d96e619 2026-07-21 22:10:42.401 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 42a8d5cb-cf39-4799-9268-a040ea563968 2026-07-21 22:10:44.041 10 INFO neutron.plugins.ml2.plugin [None req-70304cae-53e5-4ea6-a36d-85988c84d973 - - - - - -] Attempt 1 to provision port ae0d93e4-462b-411f-aae5-38e7f419cb68 2026-07-21 22:10:44.755 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port ce74c40c-22ca-4a3a-bfeb-9e5b8d96e619 2026-07-21 22:10:44.905 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f412b53-67ae-47a5-b8b7-c48c167ef2e4'] response: {'server_uuid': '52abd8c4-d5c6-4cd8-8542-10f1cfc69597', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ce74c40c-22ca-4a3a-bfeb-9e5b8d96e619', 'code': 200} 2026-07-21 22:10:45.366 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 1b559c20-1b4d-4e0d-bbdd-23781ef3d6c6 2026-07-21 22:10:45.709 9 INFO neutron.plugins.ml2.plugin [None req-12183c34-5a8c-4203-8c62-1ffaf1c5e0b3 - - - - - -] Attempt 1 to provision port 1b559c20-1b4d-4e0d-bbdd-23781ef3d6c6 2026-07-21 22:10:46.598 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port ce74c40c-22ca-4a3a-bfeb-9e5b8d96e619 2026-07-21 22:10:47.225 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 1b559c20-1b4d-4e0d-bbdd-23781ef3d6c6 2026-07-21 22:10:47.538 9 INFO neutron.plugins.ml2.plugin [None req-4b9a2312-c464-450a-945a-d60c8ee3792d - - - - - -] Attempt 1 to provision port c42fa413-636b-431e-8a88-bc9642d6d43f 2026-07-21 22:10:48.204 9 INFO neutron.plugins.ml2.plugin [None req-bb663483-f8aa-46b8-b106-ec09da88475c - - - - - -] Attempt 1 to provision port c42fa413-636b-431e-8a88-bc9642d6d43f /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: 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:664: 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:664: 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:664: 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 22:10:48.415 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 4ece44a9-cb6b-4052-9fe0-1cbc20c0eb25 2026-07-21 22:10:50.440 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 4ece44a9-cb6b-4052-9fe0-1cbc20c0eb25 2026-07-21 22:10:53.612 10 INFO neutron.plugins.ml2.plugin [None req-57c71749-b6ea-4f24-bd26-dac4776451cd - - - - - -] Attempt 1 to provision port b6f4abc3-aa3f-4a4e-b764-264222474c7a 2026-07-21 22:10:56.574 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port b6f4abc3-aa3f-4a4e-b764-264222474c7a 2026-07-21 22:10:56.760 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c11cb45-8836-4770-a919-1b300ac99004'] response: {'server_uuid': '84237a09-6296-4722-92ff-03a48e5ec699', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b6f4abc3-aa3f-4a4e-b764-264222474c7a', 'code': 200} 2026-07-21 22:10:58.437 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port b6f4abc3-aa3f-4a4e-b764-264222474c7a /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: 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:664: 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:664: 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:664: 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 22:11:09.862 9 INFO neutron.plugins.ml2.plugin [None req-da53e0a5-2e6d-49af-816a-56389768b441 - - - - - -] Attempt 1 to provision port 01fb89ba-a39c-463b-aea0-0931e3224091 2026-07-21 22:11:13.116 10 ERROR neutron.plugins.ml2.managers [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2ce512e8-7d39-4639-ae6d-ec038c0b934f could not be found. 2026-07-21 22:11:13.116 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:11:13.116 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:11:13.116 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:11:13.116 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 22:11:13.116 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:11:13.116 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 22:11:13.116 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:11:13.116 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 22:11:13.116 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:11:13.116 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 22:11:13.116 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:11:13.116 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 22:11:13.116 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:13.116 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 22:11:13.116 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.116 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 22:11:13.116 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.116 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 22:11:13.116 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:13.116 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 22:11:13.116 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:11:13.116 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 22:11:13.116 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.116 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 22:11:13.116 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.116 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 22:11:13.116 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:13.116 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 22:11:13.116 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:13.116 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 22:11:13.116 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.116 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 22:11:13.116 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.116 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 22:11:13.116 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:11:13.116 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:11:13.116 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:11:13.116 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 22:11:13.116 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:11:13.116 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2ce512e8-7d39-4639-ae6d-ec038c0b934f could not be found. 2026-07-21 22:11:13.116 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:11:13.120 10 ERROR neutron.plugins.ml2.managers [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Failed to bind port cbf68455-f551-4c77-b7de-80889fd6650e on host instance for vnic_type normal using segments [{'id': 'af307ef4-bb8b-401d-a8f1-4b4e00a1af03', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 166, 'network_id': 'aa82b0af-a9d9-4fca-95ba-20f235a03f72'}] 2026-07-21 22:11:13.120 10 INFO neutron.plugins.ml2.plugin [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Attempt 2 to bind port cbf68455-f551-4c77-b7de-80889fd6650e 2026-07-21 22:11:13.153 10 ERROR neutron.plugins.ml2.managers [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2ce512e8-7d39-4639-ae6d-ec038c0b934f could not be found. 2026-07-21 22:11:13.153 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:11:13.153 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:11:13.153 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:11:13.153 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 22:11:13.153 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:11:13.153 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 22:11:13.153 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:11:13.153 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 22:11:13.153 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:11:13.153 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 22:11:13.153 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:11:13.153 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 22:11:13.153 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:13.153 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 22:11:13.153 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.153 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 22:11:13.153 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.153 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 22:11:13.153 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:13.153 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 22:11:13.153 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:11:13.153 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 22:11:13.153 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.153 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 22:11:13.153 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.153 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 22:11:13.153 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:13.153 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 22:11:13.153 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:13.153 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 22:11:13.153 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.153 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 22:11:13.153 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.153 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 22:11:13.153 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:11:13.153 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:11:13.153 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:11:13.153 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 22:11:13.153 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:11:13.153 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2ce512e8-7d39-4639-ae6d-ec038c0b934f could not be found. 2026-07-21 22:11:13.153 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:11:13.155 10 ERROR neutron.plugins.ml2.managers [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Failed to bind port cbf68455-f551-4c77-b7de-80889fd6650e on host instance for vnic_type normal using segments [{'id': 'af307ef4-bb8b-401d-a8f1-4b4e00a1af03', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 166, 'network_id': 'aa82b0af-a9d9-4fca-95ba-20f235a03f72'}] 2026-07-21 22:11:13.155 10 INFO neutron.plugins.ml2.plugin [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Attempt 3 to bind port cbf68455-f551-4c77-b7de-80889fd6650e 2026-07-21 22:11:13.189 10 ERROR neutron.plugins.ml2.managers [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2ce512e8-7d39-4639-ae6d-ec038c0b934f could not be found. 2026-07-21 22:11:13.189 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:11:13.189 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:11:13.189 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:11:13.189 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 22:11:13.189 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:11:13.189 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 22:11:13.189 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:11:13.189 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 22:11:13.189 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:11:13.189 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 22:11:13.189 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:11:13.189 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 22:11:13.189 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:13.189 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 22:11:13.189 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.189 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 22:11:13.189 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.189 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 22:11:13.189 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:13.189 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 22:11:13.189 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:11:13.189 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 22:11:13.189 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.189 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 22:11:13.189 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.189 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 22:11:13.189 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:13.189 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 22:11:13.189 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:13.189 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 22:11:13.189 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.189 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 22:11:13.189 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.189 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 22:11:13.189 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:11:13.189 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:11:13.189 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:11:13.189 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 22:11:13.189 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:11:13.189 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2ce512e8-7d39-4639-ae6d-ec038c0b934f could not be found. 2026-07-21 22:11:13.189 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:11:13.190 10 ERROR neutron.plugins.ml2.managers [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Failed to bind port cbf68455-f551-4c77-b7de-80889fd6650e on host instance for vnic_type normal using segments [{'id': 'af307ef4-bb8b-401d-a8f1-4b4e00a1af03', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 166, 'network_id': 'aa82b0af-a9d9-4fca-95ba-20f235a03f72'}] 2026-07-21 22:11:13.190 10 INFO neutron.plugins.ml2.plugin [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Attempt 4 to bind port cbf68455-f551-4c77-b7de-80889fd6650e 2026-07-21 22:11:13.238 10 ERROR neutron.plugins.ml2.managers [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2ce512e8-7d39-4639-ae6d-ec038c0b934f could not be found. 2026-07-21 22:11:13.238 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:11:13.238 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:11:13.238 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:11:13.238 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 22:11:13.238 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:11:13.238 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 22:11:13.238 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:11:13.238 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 22:11:13.238 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:11:13.238 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 22:11:13.238 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:11:13.238 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 22:11:13.238 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:13.238 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 22:11:13.238 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.238 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 22:11:13.238 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.238 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 22:11:13.238 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:13.238 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 22:11:13.238 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:11:13.238 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 22:11:13.238 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.238 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 22:11:13.238 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.238 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 22:11:13.238 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:13.238 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 22:11:13.238 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:13.238 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 22:11:13.238 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.238 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 22:11:13.238 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.238 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 22:11:13.238 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:11:13.238 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:11:13.238 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:11:13.238 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 22:11:13.238 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:11:13.238 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2ce512e8-7d39-4639-ae6d-ec038c0b934f could not be found. 2026-07-21 22:11:13.238 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:11:13.239 10 ERROR neutron.plugins.ml2.managers [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Failed to bind port cbf68455-f551-4c77-b7de-80889fd6650e on host instance for vnic_type normal using segments [{'id': 'af307ef4-bb8b-401d-a8f1-4b4e00a1af03', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 166, 'network_id': 'aa82b0af-a9d9-4fca-95ba-20f235a03f72'}] 2026-07-21 22:11:13.239 10 INFO neutron.plugins.ml2.plugin [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Attempt 5 to bind port cbf68455-f551-4c77-b7de-80889fd6650e 2026-07-21 22:11:13.272 10 ERROR neutron.plugins.ml2.managers [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2ce512e8-7d39-4639-ae6d-ec038c0b934f could not be found. 2026-07-21 22:11:13.272 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:11:13.272 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:11:13.272 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:11:13.272 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 22:11:13.272 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:11:13.272 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 22:11:13.272 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:11:13.272 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 22:11:13.272 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:11:13.272 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 22:11:13.272 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:11:13.272 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 22:11:13.272 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:13.272 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 22:11:13.272 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.272 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 22:11:13.272 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.272 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 22:11:13.272 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:13.272 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 22:11:13.272 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:11:13.272 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 22:11:13.272 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.272 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 22:11:13.272 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.272 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 22:11:13.272 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:13.272 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 22:11:13.272 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:13.272 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 22:11:13.272 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.272 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 22:11:13.272 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.272 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 22:11:13.272 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:11:13.272 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:11:13.272 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:11:13.272 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 22:11:13.272 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:11:13.272 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2ce512e8-7d39-4639-ae6d-ec038c0b934f could not be found. 2026-07-21 22:11:13.272 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:11:13.273 10 ERROR neutron.plugins.ml2.managers [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Failed to bind port cbf68455-f551-4c77-b7de-80889fd6650e on host instance for vnic_type normal using segments [{'id': 'af307ef4-bb8b-401d-a8f1-4b4e00a1af03', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 166, 'network_id': 'aa82b0af-a9d9-4fca-95ba-20f235a03f72'}] 2026-07-21 22:11:13.273 10 INFO neutron.plugins.ml2.plugin [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Attempt 6 to bind port cbf68455-f551-4c77-b7de-80889fd6650e 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2ce512e8-7d39-4639-ae6d-ec038c0b934f could not be found. 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2ce512e8-7d39-4639-ae6d-ec038c0b934f could not be found. 2026-07-21 22:11:13.298 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:11:13.300 10 ERROR neutron.plugins.ml2.managers [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Failed to bind port cbf68455-f551-4c77-b7de-80889fd6650e on host instance for vnic_type normal using segments [{'id': 'af307ef4-bb8b-401d-a8f1-4b4e00a1af03', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 166, 'network_id': 'aa82b0af-a9d9-4fca-95ba-20f235a03f72'}] 2026-07-21 22:11:13.300 10 INFO neutron.plugins.ml2.plugin [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Attempt 7 to bind port cbf68455-f551-4c77-b7de-80889fd6650e 2026-07-21 22:11:13.323 10 ERROR neutron.plugins.ml2.managers [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2ce512e8-7d39-4639-ae6d-ec038c0b934f could not be found. 2026-07-21 22:11:13.323 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:11:13.323 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:11:13.323 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:11:13.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 22:11:13.323 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:11:13.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 22:11:13.323 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:11:13.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 22:11:13.323 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:11:13.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 22:11:13.323 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:11:13.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 22:11:13.323 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:13.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 22:11:13.323 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.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 22:11:13.323 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.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 22:11:13.323 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:13.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 22:11:13.323 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:11:13.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 22:11:13.323 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.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 22:11:13.323 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.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 22:11:13.323 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:13.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 22:11:13.323 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:13.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 22:11:13.323 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.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 22:11:13.323 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.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 22:11:13.323 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:11:13.323 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:11:13.323 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:11:13.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 22:11:13.323 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:11:13.323 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2ce512e8-7d39-4639-ae6d-ec038c0b934f could not be found. 2026-07-21 22:11:13.323 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:11:13.324 10 ERROR neutron.plugins.ml2.managers [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Failed to bind port cbf68455-f551-4c77-b7de-80889fd6650e on host instance for vnic_type normal using segments [{'id': 'af307ef4-bb8b-401d-a8f1-4b4e00a1af03', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 166, 'network_id': 'aa82b0af-a9d9-4fca-95ba-20f235a03f72'}] 2026-07-21 22:11:13.325 10 INFO neutron.plugins.ml2.plugin [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Attempt 8 to bind port cbf68455-f551-4c77-b7de-80889fd6650e 2026-07-21 22:11:13.348 10 ERROR neutron.plugins.ml2.managers [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2ce512e8-7d39-4639-ae6d-ec038c0b934f could not be found. 2026-07-21 22:11:13.348 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:11:13.348 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:11:13.348 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:11:13.348 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 22:11:13.348 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:11:13.348 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 22:11:13.348 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:11:13.348 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 22:11:13.348 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:11:13.348 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 22:11:13.348 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:11:13.348 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 22:11:13.348 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:13.348 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 22:11:13.348 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.348 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 22:11:13.348 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.348 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 22:11:13.348 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:13.348 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 22:11:13.348 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:11:13.348 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 22:11:13.348 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.348 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 22:11:13.348 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.348 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 22:11:13.348 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:13.348 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 22:11:13.348 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:13.348 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 22:11:13.348 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.348 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 22:11:13.348 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.348 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 22:11:13.348 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:11:13.348 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:11:13.348 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:11:13.348 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 22:11:13.348 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:11:13.348 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2ce512e8-7d39-4639-ae6d-ec038c0b934f could not be found. 2026-07-21 22:11:13.348 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:11:13.349 10 ERROR neutron.plugins.ml2.managers [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Failed to bind port cbf68455-f551-4c77-b7de-80889fd6650e on host instance for vnic_type normal using segments [{'id': 'af307ef4-bb8b-401d-a8f1-4b4e00a1af03', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 166, 'network_id': 'aa82b0af-a9d9-4fca-95ba-20f235a03f72'}] 2026-07-21 22:11:13.349 10 INFO neutron.plugins.ml2.plugin [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Attempt 9 to bind port cbf68455-f551-4c77-b7de-80889fd6650e 2026-07-21 22:11:13.374 10 ERROR neutron.plugins.ml2.managers [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2ce512e8-7d39-4639-ae6d-ec038c0b934f could not be found. 2026-07-21 22:11:13.374 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:11:13.374 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:11:13.374 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:11:13.374 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 22:11:13.374 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:11:13.374 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 22:11:13.374 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:11:13.374 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 22:11:13.374 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:11:13.374 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 22:11:13.374 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:11:13.374 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 22:11:13.374 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:13.374 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 22:11:13.374 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.374 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 22:11:13.374 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.374 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 22:11:13.374 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:13.374 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 22:11:13.374 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:11:13.374 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 22:11:13.374 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.374 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 22:11:13.374 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.374 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 22:11:13.374 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:13.374 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 22:11:13.374 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:13.374 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 22:11:13.374 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.374 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 22:11:13.374 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.374 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 22:11:13.374 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:11:13.374 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:11:13.374 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:11:13.374 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 22:11:13.374 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:11:13.374 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2ce512e8-7d39-4639-ae6d-ec038c0b934f could not be found. 2026-07-21 22:11:13.374 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:11:13.376 10 ERROR neutron.plugins.ml2.managers [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Failed to bind port cbf68455-f551-4c77-b7de-80889fd6650e on host instance for vnic_type normal using segments [{'id': 'af307ef4-bb8b-401d-a8f1-4b4e00a1af03', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 166, 'network_id': 'aa82b0af-a9d9-4fca-95ba-20f235a03f72'}] 2026-07-21 22:11:13.376 10 INFO neutron.plugins.ml2.plugin [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Attempt 10 to bind port cbf68455-f551-4c77-b7de-80889fd6650e 2026-07-21 22:11:13.398 10 ERROR neutron.plugins.ml2.managers [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2ce512e8-7d39-4639-ae6d-ec038c0b934f could not be found. 2026-07-21 22:11:13.398 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:11:13.398 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:11:13.398 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:11:13.398 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 22:11:13.398 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:11:13.398 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 22:11:13.398 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:11:13.398 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 22:11:13.398 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:11:13.398 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 22:11:13.398 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:11:13.398 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 22:11:13.398 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:13.398 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 22:11:13.398 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.398 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 22:11:13.398 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.398 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 22:11:13.398 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:13.398 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 22:11:13.398 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:11:13.398 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 22:11:13.398 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.398 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 22:11:13.398 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.398 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 22:11:13.398 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:13.398 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 22:11:13.398 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:13.398 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 22:11:13.398 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:13.398 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 22:11:13.398 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:13.398 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 22:11:13.398 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:11:13.398 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:11:13.398 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:11:13.398 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 22:11:13.398 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:11:13.398 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2ce512e8-7d39-4639-ae6d-ec038c0b934f could not be found. 2026-07-21 22:11:13.398 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:11:13.398 10 ERROR neutron.plugins.ml2.managers [None req-6b676c22-95cd-4b2d-ad8f-164cb55dbc12 - - - - - -] Failed to bind port cbf68455-f551-4c77-b7de-80889fd6650e on host instance for vnic_type normal using segments [{'id': 'af307ef4-bb8b-401d-a8f1-4b4e00a1af03', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 166, 'network_id': 'aa82b0af-a9d9-4fca-95ba-20f235a03f72'}] 2026-07-21 22:11:13.861 9 INFO neutron.plugins.ml2.plugin [None req-3071ad27-3552-4717-9262-3949a17b1540 - - - - - -] Attempt 1 to provision port 87b849b1-72c3-4903-9c4c-5fc95117c342 2026-07-21 22:11:14.438 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 87b849b1-72c3-4903-9c4c-5fc95117c342 2026-07-21 22:11:22.407 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 7c745dfe-8b7b-4576-9d5b-b088e123d88e 2026-07-21 22:11:26.045 9 INFO neutron.plugins.ml2.plugin [None req-5420ee2a-05dc-40ca-a972-be7022140cd2 - - - - - -] Attempt 1 to provision port 7d4c8723-d2be-46b6-8e72-a4f28d60c9c9 2026-07-21 22:11:26.080 9 INFO neutron.plugins.ml2.plugin [None req-5420ee2a-05dc-40ca-a972-be7022140cd2 - - - - - -] Attempt 1 to provision port 52e83247-12f9-4249-aaa4-d7e38bea5434 2026-07-21 22:11:26.441 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 52e83247-12f9-4249-aaa4-d7e38bea5434 2026-07-21 22:11:32.455 10 ERROR neutron.plugins.ml2.managers [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2ce5c70f-b7cf-4daa-8564-c3cadcdbb09a could not be found. 2026-07-21 22:11:32.455 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:11:32.455 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:11:32.455 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:11:32.455 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 22:11:32.455 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:11:32.455 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 22:11:32.455 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:11:32.455 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 22:11:32.455 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:11:32.455 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 22:11:32.455 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:11:32.455 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 22:11:32.455 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:32.455 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 22:11:32.455 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.455 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 22:11:32.455 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.455 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 22:11:32.455 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:32.455 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 22:11:32.455 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:11:32.455 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 22:11:32.455 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.455 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 22:11:32.455 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.455 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 22:11:32.455 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:32.455 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 22:11:32.455 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:32.455 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 22:11:32.455 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.455 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 22:11:32.455 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.455 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 22:11:32.455 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:11:32.455 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:11:32.455 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:11:32.455 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 22:11:32.455 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:11:32.455 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2ce5c70f-b7cf-4daa-8564-c3cadcdbb09a could not be found. 2026-07-21 22:11:32.455 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:11:32.457 10 ERROR neutron.plugins.ml2.managers [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Failed to bind port 3f526007-bf9e-4b3d-b9f4-9fb19fcf22ad on host instance for vnic_type normal using segments [{'id': '1f80dd66-d4e2-4c25-ba69-f0eb4d26e0df', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 31, 'network_id': 'b286cad5-84fe-4713-9508-fce689ad489c'}] 2026-07-21 22:11:32.458 10 INFO neutron.plugins.ml2.plugin [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Attempt 2 to bind port 3f526007-bf9e-4b3d-b9f4-9fb19fcf22ad 2026-07-21 22:11:32.489 10 ERROR neutron.plugins.ml2.managers [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2ce5c70f-b7cf-4daa-8564-c3cadcdbb09a could not be found. 2026-07-21 22:11:32.489 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:11:32.489 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:11:32.489 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:11:32.489 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 22:11:32.489 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:11:32.489 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 22:11:32.489 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:11:32.489 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 22:11:32.489 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:11:32.489 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 22:11:32.489 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:11:32.489 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 22:11:32.489 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:32.489 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 22:11:32.489 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.489 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 22:11:32.489 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.489 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 22:11:32.489 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:32.489 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 22:11:32.489 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:11:32.489 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 22:11:32.489 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.489 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 22:11:32.489 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.489 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 22:11:32.489 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:32.489 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 22:11:32.489 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:32.489 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 22:11:32.489 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.489 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 22:11:32.489 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.489 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 22:11:32.489 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:11:32.489 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:11:32.489 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:11:32.489 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 22:11:32.489 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:11:32.489 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2ce5c70f-b7cf-4daa-8564-c3cadcdbb09a could not be found. 2026-07-21 22:11:32.489 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:11:32.490 10 ERROR neutron.plugins.ml2.managers [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Failed to bind port 3f526007-bf9e-4b3d-b9f4-9fb19fcf22ad on host instance for vnic_type normal using segments [{'id': '1f80dd66-d4e2-4c25-ba69-f0eb4d26e0df', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 31, 'network_id': 'b286cad5-84fe-4713-9508-fce689ad489c'}] 2026-07-21 22:11:32.491 10 INFO neutron.plugins.ml2.plugin [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Attempt 3 to bind port 3f526007-bf9e-4b3d-b9f4-9fb19fcf22ad 2026-07-21 22:11:32.533 10 ERROR neutron.plugins.ml2.managers [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2ce5c70f-b7cf-4daa-8564-c3cadcdbb09a could not be found. 2026-07-21 22:11:32.533 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:11:32.533 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:11:32.533 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:11:32.533 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 22:11:32.533 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:11:32.533 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 22:11:32.533 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:11:32.533 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 22:11:32.533 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:11:32.533 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 22:11:32.533 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:11:32.533 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 22:11:32.533 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:32.533 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 22:11:32.533 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.533 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 22:11:32.533 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.533 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 22:11:32.533 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:32.533 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 22:11:32.533 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:11:32.533 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 22:11:32.533 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.533 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 22:11:32.533 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.533 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 22:11:32.533 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:32.533 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 22:11:32.533 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:32.533 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 22:11:32.533 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.533 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 22:11:32.533 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.533 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 22:11:32.533 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:11:32.533 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:11:32.533 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:11:32.533 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 22:11:32.533 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:11:32.533 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2ce5c70f-b7cf-4daa-8564-c3cadcdbb09a could not be found. 2026-07-21 22:11:32.533 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:11:32.534 10 ERROR neutron.plugins.ml2.managers [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Failed to bind port 3f526007-bf9e-4b3d-b9f4-9fb19fcf22ad on host instance for vnic_type normal using segments [{'id': '1f80dd66-d4e2-4c25-ba69-f0eb4d26e0df', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 31, 'network_id': 'b286cad5-84fe-4713-9508-fce689ad489c'}] 2026-07-21 22:11:32.536 10 INFO neutron.plugins.ml2.plugin [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Attempt 4 to bind port 3f526007-bf9e-4b3d-b9f4-9fb19fcf22ad 2026-07-21 22:11:32.573 10 ERROR neutron.plugins.ml2.managers [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2ce5c70f-b7cf-4daa-8564-c3cadcdbb09a could not be found. 2026-07-21 22:11:32.573 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:11:32.573 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:11:32.573 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:11:32.573 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 22:11:32.573 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:11:32.573 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 22:11:32.573 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:11:32.573 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 22:11:32.573 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:11:32.573 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 22:11:32.573 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:11:32.573 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 22:11:32.573 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:32.573 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 22:11:32.573 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.573 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 22:11:32.573 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.573 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 22:11:32.573 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:32.573 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 22:11:32.573 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:11:32.573 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 22:11:32.573 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.573 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 22:11:32.573 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.573 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 22:11:32.573 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:32.573 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 22:11:32.573 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:32.573 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 22:11:32.573 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.573 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 22:11:32.573 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.573 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 22:11:32.573 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:11:32.573 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:11:32.573 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:11:32.573 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 22:11:32.573 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:11:32.573 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2ce5c70f-b7cf-4daa-8564-c3cadcdbb09a could not be found. 2026-07-21 22:11:32.573 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:11:32.574 10 ERROR neutron.plugins.ml2.managers [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Failed to bind port 3f526007-bf9e-4b3d-b9f4-9fb19fcf22ad on host instance for vnic_type normal using segments [{'id': '1f80dd66-d4e2-4c25-ba69-f0eb4d26e0df', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 31, 'network_id': 'b286cad5-84fe-4713-9508-fce689ad489c'}] 2026-07-21 22:11:32.575 10 INFO neutron.plugins.ml2.plugin [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Attempt 5 to bind port 3f526007-bf9e-4b3d-b9f4-9fb19fcf22ad 2026-07-21 22:11:32.600 10 ERROR neutron.plugins.ml2.managers [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2ce5c70f-b7cf-4daa-8564-c3cadcdbb09a could not be found. 2026-07-21 22:11:32.600 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:11:32.600 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:11:32.600 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:11:32.600 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 22:11:32.600 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:11:32.600 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 22:11:32.600 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:11:32.600 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 22:11:32.600 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:11:32.600 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 22:11:32.600 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:11:32.600 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 22:11:32.600 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:32.600 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 22:11:32.600 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.600 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 22:11:32.600 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.600 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 22:11:32.600 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:32.600 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 22:11:32.600 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:11:32.600 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 22:11:32.600 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.600 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 22:11:32.600 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.600 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 22:11:32.600 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:32.600 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 22:11:32.600 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:32.600 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 22:11:32.600 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.600 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 22:11:32.600 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.600 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 22:11:32.600 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:11:32.600 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:11:32.600 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:11:32.600 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 22:11:32.600 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:11:32.600 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2ce5c70f-b7cf-4daa-8564-c3cadcdbb09a could not be found. 2026-07-21 22:11:32.600 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:11:32.601 10 ERROR neutron.plugins.ml2.managers [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Failed to bind port 3f526007-bf9e-4b3d-b9f4-9fb19fcf22ad on host instance for vnic_type normal using segments [{'id': '1f80dd66-d4e2-4c25-ba69-f0eb4d26e0df', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 31, 'network_id': 'b286cad5-84fe-4713-9508-fce689ad489c'}] 2026-07-21 22:11:32.601 10 INFO neutron.plugins.ml2.plugin [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Attempt 6 to bind port 3f526007-bf9e-4b3d-b9f4-9fb19fcf22ad 2026-07-21 22:11:32.628 10 ERROR neutron.plugins.ml2.managers [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2ce5c70f-b7cf-4daa-8564-c3cadcdbb09a could not be found. 2026-07-21 22:11:32.628 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:11:32.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:11:32.628 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:11:32.628 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 22:11:32.628 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:11:32.628 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 22:11:32.628 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:11:32.628 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 22:11:32.628 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:11:32.628 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 22:11:32.628 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:11:32.628 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 22:11:32.628 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:32.628 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 22:11:32.628 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.628 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 22:11:32.628 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.628 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 22:11:32.628 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:32.628 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 22:11:32.628 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:11:32.628 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 22:11:32.628 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.628 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 22:11:32.628 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.628 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 22:11:32.628 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:32.628 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 22:11:32.628 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:32.628 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 22:11:32.628 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.628 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 22:11:32.628 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.628 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 22:11:32.628 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:11:32.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:11:32.628 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:11:32.628 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 22:11:32.628 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:11:32.628 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2ce5c70f-b7cf-4daa-8564-c3cadcdbb09a could not be found. 2026-07-21 22:11:32.628 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:11:32.629 10 ERROR neutron.plugins.ml2.managers [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Failed to bind port 3f526007-bf9e-4b3d-b9f4-9fb19fcf22ad on host instance for vnic_type normal using segments [{'id': '1f80dd66-d4e2-4c25-ba69-f0eb4d26e0df', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 31, 'network_id': 'b286cad5-84fe-4713-9508-fce689ad489c'}] 2026-07-21 22:11:32.631 10 INFO neutron.plugins.ml2.plugin [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Attempt 7 to bind port 3f526007-bf9e-4b3d-b9f4-9fb19fcf22ad 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2ce5c70f-b7cf-4daa-8564-c3cadcdbb09a could not be found. 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2ce5c70f-b7cf-4daa-8564-c3cadcdbb09a could not be found. 2026-07-21 22:11:32.670 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:11:32.671 10 ERROR neutron.plugins.ml2.managers [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Failed to bind port 3f526007-bf9e-4b3d-b9f4-9fb19fcf22ad on host instance for vnic_type normal using segments [{'id': '1f80dd66-d4e2-4c25-ba69-f0eb4d26e0df', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 31, 'network_id': 'b286cad5-84fe-4713-9508-fce689ad489c'}] 2026-07-21 22:11:32.674 10 INFO neutron.plugins.ml2.plugin [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Attempt 8 to bind port 3f526007-bf9e-4b3d-b9f4-9fb19fcf22ad 2026-07-21 22:11:32.707 10 ERROR neutron.plugins.ml2.managers [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2ce5c70f-b7cf-4daa-8564-c3cadcdbb09a could not be found. 2026-07-21 22:11:32.707 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:11:32.707 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:11:32.707 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:11:32.707 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 22:11:32.707 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:11:32.707 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 22:11:32.707 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:11:32.707 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 22:11:32.707 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:11:32.707 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 22:11:32.707 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:11:32.707 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 22:11:32.707 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:32.707 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 22:11:32.707 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.707 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 22:11:32.707 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.707 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 22:11:32.707 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:32.707 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 22:11:32.707 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:11:32.707 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 22:11:32.707 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.707 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 22:11:32.707 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.707 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 22:11:32.707 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:32.707 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 22:11:32.707 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:32.707 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 22:11:32.707 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.707 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 22:11:32.707 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.707 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 22:11:32.707 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:11:32.707 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:11:32.707 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:11:32.707 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 22:11:32.707 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:11:32.707 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2ce5c70f-b7cf-4daa-8564-c3cadcdbb09a could not be found. 2026-07-21 22:11:32.707 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:11:32.708 10 ERROR neutron.plugins.ml2.managers [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Failed to bind port 3f526007-bf9e-4b3d-b9f4-9fb19fcf22ad on host instance for vnic_type normal using segments [{'id': '1f80dd66-d4e2-4c25-ba69-f0eb4d26e0df', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 31, 'network_id': 'b286cad5-84fe-4713-9508-fce689ad489c'}] 2026-07-21 22:11:32.710 10 INFO neutron.plugins.ml2.plugin [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Attempt 9 to bind port 3f526007-bf9e-4b3d-b9f4-9fb19fcf22ad 2026-07-21 22:11:32.741 10 ERROR neutron.plugins.ml2.managers [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2ce5c70f-b7cf-4daa-8564-c3cadcdbb09a could not be found. 2026-07-21 22:11:32.741 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:11:32.741 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:11:32.741 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:11:32.741 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 22:11:32.741 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:11:32.741 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 22:11:32.741 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:11:32.741 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 22:11:32.741 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:11:32.741 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 22:11:32.741 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:11:32.741 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 22:11:32.741 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:32.741 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 22:11:32.741 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.741 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 22:11:32.741 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.741 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 22:11:32.741 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:32.741 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 22:11:32.741 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:11:32.741 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 22:11:32.741 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.741 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 22:11:32.741 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.741 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 22:11:32.741 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:32.741 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 22:11:32.741 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:32.741 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 22:11:32.741 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.741 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 22:11:32.741 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.741 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 22:11:32.741 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:11:32.741 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:11:32.741 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:11:32.741 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 22:11:32.741 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:11:32.741 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2ce5c70f-b7cf-4daa-8564-c3cadcdbb09a could not be found. 2026-07-21 22:11:32.741 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:11:32.742 10 ERROR neutron.plugins.ml2.managers [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Failed to bind port 3f526007-bf9e-4b3d-b9f4-9fb19fcf22ad on host instance for vnic_type normal using segments [{'id': '1f80dd66-d4e2-4c25-ba69-f0eb4d26e0df', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 31, 'network_id': 'b286cad5-84fe-4713-9508-fce689ad489c'}] 2026-07-21 22:11:32.742 10 INFO neutron.plugins.ml2.plugin [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Attempt 10 to bind port 3f526007-bf9e-4b3d-b9f4-9fb19fcf22ad 2026-07-21 22:11:32.775 10 ERROR neutron.plugins.ml2.managers [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2ce5c70f-b7cf-4daa-8564-c3cadcdbb09a could not be found. 2026-07-21 22:11:32.775 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:11:32.775 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:11:32.775 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:11:32.775 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 22:11:32.775 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:11:32.775 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 22:11:32.775 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:11:32.775 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 22:11:32.775 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:11:32.775 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 22:11:32.775 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:11:32.775 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 22:11:32.775 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:32.775 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 22:11:32.775 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.775 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 22:11:32.775 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.775 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 22:11:32.775 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:32.775 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 22:11:32.775 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:11:32.775 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 22:11:32.775 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.775 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 22:11:32.775 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.775 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 22:11:32.775 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:11:32.775 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 22:11:32.775 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:11:32.775 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 22:11:32.775 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:11:32.775 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 22:11:32.775 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:11:32.775 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 22:11:32.775 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:11:32.775 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:11:32.775 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:11:32.775 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 22:11:32.775 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:11:32.775 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2ce5c70f-b7cf-4daa-8564-c3cadcdbb09a could not be found. 2026-07-21 22:11:32.775 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:11:32.776 10 ERROR neutron.plugins.ml2.managers [None req-6e879cad-783f-4fe0-b9c4-7a1448f9e607 - - - - - -] Failed to bind port 3f526007-bf9e-4b3d-b9f4-9fb19fcf22ad on host instance for vnic_type normal using segments [{'id': '1f80dd66-d4e2-4c25-ba69-f0eb4d26e0df', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 31, 'network_id': 'b286cad5-84fe-4713-9508-fce689ad489c'}] 2026-07-21 22:11:34.461 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 34db6be2-a977-4c42-9447-ca37f78ee550 2026-07-21 22:11:36.445 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 6510f54f-223e-4e55-a04e-110577bfbd54 2026-07-21 22:11:37.464 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 34db6be2-a977-4c42-9447-ca37f78ee550 2026-07-21 22:11:37.499 9 INFO neutron.plugins.ml2.plugin [None req-9455835e-8e0a-4400-ba9b-7eee41a503e8 - - - - - -] Attempt 1 to provision port 6510f54f-223e-4e55-a04e-110577bfbd54 2026-07-21 22:11:37.624 9 INFO neutron.plugins.ml2.plugin [None req-9455835e-8e0a-4400-ba9b-7eee41a503e8 - - - - - -] Attempt 1 to provision port 34db6be2-a977-4c42-9447-ca37f78ee550 2026-07-21 22:11:37.756 9 INFO neutron.plugins.ml2.plugin [None req-9455835e-8e0a-4400-ba9b-7eee41a503e8 - - - - - -] Attempt 1 to provision port 6161735d-431b-48bc-a442-41d44507fbeb 2026-07-21 22:11:38.036 9 INFO neutron.plugins.ml2.plugin [None req-a7f6648e-023f-47f4-92e9-18de260e6554 - - - - - -] Attempt 1 to provision port 6161735d-431b-48bc-a442-41d44507fbeb 2026-07-21 22:11:38.196 9 INFO neutron.plugins.ml2.plugin [None req-9b90359c-359c-40af-9a30-c0c68bcc8204 - - - - - -] Attempt 1 to provision port 6510f54f-223e-4e55-a04e-110577bfbd54 2026-07-21 22:11:38.509 10 INFO neutron.plugins.ml2.plugin [None req-ea1c9e66-62ae-403d-9abf-43adbabef798 - - - - - -] Attempt 1 to provision port 6161735d-431b-48bc-a442-41d44507fbeb 2026-07-21 22:11:38.542 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 6510f54f-223e-4e55-a04e-110577bfbd54 2026-07-21 22:11:38.669 10 INFO neutron.plugins.ml2.plugin [None req-4d04b253-508b-4007-9530-62b38139cfd6 - - - - - -] Attempt 1 to provision port 39767f4d-98c4-4945-bd41-2db8ec798c69 2026-07-21 22:11:39.747 10 INFO neutron.plugins.ml2.plugin [None req-bac3cd11-6343-4588-bdaa-5ee40509ab67 - - - - - -] Attempt 1 to provision port 39767f4d-98c4-4945-bd41-2db8ec798c69 2026-07-21 22:11:40.483 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 474a8364-6e01-45e8-aabc-9d7ca2346bb7 2026-07-21 22:11:47.887 9 INFO neutron.plugins.ml2.plugin [None req-137ac991-7260-4501-a38e-1398776ac53a - - - - - -] Attempt 1 to provision port 4a176a58-8f64-42a9-94c2-cbadd1a72a8e 2026-07-21 22:11:48.331 9 INFO neutron.plugins.ml2.plugin [None req-c54af56d-2031-4c1b-8359-8d62b3504a23 - - - - - -] Attempt 1 to provision port 8e4e4747-48cd-4b8f-bbc8-5348d747ef21 2026-07-21 22:11:48.427 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 4a176a58-8f64-42a9-94c2-cbadd1a72a8e 2026-07-21 22:11:49.483 10 INFO neutron.plugins.ml2.plugin [None req-746dec6f-60cf-4de0-9043-dd1e0917daaf - - - - - -] Attempt 1 to provision port 8e4e4747-48cd-4b8f-bbc8-5348d747ef21 2026-07-21 22:11:55.800 10 INFO neutron.plugins.ml2.plugin [None req-a41687cc-c044-48b3-8177-816d7e682fe0 - - - - - -] Attempt 1 to provision port 404d56fb-4f27-4fb7-8edd-ef0515c760f1 2026-07-21 22:11:56.388 9 INFO neutron.plugins.ml2.plugin [None req-9d4e5463-dd85-4347-91b0-e0411b084003 - - - - - -] Attempt 1 to provision port 47524b7e-da8a-4cea-8219-415c8046d01d 2026-07-21 22:11:56.401 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 404d56fb-4f27-4fb7-8edd-ef0515c760f1 2026-07-21 22:11:57.131 9 INFO neutron.plugins.ml2.plugin [None req-2c9b0151-830e-4e47-a788-331fea98d0c7 - - - - - -] Attempt 1 to provision port 47524b7e-da8a-4cea-8219-415c8046d01d 2026-07-21 22:12:01.707 9 INFO neutron.plugins.ml2.plugin [None req-7d6e4f68-88a8-4531-a840-1a779513c4d3 - - - - - -] Attempt 1 to provision port e303c949-e130-403c-a60f-d9c7b72d0d39 2026-07-21 22:12:01.952 9 INFO neutron.plugins.ml2.plugin [None req-0776d9bb-1bbc-4965-8ecb-845e63b7f3e2 - - - - - -] Attempt 1 to provision port 9a1cc72d-4e6a-40f6-a6d5-69f44ac996cd 2026-07-21 22:12:02.094 10 INFO neutron.plugins.ml2.plugin [None req-3909e36c-293b-48c8-b5e8-42177d86becb - - - - - -] Attempt 1 to provision port 0fac21bd-c83a-43b1-ac6b-3c5d6d957922 2026-07-21 22:12:02.404 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 0fac21bd-c83a-43b1-ac6b-3c5d6d957922 2026-07-21 22:12:04.437 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 0fac21bd-c83a-43b1-ac6b-3c5d6d957922 2026-07-21 22:12:04.696 9 INFO neutron.plugins.ml2.plugin [None req-c348c1ca-cd84-4d80-865d-762b8a64130f - - - - - -] Attempt 1 to provision port 6e17e803-f623-4fd5-b871-c79685aa6148 2026-07-21 22:12:05.443 9 INFO neutron.plugins.ml2.plugin [None req-edafb61e-c5f3-43f7-b75c-7ca578d1121f - - - - - -] Attempt 1 to provision port 6e17e803-f623-4fd5-b871-c79685aa6148 2026-07-21 22:12:06.490 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 51452e5c-c897-42e2-9c17-e327bbca92f3 2026-07-21 22:12:09.206 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 51452e5c-c897-42e2-9c17-e327bbca92f3 2026-07-21 22:12:09.533 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port e62cb195-5c7f-4ad1-8de4-be57891aa803 2026-07-21 22:12:10.139 10 INFO neutron.plugins.ml2.plugin [None req-0b88e818-7bf7-4435-a923-ca469c900d1d - - - - - -] Attempt 1 to provision port 260a44d2-fe24-4406-8341-c17d2a76916e 2026-07-21 22:12:11.998 10 INFO neutron.plugins.ml2.plugin [None req-89489473-8ffc-4900-9cab-9a73e040a831 - - - - - -] Attempt 1 to provision port 3ac083a8-5746-4fe1-b060-4a4b895423af 2026-07-21 22:12:14.555 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 3ac083a8-5746-4fe1-b060-4a4b895423af 2026-07-21 22:12:14.695 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f68668d-4e43-432a-83d0-afd4843f3788'] response: {'server_uuid': 'c1f00ed0-2bd7-4aff-8b10-17dc1f0a2285', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3ac083a8-5746-4fe1-b060-4a4b895423af', 'code': 200} 2026-07-21 22:12:16.501 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 3ac083a8-5746-4fe1-b060-4a4b895423af 2026-07-21 22:12:18.384 10 INFO neutron.plugins.ml2.plugin [None req-27ab5641-1255-48ce-a49e-3e82179e2b22 - - - - - -] Attempt 1 to provision port 183e9f4d-0800-48cb-a178-1ddc0fef5056 2026-07-21 22:12:18.562 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 183e9f4d-0800-48cb-a178-1ddc0fef5056 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: 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:664: 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:664: 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:664: 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:664: 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:664: 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:664: 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:664: 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 22:12:26.449 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 411ae3a3-0992-46e0-873e-47e6f17ceef5 2026-07-21 22:12:27.416 10 INFO neutron.plugins.ml2.plugin [None req-a8ea4345-9cf1-462e-98b0-87b0c8dcae69 - - - - - -] Attempt 1 to provision port 411ae3a3-0992-46e0-873e-47e6f17ceef5 2026-07-21 22:12:28.250 9 INFO neutron.plugins.ml2.plugin [None req-02e91916-f2ab-4551-a32b-cecee1f244a8 - - - - - -] Attempt 1 to provision port a65ef856-f312-483f-9e7c-36ca63875ed2 2026-07-21 22:12:28.541 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port a65ef856-f312-483f-9e7c-36ca63875ed2 2026-07-21 22:12:28.816 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 411ae3a3-0992-46e0-873e-47e6f17ceef5 2026-07-21 22:12:29.036 10 INFO neutron.plugins.ml2.plugin [None req-d39375d6-194f-4992-aedd-105343361c34 - - - - - -] Attempt 1 to provision port 844d7173-66cb-49cd-a486-abd209027a6d 2026-07-21 22:12:29.483 10 INFO neutron.plugins.ml2.plugin [None req-90c1f20b-8b7a-4e9c-94fa-c7ff15509d39 - - - - - -] Attempt 1 to provision port 844d7173-66cb-49cd-a486-abd209027a6d 2026-07-21 22:12:29.736 9 INFO neutron.plugins.ml2.plugin [None req-89fa2910-08a3-4904-b75f-92812d304d78 - - - - - -] Attempt 1 to provision port 1cff9289-959a-49a3-9f11-703da60b9b51 2026-07-21 22:12:30.489 10 INFO neutron.plugins.ml2.plugin [None req-99bfe550-1696-4dcb-b284-34e2ee65b5c4 - - - - - -] Attempt 1 to provision port 14f6a3aa-232e-4013-ab45-713e3c0c63c0 2026-07-21 22:12:30.501 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port a65ef856-f312-483f-9e7c-36ca63875ed2 2026-07-21 22:12:30.644 9 INFO neutron.plugins.ml2.plugin [None req-21c56200-18a3-4091-8dc8-758b2f6c894f - - - - - -] Attempt 1 to provision port 3e84f489-2da0-4e7e-ba6f-8a48171e0962 2026-07-21 22:12:30.904 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 3e84f489-2da0-4e7e-ba6f-8a48171e0962 2026-07-21 22:12:31.278 10 INFO neutron.plugins.ml2.plugin [None req-34a93fdb-8b30-4d19-b933-eb00a47a6750 - - - - - -] Attempt 1 to provision port 14f6a3aa-232e-4013-ab45-713e3c0c63c0 2026-07-21 22:12:32.793 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 3e84f489-2da0-4e7e-ba6f-8a48171e0962 2026-07-21 22:12:32.855 9 INFO neutron.plugins.ml2.plugin [None req-589a25f9-9e59-4bd9-8bac-e8818b1e4805 - - - - - -] Attempt 1 to provision port a4c30af5-4591-40c9-bd42-11fc3d087d53 2026-07-21 22:12:33.753 10 INFO neutron.plugins.ml2.plugin [None req-f72444fd-f299-4150-80be-c35a40c4beea - - - - - -] Attempt 1 to provision port a4c30af5-4591-40c9-bd42-11fc3d087d53 2026-07-21 22:12:34.500 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port a4c35322-1864-4057-815f-4496ca4f0d97 2026-07-21 22:12:36.551 9 INFO neutron.plugins.ml2.plugin [None req-6b84b6b8-944f-430a-acdc-8dc5ce43734a - - - - - -] Attempt 1 to provision port 0b800617-1b2d-4459-9fa3-4cc01692428a 2026-07-21 22:12:36.740 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port a4c35322-1864-4057-815f-4496ca4f0d97 2026-07-21 22:12:37.497 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 16259e05-3ddf-4016-85e9-55832199a324 2026-07-21 22:12:37.552 9 INFO neutron.plugins.ml2.plugin [None req-e16fb8c1-6dae-4be0-b4f2-fdeaeb8c04b7 - - - - - -] Attempt 1 to provision port 16259e05-3ddf-4016-85e9-55832199a324 2026-07-21 22:12:38.493 9 INFO neutron.plugins.ml2.plugin [None req-717948f9-b9a2-4bc8-b372-4734468a7368 - - - - - -] Attempt 1 to provision port 3874c6ad-4f4e-45db-ba41-43a08b7c5170 2026-07-21 22:12:38.955 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 0b800617-1b2d-4459-9fa3-4cc01692428a 2026-07-21 22:12:39.368 9 INFO neutron.plugins.ml2.plugin [None req-bd5eaa41-5af3-417b-adf4-892f03a0487c - - - - - -] Attempt 1 to provision port 1647171e-58d2-43cf-96c8-586af28e10c0 2026-07-21 22:12:40.028 10 INFO neutron.plugins.ml2.plugin [None req-61188010-437b-4a0e-a92d-33c97a13ab90 - - - - - -] Attempt 1 to provision port 6cbe8046-cffb-454c-a1c9-8eae80377eca 2026-07-21 22:12:40.049 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 1d51cb6f-9b5f-47a3-992e-6f7f43283c88 2026-07-21 22:12:40.544 9 INFO neutron.plugins.ml2.plugin [None req-853450c6-d51b-441c-b322-0b19418cb651 - - - - - -] Attempt 1 to provision port 1d51cb6f-9b5f-47a3-992e-6f7f43283c88 2026-07-21 22:12:40.672 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 16259e05-3ddf-4016-85e9-55832199a324 2026-07-21 22:12:41.003 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 1647171e-58d2-43cf-96c8-586af28e10c0 2026-07-21 22:12:41.380 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 6cbe8046-cffb-454c-a1c9-8eae80377eca 2026-07-21 22:12:41.663 9 INFO neutron.plugins.ml2.plugin [None req-403ef0db-5c0f-49cd-83db-7bc940c73cd7 - - - - - -] Attempt 1 to provision port 0940356b-5537-4de4-9517-791fbaf19c22 2026-07-21 22:12:41.706 9 INFO neutron.plugins.ml2.plugin [None req-403ef0db-5c0f-49cd-83db-7bc940c73cd7 - - - - - -] Attempt 1 to provision port 41ee0548-8193-48fd-a34b-9261eac733cc 2026-07-21 22:12:41.743 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 0b800617-1b2d-4459-9fa3-4cc01692428a 2026-07-21 22:12:42.084 9 INFO neutron.plugins.ml2.plugin [None req-e9aea1f3-638a-4d91-8331-49f1cfaec2a6 - - - - - -] Attempt 1 to provision port 3af96977-6ca0-4154-a8fe-34b831b8b1ca 2026-07-21 22:12:42.113 9 INFO neutron.plugins.ml2.plugin [None req-e9aea1f3-638a-4d91-8331-49f1cfaec2a6 - - - - - -] Attempt 1 to provision port efc995ba-8882-42fc-99b2-2d4d28db52cd 2026-07-21 22:12:42.527 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 1d51cb6f-9b5f-47a3-992e-6f7f43283c88 2026-07-21 22:12:42.576 10 INFO neutron.plugins.ml2.plugin [None req-f59a2016-7185-4c69-ac34-7a9c96388eea - - - - - -] Attempt 1 to provision port 0940356b-5537-4de4-9517-791fbaf19c22 2026-07-21 22:12:42.760 9 INFO neutron.plugins.ml2.plugin [None req-552188b7-24b0-40cd-a7b1-f78f58633196 - - - - - -] Attempt 1 to provision port 3af96977-6ca0-4154-a8fe-34b831b8b1ca 2026-07-21 22:12:43.170 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port f4f0e58d-c479-4a30-bfc3-fb201ed9fa18 2026-07-21 22:12:43.492 9 INFO neutron.plugins.ml2.plugin [None req-629ceca5-c697-4a3d-9c99-6f141266d29f - - - - - -] Attempt 1 to provision port 3af96977-6ca0-4154-a8fe-34b831b8b1ca 2026-07-21 22:12:43.829 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 41ee0548-8193-48fd-a34b-9261eac733cc 2026-07-21 22:12:44.169 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 1647171e-58d2-43cf-96c8-586af28e10c0 2026-07-21 22:12:44.498 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port efc995ba-8882-42fc-99b2-2d4d28db52cd 2026-07-21 22:12:44.775 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 6cbe8046-cffb-454c-a1c9-8eae80377eca 2026-07-21 22:12:45.468 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port f4f0e58d-c479-4a30-bfc3-fb201ed9fa18 2026-07-21 22:12:45.732 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port efc995ba-8882-42fc-99b2-2d4d28db52cd 2026-07-21 22:12:50.824 10 INFO neutron.plugins.ml2.plugin [None req-4e1eb303-16a0-43a6-8e33-e7bb29df5d27 - - - - - -] Attempt 1 to provision port e35b5312-c639-4d2c-95ab-81662f90cd31 2026-07-21 22:12:51.412 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 1cff9289-959a-49a3-9f11-703da60b9b51 2026-07-21 22:12:51.783 9 INFO neutron.plugins.ml2.plugin [None req-171c9971-47c4-4afe-ba5b-4775331249ea - - - - - -] Attempt 1 to provision port c6a7c1b3-2ef0-4799-9521-5fcc5978e807 2026-07-21 22:12:51.893 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port e35b5312-c639-4d2c-95ab-81662f90cd31 2026-07-21 22:12:52.165 10 INFO neutron.plugins.ml2.plugin [None req-6f55f964-4135-432c-a645-9af41ec429de - - - - - -] Attempt 1 to provision port c6a7c1b3-2ef0-4799-9521-5fcc5978e807 2026-07-21 22:12:53.535 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 1cff9289-959a-49a3-9f11-703da60b9b51 2026-07-21 22:12:53.789 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port e35b5312-c639-4d2c-95ab-81662f90cd31 2026-07-21 22:12:54.082 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port dd86181a-6c35-4e31-828b-d9a6da349352 2026-07-21 22:12:54.245 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c7ea38bd-b9fa-4e2a-b0c3-8ab3b01bfc75'] response: {'server_uuid': 'c8e60ea0-f2ec-45d9-b8a9-271941d8eb03', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'dd86181a-6c35-4e31-828b-d9a6da349352', 'code': 200} 2026-07-21 22:12:54.627 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port a4c30af5-4591-40c9-bd42-11fc3d087d53 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: 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:664: 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:664: 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:664: 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 22:12:55.282 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port dd86181a-6c35-4e31-828b-d9a6da349352 2026-07-21 22:12:55.594 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port a4c30af5-4591-40c9-bd42-11fc3d087d53 2026-07-21 22:12:56.761 10 INFO neutron.plugins.ml2.plugin [None req-3d835cb2-2f9d-4d2c-b930-2d1d4f59f7e7 - - - - - -] Attempt 1 to provision port 0d0fa626-9dd1-46dd-bdfb-ca9930ac2e48 2026-07-21 22:12:59.356 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 0940356b-5537-4de4-9517-791fbaf19c22 2026-07-21 22:13:00.065 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 3874c6ad-4f4e-45db-ba41-43a08b7c5170 2026-07-21 22:13:01.354 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 0940356b-5537-4de4-9517-791fbaf19c22 2026-07-21 22:13:01.634 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 3874c6ad-4f4e-45db-ba41-43a08b7c5170 2026-07-21 22:13:26.356 9 INFO neutron.plugins.ml2.plugin [None req-81ac09b4-f10a-428d-a936-ecf4cd7e1d5b - - - - - -] Attempt 1 to provision port 543d5428-c2a0-401b-b240-96c6a6427541 2026-07-21 22:13:28.643 10 ERROR neutron.plugins.ml2.managers [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6847e5a7-f47e-410a-acda-9101c686265f could not be found. 2026-07-21 22:13:28.643 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:13:28.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:13:28.643 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:13:28.643 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 22:13:28.643 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:13:28.643 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 22:13:28.643 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:13:28.643 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 22:13:28.643 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:13:28.643 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 22:13:28.643 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:13:28.643 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 22:13:28.643 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:13:28.643 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 22:13:28.643 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.643 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 22:13:28.643 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.643 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 22:13:28.643 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:13:28.643 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 22:13:28.643 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:13:28.643 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 22:13:28.643 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.643 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 22:13:28.643 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.643 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 22:13:28.643 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:13:28.643 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 22:13:28.643 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:13:28.643 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 22:13:28.643 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.643 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 22:13:28.643 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.643 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 22:13:28.643 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:13:28.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:13:28.643 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:13:28.643 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 22:13:28.643 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:13:28.643 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6847e5a7-f47e-410a-acda-9101c686265f could not be found. 2026-07-21 22:13:28.643 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:13:28.644 10 ERROR neutron.plugins.ml2.managers [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Failed to bind port 6c377b6c-2464-45ab-a10f-bf2cf12760ad on host instance for vnic_type normal using segments [] 2026-07-21 22:13:28.644 10 INFO neutron.plugins.ml2.plugin [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Attempt 2 to bind port 6c377b6c-2464-45ab-a10f-bf2cf12760ad 2026-07-21 22:13:28.668 10 ERROR neutron.plugins.ml2.managers [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6847e5a7-f47e-410a-acda-9101c686265f could not be found. 2026-07-21 22:13:28.668 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:13:28.668 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:13:28.668 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:13:28.668 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 22:13:28.668 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:13:28.668 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 22:13:28.668 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:13:28.668 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 22:13:28.668 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:13:28.668 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 22:13:28.668 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:13:28.668 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 22:13:28.668 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:13:28.668 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 22:13:28.668 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.668 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 22:13:28.668 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.668 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 22:13:28.668 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:13:28.668 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 22:13:28.668 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:13:28.668 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 22:13:28.668 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.668 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 22:13:28.668 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.668 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 22:13:28.668 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:13:28.668 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 22:13:28.668 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:13:28.668 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 22:13:28.668 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.668 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 22:13:28.668 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.668 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 22:13:28.668 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:13:28.668 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:13:28.668 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:13:28.668 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 22:13:28.668 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:13:28.668 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6847e5a7-f47e-410a-acda-9101c686265f could not be found. 2026-07-21 22:13:28.668 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:13:28.669 10 ERROR neutron.plugins.ml2.managers [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Failed to bind port 6c377b6c-2464-45ab-a10f-bf2cf12760ad on host instance for vnic_type normal using segments [] 2026-07-21 22:13:28.669 10 INFO neutron.plugins.ml2.plugin [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Attempt 3 to bind port 6c377b6c-2464-45ab-a10f-bf2cf12760ad 2026-07-21 22:13:28.691 10 ERROR neutron.plugins.ml2.managers [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6847e5a7-f47e-410a-acda-9101c686265f could not be found. 2026-07-21 22:13:28.691 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:13:28.691 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:13:28.691 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:13:28.691 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 22:13:28.691 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:13:28.691 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 22:13:28.691 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:13:28.691 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 22:13:28.691 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:13:28.691 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 22:13:28.691 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:13:28.691 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 22:13:28.691 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:13:28.691 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 22:13:28.691 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.691 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 22:13:28.691 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.691 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 22:13:28.691 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:13:28.691 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 22:13:28.691 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:13:28.691 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 22:13:28.691 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.691 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 22:13:28.691 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.691 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 22:13:28.691 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:13:28.691 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 22:13:28.691 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:13:28.691 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 22:13:28.691 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.691 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 22:13:28.691 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.691 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 22:13:28.691 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:13:28.691 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:13:28.691 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:13:28.691 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 22:13:28.691 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:13:28.691 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6847e5a7-f47e-410a-acda-9101c686265f could not be found. 2026-07-21 22:13:28.691 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:13:28.692 10 ERROR neutron.plugins.ml2.managers [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Failed to bind port 6c377b6c-2464-45ab-a10f-bf2cf12760ad on host instance for vnic_type normal using segments [] 2026-07-21 22:13:28.692 10 INFO neutron.plugins.ml2.plugin [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Attempt 4 to bind port 6c377b6c-2464-45ab-a10f-bf2cf12760ad 2026-07-21 22:13:28.712 10 ERROR neutron.plugins.ml2.managers [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6847e5a7-f47e-410a-acda-9101c686265f could not be found. 2026-07-21 22:13:28.712 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:13:28.712 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:13:28.712 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:13:28.712 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 22:13:28.712 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:13:28.712 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 22:13:28.712 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:13:28.712 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 22:13:28.712 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:13:28.712 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 22:13:28.712 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:13:28.712 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 22:13:28.712 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:13:28.712 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 22:13:28.712 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.712 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 22:13:28.712 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.712 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 22:13:28.712 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:13:28.712 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 22:13:28.712 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:13:28.712 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 22:13:28.712 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.712 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 22:13:28.712 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.712 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 22:13:28.712 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:13:28.712 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 22:13:28.712 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:13:28.712 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 22:13:28.712 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.712 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 22:13:28.712 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.712 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 22:13:28.712 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:13:28.712 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:13:28.712 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:13:28.712 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 22:13:28.712 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:13:28.712 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6847e5a7-f47e-410a-acda-9101c686265f could not be found. 2026-07-21 22:13:28.712 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:13:28.713 10 ERROR neutron.plugins.ml2.managers [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Failed to bind port 6c377b6c-2464-45ab-a10f-bf2cf12760ad on host instance for vnic_type normal using segments [] 2026-07-21 22:13:28.713 10 INFO neutron.plugins.ml2.plugin [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Attempt 5 to bind port 6c377b6c-2464-45ab-a10f-bf2cf12760ad 2026-07-21 22:13:28.734 10 ERROR neutron.plugins.ml2.managers [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6847e5a7-f47e-410a-acda-9101c686265f could not be found. 2026-07-21 22:13:28.734 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:13:28.734 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:13:28.734 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:13:28.734 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 22:13:28.734 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:13:28.734 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 22:13:28.734 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:13:28.734 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 22:13:28.734 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:13:28.734 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 22:13:28.734 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:13:28.734 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 22:13:28.734 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:13:28.734 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 22:13:28.734 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.734 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 22:13:28.734 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.734 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 22:13:28.734 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:13:28.734 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 22:13:28.734 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:13:28.734 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 22:13:28.734 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.734 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 22:13:28.734 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.734 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 22:13:28.734 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:13:28.734 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 22:13:28.734 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:13:28.734 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 22:13:28.734 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.734 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 22:13:28.734 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.734 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 22:13:28.734 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:13:28.734 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:13:28.734 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:13:28.734 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 22:13:28.734 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:13:28.734 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6847e5a7-f47e-410a-acda-9101c686265f could not be found. 2026-07-21 22:13:28.734 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:13:28.735 10 ERROR neutron.plugins.ml2.managers [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Failed to bind port 6c377b6c-2464-45ab-a10f-bf2cf12760ad on host instance for vnic_type normal using segments [] 2026-07-21 22:13:28.735 10 INFO neutron.plugins.ml2.plugin [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Attempt 6 to bind port 6c377b6c-2464-45ab-a10f-bf2cf12760ad 2026-07-21 22:13:28.775 10 ERROR neutron.plugins.ml2.managers [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6847e5a7-f47e-410a-acda-9101c686265f could not be found. 2026-07-21 22:13:28.775 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:13:28.775 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:13:28.775 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:13:28.775 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 22:13:28.775 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:13:28.775 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 22:13:28.775 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:13:28.775 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 22:13:28.775 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:13:28.775 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 22:13:28.775 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:13:28.775 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 22:13:28.775 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:13:28.775 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 22:13:28.775 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.775 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 22:13:28.775 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.775 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 22:13:28.775 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:13:28.775 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 22:13:28.775 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:13:28.775 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 22:13:28.775 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.775 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 22:13:28.775 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.775 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 22:13:28.775 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:13:28.775 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 22:13:28.775 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:13:28.775 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 22:13:28.775 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.775 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 22:13:28.775 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.775 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 22:13:28.775 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:13:28.775 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:13:28.775 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:13:28.775 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 22:13:28.775 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:13:28.775 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6847e5a7-f47e-410a-acda-9101c686265f could not be found. 2026-07-21 22:13:28.775 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:13:28.776 10 ERROR neutron.plugins.ml2.managers [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Failed to bind port 6c377b6c-2464-45ab-a10f-bf2cf12760ad on host instance for vnic_type normal using segments [] 2026-07-21 22:13:28.776 10 INFO neutron.plugins.ml2.plugin [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Attempt 7 to bind port 6c377b6c-2464-45ab-a10f-bf2cf12760ad 2026-07-21 22:13:28.793 10 ERROR neutron.plugins.ml2.managers [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6847e5a7-f47e-410a-acda-9101c686265f could not be found. 2026-07-21 22:13:28.793 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:13:28.793 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:13:28.793 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:13:28.793 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 22:13:28.793 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:13:28.793 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 22:13:28.793 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:13:28.793 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 22:13:28.793 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:13:28.793 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 22:13:28.793 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:13:28.793 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 22:13:28.793 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:13:28.793 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 22:13:28.793 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.793 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 22:13:28.793 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.793 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 22:13:28.793 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:13:28.793 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 22:13:28.793 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:13:28.793 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 22:13:28.793 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.793 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 22:13:28.793 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.793 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 22:13:28.793 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:13:28.793 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 22:13:28.793 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:13:28.793 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 22:13:28.793 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.793 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 22:13:28.793 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.793 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 22:13:28.793 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:13:28.793 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:13:28.793 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:13:28.793 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 22:13:28.793 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:13:28.793 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6847e5a7-f47e-410a-acda-9101c686265f could not be found. 2026-07-21 22:13:28.793 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:13:28.794 10 ERROR neutron.plugins.ml2.managers [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Failed to bind port 6c377b6c-2464-45ab-a10f-bf2cf12760ad on host instance for vnic_type normal using segments [] 2026-07-21 22:13:28.795 10 INFO neutron.plugins.ml2.plugin [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Attempt 8 to bind port 6c377b6c-2464-45ab-a10f-bf2cf12760ad 2026-07-21 22:13:28.823 10 ERROR neutron.plugins.ml2.managers [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6847e5a7-f47e-410a-acda-9101c686265f could not be found. 2026-07-21 22:13:28.823 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:13:28.823 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:13:28.823 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:13:28.823 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 22:13:28.823 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:13:28.823 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 22:13:28.823 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:13:28.823 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 22:13:28.823 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:13:28.823 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 22:13:28.823 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:13:28.823 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 22:13:28.823 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:13:28.823 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 22:13:28.823 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.823 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 22:13:28.823 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.823 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 22:13:28.823 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:13:28.823 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 22:13:28.823 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:13:28.823 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 22:13:28.823 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.823 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 22:13:28.823 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.823 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 22:13:28.823 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:13:28.823 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 22:13:28.823 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:13:28.823 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 22:13:28.823 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.823 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 22:13:28.823 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.823 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 22:13:28.823 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:13:28.823 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:13:28.823 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:13:28.823 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 22:13:28.823 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:13:28.823 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6847e5a7-f47e-410a-acda-9101c686265f could not be found. 2026-07-21 22:13:28.823 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:13:28.824 10 ERROR neutron.plugins.ml2.managers [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Failed to bind port 6c377b6c-2464-45ab-a10f-bf2cf12760ad on host instance for vnic_type normal using segments [] 2026-07-21 22:13:28.824 10 INFO neutron.plugins.ml2.plugin [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Attempt 9 to bind port 6c377b6c-2464-45ab-a10f-bf2cf12760ad 2026-07-21 22:13:28.863 10 ERROR neutron.plugins.ml2.managers [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6847e5a7-f47e-410a-acda-9101c686265f could not be found. 2026-07-21 22:13:28.863 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:13:28.863 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:13:28.863 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:13:28.863 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 22:13:28.863 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:13:28.863 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 22:13:28.863 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:13:28.863 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 22:13:28.863 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:13:28.863 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 22:13:28.863 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:13:28.863 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 22:13:28.863 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:13:28.863 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 22:13:28.863 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.863 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 22:13:28.863 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.863 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 22:13:28.863 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:13:28.863 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 22:13:28.863 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:13:28.863 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 22:13:28.863 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.863 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 22:13:28.863 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.863 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 22:13:28.863 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:13:28.863 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 22:13:28.863 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:13:28.863 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 22:13:28.863 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.863 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 22:13:28.863 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.863 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 22:13:28.863 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:13:28.863 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:13:28.863 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:13:28.863 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 22:13:28.863 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:13:28.863 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6847e5a7-f47e-410a-acda-9101c686265f could not be found. 2026-07-21 22:13:28.863 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:13:28.864 10 ERROR neutron.plugins.ml2.managers [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Failed to bind port 6c377b6c-2464-45ab-a10f-bf2cf12760ad on host instance for vnic_type normal using segments [] 2026-07-21 22:13:28.865 10 INFO neutron.plugins.ml2.plugin [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Attempt 10 to bind port 6c377b6c-2464-45ab-a10f-bf2cf12760ad 2026-07-21 22:13:28.890 10 ERROR neutron.plugins.ml2.managers [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6847e5a7-f47e-410a-acda-9101c686265f could not be found. 2026-07-21 22:13:28.890 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-21 22:13:28.890 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-21 22:13:28.890 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-21 22:13:28.890 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 22:13:28.890 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-21 22:13:28.890 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 22:13:28.890 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-21 22:13:28.890 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 22:13:28.890 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-21 22:13:28.890 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 22:13:28.890 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-21 22:13:28.890 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 22:13:28.890 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:13:28.890 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 22:13:28.890 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.890 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 22:13:28.890 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.890 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 22:13:28.890 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:13:28.890 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 22:13:28.890 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:13:28.890 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 22:13:28.890 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.890 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 22:13:28.890 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.890 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 22:13:28.890 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-21 22:13:28.890 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 22:13:28.890 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-21 22:13:28.890 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 22:13:28.890 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-21 22:13:28.890 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 22:13:28.890 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-21 22:13:28.890 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 22:13:28.890 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-21 22:13:28.890 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-21 22:13:28.890 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-21 22:13:28.890 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 22:13:28.890 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-21 22:13:28.890 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6847e5a7-f47e-410a-acda-9101c686265f could not be found. 2026-07-21 22:13:28.890 10 ERROR neutron.plugins.ml2.managers  2026-07-21 22:13:28.891 10 ERROR neutron.plugins.ml2.managers [None req-5fab6ba0-4df9-44d5-b979-7ad26666fa69 - - - - - -] Failed to bind port 6c377b6c-2464-45ab-a10f-bf2cf12760ad on host instance for vnic_type normal using segments [] 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server [None req-007ffe2b-d7a6-449e-8849-7eab64686e97 - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 734d0245-35ea-4e50-bce9-777832f11651: This subnet is being modified by another concurrent operation. 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/server.py", line 244, in inner 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server raise self.value 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server raise self.value 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server raise self.value 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/quota/resource_registry.py", line 95, in wrapper 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 292, in create_dhcp_port 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 118, in _port_action 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/plugins/utils.py", line 338, in create_port 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py", line 724, in inner 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server raise self.value 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server raise self.value 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server raise self.value 2026-07-21 22:13:28.979 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 22:13:28.979 9 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1586, in create_port 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1551, in _create_port_db 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1603, in create_port_db 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/ipam_pluggable_backend.py", line 219, in allocate_ips_for_port_and_store 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 221, in wrapped 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 998, in wrapper 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/ipam_pluggable_backend.py", line 226, in allocate_ips_for_port 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/ipam_pluggable_backend.py", line 258, in _allocate_ips_for_port 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/ipam_backend_mixin.py", line 686, in _ipam_get_subnets 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/models_v2.py", line 77, in read_lock_register 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server raise exception 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 734d0245-35ea-4e50-bce9-777832f11651: This subnet is being modified by another concurrent operation. 2026-07-21 22:13:28.979 9 ERROR oslo_messaging.rpc.server  2026-07-21 22:13:29.559 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 9bbbc07a-8f47-4b89-aaf6-27202c6ab7f7 2026-07-21 22:13:31.355 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 7e33dfdd-e143-41e0-a651-ef27323385c1 2026-07-21 22:13:31.956 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 9bbbc07a-8f47-4b89-aaf6-27202c6ab7f7 2026-07-21 22:13:33.354 9 INFO neutron.plugins.ml2.plugin [None req-f947bc72-b36e-490e-843f-2311763b33b5 - - - - - -] Attempt 1 to provision port 9db21106-d290-4030-8770-5d7ec17e8818 2026-07-21 22:13:33.387 9 INFO neutron.plugins.ml2.plugin [None req-f947bc72-b36e-490e-843f-2311763b33b5 - - - - - -] Attempt 1 to provision port 7e33dfdd-e143-41e0-a651-ef27323385c1 2026-07-21 22:13:33.569 9 INFO neutron.plugins.ml2.plugin [None req-552ea069-5959-4a23-b221-4dd5aea05072 - - - - - -] Attempt 1 to provision port 9db21106-d290-4030-8770-5d7ec17e8818 2026-07-21 22:13:33.776 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 7e33dfdd-e143-41e0-a651-ef27323385c1 2026-07-21 22:13:33.920 10 INFO neutron.plugins.ml2.plugin [None req-1f68c15c-ef27-46b2-8de5-dabde896f273 - - - - - -] Attempt 1 to provision port 9db21106-d290-4030-8770-5d7ec17e8818 2026-07-21 22:13:36.583 10 INFO neutron.plugins.ml2.plugin [None req-d5550d53-339d-4ef1-b667-3d38deb16869 - - - - - -] Attempt 1 to provision port abea366d-fda6-45d5-bdad-3509ef985af4 2026-07-21 22:13:39.396 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port abea366d-fda6-45d5-bdad-3509ef985af4 2026-07-21 22:13:39.535 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-bacb4b43-a876-4e32-bae8-1c20b39b4a5a'] response: {'server_uuid': 'bc446529-2b87-4a2c-9d57-8896672278d7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'abea366d-fda6-45d5-bdad-3509ef985af4', 'code': 200} 2026-07-21 22:13:41.325 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port abea366d-fda6-45d5-bdad-3509ef985af4 2026-07-21 22:13:47.339 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 543d5428-c2a0-401b-b240-96c6a6427541 2026-07-21 22:13:48.002 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 9db21106-d290-4030-8770-5d7ec17e8818 2026-07-21 22:13:49.324 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 543d5428-c2a0-401b-b240-96c6a6427541 2026-07-21 22:13:49.543 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 9db21106-d290-4030-8770-5d7ec17e8818 2026-07-21 22:13:57.317 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port b524a94f-2a2d-4e36-9f90-2a30874c5287 2026-07-21 22:13:59.497 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 5d9d641d-2c04-4758-a803-b5c09647726a 2026-07-21 22:13:59.606 9 INFO neutron.plugins.ml2.plugin [None req-d71d78aa-08d0-48f5-ada1-312d1510ba72 - - - - - -] Attempt 1 to provision port b524a94f-2a2d-4e36-9f90-2a30874c5287 2026-07-21 22:14:00.094 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port b524a94f-2a2d-4e36-9f90-2a30874c5287 2026-07-21 22:14:00.519 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 36d31374-cc9a-48a1-8b3a-082ab89d26cc 2026-07-21 22:14:00.743 9 INFO neutron.plugins.ml2.plugin [None req-a6e10669-f755-45d1-80e4-98ff09975a7f - - - - - -] Attempt 1 to provision port 5d9d641d-2c04-4758-a803-b5c09647726a 2026-07-21 22:14:01.642 10 INFO neutron.plugins.ml2.plugin [None req-58ada669-cd8d-406b-bb95-1641f554b4ee - - - - - -] Attempt 1 to provision port 81964827-dcb0-44d8-8aaf-4b3ef39c7169 2026-07-21 22:14:01.834 10 INFO neutron.plugins.ml2.plugin [None req-d608336f-4090-485d-b891-7c162abe4d47 - - - - - -] Attempt 1 to provision port 36d31374-cc9a-48a1-8b3a-082ab89d26cc 2026-07-21 22:14:01.908 10 INFO neutron.plugins.ml2.plugin [None req-d608336f-4090-485d-b891-7c162abe4d47 - - - - - -] Attempt 1 to provision port b524a94f-2a2d-4e36-9f90-2a30874c5287 2026-07-21 22:14:02.233 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port b6976bfa-0683-4411-8da9-3ba8e9099384 2026-07-21 22:14:02.427 9 INFO neutron.plugins.ml2.plugin [None req-9de40270-c4b7-45a1-b228-800705285b3f - - - - - -] Attempt 1 to provision port b6976bfa-0683-4411-8da9-3ba8e9099384 2026-07-21 22:14:02.994 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 36d31374-cc9a-48a1-8b3a-082ab89d26cc 2026-07-21 22:14:03.151 10 INFO neutron.plugins.ml2.plugin [None req-c835dac1-d233-4fbb-8a83-d52003e24922 - - - - - -] Attempt 1 to provision port 36d31374-cc9a-48a1-8b3a-082ab89d26cc 2026-07-21 22:14:04.013 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port b6976bfa-0683-4411-8da9-3ba8e9099384 2026-07-21 22:14:04.443 10 INFO neutron.plugins.ml2.plugin [None req-417a63ca-6b5f-4f5e-bfef-f445369b6bb4 - - - - - -] Attempt 1 to provision port b6976bfa-0683-4411-8da9-3ba8e9099384 2026-07-21 22:14:04.696 9 INFO neutron.plugins.ml2.plugin [None req-75d01cbc-3a41-4167-8832-15db7dca2ae1 - - - - - -] Attempt 1 to provision port 7760d0f4-7553-44a5-8316-c35fd1da67e3 2026-07-21 22:14:05.561 10 INFO neutron.plugins.ml2.plugin [None req-6e68ab32-7ca6-4176-960b-67c60acba7a7 - - - - - -] Attempt 1 to provision port 7760d0f4-7553-44a5-8316-c35fd1da67e3 2026-07-21 22:14:05.734 9 INFO neutron.plugins.ml2.plugin [None req-1f3b42cd-2ff5-4651-8c66-2000545f7c6c - - - - - -] Attempt 1 to provision port 5f35a317-b456-45f2-9742-368125f8e798 2026-07-21 22:14:05.974 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 499d6008-c1b8-4d61-b155-96bcb3265482 2026-07-21 22:14:06.894 10 INFO neutron.plugins.ml2.plugin [None req-ef1700dd-ac03-42d2-841c-912858c2ed34 - - - - - -] Attempt 1 to provision port 298fad81-c125-4a60-a5b9-ec301913d43a 2026-07-21 22:14:08.118 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 499d6008-c1b8-4d61-b155-96bcb3265482 2026-07-21 22:14:08.277 10 INFO neutron.plugins.ml2.plugin [None req-d296183b-818f-4d82-98a4-2ba1d37b598f - - - - - -] Attempt 1 to provision port 298fad81-c125-4a60-a5b9-ec301913d43a 2026-07-21 22:14:08.474 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 5f35a317-b456-45f2-9742-368125f8e798 2026-07-21 22:14:08.650 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf77c152-f9b1-4235-82ed-e15d0b678af6'] response: {'server_uuid': '296f1adf-5537-4324-9799-11aa26236adb', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5f35a317-b456-45f2-9742-368125f8e798', 'code': 200} 2026-07-21 22:14:09.560 10 INFO neutron.plugins.ml2.plugin [None req-c33c8f0a-5494-46f5-b725-189110bf62cc - - - - - -] Attempt 1 to provision port c91fce26-d6b9-4c0e-8d88-57818a449f59 2026-07-21 22:14:10.059 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 5f35a317-b456-45f2-9742-368125f8e798 2026-07-21 22:14:10.430 9 INFO neutron.plugins.ml2.plugin [None req-102943dd-287a-44e7-8235-2402259da0e7 - - - - - -] Attempt 1 to provision port c91fce26-d6b9-4c0e-8d88-57818a449f59 2026-07-21 22:14:15.820 9 INFO neutron.plugins.ml2.plugin [None req-a5c505fb-0fb9-41ed-bf19-680d94ca3a9b - - - - - -] Attempt 1 to provision port d7505374-1684-4092-a42c-03e5282a09ff 2026-07-21 22:14:18.034 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port d7505374-1684-4092-a42c-03e5282a09ff 2026-07-21 22:14:18.196 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce6499a2-1787-4a85-9a44-03ccccd9b8f3'] response: {'server_uuid': '36392f0b-7e96-4118-9a28-7af6c81d97c1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd7505374-1684-4092-a42c-03e5282a09ff', 'code': 200} 2026-07-21 22:14:19.956 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port d7505374-1684-4092-a42c-03e5282a09ff 2026-07-21 22:14:23.518 10 INFO neutron.plugins.ml2.plugin [None req-b9898393-6e8a-4831-828c-4c766ef07294 - - - - - -] Attempt 1 to provision port 9a87c9d9-9be8-4d09-b90d-a4c2ec7d95bd 2026-07-21 22:14:26.369 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 9a87c9d9-9be8-4d09-b90d-a4c2ec7d95bd 2026-07-21 22:14:26.498 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d142203-f387-45b9-87e8-b8081e0b483f'] response: {'server_uuid': '913fa5b0-6626-405c-8577-d833ad0b9c64', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9a87c9d9-9be8-4d09-b90d-a4c2ec7d95bd', 'code': 200} 2026-07-21 22:14:26.836 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 298fad81-c125-4a60-a5b9-ec301913d43a 2026-07-21 22:14:27.261 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 81964827-dcb0-44d8-8aaf-4b3ef39c7169 2026-07-21 22:14:27.630 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 7760d0f4-7553-44a5-8316-c35fd1da67e3 2026-07-21 22:14:28.211 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 81964827-dcb0-44d8-8aaf-4b3ef39c7169 2026-07-21 22:14:28.505 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 9a87c9d9-9be8-4d09-b90d-a4c2ec7d95bd 2026-07-21 22:14:28.953 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port c91fce26-d6b9-4c0e-8d88-57818a449f59 2026-07-21 22:14:29.529 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 298fad81-c125-4a60-a5b9-ec301913d43a 2026-07-21 22:14:29.975 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 7760d0f4-7553-44a5-8316-c35fd1da67e3 2026-07-21 22:14:30.872 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port c91fce26-d6b9-4c0e-8d88-57818a449f59 2026-07-21 22:14:45.734 10 INFO neutron.plugins.ml2.plugin [None req-5e134adb-84a9-42d0-a137-6b1d6d523129 - - - - - -] Attempt 1 to provision port 116fc67c-1b4a-43dc-a99c-01b9a3dd4f23 2026-07-21 22:15:00.395 10 INFO neutron.plugins.ml2.plugin [None req-578182da-5084-4c89-9995-416fe9dc98ce - - - - - -] Attempt 1 to provision port 04caddce-f2ee-4b1b-a9d7-315c10487b5d 2026-07-21 22:15:02.777 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 04caddce-f2ee-4b1b-a9d7-315c10487b5d 2026-07-21 22:15:02.933 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-3a3c5638-c730-424a-9f01-5937182fb3f6'] response: {'server_uuid': 'b9a40b44-ff29-4bda-b052-c3e32971737a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '04caddce-f2ee-4b1b-a9d7-315c10487b5d', 'code': 200} 2026-07-21 22:15:04.710 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 04caddce-f2ee-4b1b-a9d7-315c10487b5d 2026-07-21 22:15:43.194 9 INFO neutron.plugins.ml2.plugin [None req-f00938a1-4347-4504-b0d3-0827b13dc54d - - - - - -] Attempt 1 to provision port b21f72fb-56ef-4eab-990d-fc2ce063aed0 2026-07-21 22:15:46.797 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port b21f72fb-56ef-4eab-990d-fc2ce063aed0 2026-07-21 22:15:47.008 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-67e097d3-f485-4bdf-81e0-fdb0c36588a3'] response: {'server_uuid': 'b9a40b44-ff29-4bda-b052-c3e32971737a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b21f72fb-56ef-4eab-990d-fc2ce063aed0', 'code': 200} 2026-07-21 22:15:48.717 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port b21f72fb-56ef-4eab-990d-fc2ce063aed0 2026-07-21 22:16:17.130 10 INFO neutron.plugins.ml2.plugin [None req-5e464e8e-cc1e-4eef-bb16-205204f49af9 - - - - - -] Attempt 1 to provision port 0c717d36-7f3c-4550-90df-19f39cae9417 2026-07-21 22:16:17.370 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8162547-0259-4383-8085-468499cd41b4'] response: {'server_uuid': 'b9a40b44-ff29-4bda-b052-c3e32971737a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0c717d36-7f3c-4550-90df-19f39cae9417', 'code': 200} 2026-07-21 22:16:18.772 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 0c717d36-7f3c-4550-90df-19f39cae9417 2026-07-21 22:16:32.886 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port b679316f-e7f5-4e1a-9336-44dcd6ff8ae3 2026-07-21 22:16:33.018 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ba91ee0-ec30-471e-90cf-0d8d419f834e'] response: {'server_uuid': 'b9a40b44-ff29-4bda-b052-c3e32971737a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b679316f-e7f5-4e1a-9336-44dcd6ff8ae3', 'code': 200} 2026-07-21 22:16:34.771 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port b679316f-e7f5-4e1a-9336-44dcd6ff8ae3 2026-07-21 22:16:41.441 9 INFO neutron.plugins.ml2.plugin [None req-bd1a7e02-e8f9-45f2-bd8f-05129ad9b5de - - - - - -] Attempt 1 to provision port b679316f-e7f5-4e1a-9336-44dcd6ff8ae3 2026-07-21 22:16:42.795 10 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port b679316f-e7f5-4e1a-9336-44dcd6ff8ae3 2026-07-21 22:17:12.371 10 INFO neutron.plugins.ml2.plugin [None req-ebcb7bd7-d2c1-440b-bf8e-0131cb2694c5 - - - - - -] Attempt 1 to provision port 0c717d36-7f3c-4550-90df-19f39cae9417 2026-07-21 22:17:12.825 9 INFO neutron.plugins.ml2.plugin [None req-34576288-388c-495a-a090-ab23998cb5ee - - - - - -] Attempt 1 to provision port 0c717d36-7f3c-4550-90df-19f39cae9417