+ 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-09-12 04:47:05.720 1 INFO neutron.common.config [-] Logging enabled! 2026-09-12 04:47:05.721 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 24.2.34.dev5 2026-09-12 04:47:05.721 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-09-12 04:47:05.721 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-09-12 04:47:06.651 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-12 04:47:06.654 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-09-12 04:47:06.656 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-09-12 04:47:06.657 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-12 04:47:06.657 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-09-12 04:47:06.657 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-09-12 04:47:06.657 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-12 04:47:06.662 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-12 04:47:06.662 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-12 04:47:06.662 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-09-12 04:47:06.678 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-09-12 04:47:06.679 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-09-12 04:47:06.679 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-09-12 04:47:06.706 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-09-12 04:47:06.706 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-09-12 04:47:06.706 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-09-12 04:47:06.706 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-09-12 04:47:06.711 1 WARNING oslo_policy.policy [None req-7fc9aaa0-78be-4fa9-a7b3-63a30e01b6f9 - - - - - -] 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-09-12 04:47:06.986 1 INFO neutron.plugins.ml2.managers [None req-7fc9aaa0-78be-4fa9-a7b3-63a30e01b6f9 - - - - - -] Initializing driver for type 'vlan' 2026-09-12 04:47:07.172 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-7fc9aaa0-78be-4fa9-a7b3-63a30e01b6f9 - - - - - -] VlanTypeDriver initialization complete 2026-09-12 04:47:07.173 1 INFO neutron.plugins.ml2.managers [None req-7fc9aaa0-78be-4fa9-a7b3-63a30e01b6f9 - - - - - -] Initializing driver for type 'vxlan' 2026-09-12 04:47:07.173 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-7fc9aaa0-78be-4fa9-a7b3-63a30e01b6f9 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-09-12 04:47:07.203 1 INFO neutron.plugins.ml2.managers [None req-7fc9aaa0-78be-4fa9-a7b3-63a30e01b6f9 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-09-12 04:47:07.203 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-7fc9aaa0-78be-4fa9-a7b3-63a30e01b6f9 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-09-12 04:47:07.203 1 INFO neutron.plugins.ml2.managers [None req-7fc9aaa0-78be-4fa9-a7b3-63a30e01b6f9 - - - - - -] Initializing extension driver 'port_security' 2026-09-12 04:47:07.204 1 INFO neutron.plugins.ml2.extensions.port_security [None req-7fc9aaa0-78be-4fa9-a7b3-63a30e01b6f9 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-09-12 04:47:07.204 1 INFO neutron.plugins.ml2.managers [None req-7fc9aaa0-78be-4fa9-a7b3-63a30e01b6f9 - - - - - -] Initializing extension driver 'qos' 2026-09-12 04:47:07.204 1 INFO neutron.plugins.ml2.managers [None req-7fc9aaa0-78be-4fa9-a7b3-63a30e01b6f9 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-09-12 04:47:07.204 1 INFO neutron.plugins.ml2.managers [None req-7fc9aaa0-78be-4fa9-a7b3-63a30e01b6f9 - - - - - -] Initializing mechanism driver 'l2population' 2026-09-12 04:47:07.213 1 INFO neutron.quota [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded quota_driver: . 2026-09-12 04:47:07.214 1 INFO neutron.plugins.ml2.plugin [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Modular L2 Plugin initialization complete 2026-09-12 04:47:07.214 1 INFO neutron.plugins.ml2.managers [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-09-12 04:47:07.214 1 INFO neutron.plugins.ml2.managers [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-09-12 04:47:07.215 1 INFO neutron.plugins.ml2.managers [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Got port-security extension from driver 'port_security' 2026-09-12 04:47:07.215 1 INFO neutron.extensions.vlantransparent [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Disabled vlantransparent extension. 2026-09-12 04:47:07.215 1 INFO neutron.manager [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loading Plugin: qos 2026-09-12 04:47:07.224 1 INFO neutron.manager [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loading Plugin: router 2026-09-12 04:47:07.281 1 INFO neutron.services.service_base [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-09-12 04:47:07.281 1 INFO neutron.manager [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loading Plugin: segments 2026-09-12 04:47:07.343 1 INFO neutron.manager [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loading Plugin: trunk 2026-09-12 04:47:07.393 1 INFO neutron.manager [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loading Plugin: vpnaas 2026-09-12 04:47:07.428 1 WARNING stevedore.named [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-09-12 04:47:07.476 1 INFO neutron_vpnaas.services.vpn.plugin [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-09-12 04:47:07.476 1 INFO neutron.common.utils [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-09-12 04:47:07.477 1 INFO neutron.manager [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loading Plugin: auto_allocate 2026-09-12 04:47:07.480 1 INFO neutron.manager [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loading Plugin: tag 2026-09-12 04:47:07.486 1 INFO neutron.manager [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loading Plugin: timestamp 2026-09-12 04:47:07.490 1 INFO neutron.manager [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loading Plugin: network_ip_availability 2026-09-12 04:47:07.493 1 INFO neutron.manager [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loading Plugin: flavors 2026-09-12 04:47:07.495 1 INFO neutron.manager [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loading Plugin: revisions 2026-09-12 04:47:07.498 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Initializing extension manager. 2026-09-12 04:47:07.499 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: address-group 2026-09-12 04:47:07.499 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: address-scope 2026-09-12 04:47:07.500 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-09-12 04:47:07.500 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: agent 2026-09-12 04:47:07.501 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: agent-resources-synced 2026-09-12 04:47:07.502 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: allowed-address-pairs 2026-09-12 04:47:07.502 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: auto-allocated-topology 2026-09-12 04:47:07.503 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: availability_zone 2026-09-12 04:47:07.504 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: availability_zone_filter 2026-09-12 04:47:07.504 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-09-12 04:47:07.505 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: default-subnetpools 2026-09-12 04:47:07.506 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-09-12 04:47:07.506 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: dns-integration 2026-09-12 04:47:07.507 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: dns-domain-ports 2026-09-12 04:47:07.507 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-09-12 04:47:07.508 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: dvr 2026-09-12 04:47:07.508 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-09-12 04:47:07.508 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: empty-string-filtering 2026-09-12 04:47:07.509 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-09-12 04:47:07.509 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-09-12 04:47:07.510 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: external-net 2026-09-12 04:47:07.510 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: extra_dhcp_opt 2026-09-12 04:47:07.511 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: extraroute 2026-09-12 04:47:07.511 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: extraroute-atomic 2026-09-12 04:47:07.512 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-09-12 04:47:07.512 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-09-12 04:47:07.513 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-09-12 04:47:07.513 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-09-12 04:47:07.513 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: fip-port-details 2026-09-12 04:47:07.514 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: flavors 2026-09-12 04:47:07.515 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-09-12 04:47:07.515 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: floatingip-pools 2026-09-12 04:47:07.516 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: ip_allocation 2026-09-12 04:47:07.516 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: ip-substring-filtering 2026-09-12 04:47:07.517 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: l2_adjacency 2026-09-12 04:47:07.518 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: router 2026-09-12 04:47:07.519 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-09-12 04:47:07.521 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-09-12 04:47:07.521 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-09-12 04:47:07.522 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: ext-gw-mode 2026-09-12 04:47:07.522 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: l3-ha 2026-09-12 04:47:07.523 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-09-12 04:47:07.523 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-09-12 04:47:07.524 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: l3-flavors 2026-09-12 04:47:07.524 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-09-12 04:47:07.525 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-09-12 04:47:07.527 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: l3_agent_scheduler 2026-09-12 04:47:07.527 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-09-12 04:47:07.528 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension logging not supported by any of loaded plugins 2026-09-12 04:47:07.529 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension metering not supported by any of loaded plugins 2026-09-12 04:47:07.529 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-09-12 04:47:07.530 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: multi-provider 2026-09-12 04:47:07.530 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: net-mtu 2026-09-12 04:47:07.531 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: net-mtu-writable 2026-09-12 04:47:07.531 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: network_availability_zone 2026-09-12 04:47:07.532 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: network_ha 2026-09-12 04:47:07.532 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: network-ip-availability 2026-09-12 04:47:07.533 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-09-12 04:47:07.533 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: pagination 2026-09-12 04:47:07.534 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: port-device-profile 2026-09-12 04:47:07.534 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-09-12 04:47:07.535 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-09-12 04:47:07.535 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-09-12 04:47:07.536 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: port-mac-override 2026-09-12 04:47:07.536 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-09-12 04:47:07.537 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-09-12 04:47:07.537 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: port-resource-request 2026-09-12 04:47:07.538 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: port-resource-request-groups 2026-09-12 04:47:07.538 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: binding 2026-09-12 04:47:07.539 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: binding-extended 2026-09-12 04:47:07.540 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: port-security 2026-09-12 04:47:07.540 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: project-id 2026-09-12 04:47:07.541 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: provider 2026-09-12 04:47:07.542 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: qos 2026-09-12 04:47:07.543 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-09-12 04:47:07.543 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-09-12 04:47:07.544 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: qos-default 2026-09-12 04:47:07.544 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: qos-fip 2026-09-12 04:47:07.545 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-09-12 04:47:07.545 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: qos-gateway-ip 2026-09-12 04:47:07.546 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: qos-port-network-policy 2026-09-12 04:47:07.546 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: qos-pps-minimum 2026-09-12 04:47:07.547 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-09-12 04:47:07.548 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: qos-pps 2026-09-12 04:47:07.548 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: qos-rule-type-details 2026-09-12 04:47:07.549 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: qos-rule-type-filter 2026-09-12 04:47:07.549 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: qos-rules-alias 2026-09-12 04:47:07.550 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: quota-check-limit 2026-09-12 04:47:07.551 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: quotas 2026-09-12 04:47:07.553 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: quota_details 2026-09-12 04:47:07.554 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: rbac-policies 2026-09-12 04:47:07.555 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: rbac-address-group 2026-09-12 04:47:07.555 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: rbac-address-scope 2026-09-12 04:47:07.556 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: rbac-security-groups 2026-09-12 04:47:07.556 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: rbac-subnetpool 2026-09-12 04:47:07.557 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: revision-if-match 2026-09-12 04:47:07.557 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: standard-attr-revisions 2026-09-12 04:47:07.558 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: router_availability_zone 2026-09-12 04:47:07.559 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-09-12 04:47:07.560 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: security-groups-default-rules 2026-09-12 04:47:07.560 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-09-12 04:47:07.561 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: port-security-groups-filtering 2026-09-12 04:47:07.561 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-09-12 04:47:07.562 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-09-12 04:47:07.562 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-09-12 04:47:07.568 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: security-group 2026-09-12 04:47:07.569 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: segment 2026-09-12 04:47:07.569 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-09-12 04:47:07.570 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: service-type 2026-09-12 04:47:07.570 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: sorting 2026-09-12 04:47:07.571 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: standard-attr-segment 2026-09-12 04:47:07.571 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: standard-attr-description 2026-09-12 04:47:07.572 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: stateful-security-group 2026-09-12 04:47:07.572 1 WARNING neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-09-12 04:47:07.573 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-09-12 04:47:07.573 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: subnet_onboard 2026-09-12 04:47:07.574 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-09-12 04:47:07.574 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: subnet-service-types 2026-09-12 04:47:07.575 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: subnet_allocation 2026-09-12 04:47:07.576 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-09-12 04:47:07.576 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-09-12 04:47:07.578 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: standard-attr-tag 2026-09-12 04:47:07.579 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: standard-attr-timestamp 2026-09-12 04:47:07.580 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: trunk 2026-09-12 04:47:07.580 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: trunk-details 2026-09-12 04:47:07.581 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-09-12 04:47:07.581 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-09-12 04:47:07.583 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-09-12 04:47:07.583 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-09-12 04:47:07.584 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: vpn-flavors 2026-09-12 04:47:07.585 1 INFO neutron.api.extensions [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Loaded extension: vpnaas 2026-09-12 04:47:07.587 1 INFO oslo_service.service [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Starting 2 workers 2026-09-12 04:47:07.591 1 INFO oslo_service.service [None req-92611097-e3e0-47ca-8951-b85d97311f98 - - - - - -] Starting 1 workers 2026-09-12 04:47:40.816 10 INFO neutron.db.l3_hamode_db [None req-31a18a7c-7186-416a-a9ca-e8946f32fc46 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-12 04:47:51.207 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 3b22fad0-ebeb-40cc-b8f1-24bbd238e771 2026-09-12 04:47:52.444 10 INFO neutron.plugins.ml2.plugin [None req-dd993e32-f14a-4f45-9687-d4555be17421 - - - - - -] Attempt 1 to provision port 3b22fad0-ebeb-40cc-b8f1-24bbd238e771 2026-09-12 04:47:53.118 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 3b22fad0-ebeb-40cc-b8f1-24bbd238e771 2026-09-12 04:52:19.278 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 9bfdeebf-8410-4ff0-96aa-42f3be3e3b05 2026-09-12 04:52:19.751 9 INFO neutron.plugins.ml2.plugin [None req-66b80ca5-adcc-4c57-9741-86d4b7d650c3 - - - - - -] Attempt 1 to provision port 9bfdeebf-8410-4ff0-96aa-42f3be3e3b05 2026-09-12 04:52:21.293 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 9bfdeebf-8410-4ff0-96aa-42f3be3e3b05 2026-09-12 04:52:28.322 10 INFO neutron.plugins.ml2.plugin [None req-63ca0ffa-e651-40e9-b37d-397e1b8be619 - - - - - -] Attempt 1 to provision port e57da5b2-f4a0-4bc3-99e0-30e1aefdcd8d 2026-09-12 04:56:01.624 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port e57da5b2-f4a0-4bc3-99e0-30e1aefdcd8d 2026-09-12 04:56:03.452 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port e57da5b2-f4a0-4bc3-99e0-30e1aefdcd8d 2026-09-12 05:04:19.767 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port f05d9498-aa50-4bba-ba41-5557f6536c74 2026-09-12 05:04:21.735 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port f05d9498-aa50-4bba-ba41-5557f6536c74 2026-09-12 05:22:07.759 10 INFO neutron.plugins.ml2.plugin [None req-e5829046-cd36-458a-b2b6-4736d5ca9eb4 - - - - - -] Attempt 1 to provision port 0da641df-cbdd-4253-8930-b57633ffc2cf 2026-09-12 05:22:08.456 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port fd4b3129-d042-449c-968c-86d2d6f5191b 2026-09-12 05:22:08.464 9 INFO neutron.plugins.ml2.plugin [None req-ce5f0f74-0944-4f98-a1a4-3163003de873 - - - - - -] Attempt 1 to provision port 31d5aa85-43c1-422b-a589-b83e8aae0d77 2026-09-12 05:22:08.506 9 INFO neutron.plugins.ml2.plugin [None req-ce5f0f74-0944-4f98-a1a4-3163003de873 - - - - - -] Attempt 1 to provision port 4b685135-d764-461d-bbce-a5fc9d5b85db 2026-09-12 05:22:09.020 10 INFO neutron.plugins.ml2.plugin [None req-f97bb9ed-a6c5-4bce-bfc7-ab4e98306de1 - - - - - -] Attempt 1 to provision port 2b61411e-9130-4f32-b3be-24b228ac4a68 2026-09-12 05:22:09.130 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 4b685135-d764-461d-bbce-a5fc9d5b85db 2026-09-12 05:22:09.397 10 INFO neutron.plugins.ml2.plugin [None req-e1b23a3c-5f3a-4614-b4b4-1f30205a3a48 - - - - - -] Attempt 1 to provision port fd4b3129-d042-449c-968c-86d2d6f5191b 2026-09-12 05:22:09.701 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 2b61411e-9130-4f32-b3be-24b228ac4a68 2026-09-12 05:22:10.490 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 2b61411e-9130-4f32-b3be-24b228ac4a68 2026-09-12 05:22:10.785 9 INFO neutron.plugins.ml2.plugin [None req-7595ea62-e439-4125-be59-f0599eca4f97 - - - - - -] Attempt 1 to provision port d7b64523-29ef-474a-bf95-7bbc8690d789 2026-09-12 05:22:10.959 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 4b685135-d764-461d-bbce-a5fc9d5b85db 2026-09-12 05:22:11.032 10 INFO neutron.plugins.ml2.plugin [None req-54a333d5-f3f2-40ee-8c04-4ffcfcf731fa - - - - - -] Attempt 1 to provision port 3934e631-4457-422f-8746-195274716b06 2026-09-12 05:22:11.462 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port fd4b3129-d042-449c-968c-86d2d6f5191b 2026-09-12 05:22:11.524 10 INFO neutron.plugins.ml2.plugin [None req-aba7f886-ad76-4ec8-b32c-efa272e5047e - - - - - -] Attempt 1 to provision port 3934e631-4457-422f-8746-195274716b06 2026-09-12 05:22:12.393 10 INFO neutron.plugins.ml2.plugin [None req-33a9f979-6190-444f-8bd7-6137987dd239 - - - - - -] Attempt 1 to provision port 2daed3f2-8a81-41dd-a934-4ae9cca6779f 2026-09-12 05:22:12.940 10 INFO neutron.plugins.ml2.plugin [None req-ec8bc6d1-fa49-4455-be90-aae070f6bc35 - - - - - -] Attempt 1 to provision port 2daed3f2-8a81-41dd-a934-4ae9cca6779f 2026-09-12 05:22:13.926 10 INFO neutron.plugins.ml2.plugin [None req-cc197fea-a4ff-4e75-85b3-1bac3e014447 - - - - - -] Attempt 1 to provision port ca91241d-d27c-4079-b355-e28f111aa15d 2026-09-12 05:22:14.404 10 INFO neutron.plugins.ml2.plugin [None req-60985ea8-1e3a-44b7-a73a-890173c7a549 - - - - - -] Attempt 1 to provision port ca91241d-d27c-4079-b355-e28f111aa15d 2026-09-12 05:22:16.270 10 INFO neutron.plugins.ml2.plugin [None req-f42acbd0-4791-4dd9-b9d9-1e2424d17447 - - - - - -] Attempt 1 to provision port c8b36d88-9a37-4fa4-b45a-ca3f9dedbd50 2026-09-12 05:22:16.473 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 540c3e3b-4a8b-45f6-be4d-1ca4960304ba 2026-09-12 05:22:17.050 9 INFO neutron.plugins.ml2.plugin [None req-cc794a87-04a5-47d9-95e8-18bec028db69 - - - - - -] Attempt 1 to provision port 540c3e3b-4a8b-45f6-be4d-1ca4960304ba 2026-09-12 05:22:18.494 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 540c3e3b-4a8b-45f6-be4d-1ca4960304ba 2026-09-12 05:22:18.909 10 INFO neutron.plugins.ml2.plugin [None req-5d9b9801-41f5-4f1d-a535-d94a45ef6bd9 - - - - - -] Attempt 1 to provision port 4c3d21ce-a363-4c4b-a7ff-579eb1615f50 2026-09-12 05:22:19.484 10 INFO neutron.plugins.ml2.plugin [None req-e69b6e1e-eb64-4020-a2df-c5114472a65e - - - - - -] Attempt 1 to provision port 4c3d21ce-a363-4c4b-a7ff-579eb1615f50 2026-09-12 05:22:20.362 9 INFO neutron.plugins.ml2.plugin [None req-20eb5537-a6d0-4d85-89a7-3cb44fe3d396 - - - - - -] Attempt 1 to provision port f722a4e9-0390-45ee-83ae-21091963cdd4 2026-09-12 05:22:20.569 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 5ec23a7f-0a13-4398-94bb-317fcb2fcb5a 2026-09-12 05:22:20.728 10 INFO neutron.plugins.ml2.plugin [None req-b9c78723-2b68-418e-9f01-b74146808bb7 - - - - - -] Attempt 1 to provision port 7031ce8d-03d6-4ad3-8615-3427d63b3969 2026-09-12 05:22:21.011 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 4e67a623-7555-4fd3-8749-9443d1f76a77 2026-09-12 05:22:21.466 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port a1c98602-ee4d-43ae-9f1d-2ff28375375d 2026-09-12 05:22:22.489 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 4e67a623-7555-4fd3-8749-9443d1f76a77 2026-09-12 05:22:22.836 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port a1c98602-ee4d-43ae-9f1d-2ff28375375d 2026-09-12 05:22:23.141 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 5ec23a7f-0a13-4398-94bb-317fcb2fcb5a /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-09-12 05:22:26.640 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port f722a4e9-0390-45ee-83ae-21091963cdd4 2026-09-12 05:22:26.654 10 INFO neutron.plugins.ml2.plugin [None req-28069e18-4e0d-4908-9fdf-3367bf95cda7 - - - - - -] Attempt 1 to provision port 837637bc-e0e3-455f-9e96-5f7981f0ad46 2026-09-12 05:22:27.398 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-0caf6ed7-2de3-45bc-93f7-dd7b905cd11a'] response: {'server_uuid': '13016c2b-5b6c-4501-a1b6-5e73202357e7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f722a4e9-0390-45ee-83ae-21091963cdd4', 'code': 200} 2026-09-12 05:22:27.485 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 7031ce8d-03d6-4ad3-8615-3427d63b3969 2026-09-12 05:22:28.025 10 INFO neutron.plugins.ml2.plugin [None req-723adbba-1e78-4e73-8c52-440259aac361 - - - - - -] Attempt 1 to provision port 8a302ad2-3568-45e3-8adb-97fd121a5935 2026-09-12 05:22:28.593 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 7031ce8d-03d6-4ad3-8615-3427d63b3969 2026-09-12 05:22:28.785 10 INFO neutron.plugins.ml2.plugin [None req-0559ee49-85f5-40ec-9ab1-88f6fadef66c - - - - - -] Attempt 1 to provision port 22c12443-44d2-4b73-99a3-ffb5f49869e8 2026-09-12 05:22:28.907 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port f722a4e9-0390-45ee-83ae-21091963cdd4 2026-09-12 05:22:29.327 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 837637bc-e0e3-455f-9e96-5f7981f0ad46 2026-09-12 05:22:29.463 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-4869bcd2-7932-4435-8e03-4a691223ef70'] response: {'server_uuid': '6f13e2e8-3a22-40c9-84f7-77fe436f748f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7031ce8d-03d6-4ad3-8615-3427d63b3969', 'code': 200} 2026-09-12 05:22:29.895 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8c3bfdd-2df1-4dcd-83c9-bd4600363715'] response: {'server_uuid': 'df68d096-6f15-4bb7-b20b-2b5d0bb301f6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '837637bc-e0e3-455f-9e96-5f7981f0ad46', 'code': 200} 2026-09-12 05:22:30.056 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 22c12443-44d2-4b73-99a3-ffb5f49869e8 2026-09-12 05:22:30.861 9 INFO neutron.plugins.ml2.plugin [None req-f2146767-80bd-48db-beba-69da5c793e87 - - - - - -] Attempt 1 to provision port 08ec7b00-c93a-4fb1-aa26-d13d4437b256 2026-09-12 05:22:30.911 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 837637bc-e0e3-455f-9e96-5f7981f0ad46 2026-09-12 05:22:31.226 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 22c12443-44d2-4b73-99a3-ffb5f49869e8 2026-09-12 05:22:31.911 10 INFO neutron.plugins.ml2.plugin [None req-36d0f685-a129-472e-990c-f3cafe744603 - - - - - -] Attempt 1 to provision port 08ec7b00-c93a-4fb1-aa26-d13d4437b256 2026-09-12 05:22:32.964 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port c3032a53-ddcf-4ac5-9e1d-03f8a11de04a 2026-09-12 05:22:35.031 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port c3032a53-ddcf-4ac5-9e1d-03f8a11de04a 2026-09-12 05:22:44.836 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 0da641df-cbdd-4253-8930-b57633ffc2cf 2026-09-12 05:22:46.807 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 0da641df-cbdd-4253-8930-b57633ffc2cf 2026-09-12 05:22:47.005 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 3934e631-4457-422f-8746-195274716b06 2026-09-12 05:22:48.897 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 2daed3f2-8a81-41dd-a934-4ae9cca6779f 2026-09-12 05:22:49.347 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 3934e631-4457-422f-8746-195274716b06 2026-09-12 05:22:49.624 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 31d5aa85-43c1-422b-a589-b83e8aae0d77 2026-09-12 05:22:50.896 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 2daed3f2-8a81-41dd-a934-4ae9cca6779f 2026-09-12 05:22:51.142 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 31d5aa85-43c1-422b-a589-b83e8aae0d77 2026-09-12 05:22:51.688 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-36bb23cd-e5b7-4b7e-a428-c4650f683989'] response: {'server_uuid': '13016c2b-5b6c-4501-a1b6-5e73202357e7', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f722a4e9-0390-45ee-83ae-21091963cdd4', 'code': 200} 2026-09-12 05:22:52.894 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port f722a4e9-0390-45ee-83ae-21091963cdd4 2026-09-12 05:22:53.149 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-e68a9b73-e659-4561-adb8-01dd75be56f0'] response: {'server_uuid': '13016c2b-5b6c-4501-a1b6-5e73202357e7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f722a4e9-0390-45ee-83ae-21091963cdd4', 'code': 200} 2026-09-12 05:22:54.258 9 INFO neutron.plugins.ml2.plugin [None req-1d552b13-24d4-4e5f-a974-12f6a35b4136 - - - - - -] Attempt 1 to provision port 7031ce8d-03d6-4ad3-8615-3427d63b3969 2026-09-12 05:22:54.914 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port f722a4e9-0390-45ee-83ae-21091963cdd4 2026-09-12 05:22:55.333 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 7031ce8d-03d6-4ad3-8615-3427d63b3969 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 120e3153-f995-4f0a-a389-d480e0c301c9 could not be found. 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:22:56.373 9 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-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:22:56.373 9 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-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 120e3153-f995-4f0a-a389-d480e0c301c9 could not be found. 2026-09-12 05:22:56.373 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:22:56.375 9 ERROR neutron.plugins.ml2.managers [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Failed to bind port 59d7814c-9720-43fe-8b58-7dba90e075e6 on host instance for vnic_type normal using segments [{'id': '778d7cea-f586-41f4-8821-f8ec16989ac4', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 112, 'network_id': '4b21aecf-2511-49dd-807a-76db63caa238'}] 2026-09-12 05:22:56.375 9 INFO neutron.plugins.ml2.plugin [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Attempt 2 to bind port 59d7814c-9720-43fe-8b58-7dba90e075e6 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 120e3153-f995-4f0a-a389-d480e0c301c9 could not be found. 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:22:56.401 9 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-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:22:56.401 9 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-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 120e3153-f995-4f0a-a389-d480e0c301c9 could not be found. 2026-09-12 05:22:56.401 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:22:56.402 9 ERROR neutron.plugins.ml2.managers [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Failed to bind port 59d7814c-9720-43fe-8b58-7dba90e075e6 on host instance for vnic_type normal using segments [{'id': '778d7cea-f586-41f4-8821-f8ec16989ac4', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 112, 'network_id': '4b21aecf-2511-49dd-807a-76db63caa238'}] 2026-09-12 05:22:56.402 9 INFO neutron.plugins.ml2.plugin [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Attempt 3 to bind port 59d7814c-9720-43fe-8b58-7dba90e075e6 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 120e3153-f995-4f0a-a389-d480e0c301c9 could not be found. 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:22:56.436 9 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-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:22:56.436 9 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-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 120e3153-f995-4f0a-a389-d480e0c301c9 could not be found. 2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:22:56.436 9 ERROR neutron.plugins.ml2.managers [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Failed to bind port 59d7814c-9720-43fe-8b58-7dba90e075e6 on host instance for vnic_type normal using segments [{'id': '778d7cea-f586-41f4-8821-f8ec16989ac4', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 112, 'network_id': '4b21aecf-2511-49dd-807a-76db63caa238'}] 2026-09-12 05:22:56.436 9 INFO neutron.plugins.ml2.plugin [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Attempt 4 to bind port 59d7814c-9720-43fe-8b58-7dba90e075e6 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 120e3153-f995-4f0a-a389-d480e0c301c9 could not be found. 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:22:56.481 9 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-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:22:56.481 9 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-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 120e3153-f995-4f0a-a389-d480e0c301c9 could not be found. 2026-09-12 05:22:56.481 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:22:56.482 9 ERROR neutron.plugins.ml2.managers [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Failed to bind port 59d7814c-9720-43fe-8b58-7dba90e075e6 on host instance for vnic_type normal using segments [{'id': '778d7cea-f586-41f4-8821-f8ec16989ac4', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 112, 'network_id': '4b21aecf-2511-49dd-807a-76db63caa238'}] 2026-09-12 05:22:56.482 9 INFO neutron.plugins.ml2.plugin [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Attempt 5 to bind port 59d7814c-9720-43fe-8b58-7dba90e075e6 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 120e3153-f995-4f0a-a389-d480e0c301c9 could not be found. 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:22:56.510 9 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-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:22:56.510 9 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-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 120e3153-f995-4f0a-a389-d480e0c301c9 could not be found. 2026-09-12 05:22:56.510 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:22:56.511 9 ERROR neutron.plugins.ml2.managers [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Failed to bind port 59d7814c-9720-43fe-8b58-7dba90e075e6 on host instance for vnic_type normal using segments [{'id': '778d7cea-f586-41f4-8821-f8ec16989ac4', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 112, 'network_id': '4b21aecf-2511-49dd-807a-76db63caa238'}] 2026-09-12 05:22:56.511 9 INFO neutron.plugins.ml2.plugin [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Attempt 6 to bind port 59d7814c-9720-43fe-8b58-7dba90e075e6 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 120e3153-f995-4f0a-a389-d480e0c301c9 could not be found. 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:22:56.527 9 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-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:22:56.527 9 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-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 120e3153-f995-4f0a-a389-d480e0c301c9 could not be found. 2026-09-12 05:22:56.527 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:22:56.528 9 ERROR neutron.plugins.ml2.managers [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Failed to bind port 59d7814c-9720-43fe-8b58-7dba90e075e6 on host instance for vnic_type normal using segments [{'id': '778d7cea-f586-41f4-8821-f8ec16989ac4', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 112, 'network_id': '4b21aecf-2511-49dd-807a-76db63caa238'}] 2026-09-12 05:22:56.528 9 INFO neutron.plugins.ml2.plugin [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Attempt 7 to bind port 59d7814c-9720-43fe-8b58-7dba90e075e6 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 120e3153-f995-4f0a-a389-d480e0c301c9 could not be found. 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:22:56.545 9 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-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:22:56.545 9 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-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 120e3153-f995-4f0a-a389-d480e0c301c9 could not be found. 2026-09-12 05:22:56.545 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:22:56.546 9 ERROR neutron.plugins.ml2.managers [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Failed to bind port 59d7814c-9720-43fe-8b58-7dba90e075e6 on host instance for vnic_type normal using segments [{'id': '778d7cea-f586-41f4-8821-f8ec16989ac4', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 112, 'network_id': '4b21aecf-2511-49dd-807a-76db63caa238'}] 2026-09-12 05:22:56.546 9 INFO neutron.plugins.ml2.plugin [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Attempt 8 to bind port 59d7814c-9720-43fe-8b58-7dba90e075e6 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 120e3153-f995-4f0a-a389-d480e0c301c9 could not be found. 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:22:56.570 9 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-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:22:56.570 9 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-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 120e3153-f995-4f0a-a389-d480e0c301c9 could not be found. 2026-09-12 05:22:56.570 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:22:56.571 9 ERROR neutron.plugins.ml2.managers [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Failed to bind port 59d7814c-9720-43fe-8b58-7dba90e075e6 on host instance for vnic_type normal using segments [{'id': '778d7cea-f586-41f4-8821-f8ec16989ac4', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 112, 'network_id': '4b21aecf-2511-49dd-807a-76db63caa238'}] 2026-09-12 05:22:56.571 9 INFO neutron.plugins.ml2.plugin [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Attempt 9 to bind port 59d7814c-9720-43fe-8b58-7dba90e075e6 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 120e3153-f995-4f0a-a389-d480e0c301c9 could not be found. 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:22:56.604 9 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-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:22:56.604 9 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-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 120e3153-f995-4f0a-a389-d480e0c301c9 could not be found. 2026-09-12 05:22:56.604 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:22:56.605 9 ERROR neutron.plugins.ml2.managers [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Failed to bind port 59d7814c-9720-43fe-8b58-7dba90e075e6 on host instance for vnic_type normal using segments [{'id': '778d7cea-f586-41f4-8821-f8ec16989ac4', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 112, 'network_id': '4b21aecf-2511-49dd-807a-76db63caa238'}] 2026-09-12 05:22:56.613 9 INFO neutron.plugins.ml2.plugin [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Attempt 10 to bind port 59d7814c-9720-43fe-8b58-7dba90e075e6 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 120e3153-f995-4f0a-a389-d480e0c301c9 could not be found. 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:22:56.633 9 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-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:22:56.633 9 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-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 120e3153-f995-4f0a-a389-d480e0c301c9 could not be found. 2026-09-12 05:22:56.633 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:22:56.634 9 ERROR neutron.plugins.ml2.managers [None req-d66d0328-7663-4120-b4a8-aa691db59546 - - - - - -] Failed to bind port 59d7814c-9720-43fe-8b58-7dba90e075e6 on host instance for vnic_type normal using segments [{'id': '778d7cea-f586-41f4-8821-f8ec16989ac4', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 112, 'network_id': '4b21aecf-2511-49dd-807a-76db63caa238'}] 2026-09-12 05:22:56.794 10 INFO neutron.plugins.ml2.plugin [None req-9d99c0fd-8d73-4962-9ece-a3a59e62dfac - - - - - -] Attempt 1 to provision port 7031ce8d-03d6-4ad3-8615-3427d63b3969 2026-09-12 05:22:56.932 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port f08c2bc1-638e-441b-ba68-a8df388cfa68 2026-09-12 05:22:56.969 10 INFO neutron.plugins.ml2.plugin [None req-80946702-6f78-4ce5-8d0f-27d3e82d3be3 - - - - - -] Attempt 1 to provision port f08c2bc1-638e-441b-ba68-a8df388cfa68 2026-09-12 05:22:57.519 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 7031ce8d-03d6-4ad3-8615-3427d63b3969 /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-09-12 05:23:04.881 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 5c3cf670-687a-48c6-a30e-30ffe4413d60 2026-09-12 05:23:04.949 9 INFO neutron.plugins.ml2.plugin [None req-28fedf99-dc89-422d-afcc-54695d71e449 - - - - - -] Attempt 1 to provision port 5c3cf670-687a-48c6-a30e-30ffe4413d60 2026-09-12 05:23:05.433 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 6057583d-7335-4320-b60e-34875ef64e29 2026-09-12 05:23:05.796 9 INFO neutron.plugins.ml2.plugin [None req-304118da-2a4a-4efe-a68a-7995ca90f11b - - - - - -] Attempt 1 to provision port b9cda505-a38b-4926-82f9-b22a9988f458 2026-09-12 05:23:05.841 9 INFO neutron.plugins.ml2.plugin [None req-304118da-2a4a-4efe-a68a-7995ca90f11b - - - - - -] Attempt 1 to provision port 6057583d-7335-4320-b60e-34875ef64e29 2026-09-12 05:23:06.353 10 INFO neutron.plugins.ml2.plugin [None req-4d3e39b6-3f44-4992-9089-504b8a5bc7f7 - - - - - -] Attempt 1 to provision port b9cda505-a38b-4926-82f9-b22a9988f458 2026-09-12 05:23:06.821 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 5c3cf670-687a-48c6-a30e-30ffe4413d60 2026-09-12 05:23:07.116 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 6057583d-7335-4320-b60e-34875ef64e29 2026-09-12 05:23:07.297 9 INFO neutron.plugins.ml2.plugin [None req-f7d29808-9932-4d24-b924-60b42e648b2e - - - - - -] Attempt 1 to provision port 64c8e9a3-a387-482d-89fb-47fef8fbaf20 2026-09-12 05:23:08.075 9 INFO neutron.plugins.ml2.plugin [None req-7a7ecadc-8976-48a7-bb38-865ac2e77b70 - - - - - -] Attempt 1 to provision port 64c8e9a3-a387-482d-89fb-47fef8fbaf20 2026-09-12 05:23:08.534 9 INFO neutron.plugins.ml2.plugin [None req-93891076-328e-4412-911c-e2b78668e7d5 - - - - - -] Attempt 1 to provision port 7bc8324b-a540-4c1d-b53c-231e9dad40af 2026-09-12 05:23:08.960 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 5be47c97-3fe9-4d6e-b275-6528cb5fdf0c 2026-09-12 05:23:09.486 9 INFO neutron.plugins.ml2.plugin [None req-3c82435a-ee07-4951-bc35-fd75dbe5dd92 - - - - - -] Attempt 1 to provision port 5be47c97-3fe9-4d6e-b275-6528cb5fdf0c 2026-09-12 05:23:10.945 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 5be47c97-3fe9-4d6e-b275-6528cb5fdf0c 2026-09-12 05:23:11.188 9 INFO neutron.plugins.ml2.plugin [None req-e8d7cfec-a78c-4339-8c5d-eb48c100c09f - - - - - -] Attempt 1 to provision port ca6788f1-861f-4e1b-97af-4943e300386b 2026-09-12 05:23:11.657 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce658702-a001-4db7-9658-b138bb607a81'] response: {'server_uuid': '13016c2b-5b6c-4501-a1b6-5e73202357e7', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f722a4e9-0390-45ee-83ae-21091963cdd4', 'code': 200} 2026-09-12 05:23:11.753 10 INFO neutron.plugins.ml2.plugin [None req-3f1d997f-06d5-46b6-a1b9-0261ca565ef1 - - - - - -] Attempt 1 to provision port ca6788f1-861f-4e1b-97af-4943e300386b 2026-09-12 05:23:12.891 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port cc9a7d67-66b0-4399-9e3f-d3718038b375 2026-09-12 05:23:14.905 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port cc9a7d67-66b0-4399-9e3f-d3718038b375 2026-09-12 05:23:17.043 10 INFO neutron.plugins.ml2.plugin [None req-a486f95a-7d7c-4542-8140-9043b1a2b405 - - - - - -] Attempt 1 to provision port f0a9477b-d3c4-4f73-be1d-1b3bdd4eeea8 2026-09-12 05:23:17.212 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port f0a9477b-d3c4-4f73-be1d-1b3bdd4eeea8 2026-09-12 05:23:17.522 9 INFO neutron.plugins.ml2.plugin [None req-27723ff4-7fc4-479b-86c9-9feb1db89fa6 - - - - - -] Attempt 1 to provision port 1028e4fd-d07d-42e2-b320-a75c8b063048 2026-09-12 05:23:18.768 9 INFO neutron.plugins.ml2.plugin [None req-1addf67a-2acd-4cc8-addb-21dc0a616855 - - - - - -] Attempt 1 to provision port 1028e4fd-d07d-42e2-b320-a75c8b063048 2026-09-12 05:23:18.929 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port f0a9477b-d3c4-4f73-be1d-1b3bdd4eeea8 /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-09-12 05:23:22.891 10 INFO neutron.plugins.ml2.plugin [None req-148ea6e4-74c5-47a6-9e96-98310c16e9e3 - - - - - -] Attempt 1 to provision port f06355fa-7801-4808-aa75-7c21cde1b274 2026-09-12 05:23:24.882 10 INFO neutron.plugins.ml2.plugin [None req-bc94e867-16a8-46d0-aadf-279c29198d68 - - - - - -] Attempt 1 to provision port 9d03b2f6-7983-4136-8f07-764e30ac77dc 2026-09-12 05:23:24.942 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 44a2bd2d-5745-4116-a2f5-190dc294d2d3 2026-09-12 05:23:25.531 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 35146701-457a-43b2-b9ac-fa726a5c0229 2026-09-12 05:23:25.563 9 INFO neutron.plugins.ml2.plugin [None req-f142782b-303c-4378-8cc1-62de7797619a - - - - - -] Attempt 1 to provision port 44a2bd2d-5745-4116-a2f5-190dc294d2d3 2026-09-12 05:23:25.772 9 INFO neutron.plugins.ml2.plugin [None req-a9dd0d58-37be-413a-8669-78f9b67ab645 - - - - - -] Attempt 1 to provision port 35146701-457a-43b2-b9ac-fa726a5c0229 2026-09-12 05:23:26.024 10 INFO neutron.plugins.ml2.plugin [None req-295a0553-4655-434d-9127-d14383bd2ba4 - - - - - -] Attempt 1 to provision port 35abe4b9-c341-4045-935b-cdccc0971091 2026-09-12 05:23:26.425 10 INFO neutron.plugins.ml2.plugin [None req-760008ac-6d51-4a3a-afe6-c463ec034ca8 - - - - - -] Attempt 1 to provision port 35abe4b9-c341-4045-935b-cdccc0971091 2026-09-12 05:23:26.871 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 44a2bd2d-5745-4116-a2f5-190dc294d2d3 2026-09-12 05:23:27.280 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 35146701-457a-43b2-b9ac-fa726a5c0229 2026-09-12 05:23:27.490 9 INFO neutron.plugins.ml2.plugin [None req-300f8086-d147-4cbb-89c9-af23cb6d1a71 - - - - - -] Attempt 1 to provision port 8846ea5f-e62d-4c27-a89d-194a958b6ea9 2026-09-12 05:23:28.479 10 INFO neutron.plugins.ml2.plugin [None req-9c8664a4-7091-4f77-ac5d-89ef22cb2c0c - - - - - -] Attempt 1 to provision port 8846ea5f-e62d-4c27-a89d-194a958b6ea9 2026-09-12 05:23:29.007 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 4f863bc8-9514-49ff-80eb-b3ab8c8a0e6f 2026-09-12 05:23:29.520 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port ca6788f1-861f-4e1b-97af-4943e300386b /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-09-12 05:23:29.921 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 7bc8324b-a540-4c1d-b53c-231e9dad40af 2026-09-12 05:23:30.970 9 INFO neutron.plugins.ml2.plugin [None req-6c859b26-f057-4f26-87aa-f76c91bc8e9f - - - - - -] Attempt 1 to provision port 407cabdc-eea9-4ae3-94a4-c6240f7c3e4e 2026-09-12 05:23:31.041 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 4f863bc8-9514-49ff-80eb-b3ab8c8a0e6f 2026-09-12 05:23:31.381 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port ca6788f1-861f-4e1b-97af-4943e300386b 2026-09-12 05:23:31.662 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port f06355fa-7801-4808-aa75-7c21cde1b274 2026-09-12 05:23:31.786 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-851a2d55-13a5-4fae-9968-a474752f5288'] response: {'server_uuid': '1d15f36a-8a66-432f-a3ad-997e388671d4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f06355fa-7801-4808-aa75-7c21cde1b274', 'code': 200} 2026-09-12 05:23:32.032 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 7bc8324b-a540-4c1d-b53c-231e9dad40af 2026-09-12 05:23:32.918 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port f06355fa-7801-4808-aa75-7c21cde1b274 2026-09-12 05:23:33.436 10 INFO neutron.plugins.ml2.plugin [None req-283fe85d-e68c-4220-8a63-f18bd6e61e09 - - - - - -] Attempt 1 to provision port af11b269-ff3a-41d1-892b-c5cc98a39f7c 2026-09-12 05:23:37.226 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port af11b269-ff3a-41d1-892b-c5cc98a39f7c 2026-09-12 05:23:37.371 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-548193ff-ffae-4343-a639-3f4380308ec7'] response: {'server_uuid': 'd3cca1e5-0919-443b-ac5f-9d51d3cf89ea', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'af11b269-ff3a-41d1-892b-c5cc98a39f7c', 'code': 200} 2026-09-12 05:23:38.923 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port af11b269-ff3a-41d1-892b-c5cc98a39f7c /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-09-12 05:23:48.408 9 INFO neutron.plugins.ml2.plugin [None req-679230ff-00a4-4caa-90a0-7c8780296bfb - - - - - -] Attempt 1 to provision port 0b321619-f3ee-418e-bf4e-fa2b3d9cc08c 2026-09-12 05:23:48.879 9 INFO neutron.plugins.ml2.plugin [None req-7ee44606-9cac-454c-b6e3-bdee1c6eff0a - - - - - -] Attempt 1 to provision port b4aec785-3049-46a4-aba0-0bac1f57acde 2026-09-12 05:23:48.914 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port b4aec785-3049-46a4-aba0-0bac1f57acde 2026-09-12 05:23:50.271 9 INFO neutron.plugins.ml2.plugin [None req-329ee25c-23f8-48d2-b7c0-b7a6804df60a - - - - - -] Attempt 1 to provision port f1247953-c220-44b4-bf07-709d6e299037 2026-09-12 05:23:50.831 9 INFO neutron.plugins.ml2.plugin [None req-05698881-354e-482c-a9f5-65ad0c30fd0d - - - - - -] Attempt 1 to provision port 8decef04-dc8e-4cde-884f-84ad5ad341d2 2026-09-12 05:23:50.919 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port a1339301-23ff-42e9-b608-33a7677aa18d 2026-09-12 05:23:51.310 9 INFO neutron.plugins.ml2.plugin [None req-0f9364de-323a-474d-a6cb-c58bd5af5037 - - - - - -] Attempt 1 to provision port a1339301-23ff-42e9-b608-33a7677aa18d 2026-09-12 05:23:51.520 10 INFO neutron.plugins.ml2.plugin [None req-4b273b21-1890-42d1-a1a4-dbf554051945 - - - - - -] Attempt 1 to provision port 8decef04-dc8e-4cde-884f-84ad5ad341d2 2026-09-12 05:23:51.586 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port b4aec785-3049-46a4-aba0-0bac1f57acde 2026-09-12 05:23:52.583 10 INFO neutron.plugins.ml2.plugin [None req-b76deb0f-2f6f-4146-8d4e-b12e8a5f07c4 - - - - - -] Attempt 1 to provision port 9f154726-f4db-4574-acec-a2616f061d16 2026-09-12 05:23:53.028 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port caec0416-562d-4c30-9571-623cf7af3145 2026-09-12 05:23:53.246 9 INFO neutron.plugins.ml2.plugin [None req-4ef8f2ac-c916-432c-99b2-8a994d4c0857 - - - - - -] Attempt 1 to provision port 9f154726-f4db-4574-acec-a2616f061d16 2026-09-12 05:23:53.550 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port a1339301-23ff-42e9-b608-33a7677aa18d 2026-09-12 05:23:54.974 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port caec0416-562d-4c30-9571-623cf7af3145 2026-09-12 05:23:55.540 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 651ac9c3-0bb8-4ffe-9b26-4f13ea30a1b5 2026-09-12 05:23:56.232 10 INFO neutron.plugins.ml2.plugin [None req-4835105e-e9ac-4791-ad19-69da749ab5dd - - - - - -] Attempt 1 to provision port 7ca210e7-08b0-4f17-8cf5-d04622a8d554 2026-09-12 05:23:56.881 10 INFO neutron.plugins.ml2.plugin [None req-97dab723-1fba-49b5-96b5-0e83724e20d6 - - - - - -] Attempt 1 to provision port 329cc807-9075-431c-95f2-9b203f9279fb 2026-09-12 05:23:56.969 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port dd233021-f40b-41dc-b43e-1a5f590532bd 2026-09-12 05:23:57.258 9 INFO neutron.plugins.ml2.plugin [None req-fe457566-fb3e-4dcb-bdbe-9b34ecc69eb3 - - - - - -] Attempt 1 to provision port dd233021-f40b-41dc-b43e-1a5f590532bd 2026-09-12 05:23:57.447 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 651ac9c3-0bb8-4ffe-9b26-4f13ea30a1b5 2026-09-12 05:23:59.141 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port dd233021-f40b-41dc-b43e-1a5f590532bd 2026-09-12 05:23:59.580 9 INFO neutron.plugins.ml2.plugin [None req-f9a054dc-2200-4418-aca1-04f0b0c1b34c - - - - - -] Attempt 1 to provision port f00a635e-3c8c-464c-b01b-2098c8bb47e6 2026-09-12 05:23:59.612 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 7ca210e7-08b0-4f17-8cf5-d04622a8d554 2026-09-12 05:23:59.746 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ecb3d5c-806e-4718-bbd0-f5d3389a5b67'] response: {'server_uuid': 'e7cb9feb-091f-41a2-be89-b843eaa8b150', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7ca210e7-08b0-4f17-8cf5-d04622a8d554', 'code': 200} 2026-09-12 05:24:00.034 10 INFO neutron.plugins.ml2.plugin [None req-2e7e2284-d6bd-422e-983a-ef39f2bdbc33 - - - - - -] Attempt 1 to provision port f00a635e-3c8c-464c-b01b-2098c8bb47e6 2026-09-12 05:24:00.291 9 INFO neutron.plugins.ml2.plugin [None req-a9165e8d-5593-4272-8502-9b0274b18141 - - - - - -] Attempt 1 to provision port 242583f8-d93e-4b01-9beb-d0b40ccca7a6 2026-09-12 05:24:01.015 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 7ca210e7-08b0-4f17-8cf5-d04622a8d554 2026-09-12 05:24:01.289 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 46570c8c-6ca6-4389-93c0-2058b62dafd8 2026-09-12 05:24:02.904 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 46570c8c-6ca6-4389-93c0-2058b62dafd8 2026-09-12 05:24:05.259 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-92cf6760-3135-402f-810f-b5b4b95a03d3'] response: {'server_uuid': 'e7cb9feb-091f-41a2-be89-b843eaa8b150', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7ca210e7-08b0-4f17-8cf5-d04622a8d554', 'code': 200} 2026-09-12 05:24:12.968 9 INFO neutron.plugins.ml2.plugin [None req-938c2c1e-2326-41fa-9fd1-a1cd3001cb80 - - - - - -] Attempt 1 to provision port a6b19f44-a861-4015-b79d-cf96baf8f1e9 2026-09-12 05:24:12.990 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 9f154726-f4db-4574-acec-a2616f061d16 2026-09-12 05:24:15.007 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 9f154726-f4db-4574-acec-a2616f061d16 2026-09-12 05:24:15.519 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port f1247953-c220-44b4-bf07-709d6e299037 2026-09-12 05:24:15.803 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 329cc807-9075-431c-95f2-9b203f9279fb 2026-09-12 05:24:17.180 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 329cc807-9075-431c-95f2-9b203f9279fb 2026-09-12 05:24:17.370 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port f00a635e-3c8c-464c-b01b-2098c8bb47e6 2026-09-12 05:24:17.801 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port a6b19f44-a861-4015-b79d-cf96baf8f1e9 2026-09-12 05:24:17.922 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-e109dab5-8d21-4cad-99df-9c3630085028'] response: {'server_uuid': 'b2278f90-1529-417b-9cf8-64b2e3fb720b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a6b19f44-a861-4015-b79d-cf96baf8f1e9', 'code': 200} 2026-09-12 05:24:18.158 10 INFO neutron.plugins.ml2.plugin [None req-79ff7654-01ed-4ce3-bc77-b13ae3d02ade - - - - - -] Attempt 1 to provision port 22a086c4-2b41-4e6d-ab89-af53445fa901 2026-09-12 05:24:18.246 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port f1247953-c220-44b4-bf07-709d6e299037 2026-09-12 05:24:18.925 10 INFO neutron.plugins.ml2.plugin [None req-93ecb7be-c5ac-498b-84e8-adaecba556ff - - - - - -] Attempt 1 to provision port a190d8eb-b2e4-43f0-95ec-e23031309907 2026-09-12 05:24:19.037 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port f00a635e-3c8c-464c-b01b-2098c8bb47e6 2026-09-12 05:24:19.314 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port a6b19f44-a861-4015-b79d-cf96baf8f1e9 2026-09-12 05:24:19.807 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port a190d8eb-b2e4-43f0-95ec-e23031309907 2026-09-12 05:24:20.559 9 INFO neutron.plugins.ml2.plugin [None req-d118e991-14c3-4249-ac11-c2ecd9436957 - - - - - -] Attempt 1 to provision port 8af79052-69c3-4217-834a-192af357e3bd 2026-09-12 05:24:20.873 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port a190d8eb-b2e4-43f0-95ec-e23031309907 2026-09-12 05:24:21.529 10 INFO neutron.plugins.ml2.plugin [None req-e99fc038-2d83-407d-a7f4-48c8cd57089e - - - - - -] Attempt 1 to provision port 8af79052-69c3-4217-834a-192af357e3bd 2026-09-12 05:24:22.940 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 7ed652e3-2dbf-4a3d-81e8-3d62f516a916 2026-09-12 05:24:25.237 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 7ed652e3-2dbf-4a3d-81e8-3d62f516a916 2026-09-12 05:24:25.626 9 INFO neutron.plugins.ml2.plugin [None req-ecc10a68-8c67-42e3-920e-d9f1d7fc924f - - - - - -] Attempt 1 to provision port fcd818a7-2bbd-4a4f-aa9f-b75f2fad3954 /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-09-12 05:24:29.337 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port fcd818a7-2bbd-4a4f-aa9f-b75f2fad3954 2026-09-12 05:24:29.557 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-a110a50a-5b95-4a73-b1bc-bdc43461b09a'] response: {'server_uuid': '79129727-280c-4b0e-80af-9a2b91d21009', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fcd818a7-2bbd-4a4f-aa9f-b75f2fad3954', 'code': 200} 2026-09-12 05:24:30.920 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port fcd818a7-2bbd-4a4f-aa9f-b75f2fad3954 2026-09-12 05:24:34.488 9 INFO neutron.plugins.ml2.plugin [None req-ba7319f0-8269-40d4-bc4b-c779d242fb0d - - - - - -] Attempt 1 to provision port 3ac46704-adac-4726-aebd-1a6c5901b217 2026-09-12 05:24:35.289 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 3ac46704-adac-4726-aebd-1a6c5901b217 2026-09-12 05:24:35.432 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] No ports have port_id starting with 3ac46704-adac-4726-aebd-1a6c5901b217 2026-09-12 05:24:44.515 9 INFO neutron.plugins.ml2.plugin [None req-50437254-de1a-438c-b5be-a0a93932b2bb - - - - - -] Attempt 1 to provision port 04381bb7-4428-418c-b213-061c9333290b 2026-09-12 05:24:44.968 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 04381bb7-4428-418c-b213-061c9333290b 2026-09-12 05:24:46.223 9 INFO neutron.plugins.ml2.plugin [None req-06741a72-8604-46f6-b65b-c6d61db86bfc - - - - - -] Attempt 1 to provision port ffe648c5-fd8f-4e96-acd5-2fb4eee03094 2026-09-12 05:24:47.070 10 INFO neutron.plugins.ml2.plugin [None req-642ac1f5-d57b-47d7-94c9-9abd9a66c414 - - - - - -] Attempt 1 to provision port eabc3e42-ce81-47d2-8b0f-848810db80ed 2026-09-12 05:24:47.098 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 6b3c66bb-0cda-4d91-aa0f-0d252a6bd1fe 2026-09-12 05:24:47.841 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port ffe648c5-fd8f-4e96-acd5-2fb4eee03094 2026-09-12 05:24:47.853 9 INFO neutron.plugins.ml2.plugin [None req-7da66a69-a1b0-4387-aaba-1ea030a1d4eb - - - - - -] Attempt 1 to provision port 6b3c66bb-0cda-4d91-aa0f-0d252a6bd1fe 2026-09-12 05:24:48.223 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port eabc3e42-ce81-47d2-8b0f-848810db80ed 2026-09-12 05:24:48.734 10 INFO neutron.plugins.ml2.plugin [None req-77080076-5d1c-4708-959f-e18f91e989f0 - - - - - -] Attempt 1 to provision port 90114c92-8918-47ba-a514-c57bf1b2a134 2026-09-12 05:24:48.931 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 90114c92-8918-47ba-a514-c57bf1b2a134 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ec77dfd2-4748-4e9b-8cd3-63319121ae4e could not be found. 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:24:52.222 9 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-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:24:52.222 9 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-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ec77dfd2-4748-4e9b-8cd3-63319121ae4e could not be found. 2026-09-12 05:24:52.222 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:24:52.223 9 ERROR neutron.plugins.ml2.managers [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Failed to bind port 180fc62d-0644-44f1-b62e-6135c856658b on host instance for vnic_type normal using segments [{'id': '280f7405-7702-4c40-826f-712b6323a3f7', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 164, 'network_id': '51d7dda9-9224-4624-98ca-871a0a9ddc11'}] 2026-09-12 05:24:52.223 9 INFO neutron.plugins.ml2.plugin [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Attempt 2 to bind port 180fc62d-0644-44f1-b62e-6135c856658b 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ec77dfd2-4748-4e9b-8cd3-63319121ae4e could not be found. 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:24:52.243 9 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-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:24:52.243 9 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-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ec77dfd2-4748-4e9b-8cd3-63319121ae4e could not be found. 2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:24:52.243 9 ERROR neutron.plugins.ml2.managers [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Failed to bind port 180fc62d-0644-44f1-b62e-6135c856658b on host instance for vnic_type normal using segments [{'id': '280f7405-7702-4c40-826f-712b6323a3f7', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 164, 'network_id': '51d7dda9-9224-4624-98ca-871a0a9ddc11'}] 2026-09-12 05:24:52.244 9 INFO neutron.plugins.ml2.plugin [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Attempt 3 to bind port 180fc62d-0644-44f1-b62e-6135c856658b 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ec77dfd2-4748-4e9b-8cd3-63319121ae4e could not be found. 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:24:52.263 9 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-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:24:52.263 9 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-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ec77dfd2-4748-4e9b-8cd3-63319121ae4e could not be found. 2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:24:52.263 9 ERROR neutron.plugins.ml2.managers [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Failed to bind port 180fc62d-0644-44f1-b62e-6135c856658b on host instance for vnic_type normal using segments [{'id': '280f7405-7702-4c40-826f-712b6323a3f7', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 164, 'network_id': '51d7dda9-9224-4624-98ca-871a0a9ddc11'}] 2026-09-12 05:24:52.264 9 INFO neutron.plugins.ml2.plugin [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Attempt 4 to bind port 180fc62d-0644-44f1-b62e-6135c856658b 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ec77dfd2-4748-4e9b-8cd3-63319121ae4e could not be found. 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:24:52.280 9 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-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:24:52.280 9 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-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ec77dfd2-4748-4e9b-8cd3-63319121ae4e could not be found. 2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:24:52.280 9 ERROR neutron.plugins.ml2.managers [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Failed to bind port 180fc62d-0644-44f1-b62e-6135c856658b on host instance for vnic_type normal using segments [{'id': '280f7405-7702-4c40-826f-712b6323a3f7', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 164, 'network_id': '51d7dda9-9224-4624-98ca-871a0a9ddc11'}] 2026-09-12 05:24:52.281 9 INFO neutron.plugins.ml2.plugin [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Attempt 5 to bind port 180fc62d-0644-44f1-b62e-6135c856658b 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ec77dfd2-4748-4e9b-8cd3-63319121ae4e could not be found. 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:24:52.296 9 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-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:24:52.296 9 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-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ec77dfd2-4748-4e9b-8cd3-63319121ae4e could not be found. 2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:24:52.296 9 ERROR neutron.plugins.ml2.managers [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Failed to bind port 180fc62d-0644-44f1-b62e-6135c856658b on host instance for vnic_type normal using segments [{'id': '280f7405-7702-4c40-826f-712b6323a3f7', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 164, 'network_id': '51d7dda9-9224-4624-98ca-871a0a9ddc11'}] 2026-09-12 05:24:52.297 9 INFO neutron.plugins.ml2.plugin [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Attempt 6 to bind port 180fc62d-0644-44f1-b62e-6135c856658b 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ec77dfd2-4748-4e9b-8cd3-63319121ae4e could not be found. 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:24:52.312 9 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-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:24:52.312 9 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-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ec77dfd2-4748-4e9b-8cd3-63319121ae4e could not be found. 2026-09-12 05:24:52.312 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:24:52.313 9 ERROR neutron.plugins.ml2.managers [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Failed to bind port 180fc62d-0644-44f1-b62e-6135c856658b on host instance for vnic_type normal using segments [{'id': '280f7405-7702-4c40-826f-712b6323a3f7', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 164, 'network_id': '51d7dda9-9224-4624-98ca-871a0a9ddc11'}] 2026-09-12 05:24:52.313 9 INFO neutron.plugins.ml2.plugin [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Attempt 7 to bind port 180fc62d-0644-44f1-b62e-6135c856658b 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ec77dfd2-4748-4e9b-8cd3-63319121ae4e could not be found. 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:24:52.328 9 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-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:24:52.328 9 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-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ec77dfd2-4748-4e9b-8cd3-63319121ae4e could not be found. 2026-09-12 05:24:52.328 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:24:52.329 9 ERROR neutron.plugins.ml2.managers [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Failed to bind port 180fc62d-0644-44f1-b62e-6135c856658b on host instance for vnic_type normal using segments [{'id': '280f7405-7702-4c40-826f-712b6323a3f7', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 164, 'network_id': '51d7dda9-9224-4624-98ca-871a0a9ddc11'}] 2026-09-12 05:24:52.329 9 INFO neutron.plugins.ml2.plugin [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Attempt 8 to bind port 180fc62d-0644-44f1-b62e-6135c856658b 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ec77dfd2-4748-4e9b-8cd3-63319121ae4e could not be found. 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:24:52.345 9 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-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:24:52.345 9 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-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ec77dfd2-4748-4e9b-8cd3-63319121ae4e could not be found. 2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:24:52.345 9 ERROR neutron.plugins.ml2.managers [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Failed to bind port 180fc62d-0644-44f1-b62e-6135c856658b on host instance for vnic_type normal using segments [{'id': '280f7405-7702-4c40-826f-712b6323a3f7', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 164, 'network_id': '51d7dda9-9224-4624-98ca-871a0a9ddc11'}] 2026-09-12 05:24:52.346 9 INFO neutron.plugins.ml2.plugin [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Attempt 9 to bind port 180fc62d-0644-44f1-b62e-6135c856658b 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ec77dfd2-4748-4e9b-8cd3-63319121ae4e could not be found. 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:24:52.361 9 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-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:24:52.361 9 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-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ec77dfd2-4748-4e9b-8cd3-63319121ae4e could not be found. 2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:24:52.361 9 ERROR neutron.plugins.ml2.managers [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Failed to bind port 180fc62d-0644-44f1-b62e-6135c856658b on host instance for vnic_type normal using segments [{'id': '280f7405-7702-4c40-826f-712b6323a3f7', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 164, 'network_id': '51d7dda9-9224-4624-98ca-871a0a9ddc11'}] 2026-09-12 05:24:52.362 9 INFO neutron.plugins.ml2.plugin [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Attempt 10 to bind port 180fc62d-0644-44f1-b62e-6135c856658b 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet ec77dfd2-4748-4e9b-8cd3-63319121ae4e could not be found. 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:24:52.376 9 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-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:24:52.376 9 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-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet ec77dfd2-4748-4e9b-8cd3-63319121ae4e could not be found. 2026-09-12 05:24:52.376 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:24:52.377 9 ERROR neutron.plugins.ml2.managers [None req-9e5d2b79-446a-4309-a75d-316529fe9b49 - - - - - -] Failed to bind port 180fc62d-0644-44f1-b62e-6135c856658b on host instance for vnic_type normal using segments [{'id': '280f7405-7702-4c40-826f-712b6323a3f7', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 164, 'network_id': '51d7dda9-9224-4624-98ca-871a0a9ddc11'}] 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server [None req-67469bae-e44b-4782-8544-0810bbaa0faf - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 01c4c0f6-b81c-4847-8dc4-6abd8687988b: This subnet is being modified by another concurrent operation. 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server raise self.value 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server raise self.value 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server raise self.value 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py", line 724, in inner 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server raise self.value 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server raise self.value 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server raise self.value 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1614, in create_port_db 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-09-12 05:24:54.030 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-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server raise exception 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 01c4c0f6-b81c-4847-8dc4-6abd8687988b: This subnet is being modified by another concurrent operation. 2026-09-12 05:24:54.030 9 ERROR oslo_messaging.rpc.server  2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e856d4bd-f0aa-45e0-8e47-51df385bf80b could not be found. 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:25:11.479 9 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-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:25:11.479 9 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-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e856d4bd-f0aa-45e0-8e47-51df385bf80b could not be found. 2026-09-12 05:25:11.479 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:25:11.480 9 ERROR neutron.plugins.ml2.managers [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Failed to bind port 6a41862e-017c-4e60-8ab6-cf7bb4ef7f3b on host instance for vnic_type normal using segments [{'id': '82c91e22-683b-43e4-afc6-63dfa28da55c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 331, 'network_id': 'e033b640-f0f5-4e01-9263-b99eb5ab09a4'}] 2026-09-12 05:25:11.481 9 INFO neutron.plugins.ml2.plugin [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Attempt 2 to bind port 6a41862e-017c-4e60-8ab6-cf7bb4ef7f3b 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e856d4bd-f0aa-45e0-8e47-51df385bf80b could not be found. 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:25:11.508 9 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-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:25:11.508 9 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-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e856d4bd-f0aa-45e0-8e47-51df385bf80b could not be found. 2026-09-12 05:25:11.508 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:25:11.509 9 ERROR neutron.plugins.ml2.managers [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Failed to bind port 6a41862e-017c-4e60-8ab6-cf7bb4ef7f3b on host instance for vnic_type normal using segments [{'id': '82c91e22-683b-43e4-afc6-63dfa28da55c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 331, 'network_id': 'e033b640-f0f5-4e01-9263-b99eb5ab09a4'}] 2026-09-12 05:25:11.509 9 INFO neutron.plugins.ml2.plugin [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Attempt 3 to bind port 6a41862e-017c-4e60-8ab6-cf7bb4ef7f3b 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e856d4bd-f0aa-45e0-8e47-51df385bf80b could not be found. 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:25:11.535 9 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-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:25:11.535 9 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-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e856d4bd-f0aa-45e0-8e47-51df385bf80b could not be found. 2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:25:11.535 9 ERROR neutron.plugins.ml2.managers [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Failed to bind port 6a41862e-017c-4e60-8ab6-cf7bb4ef7f3b on host instance for vnic_type normal using segments [{'id': '82c91e22-683b-43e4-afc6-63dfa28da55c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 331, 'network_id': 'e033b640-f0f5-4e01-9263-b99eb5ab09a4'}] 2026-09-12 05:25:11.537 9 INFO neutron.plugins.ml2.plugin [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Attempt 4 to bind port 6a41862e-017c-4e60-8ab6-cf7bb4ef7f3b 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e856d4bd-f0aa-45e0-8e47-51df385bf80b could not be found. 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:25:11.564 9 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-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:25:11.564 9 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-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e856d4bd-f0aa-45e0-8e47-51df385bf80b could not be found. 2026-09-12 05:25:11.564 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:25:11.565 9 ERROR neutron.plugins.ml2.managers [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Failed to bind port 6a41862e-017c-4e60-8ab6-cf7bb4ef7f3b on host instance for vnic_type normal using segments [{'id': '82c91e22-683b-43e4-afc6-63dfa28da55c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 331, 'network_id': 'e033b640-f0f5-4e01-9263-b99eb5ab09a4'}] 2026-09-12 05:25:11.565 9 INFO neutron.plugins.ml2.plugin [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Attempt 5 to bind port 6a41862e-017c-4e60-8ab6-cf7bb4ef7f3b 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e856d4bd-f0aa-45e0-8e47-51df385bf80b could not be found. 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:25:11.589 9 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-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:25:11.589 9 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-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e856d4bd-f0aa-45e0-8e47-51df385bf80b could not be found. 2026-09-12 05:25:11.589 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:25:11.590 9 ERROR neutron.plugins.ml2.managers [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Failed to bind port 6a41862e-017c-4e60-8ab6-cf7bb4ef7f3b on host instance for vnic_type normal using segments [{'id': '82c91e22-683b-43e4-afc6-63dfa28da55c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 331, 'network_id': 'e033b640-f0f5-4e01-9263-b99eb5ab09a4'}] 2026-09-12 05:25:11.590 9 INFO neutron.plugins.ml2.plugin [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Attempt 6 to bind port 6a41862e-017c-4e60-8ab6-cf7bb4ef7f3b 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e856d4bd-f0aa-45e0-8e47-51df385bf80b could not be found. 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:25:11.619 9 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-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:25:11.619 9 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-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e856d4bd-f0aa-45e0-8e47-51df385bf80b could not be found. 2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:25:11.619 9 ERROR neutron.plugins.ml2.managers [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Failed to bind port 6a41862e-017c-4e60-8ab6-cf7bb4ef7f3b on host instance for vnic_type normal using segments [{'id': '82c91e22-683b-43e4-afc6-63dfa28da55c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 331, 'network_id': 'e033b640-f0f5-4e01-9263-b99eb5ab09a4'}] 2026-09-12 05:25:11.620 9 INFO neutron.plugins.ml2.plugin [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Attempt 7 to bind port 6a41862e-017c-4e60-8ab6-cf7bb4ef7f3b 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e856d4bd-f0aa-45e0-8e47-51df385bf80b could not be found. 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:25:11.652 9 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-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:25:11.652 9 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-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e856d4bd-f0aa-45e0-8e47-51df385bf80b could not be found. 2026-09-12 05:25:11.652 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:25:11.653 9 ERROR neutron.plugins.ml2.managers [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Failed to bind port 6a41862e-017c-4e60-8ab6-cf7bb4ef7f3b on host instance for vnic_type normal using segments [{'id': '82c91e22-683b-43e4-afc6-63dfa28da55c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 331, 'network_id': 'e033b640-f0f5-4e01-9263-b99eb5ab09a4'}] 2026-09-12 05:25:11.654 9 INFO neutron.plugins.ml2.plugin [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Attempt 8 to bind port 6a41862e-017c-4e60-8ab6-cf7bb4ef7f3b 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e856d4bd-f0aa-45e0-8e47-51df385bf80b could not be found. 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:25:11.681 9 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-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:25:11.681 9 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-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e856d4bd-f0aa-45e0-8e47-51df385bf80b could not be found. 2026-09-12 05:25:11.681 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:25:11.682 9 ERROR neutron.plugins.ml2.managers [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Failed to bind port 6a41862e-017c-4e60-8ab6-cf7bb4ef7f3b on host instance for vnic_type normal using segments [{'id': '82c91e22-683b-43e4-afc6-63dfa28da55c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 331, 'network_id': 'e033b640-f0f5-4e01-9263-b99eb5ab09a4'}] 2026-09-12 05:25:11.682 9 INFO neutron.plugins.ml2.plugin [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Attempt 9 to bind port 6a41862e-017c-4e60-8ab6-cf7bb4ef7f3b 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e856d4bd-f0aa-45e0-8e47-51df385bf80b could not be found. 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:25:11.713 9 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-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:25:11.713 9 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-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e856d4bd-f0aa-45e0-8e47-51df385bf80b could not be found. 2026-09-12 05:25:11.713 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:25:11.714 9 ERROR neutron.plugins.ml2.managers [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Failed to bind port 6a41862e-017c-4e60-8ab6-cf7bb4ef7f3b on host instance for vnic_type normal using segments [{'id': '82c91e22-683b-43e4-afc6-63dfa28da55c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 331, 'network_id': 'e033b640-f0f5-4e01-9263-b99eb5ab09a4'}] 2026-09-12 05:25:11.714 9 INFO neutron.plugins.ml2.plugin [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Attempt 10 to bind port 6a41862e-017c-4e60-8ab6-cf7bb4ef7f3b 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet e856d4bd-f0aa-45e0-8e47-51df385bf80b could not be found. 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-12 05:25:11.731 9 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-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-12 05:25:11.731 9 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-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet e856d4bd-f0aa-45e0-8e47-51df385bf80b could not be found. 2026-09-12 05:25:11.731 9 ERROR neutron.plugins.ml2.managers  2026-09-12 05:25:11.732 9 ERROR neutron.plugins.ml2.managers [None req-e7529696-dca4-44a2-b157-091c0b78a0bb - - - - - -] Failed to bind port 6a41862e-017c-4e60-8ab6-cf7bb4ef7f3b on host instance for vnic_type normal using segments [{'id': '82c91e22-683b-43e4-afc6-63dfa28da55c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 331, 'network_id': 'e033b640-f0f5-4e01-9263-b99eb5ab09a4'}] 2026-09-12 05:25:19.024 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port bc6d4d91-51c2-4767-b19f-1b7ad5729045 2026-09-12 05:25:19.256 10 INFO neutron.plugins.ml2.plugin [None req-48118879-3d50-4945-8b1b-933b3a90ab7a - - - - - -] Attempt 1 to provision port bc6d4d91-51c2-4767-b19f-1b7ad5729045 2026-09-12 05:25:20.943 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port bc6d4d91-51c2-4767-b19f-1b7ad5729045 /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-09-12 05:25:28.371 9 INFO neutron.plugins.ml2.plugin [None req-6503b201-ea63-4864-977c-a4f9f3443d1e - - - - - -] Attempt 1 to provision port 2951b045-54e6-46cc-a305-74c71fe4b10f 2026-09-12 05:25:28.959 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 2951b045-54e6-46cc-a305-74c71fe4b10f 2026-09-12 05:25:29.069 9 INFO neutron.plugins.ml2.plugin [None req-a93be322-e9bc-4bbc-9a37-9f199b89dc27 - - - - - -] Attempt 1 to provision port 9fdd4593-5fdf-49c0-9656-268afbd871e1 2026-09-12 05:25:29.246 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 9fdd4593-5fdf-49c0-9656-268afbd871e1 2026-09-12 05:25:29.784 10 INFO neutron.plugins.ml2.plugin [None req-3c3438f9-9c4e-48e3-9d9e-07f695b11224 - - - - - -] Attempt 1 to provision port a1f84bd2-33f6-4b94-806b-bb54305df405 2026-09-12 05:25:30.247 9 INFO neutron.plugins.ml2.plugin [None req-a957e2cc-29a4-4826-a48c-383763a3f009 - - - - - -] Attempt 1 to provision port a1f84bd2-33f6-4b94-806b-bb54305df405 2026-09-12 05:25:30.923 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 9fdd4593-5fdf-49c0-9656-268afbd871e1 2026-09-12 05:25:31.509 9 INFO neutron.plugins.ml2.plugin [None req-ff2c998f-b0fb-4b29-a8c1-9d42fc6c21fb - - - - - -] Attempt 1 to provision port b664c49c-3a88-484b-920f-62131fbce351 2026-09-12 05:25:32.574 10 INFO neutron.plugins.ml2.plugin [None req-5caaa063-047c-4385-afc1-813c1e64cf6b - - - - - -] Attempt 1 to provision port b664c49c-3a88-484b-920f-62131fbce351 2026-09-12 05:25:40.953 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 0dff0e17-7928-48e8-8a08-02e6c83f2860 2026-09-12 05:25:41.122 10 INFO neutron.plugins.ml2.plugin [None req-38b1abd6-9589-4eba-b313-ccdc63838a09 - - - - - -] Attempt 1 to provision port 0dff0e17-7928-48e8-8a08-02e6c83f2860 2026-09-12 05:25:42.522 9 INFO neutron.plugins.ml2.plugin [None req-a34a7e03-33d3-4003-98a6-4deae7300e18 - - - - - -] Attempt 1 to provision port a3974340-1a9a-439b-8d4d-86f258fd43b4 2026-09-12 05:25:42.863 10 INFO neutron.plugins.ml2.plugin [None req-d2b042f1-59fa-4b5f-94aa-8f446005ea62 - - - - - -] Attempt 1 to provision port a3974340-1a9a-439b-8d4d-86f258fd43b4 2026-09-12 05:25:42.928 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 0dff0e17-7928-48e8-8a08-02e6c83f2860 2026-09-12 05:25:48.439 10 INFO neutron.plugins.ml2.plugin [None req-d9eea559-0f27-463f-984c-c953ee630c08 - - - - - -] Attempt 1 to provision port 1659b6ea-adad-4e53-8bb3-9d0ab719a254 2026-09-12 05:25:48.926 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 1659b6ea-adad-4e53-8bb3-9d0ab719a254 2026-09-12 05:25:50.127 10 INFO neutron.plugins.ml2.plugin [None req-389e4ddb-b6ad-4be6-b674-5f09040e2757 - - - - - -] Attempt 1 to provision port 9d390ce3-fe26-425e-a185-56f2956ffc57 2026-09-12 05:25:50.429 9 INFO neutron.plugins.ml2.plugin [None req-6dbc3303-4b85-44e4-9384-4c6fc30d61ce - - - - - -] Attempt 1 to provision port 9d390ce3-fe26-425e-a185-56f2956ffc57 2026-09-12 05:25:50.951 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 1659b6ea-adad-4e53-8bb3-9d0ab719a254 2026-09-12 05:25:54.012 10 INFO neutron.plugins.ml2.plugin [None req-fc201a63-b402-4d22-a7dc-a3276ebf8667 - - - - - -] Attempt 1 to provision port 8d932652-4260-4285-bfb6-5d8980c8fb44 2026-09-12 05:25:56.956 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port f142e4f0-d1f1-4624-82c3-46e9badc0f8a 2026-09-12 05:26:01.066 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port b1a53c98-9c73-4882-8ee4-e82b9c4cd3d1 2026-09-12 05:26:01.128 10 INFO neutron.plugins.ml2.plugin [None req-82a5d4dd-ae82-47fc-87a6-240938175130 - - - - - -] Attempt 1 to provision port b1a53c98-9c73-4882-8ee4-e82b9c4cd3d1 2026-09-12 05:26:01.812 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 0f0ce105-8403-458b-abb9-25b798f818ad 2026-09-12 05:26:02.839 10 INFO neutron.plugins.ml2.plugin [None req-dcadf4f6-5c77-4ec5-b7d0-ccb538b242fd - - - - - -] Attempt 1 to provision port dd346204-4ccb-4dc1-bc84-9c26eac1657a 2026-09-12 05:26:03.122 10 INFO neutron.plugins.ml2.plugin [None req-d100b338-1925-43cb-b008-b07b18f520c8 - - - - - -] Attempt 1 to provision port 0f0ce105-8403-458b-abb9-25b798f818ad 2026-09-12 05:26:03.132 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port e3c52cb9-b5c8-45ac-ad25-8719e8c87ada 2026-09-12 05:26:03.334 9 INFO neutron.plugins.ml2.plugin [None req-1d9881e2-22ec-4dde-87f5-06c51cd954cd - - - - - -] Attempt 1 to provision port b1a53c98-9c73-4882-8ee4-e82b9c4cd3d1 2026-09-12 05:26:03.686 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port b1a53c98-9c73-4882-8ee4-e82b9c4cd3d1 2026-09-12 05:26:04.016 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 0f0ce105-8403-458b-abb9-25b798f818ad 2026-09-12 05:26:04.257 10 INFO neutron.plugins.ml2.plugin [None req-b93b3044-2351-4c14-b454-78a4985fa0f6 - - - - - -] Attempt 1 to provision port e3c52cb9-b5c8-45ac-ad25-8719e8c87ada 2026-09-12 05:26:04.772 10 INFO neutron.plugins.ml2.plugin [None req-42189659-3dc4-405d-b827-543e5b91889d - - - - - -] Attempt 1 to provision port 0f0ce105-8403-458b-abb9-25b798f818ad 2026-09-12 05:26:04.929 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port e3c52cb9-b5c8-45ac-ad25-8719e8c87ada 2026-09-12 05:26:05.893 10 INFO neutron.plugins.ml2.plugin [None req-5fda80c5-0ca3-4d11-970b-b92b4a97a1ec - - - - - -] Attempt 1 to provision port e3c52cb9-b5c8-45ac-ad25-8719e8c87ada 2026-09-12 05:26:06.204 10 INFO neutron.plugins.ml2.plugin [None req-a3e65b8d-5863-42b3-85a8-092a67f7f6b7 - - - - - -] Attempt 1 to provision port 452c5584-5092-4841-a3f0-4707d5b4e2ec 2026-09-12 05:26:06.975 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port a5577d39-91ed-4fc8-aa29-34f33f75afac 2026-09-12 05:26:07.051 9 INFO neutron.plugins.ml2.plugin [None req-aa14046b-5514-4b38-9029-a314ffed9022 - - - - - -] Attempt 1 to provision port 452c5584-5092-4841-a3f0-4707d5b4e2ec 2026-09-12 05:26:08.011 9 INFO neutron.plugins.ml2.plugin [None req-6862b9c5-1106-46c2-9b75-1f5ebe8ec7b3 - - - - - -] Attempt 1 to provision port ae3209fd-1957-4867-b476-d37013a4c7e8 2026-09-12 05:26:08.698 9 INFO neutron.plugins.ml2.plugin [None req-886eb072-5713-4aa3-ac6a-7cd82d29bf38 - - - - - -] Attempt 1 to provision port ae3209fd-1957-4867-b476-d37013a4c7e8 2026-09-12 05:26:08.984 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port a5577d39-91ed-4fc8-aa29-34f33f75afac 2026-09-12 05:26:09.562 10 INFO neutron.plugins.ml2.plugin [None req-73af40a1-3999-4252-b65f-43a205e3063f - - - - - -] Attempt 1 to provision port 8b9556b9-3bfa-4553-a953-a6a57df9b1d5 2026-09-12 05:26:10.342 10 INFO neutron.plugins.ml2.plugin [None req-a57e9968-df2d-4021-97f9-ee650c631967 - - - - - -] Attempt 1 to provision port 8b9556b9-3bfa-4553-a953-a6a57df9b1d5 2026-09-12 05:26:16.073 10 INFO neutron.plugins.ml2.plugin [None req-1ae29c05-7e1b-49b8-87a4-527726c95a19 - - - - - -] Attempt 1 to provision port 4e60555f-bf3a-485f-a3b9-b3c508db925d 2026-09-12 05:26:19.191 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 4e60555f-bf3a-485f-a3b9-b3c508db925d 2026-09-12 05:26:19.421 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-0689dc64-a485-4007-a663-b855d34ca97a'] response: {'server_uuid': 'ad50793f-6116-4bc8-b482-e1b0bcd8701c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4e60555f-bf3a-485f-a3b9-b3c508db925d', 'code': 200} 2026-09-12 05:26:20.987 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 4e60555f-bf3a-485f-a3b9-b3c508db925d 2026-09-12 05:26:27.053 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port ae3209fd-1957-4867-b476-d37013a4c7e8 2026-09-12 05:26:27.654 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 8b9556b9-3bfa-4553-a953-a6a57df9b1d5 2026-09-12 05:26:28.112 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port dd346204-4ccb-4dc1-bc84-9c26eac1657a 2026-09-12 05:26:28.647 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 452c5584-5092-4841-a3f0-4707d5b4e2ec 2026-09-12 05:26:29.135 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port ae3209fd-1957-4867-b476-d37013a4c7e8 2026-09-12 05:26:29.434 9 INFO neutron.plugins.ml2.plugin [None req-91039967-e4eb-41de-ba46-3330ca5cf2a5 - - - - - -] Attempt 1 to provision port 385d3d9e-4006-4503-b7e0-6b7458dbd9a9 2026-09-12 05:26:29.452 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 8b9556b9-3bfa-4553-a953-a6a57df9b1d5 2026-09-12 05:26:29.709 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port dd346204-4ccb-4dc1-bc84-9c26eac1657a 2026-09-12 05:26:29.878 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 452c5584-5092-4841-a3f0-4707d5b4e2ec 2026-09-12 05:26:31.156 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 385d3d9e-4006-4503-b7e0-6b7458dbd9a9 2026-09-12 05:26:31.288 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-6cc739d0-01c2-4fbb-a8f3-5c4942103907'] response: {'server_uuid': '824d6f96-12c8-45f0-9c3c-678b2fa10b97', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '385d3d9e-4006-4503-b7e0-6b7458dbd9a9', 'code': 200} 2026-09-12 05:26:33.200 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 385d3d9e-4006-4503-b7e0-6b7458dbd9a9 2026-09-12 05:26:33.722 9 INFO neutron.plugins.ml2.plugin [None req-112b5bbe-3d64-4e83-8443-fd833f0e1a3e - - - - - -] Attempt 1 to provision port 1f135476-944a-4dbc-bd57-a31bc6a61fb3 2026-09-12 05:26:37.159 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 390a714a-dcd9-4064-90d8-6a9b34c4d8fb 2026-09-12 05:26:37.683 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 59f37e39-ee02-4dce-9058-171640fc9dc1 2026-09-12 05:26:37.895 10 INFO neutron.plugins.ml2.plugin [None req-7603ed3c-fff2-4e49-b8c3-0bda64640b4c - - - - - -] Attempt 1 to provision port 489dde89-d4d0-4bca-8ddd-e43e15ff5893 2026-09-12 05:26:37.945 10 INFO neutron.plugins.ml2.plugin [None req-7603ed3c-fff2-4e49-b8c3-0bda64640b4c - - - - - -] Attempt 1 to provision port 59f37e39-ee02-4dce-9058-171640fc9dc1 2026-09-12 05:26:38.162 10 INFO neutron.plugins.ml2.plugin [None req-eda7f140-27c0-4290-88f8-ae9ea7ec4620 - - - - - -] Attempt 1 to provision port 489dde89-d4d0-4bca-8ddd-e43e15ff5893 2026-09-12 05:26:38.509 10 INFO neutron.plugins.ml2.plugin [None req-fd34f78a-0439-4db0-a1b2-6c4aa246c37f - - - - - -] Attempt 1 to provision port 489dde89-d4d0-4bca-8ddd-e43e15ff5893 2026-09-12 05:26:39.115 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 390a714a-dcd9-4064-90d8-6a9b34c4d8fb 2026-09-12 05:26:39.352 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 59f37e39-ee02-4dce-9058-171640fc9dc1 2026-09-12 05:26:42.634 9 INFO neutron.plugins.ml2.plugin [None req-bb9c0fdf-e164-43be-b439-d80d929f2931 - - - - - -] Attempt 1 to provision port cd0dca48-6859-4225-a9b1-17a5b9dd3d33 2026-09-12 05:26:45.246 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port cd0dca48-6859-4225-a9b1-17a5b9dd3d33 2026-09-12 05:26:45.368 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-5dd882d9-5319-4b6d-b3c0-86e7933dc3b0'] response: {'server_uuid': 'b4d811fc-f7c6-4a02-8a79-9a8fc39afd54', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cd0dca48-6859-4225-a9b1-17a5b9dd3d33', 'code': 200} 2026-09-12 05:26:47.175 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port cd0dca48-6859-4225-a9b1-17a5b9dd3d33 2026-09-12 05:26:51.570 10 INFO neutron.plugins.ml2.plugin [None req-24e6c00b-3fc0-464c-8e3d-e7e5b34016f9 - - - - - -] Attempt 1 to provision port f9fa17f8-8ad7-4c14-861e-e86477f9a3f1 2026-09-12 05:27:01.177 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 1f135476-944a-4dbc-bd57-a31bc6a61fb3 2026-09-12 05:27:01.465 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 489dde89-d4d0-4bca-8ddd-e43e15ff5893 2026-09-12 05:27:03.185 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 1f135476-944a-4dbc-bd57-a31bc6a61fb3 2026-09-12 05:27:03.419 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 489dde89-d4d0-4bca-8ddd-e43e15ff5893 2026-09-12 05:27:06.152 10 INFO neutron.plugins.ml2.plugin [None req-6c6f1b00-8c66-4dba-b5d0-9a8d9d5a934f - - - - - -] Attempt 1 to provision port f2b91ad9-c55d-4a3d-bd5f-7becdf71ea72 2026-09-12 05:27:09.264 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port f2b91ad9-c55d-4a3d-bd5f-7becdf71ea72 2026-09-12 05:27:09.431 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-b2e98777-2d87-4ffd-a1de-6b6b14a94fc7'] response: {'server_uuid': 'ae47a0ae-d739-49ba-8001-85c08601e04f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f2b91ad9-c55d-4a3d-bd5f-7becdf71ea72', 'code': 200} 2026-09-12 05:27:11.157 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port f2b91ad9-c55d-4a3d-bd5f-7becdf71ea72 2026-09-12 05:27:12.864 9 INFO neutron.plugins.ml2.plugin [None req-7a029f5e-d0c1-48b1-a4bf-1ef603838468 - - - - - -] Attempt 1 to provision port 815c41fe-b054-4e36-a93b-6d202fc5e2f6 2026-09-12 05:27:15.244 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 815c41fe-b054-4e36-a93b-6d202fc5e2f6 2026-09-12 05:27:15.377 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-82fe23de-2ac4-4a22-bf95-e96fe53f7086'] response: {'server_uuid': '77e37a16-481f-4601-afdd-75dff6dfb7f0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '815c41fe-b054-4e36-a93b-6d202fc5e2f6', 'code': 200} 2026-09-12 05:27:17.263 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 815c41fe-b054-4e36-a93b-6d202fc5e2f6 2026-09-12 05:27:48.802 10 INFO neutron.plugins.ml2.plugin [None req-65deca63-5b50-4e92-9ff7-c8804ac128ac - - - - - -] Attempt 1 to provision port e79aa5ff-d7e6-4629-97d3-f185572ec264 2026-09-12 05:27:51.361 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port e79aa5ff-d7e6-4629-97d3-f185572ec264 2026-09-12 05:27:51.781 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-883ab12a-4417-426e-96da-4be232bd7e35'] response: {'server_uuid': 'ae47a0ae-d739-49ba-8001-85c08601e04f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e79aa5ff-d7e6-4629-97d3-f185572ec264', 'code': 200} 2026-09-12 05:27:53.230 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port e79aa5ff-d7e6-4629-97d3-f185572ec264 2026-09-12 05:28:19.087 10 INFO neutron.plugins.ml2.plugin [None req-10d609d8-0ccf-47f7-89e2-7e406d3eb3dd - - - - - -] Attempt 1 to provision port eb9aef5e-660b-49f6-ba3a-13534296a9a5 2026-09-12 05:28:23.249 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port eb9aef5e-660b-49f6-ba3a-13534296a9a5 2026-09-12 05:28:23.512 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-e0a8a697-cfc1-405e-b5f8-2af79bafa667'] response: {'server_uuid': 'ae47a0ae-d739-49ba-8001-85c08601e04f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'eb9aef5e-660b-49f6-ba3a-13534296a9a5', 'code': 200} 2026-09-12 05:28:25.207 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port eb9aef5e-660b-49f6-ba3a-13534296a9a5 2026-09-12 05:28:34.808 10 INFO neutron.plugins.ml2.plugin [None req-48aafb1c-12f9-45c9-baad-19908db993e8 - - - - - -] Attempt 1 to provision port 0fc9296e-5eea-44e0-82be-403da0245260 2026-09-12 05:28:39.370 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 0fc9296e-5eea-44e0-82be-403da0245260 2026-09-12 05:28:39.617 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f621285-6248-42ba-817c-67d88838643f'] response: {'server_uuid': 'ae47a0ae-d739-49ba-8001-85c08601e04f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0fc9296e-5eea-44e0-82be-403da0245260', 'code': 200} 2026-09-12 05:28:41.201 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 0fc9296e-5eea-44e0-82be-403da0245260 2026-09-12 05:28:54.281 10 INFO neutron.plugins.ml2.plugin [None req-09c686e5-3ce7-41cb-951a-68bc32031666 - - - - - -] Attempt 1 to provision port 0fc9296e-5eea-44e0-82be-403da0245260 2026-09-12 05:28:55.313 9 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port 0fc9296e-5eea-44e0-82be-403da0245260 2026-09-12 05:29:24.022 9 INFO neutron.plugins.ml2.plugin [None req-17808d57-5082-4743-b7f2-f1db3c995b10 - - - - - -] Attempt 1 to provision port eb9aef5e-660b-49f6-ba3a-13534296a9a5 2026-09-12 05:29:25.272 10 INFO neutron.plugins.ml2.plugin [None req-934d6687-811b-44e1-b5ac-9ea2088038d8 - - - - - -] Attempt 1 to provision port eb9aef5e-660b-49f6-ba3a-13534296a9a5