+ 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-05-08 18:53:21.131 1 INFO neutron.common.config [-] Logging enabled! 2026-05-08 18:53:21.132 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 24.2.2.dev7 2026-05-08 18:53:21.132 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-08 18:53:21.132 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-08 18:53:22.146 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 18:53:22.151 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-08 18:53:22.157 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-05-08 18:53:22.159 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 18:53:22.159 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-08 18:53:22.159 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-08 18:53:22.159 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 18:53:22.164 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 18:53:22.165 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 18:53:22.165 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 18:53:22.180 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-08 18:53:22.181 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 18:53:22.181 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-08 18:53:22.213 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-08 18:53:22.213 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-08 18:53:22.213 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-08 18:53:22.214 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-08 18:53:22.219 1 WARNING oslo_policy.policy [None req-e9247e0b-7e63-4489-884b-a5414acb9d77 - - - - - -] 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-05-08 18:53:22.495 1 INFO neutron.plugins.ml2.managers [None req-e9247e0b-7e63-4489-884b-a5414acb9d77 - - - - - -] Initializing driver for type 'vlan' 2026-05-08 18:53:22.652 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e9247e0b-7e63-4489-884b-a5414acb9d77 - - - - - -] VlanTypeDriver initialization complete 2026-05-08 18:53:22.653 1 INFO neutron.plugins.ml2.managers [None req-e9247e0b-7e63-4489-884b-a5414acb9d77 - - - - - -] Initializing driver for type 'vxlan' 2026-05-08 18:53:22.653 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e9247e0b-7e63-4489-884b-a5414acb9d77 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-08 18:53:22.694 1 INFO neutron.plugins.ml2.managers [None req-e9247e0b-7e63-4489-884b-a5414acb9d77 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-08 18:53:22.695 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e9247e0b-7e63-4489-884b-a5414acb9d77 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-08 18:53:22.695 1 INFO neutron.plugins.ml2.managers [None req-e9247e0b-7e63-4489-884b-a5414acb9d77 - - - - - -] Initializing extension driver 'port_security' 2026-05-08 18:53:22.695 1 INFO neutron.plugins.ml2.extensions.port_security [None req-e9247e0b-7e63-4489-884b-a5414acb9d77 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-08 18:53:22.695 1 INFO neutron.plugins.ml2.managers [None req-e9247e0b-7e63-4489-884b-a5414acb9d77 - - - - - -] Initializing extension driver 'qos' 2026-05-08 18:53:22.696 1 INFO neutron.plugins.ml2.managers [None req-e9247e0b-7e63-4489-884b-a5414acb9d77 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-08 18:53:22.696 1 INFO neutron.plugins.ml2.managers [None req-e9247e0b-7e63-4489-884b-a5414acb9d77 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-08 18:53:22.711 1 INFO neutron.quota [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded quota_driver: . 2026-05-08 18:53:22.712 1 INFO neutron.plugins.ml2.plugin [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Modular L2 Plugin initialization complete 2026-05-08 18:53:22.712 1 INFO neutron.plugins.ml2.managers [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-08 18:53:22.712 1 INFO neutron.plugins.ml2.managers [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-08 18:53:22.712 1 INFO neutron.plugins.ml2.managers [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-08 18:53:22.713 1 INFO neutron.extensions.vlantransparent [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Disabled vlantransparent extension. 2026-05-08 18:53:22.713 1 INFO neutron.manager [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loading Plugin: qos 2026-05-08 18:53:22.733 1 INFO neutron.manager [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loading Plugin: router 2026-05-08 18:53:22.763 1 INFO neutron.services.service_base [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-08 18:53:22.763 1 INFO neutron.manager [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loading Plugin: segments 2026-05-08 18:53:22.839 1 INFO neutron.manager [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loading Plugin: trunk 2026-05-08 18:53:22.896 1 INFO neutron.manager [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loading Plugin: vpnaas 2026-05-08 18:53:22.932 1 WARNING stevedore.named [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 18:53:22.995 1 INFO neutron_vpnaas.services.vpn.plugin [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-08 18:53:22.996 1 INFO neutron.common.utils [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-08 18:53:22.996 1 INFO neutron.manager [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loading Plugin: auto_allocate 2026-05-08 18:53:23.001 1 INFO neutron.manager [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loading Plugin: tag 2026-05-08 18:53:23.005 1 INFO neutron.manager [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loading Plugin: timestamp 2026-05-08 18:53:23.008 1 INFO neutron.manager [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loading Plugin: network_ip_availability 2026-05-08 18:53:23.012 1 INFO neutron.manager [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loading Plugin: flavors 2026-05-08 18:53:23.015 1 INFO neutron.manager [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loading Plugin: revisions 2026-05-08 18:53:23.017 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Initializing extension manager. 2026-05-08 18:53:23.018 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: address-group 2026-05-08 18:53:23.019 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: address-scope 2026-05-08 18:53:23.020 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-08 18:53:23.021 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: agent 2026-05-08 18:53:23.021 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: agent-resources-synced 2026-05-08 18:53:23.022 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-08 18:53:23.023 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-08 18:53:23.024 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: availability_zone 2026-05-08 18:53:23.024 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: availability_zone_filter 2026-05-08 18:53:23.025 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-08 18:53:23.025 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: default-subnetpools 2026-05-08 18:53:23.027 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-08 18:53:23.027 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: dns-integration 2026-05-08 18:53:23.028 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: dns-domain-ports 2026-05-08 18:53:23.028 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-08 18:53:23.029 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: dvr 2026-05-08 18:53:23.029 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-08 18:53:23.030 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: empty-string-filtering 2026-05-08 18:53:23.031 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 18:53:23.031 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-08 18:53:23.032 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: external-net 2026-05-08 18:53:23.032 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-08 18:53:23.033 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: extraroute 2026-05-08 18:53:23.033 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: extraroute-atomic 2026-05-08 18:53:23.034 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-08 18:53:23.034 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-08 18:53:23.035 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-08 18:53:23.036 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-08 18:53:23.036 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: fip-port-details 2026-05-08 18:53:23.037 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: flavors 2026-05-08 18:53:23.038 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-08 18:53:23.039 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: floatingip-pools 2026-05-08 18:53:23.039 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: ip_allocation 2026-05-08 18:53:23.040 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-08 18:53:23.040 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: l2_adjacency 2026-05-08 18:53:23.041 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: router 2026-05-08 18:53:23.043 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 18:53:23.043 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-08 18:53:23.044 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-08 18:53:23.045 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: ext-gw-mode 2026-05-08 18:53:23.046 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: l3-ha 2026-05-08 18:53:23.046 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-08 18:53:23.047 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-08 18:53:23.047 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: l3-flavors 2026-05-08 18:53:23.048 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-08 18:53:23.049 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-08 18:53:23.051 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-08 18:53:23.052 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-08 18:53:23.053 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-08 18:53:23.054 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-08 18:53:23.055 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-08 18:53:23.055 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: multi-provider 2026-05-08 18:53:23.056 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: net-mtu 2026-05-08 18:53:23.056 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: net-mtu-writable 2026-05-08 18:53:23.057 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: network_availability_zone 2026-05-08 18:53:23.058 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: network_ha 2026-05-08 18:53:23.058 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: network-ip-availability 2026-05-08 18:53:23.059 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-08 18:53:23.060 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: pagination 2026-05-08 18:53:23.060 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: port-device-profile 2026-05-08 18:53:23.061 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-08 18:53:23.062 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-08 18:53:23.062 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-08 18:53:23.063 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: port-mac-override 2026-05-08 18:53:23.063 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-08 18:53:23.064 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-08 18:53:23.065 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: port-resource-request 2026-05-08 18:53:23.065 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-08 18:53:23.066 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: binding 2026-05-08 18:53:23.066 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: binding-extended 2026-05-08 18:53:23.067 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: port-security 2026-05-08 18:53:23.067 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: project-id 2026-05-08 18:53:23.068 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: provider 2026-05-08 18:53:23.069 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: qos 2026-05-08 18:53:23.070 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-08 18:53:23.071 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-08 18:53:23.072 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: qos-default 2026-05-08 18:53:23.073 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: qos-fip 2026-05-08 18:53:23.074 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-08 18:53:23.074 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-08 18:53:23.075 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-08 18:53:23.076 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-08 18:53:23.076 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-08 18:53:23.077 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: qos-pps 2026-05-08 18:53:23.077 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-08 18:53:23.078 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-08 18:53:23.078 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: qos-rules-alias 2026-05-08 18:53:23.079 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: quota-check-limit 2026-05-08 18:53:23.081 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: quotas 2026-05-08 18:53:23.083 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: quota_details 2026-05-08 18:53:23.084 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: rbac-policies 2026-05-08 18:53:23.085 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: rbac-address-group 2026-05-08 18:53:23.085 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: rbac-address-scope 2026-05-08 18:53:23.086 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: rbac-security-groups 2026-05-08 18:53:23.086 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-08 18:53:23.087 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: revision-if-match 2026-05-08 18:53:23.087 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-08 18:53:23.088 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: router_availability_zone 2026-05-08 18:53:23.088 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-08 18:53:23.090 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-08 18:53:23.090 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-08 18:53:23.091 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-08 18:53:23.091 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-08 18:53:23.092 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-08 18:53:23.093 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-08 18:53:23.100 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: security-group 2026-05-08 18:53:23.101 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: segment 2026-05-08 18:53:23.101 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-08 18:53:23.102 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: service-type 2026-05-08 18:53:23.102 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: sorting 2026-05-08 18:53:23.103 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: standard-attr-segment 2026-05-08 18:53:23.103 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: standard-attr-description 2026-05-08 18:53:23.104 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: stateful-security-group 2026-05-08 18:53:23.104 1 WARNING neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-05-08 18:53:23.105 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-08 18:53:23.106 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: subnet_onboard 2026-05-08 18:53:23.106 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-08 18:53:23.107 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: subnet-service-types 2026-05-08 18:53:23.107 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: subnet_allocation 2026-05-08 18:53:23.108 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-08 18:53:23.108 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-08 18:53:23.111 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: standard-attr-tag 2026-05-08 18:53:23.112 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-08 18:53:23.112 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: trunk 2026-05-08 18:53:23.114 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: trunk-details 2026-05-08 18:53:23.114 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-08 18:53:23.115 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-08 18:53:23.117 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-08 18:53:23.117 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-08 18:53:23.118 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: vpn-flavors 2026-05-08 18:53:23.119 1 INFO neutron.api.extensions [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Loaded extension: vpnaas 2026-05-08 18:53:23.122 1 INFO oslo_service.service [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Starting 2 workers 2026-05-08 18:53:23.127 1 INFO oslo_service.service [None req-34fa15d8-005e-4106-86e6-8d60ea451ba2 - - - - - -] Starting 1 workers 2026-05-08 18:53:58.546 10 INFO neutron.db.l3_hamode_db [None req-9dfaf032-ba56-4eca-ad03-1cde8e72e69d - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 18:54:11.772 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 592ba318-4720-447e-be9f-9bc2e4f1b6e0 2026-05-08 18:54:12.871 9 INFO neutron.plugins.ml2.plugin [None req-a74bd179-e58d-4535-8432-ae8b2d8586c1 - - - - - -] Attempt 1 to provision port 592ba318-4720-447e-be9f-9bc2e4f1b6e0 2026-05-08 18:54:13.542 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 592ba318-4720-447e-be9f-9bc2e4f1b6e0 2026-05-08 18:58:38.845 9 INFO neutron.plugins.ml2.plugin [None req-0198ed52-8a35-4027-be69-cbd067036964 - - - - - -] Attempt 1 to provision port 8dfe34c7-a3a9-4335-8e49-38c872af15f0 2026-05-08 18:58:39.740 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 8dfe34c7-a3a9-4335-8e49-38c872af15f0 2026-05-08 18:58:45.890 10 INFO neutron.plugins.ml2.plugin [None req-459e1c8d-b42a-4b41-aff4-2929e0ce6bb3 - - - - - -] Attempt 1 to provision port 403386b6-6caf-4499-982d-07a3f4404e27 2026-05-08 19:02:14.009 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 403386b6-6caf-4499-982d-07a3f4404e27 2026-05-08 19:02:15.846 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 403386b6-6caf-4499-982d-07a3f4404e27 2026-05-08 19:10:36.204 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 4f1df66f-87b9-4e85-8390-858b6be2f3dc 2026-05-08 19:10:38.173 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 4f1df66f-87b9-4e85-8390-858b6be2f3dc 2026-05-08 19:25:58.422 10 INFO neutron.plugins.ml2.plugin [None req-57375acc-02f8-4fef-ae58-2d63dd93a6b7 - - - - - -] Attempt 1 to provision port b72c40dd-1f51-4afb-a54f-522ddabc5f4b 2026-05-08 19:25:59.111 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 2f9bec2f-ad87-40a0-b6d7-0957efb02e54 2026-05-08 19:25:59.276 10 INFO neutron.plugins.ml2.plugin [None req-83d84277-be6a-4525-96e6-ee6d75440e1a - - - - - -] Attempt 1 to provision port 353f9267-ae9f-4573-a996-8c88e090eb6f 2026-05-08 19:25:59.496 10 INFO neutron.plugins.ml2.plugin [None req-ef65459e-9f48-4194-951c-bc4cea15cd51 - - - - - -] Attempt 1 to provision port 2f9bec2f-ad87-40a0-b6d7-0957efb02e54 2026-05-08 19:25:59.700 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port ef69bfbd-9dd0-40eb-a425-2ff536b806e9 2026-05-08 19:25:59.704 9 INFO neutron.plugins.ml2.plugin [None req-ee591fe3-4a3e-477b-bb1b-9e335cd04975 - - - - - -] Attempt 1 to provision port ef69bfbd-9dd0-40eb-a425-2ff536b806e9 2026-05-08 19:26:00.247 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 4e284897-ef8e-4e7c-96d1-7741ffd1681b 2026-05-08 19:26:00.607 10 INFO neutron.plugins.ml2.plugin [None req-f0ecee95-bcc8-4417-889f-639399123bbf - - - - - -] Attempt 1 to provision port 4e284897-ef8e-4e7c-96d1-7741ffd1681b 2026-05-08 19:26:01.054 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 2f9bec2f-ad87-40a0-b6d7-0957efb02e54 2026-05-08 19:26:01.395 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 4e284897-ef8e-4e7c-96d1-7741ffd1681b 2026-05-08 19:26:01.623 10 INFO neutron.plugins.ml2.plugin [None req-c6251f87-1885-4681-b8a9-db2757201972 - - - - - -] Attempt 1 to provision port cb224828-3a56-490c-acf8-67bd68fbd4cf 2026-05-08 19:26:01.718 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port ef69bfbd-9dd0-40eb-a425-2ff536b806e9 2026-05-08 19:26:01.784 9 INFO neutron.plugins.ml2.plugin [None req-0898e3dd-1ff9-4db0-9459-1afb4d38263c - - - - - -] Attempt 1 to provision port 1f158780-7638-4081-a171-786cfa10476e 2026-05-08 19:26:02.437 9 INFO neutron.plugins.ml2.plugin [None req-9762715a-93ec-4630-bc1b-b9964ef86e97 - - - - - -] Attempt 1 to provision port 1f158780-7638-4081-a171-786cfa10476e 2026-05-08 19:26:03.610 9 INFO neutron.plugins.ml2.plugin [None req-46056bb5-543e-4383-80ae-0db2ae2a9257 - - - - - -] Attempt 1 to provision port 1a6c7c2e-e874-4111-a27f-3c14ace49b36 2026-05-08 19:26:04.200 9 INFO neutron.plugins.ml2.plugin [None req-49460fc2-bf9e-48de-b743-1a63b484863a - - - - - -] Attempt 1 to provision port 1a6c7c2e-e874-4111-a27f-3c14ace49b36 2026-05-08 19:26:04.747 9 INFO neutron.plugins.ml2.plugin [None req-418b8654-b7be-4240-95e5-ad4a80a0f8d4 - - - - - -] Attempt 1 to provision port 01a078e8-aff1-449e-aeb0-2c28e2215c64 2026-05-08 19:26:05.414 9 INFO neutron.plugins.ml2.plugin [None req-e83a3a88-ee16-423e-bff8-95a906081f5e - - - - - -] Attempt 1 to provision port 01a078e8-aff1-449e-aeb0-2c28e2215c64 2026-05-08 19:26:07.203 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 0abd45a8-c640-4a62-9b36-5e3eae792004 2026-05-08 19:26:07.283 10 INFO neutron.plugins.ml2.plugin [None req-6aecdc79-7a06-44c2-90b1-86e8467e0a1c - - - - - -] Attempt 1 to provision port 75f04edc-32ca-4fa6-901c-e94c9379ad48 2026-05-08 19:26:08.050 10 INFO neutron.plugins.ml2.plugin [None req-6457d865-215c-48a3-adf6-2900b801a159 - - - - - -] Attempt 1 to provision port 0abd45a8-c640-4a62-9b36-5e3eae792004 2026-05-08 19:26:09.287 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 0abd45a8-c640-4a62-9b36-5e3eae792004 2026-05-08 19:26:09.575 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 3f5b30df-c7c6-459f-82e9-571812eab1fb 2026-05-08 19:26:09.804 9 INFO neutron.plugins.ml2.plugin [None req-c3bc0c70-c9f7-477f-9b8d-d246c1000acc - - - - - -] Attempt 1 to provision port f732f408-4994-47af-a19c-4cd3db821194 2026-05-08 19:26:10.128 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port e31375f3-b275-40fb-9287-dcb00e3c1a73 2026-05-08 19:26:10.472 10 INFO neutron.plugins.ml2.plugin [None req-efccd57d-279e-4dc1-9c96-17fba3894c6f - - - - - -] Attempt 1 to provision port f732f408-4994-47af-a19c-4cd3db821194 2026-05-08 19:26:10.764 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 0560b740-46dc-41b6-be77-01dc559169d3 2026-05-08 19:26:11.550 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port e31375f3-b275-40fb-9287-dcb00e3c1a73 2026-05-08 19:26:11.703 10 INFO neutron.plugins.ml2.plugin [None req-1a0d3227-7450-4f9a-8abf-664c4b7d0192 - - - - - -] Attempt 1 to provision port 7cf2a77e-0b7c-46f8-b776-94e8d702b258 2026-05-08 19:26:11.910 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 3f5b30df-c7c6-459f-82e9-571812eab1fb 2026-05-08 19:26:11.985 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] No ports have port_id starting with 3f5b30df-c7c6-459f-82e9-571812eab1fb 2026-05-08 19:26:12.020 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 0560b740-46dc-41b6-be77-01dc559169d3 2026-05-08 19:26:12.345 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 21d40f37-5bd8-4115-ad99-f50ecfb4dc69 /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-05-08 19:26:13.492 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 21d40f37-5bd8-4115-ad99-f50ecfb4dc69 2026-05-08 19:26:16.312 10 INFO neutron.plugins.ml2.plugin [None req-a26d5eca-bec2-47aa-b2bc-5622f2e1154c - - - - - -] Attempt 1 to provision port 393c5b0d-48e7-42ef-8d5a-39adb520520e 2026-05-08 19:26:17.489 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 7cf2a77e-0b7c-46f8-b776-94e8d702b258 2026-05-08 19:26:17.595 10 INFO neutron.plugins.ml2.plugin [None req-4ff420e0-e826-4153-a3e6-732d9031e688 - - - - - -] Attempt 1 to provision port 1449dfc2-f572-47ec-8de7-8698c6a7bf64 2026-05-08 19:26:18.236 10 INFO neutron.plugins.ml2.plugin [None req-c739adaf-9b85-419b-a073-d5aae832ca8c - - - - - -] Attempt 1 to provision port cc745913-ed18-4c8c-850a-1409d58b3c0c 2026-05-08 19:26:18.273 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-795f63af-1e72-4b43-9d71-604bed73b0d8'] response: {'server_uuid': '542cd3d7-2ec9-4bc6-b375-4ba969bb45d0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7cf2a77e-0b7c-46f8-b776-94e8d702b258', 'code': 200} 2026-05-08 19:26:19.328 10 INFO neutron.plugins.ml2.plugin [None req-67e7f58f-d457-42f4-85be-20237a2cf463 - - - - - -] Attempt 1 to provision port 96b82e68-8d9a-4e61-90e8-542112ffd483 2026-05-08 19:26:19.883 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 7cf2a77e-0b7c-46f8-b776-94e8d702b258 2026-05-08 19:26:20.364 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 393c5b0d-48e7-42ef-8d5a-39adb520520e 2026-05-08 19:26:20.545 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-79d1abf0-dcc7-4666-93a6-d8beee6d1393'] response: {'server_uuid': '2e54bb58-a327-4648-93a9-c9d2b9b86a5b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '393c5b0d-48e7-42ef-8d5a-39adb520520e', 'code': 200} 2026-05-08 19:26:21.119 9 INFO neutron.plugins.ml2.plugin [None req-e1a3061d-e27e-40f4-a35c-6f635e43da0d - - - - - -] Attempt 1 to provision port d244ffab-a5e2-480f-9b84-5ea8d78619bc 2026-05-08 19:26:21.340 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 96b82e68-8d9a-4e61-90e8-542112ffd483 2026-05-08 19:26:21.823 9 INFO neutron.plugins.ml2.plugin [None req-c7b8442a-870b-4278-8f08-40c6d8adf1d1 - - - - - -] Attempt 1 to provision port d244ffab-a5e2-480f-9b84-5ea8d78619bc 2026-05-08 19:26:22.453 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 393c5b0d-48e7-42ef-8d5a-39adb520520e 2026-05-08 19:26:22.773 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 1449dfc2-f572-47ec-8de7-8698c6a7bf64 2026-05-08 19:26:22.920 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-e1e9e0d7-5d9c-4abe-993e-0b1bca0d40ca'] response: {'server_uuid': '1f6395ce-e353-4371-9ed1-744b4799de37', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1449dfc2-f572-47ec-8de7-8698c6a7bf64', 'code': 200} 2026-05-08 19:26:23.543 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 96b82e68-8d9a-4e61-90e8-542112ffd483 2026-05-08 19:26:24.488 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 1449dfc2-f572-47ec-8de7-8698c6a7bf64 2026-05-08 19:26:25.183 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 17627abb-7084-4ee8-8264-df16f8245d1b 2026-05-08 19:26:26.447 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 17627abb-7084-4ee8-8264-df16f8245d1b /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-05-08 19:26:36.304 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port b72c40dd-1f51-4afb-a54f-522ddabc5f4b 2026-05-08 19:26:36.534 9 INFO neutron.plugins.ml2.plugin [None req-2b116537-9e0b-4ca6-b4e7-089b099ae38d - - - - - -] Attempt 1 to provision port c1cd5da1-a58d-4d40-a3a6-d5bfbd876fdc 2026-05-08 19:26:36.703 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port d0798c8e-f499-4465-a680-1511a68fb367 2026-05-08 19:26:37.146 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 1f158780-7638-4081-a171-786cfa10476e 2026-05-08 19:26:37.193 9 INFO neutron.plugins.ml2.plugin [None req-3bb6ab64-1c55-4d42-8ce7-43233cb0a468 - - - - - -] Attempt 1 to provision port d0798c8e-f499-4465-a680-1511a68fb367 2026-05-08 19:26:38.217 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port b72c40dd-1f51-4afb-a54f-522ddabc5f4b 2026-05-08 19:26:38.489 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port f732f408-4994-47af-a19c-4cd3db821194 2026-05-08 19:26:38.914 10 INFO neutron.plugins.ml2.plugin [None req-cd7a1683-2cb7-41c1-8142-5d6f381748c3 - - - - - -] Attempt 1 to provision port c74efd0b-6fd9-466a-848b-74bc1f590ed8 2026-05-08 19:26:39.108 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 75f04edc-32ca-4fa6-901c-e94c9379ad48 2026-05-08 19:26:39.486 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port d0798c8e-f499-4465-a680-1511a68fb367 2026-05-08 19:26:39.580 10 INFO neutron.plugins.ml2.plugin [None req-3fd49c78-4f25-4995-9a67-4d26e423591f - - - - - -] Attempt 1 to provision port c74efd0b-6fd9-466a-848b-74bc1f590ed8 2026-05-08 19:26:39.833 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 1f158780-7638-4081-a171-786cfa10476e 2026-05-08 19:26:40.369 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 2ec18586-d53d-40ba-995d-e11a2cfcc250 2026-05-08 19:26:41.100 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port f732f408-4994-47af-a19c-4cd3db821194 2026-05-08 19:26:41.358 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 75f04edc-32ca-4fa6-901c-e94c9379ad48 2026-05-08 19:26:42.252 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 2ec18586-d53d-40ba-995d-e11a2cfcc250 2026-05-08 19:26:44.340 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff5de0ac-94d1-4482-968e-5256f5a7b3ae'] response: {'server_uuid': '542cd3d7-2ec9-4bc6-b375-4ba969bb45d0', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7cf2a77e-0b7c-46f8-b776-94e8d702b258', 'code': 200} 2026-05-08 19:26:44.882 9 INFO neutron.plugins.ml2.plugin [None req-17438c5a-28a6-4cdf-ae27-6dd221522d4e - - - - - -] Attempt 1 to provision port 6130bad5-b6dc-4ead-8a3f-6a3e940ff879 2026-05-08 19:26:45.062 10 INFO neutron.plugins.ml2.plugin [None req-2184c768-1722-4061-b66f-87b774298bb7 - - - - - -] Attempt 1 to provision port 393c5b0d-48e7-42ef-8d5a-39adb520520e 2026-05-08 19:26:45.184 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 7cf2a77e-0b7c-46f8-b776-94e8d702b258 2026-05-08 19:26:46.383 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-44d9f98c-3af5-430c-8397-5457dc9f5f32'] response: {'server_uuid': '542cd3d7-2ec9-4bc6-b375-4ba969bb45d0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7cf2a77e-0b7c-46f8-b776-94e8d702b258', 'code': 200} 2026-05-08 19:26:46.393 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 7cf2a77e-0b7c-46f8-b776-94e8d702b258 2026-05-08 19:26:46.865 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 6130bad5-b6dc-4ead-8a3f-6a3e940ff879 2026-05-08 19:26:46.991 10 INFO neutron.plugins.ml2.plugin [None req-b8dc4778-b795-444b-b75f-586187c4e544 - - - - - -] Attempt 1 to provision port 393c5b0d-48e7-42ef-8d5a-39adb520520e 2026-05-08 19:26:48.307 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 393c5b0d-48e7-42ef-8d5a-39adb520520e 2026-05-08 19:26:48.382 10 INFO neutron.plugins.ml2.plugin [None req-fbb16a80-d9b2-476d-bca9-67e13ac52be9 - - - - - -] Attempt 1 to provision port fca7025f-e7c5-4eb2-8969-cb163daa605a 2026-05-08 19:26:48.423 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d568bee-624b-420f-a6be-1f7c4fecd273'] response: {'server_uuid': '1ed32f88-9a90-41f0-96df-57005ef5e9b1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6130bad5-b6dc-4ead-8a3f-6a3e940ff879', 'code': 200} 2026-05-08 19:26:48.577 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 6130bad5-b6dc-4ead-8a3f-6a3e940ff879 2026-05-08 19:26:52.512 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-55bd6f4d-7d40-4d50-8a31-2e3a4bca2b8e'] response: {'server_uuid': '1ed32f88-9a90-41f0-96df-57005ef5e9b1', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '6130bad5-b6dc-4ead-8a3f-6a3e940ff879', 'code': 200} 2026-05-08 19:27:00.321 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 68b92b66-24c6-4559-88b4-2e8a718723f3 2026-05-08 19:27:00.636 10 INFO neutron.plugins.ml2.plugin [None req-43dc212a-c348-4e1e-8387-a45db134d2db - - - - - -] Attempt 1 to provision port b1acb08f-047e-4fbf-b6ae-89117f0d8918 2026-05-08 19:27:01.211 9 INFO neutron.plugins.ml2.plugin [None req-ccf7e5ad-935a-4ba3-8491-5426c26e4dce - - - - - -] Attempt 1 to provision port 68b92b66-24c6-4559-88b4-2e8a718723f3 2026-05-08 19:27:02.242 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 68b92b66-24c6-4559-88b4-2e8a718723f3 2026-05-08 19:27:03.006 10 INFO neutron.plugins.ml2.plugin [None req-45131bcd-8fed-4ad9-b2ff-150bd8a0adf1 - - - - - -] Attempt 1 to provision port 64e2e040-2359-446b-b0fc-12e07d6aeee8 2026-05-08 19:27:03.661 10 INFO neutron.plugins.ml2.plugin [None req-8da2a4cd-2f44-4081-927e-8cf83534e998 - - - - - -] Attempt 1 to provision port 64e2e040-2359-446b-b0fc-12e07d6aeee8 2026-05-08 19:27:04.381 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 23fb7d38-933c-45d9-b362-feb67ac1bb52 2026-05-08 19:27:06.511 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 23fb7d38-933c-45d9-b362-feb67ac1bb52 2026-05-08 19:27:06.872 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 27cb8f28-10cc-4a19-972e-e8dc768e9dec 2026-05-08 19:27:06.936 9 INFO neutron.plugins.ml2.plugin [None req-61e5cb4d-74a9-4656-8801-556305c8f9e5 - - - - - -] Attempt 1 to provision port 98bdf7c4-a77f-4178-9165-bd5ab679093c 2026-05-08 19:27:07.211 9 INFO neutron.plugins.ml2.plugin [None req-491a7671-ce15-40de-952e-6970d1332c02 - - - - - -] Attempt 1 to provision port 27cb8f28-10cc-4a19-972e-e8dc768e9dec 2026-05-08 19:27:08.403 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 27cb8f28-10cc-4a19-972e-e8dc768e9dec 2026-05-08 19:27:09.548 9 INFO neutron.plugins.ml2.plugin [None req-dd17c552-aee6-4f57-aeab-2c23154de575 - - - - - -] Attempt 1 to provision port 33e6f3a8-8c07-44e0-b524-1a36d4cff533 2026-05-08 19:27:10.245 9 INFO neutron.plugins.ml2.plugin [None req-b37f65b6-107a-43c4-81f2-ecddc3e1cbd0 - - - - - -] Attempt 1 to provision port 33e6f3a8-8c07-44e0-b524-1a36d4cff533 2026-05-08 19:27:10.490 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 5457b50e-1d5a-4ff0-894a-02c44ff35f91 2026-05-08 19:27:12.294 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 5457b50e-1d5a-4ff0-894a-02c44ff35f91 2026-05-08 19:27:12.917 9 INFO neutron.plugins.ml2.plugin [None req-671153f3-c46e-4ef9-a180-83438a2c6e26 - - - - - -] Attempt 1 to provision port b34d729f-c08b-4c5c-9d72-b313e5a81143 2026-05-08 19:27:14.284 9 INFO neutron.plugins.ml2.plugin [None req-91e615a3-361c-4a10-b4cf-5082f64408bc - - - - - -] Attempt 1 to provision port d9019461-27f7-4d6c-beec-4efdb22d2b30 2026-05-08 19:27:16.491 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port b34d729f-c08b-4c5c-9d72-b313e5a81143 2026-05-08 19:27:16.645 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd2bb7a5-1819-475e-9ba7-2f48395b71b5'] response: {'server_uuid': '60056773-2f52-4bd2-a036-54a187cb509d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b34d729f-c08b-4c5c-9d72-b313e5a81143', 'code': 200} 2026-05-08 19:27:17.226 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port d9019461-27f7-4d6c-beec-4efdb22d2b30 2026-05-08 19:27:18.325 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port b34d729f-c08b-4c5c-9d72-b313e5a81143 2026-05-08 19:27:18.584 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port d9019461-27f7-4d6c-beec-4efdb22d2b30 2026-05-08 19:27:18.695 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-21b6539a-36b0-485c-ac82-9b1d5b2aa66a'] response: {'server_uuid': 'e9d49017-0c51-4fa6-8105-7b18a320a327', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd9019461-27f7-4d6c-beec-4efdb22d2b30', 'code': 200} 2026-05-08 19:27:20.374 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 64e2e040-2359-446b-b0fc-12e07d6aeee8 2026-05-08 19:27:20.635 9 WARNING neutron.plugins.ml2.plugin [None req-7a089417-c55c-4d4b-80ba-b216b56d1bde - - - - - -] Concurrent port binding operations failed on port b1acb08f-047e-4fbf-b6ae-89117f0d8918 2026-05-08 19:27:20.649 9 INFO neutron.plugins.ml2.plugin [None req-7a089417-c55c-4d4b-80ba-b216b56d1bde - - - - - -] Attempt 2 to bind port b1acb08f-047e-4fbf-b6ae-89117f0d8918 2026-05-08 19:27:22.298 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port b1acb08f-047e-4fbf-b6ae-89117f0d8918 2026-05-08 19:27:22.651 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 64e2e040-2359-446b-b0fc-12e07d6aeee8 2026-05-08 19:27:24.498 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port b1acb08f-047e-4fbf-b6ae-89117f0d8918 2026-05-08 19:27:28.478 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port c291bca6-ea9d-4da1-98b9-835c16c9a8c9 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 3ea6ca17-e02f-455c-8c46-53c0e596a412 could not be found. 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 3ea6ca17-e02f-455c-8c46-53c0e596a412 could not be found. 2026-05-08 19:27:28.728 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:27:28.730 10 ERROR neutron.plugins.ml2.managers [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Failed to bind port 5422f4e0-b7a5-435f-a550-837596eee15d on host instance for vnic_type normal using segments [{'id': '6eda001b-f012-425c-a9dc-58ab43609787', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 813, 'network_id': '0cfa285a-844f-49db-8406-6c84a10121b9'}] 2026-05-08 19:27:28.730 10 INFO neutron.plugins.ml2.plugin [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Attempt 2 to bind port 5422f4e0-b7a5-435f-a550-837596eee15d 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 3ea6ca17-e02f-455c-8c46-53c0e596a412 could not be found. 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 3ea6ca17-e02f-455c-8c46-53c0e596a412 could not be found. 2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:27:28.751 10 ERROR neutron.plugins.ml2.managers [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Failed to bind port 5422f4e0-b7a5-435f-a550-837596eee15d on host instance for vnic_type normal using segments [{'id': '6eda001b-f012-425c-a9dc-58ab43609787', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 813, 'network_id': '0cfa285a-844f-49db-8406-6c84a10121b9'}] 2026-05-08 19:27:28.752 10 INFO neutron.plugins.ml2.plugin [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Attempt 3 to bind port 5422f4e0-b7a5-435f-a550-837596eee15d 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 3ea6ca17-e02f-455c-8c46-53c0e596a412 could not be found. 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 3ea6ca17-e02f-455c-8c46-53c0e596a412 could not be found. 2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:27:28.782 10 ERROR neutron.plugins.ml2.managers [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Failed to bind port 5422f4e0-b7a5-435f-a550-837596eee15d on host instance for vnic_type normal using segments [{'id': '6eda001b-f012-425c-a9dc-58ab43609787', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 813, 'network_id': '0cfa285a-844f-49db-8406-6c84a10121b9'}] 2026-05-08 19:27:28.783 10 INFO neutron.plugins.ml2.plugin [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Attempt 4 to bind port 5422f4e0-b7a5-435f-a550-837596eee15d 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 3ea6ca17-e02f-455c-8c46-53c0e596a412 could not be found. 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 3ea6ca17-e02f-455c-8c46-53c0e596a412 could not be found. 2026-05-08 19:27:28.807 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:27:28.808 10 ERROR neutron.plugins.ml2.managers [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Failed to bind port 5422f4e0-b7a5-435f-a550-837596eee15d on host instance for vnic_type normal using segments [{'id': '6eda001b-f012-425c-a9dc-58ab43609787', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 813, 'network_id': '0cfa285a-844f-49db-8406-6c84a10121b9'}] 2026-05-08 19:27:28.808 10 INFO neutron.plugins.ml2.plugin [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Attempt 5 to bind port 5422f4e0-b7a5-435f-a550-837596eee15d 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 3ea6ca17-e02f-455c-8c46-53c0e596a412 could not be found. 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 3ea6ca17-e02f-455c-8c46-53c0e596a412 could not be found. 2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:27:28.833 10 ERROR neutron.plugins.ml2.managers [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Failed to bind port 5422f4e0-b7a5-435f-a550-837596eee15d on host instance for vnic_type normal using segments [{'id': '6eda001b-f012-425c-a9dc-58ab43609787', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 813, 'network_id': '0cfa285a-844f-49db-8406-6c84a10121b9'}] 2026-05-08 19:27:28.834 10 INFO neutron.plugins.ml2.plugin [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Attempt 6 to bind port 5422f4e0-b7a5-435f-a550-837596eee15d 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 3ea6ca17-e02f-455c-8c46-53c0e596a412 could not be found. 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 3ea6ca17-e02f-455c-8c46-53c0e596a412 could not be found. 2026-05-08 19:27:28.854 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:27:28.855 10 ERROR neutron.plugins.ml2.managers [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Failed to bind port 5422f4e0-b7a5-435f-a550-837596eee15d on host instance for vnic_type normal using segments [{'id': '6eda001b-f012-425c-a9dc-58ab43609787', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 813, 'network_id': '0cfa285a-844f-49db-8406-6c84a10121b9'}] 2026-05-08 19:27:28.855 10 INFO neutron.plugins.ml2.plugin [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Attempt 7 to bind port 5422f4e0-b7a5-435f-a550-837596eee15d 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 3ea6ca17-e02f-455c-8c46-53c0e596a412 could not be found. 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 3ea6ca17-e02f-455c-8c46-53c0e596a412 could not be found. 2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:27:28.871 10 ERROR neutron.plugins.ml2.managers [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Failed to bind port 5422f4e0-b7a5-435f-a550-837596eee15d on host instance for vnic_type normal using segments [{'id': '6eda001b-f012-425c-a9dc-58ab43609787', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 813, 'network_id': '0cfa285a-844f-49db-8406-6c84a10121b9'}] 2026-05-08 19:27:28.872 10 INFO neutron.plugins.ml2.plugin [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Attempt 8 to bind port 5422f4e0-b7a5-435f-a550-837596eee15d 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 3ea6ca17-e02f-455c-8c46-53c0e596a412 could not be found. 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 3ea6ca17-e02f-455c-8c46-53c0e596a412 could not be found. 2026-05-08 19:27:28.913 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:27:28.914 10 ERROR neutron.plugins.ml2.managers [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Failed to bind port 5422f4e0-b7a5-435f-a550-837596eee15d on host instance for vnic_type normal using segments [{'id': '6eda001b-f012-425c-a9dc-58ab43609787', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 813, 'network_id': '0cfa285a-844f-49db-8406-6c84a10121b9'}] 2026-05-08 19:27:28.914 10 INFO neutron.plugins.ml2.plugin [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Attempt 9 to bind port 5422f4e0-b7a5-435f-a550-837596eee15d 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 3ea6ca17-e02f-455c-8c46-53c0e596a412 could not be found. 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 3ea6ca17-e02f-455c-8c46-53c0e596a412 could not be found. 2026-05-08 19:27:28.936 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:27:28.937 10 ERROR neutron.plugins.ml2.managers [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Failed to bind port 5422f4e0-b7a5-435f-a550-837596eee15d on host instance for vnic_type normal using segments [{'id': '6eda001b-f012-425c-a9dc-58ab43609787', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 813, 'network_id': '0cfa285a-844f-49db-8406-6c84a10121b9'}] 2026-05-08 19:27:28.938 10 INFO neutron.plugins.ml2.plugin [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Attempt 10 to bind port 5422f4e0-b7a5-435f-a550-837596eee15d 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 3ea6ca17-e02f-455c-8c46-53c0e596a412 could not be found. 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 3ea6ca17-e02f-455c-8c46-53c0e596a412 could not be found. 2026-05-08 19:27:28.959 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:27:28.960 10 ERROR neutron.plugins.ml2.managers [None req-52570e08-1b76-4e68-9432-11ceabb3da8f - - - - - -] Failed to bind port 5422f4e0-b7a5-435f-a550-837596eee15d on host instance for vnic_type normal using segments [{'id': '6eda001b-f012-425c-a9dc-58ab43609787', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 813, 'network_id': '0cfa285a-844f-49db-8406-6c84a10121b9'}] 2026-05-08 19:27:29.277 9 INFO neutron.plugins.ml2.plugin [None req-864c1742-6ee0-47e6-9a0c-8b7de8fe74ad - - - - - -] Attempt 1 to provision port c291bca6-ea9d-4da1-98b9-835c16c9a8c9 2026-05-08 19:27:30.304 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port c291bca6-ea9d-4da1-98b9-835c16c9a8c9 2026-05-08 19:27:41.262 10 INFO neutron.plugins.ml2.plugin [None req-de346290-e4d1-4a91-988f-8501ba8893a9 - - - - - -] Attempt 1 to provision port a31de5fd-8e09-4e09-9cd2-2f13997a0d93 2026-05-08 19:27:41.821 10 INFO neutron.plugins.ml2.plugin [None req-ea19c709-aa1e-40be-8f5a-3d172d03153d - - - - - -] Attempt 1 to provision port 63e997db-7077-493d-81a7-6b6804c864e7 2026-05-08 19:27:42.309 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 63e997db-7077-493d-81a7-6b6804c864e7 2026-05-08 19:27:43.975 9 INFO neutron.plugins.ml2.plugin [None req-383d1a8b-c5a1-4f92-ab8c-8ee3aed96c34 - - - - - -] Attempt 1 to provision port 50dbaf6b-dbab-4c34-be26-c7506f0b7b3b 2026-05-08 19:27:44.286 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 47499379-bfa5-4bb0-9d34-62e03a6c3e2a 2026-05-08 19:27:44.520 10 INFO neutron.plugins.ml2.plugin [None req-31b9b1fd-4e34-4193-af50-d7bf33cc8d44 - - - - - -] Attempt 1 to provision port 50dbaf6b-dbab-4c34-be26-c7506f0b7b3b 2026-05-08 19:27:46.555 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 47499379-bfa5-4bb0-9d34-62e03a6c3e2a 2026-05-08 19:27:46.882 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 51b41eab-7b47-459d-b719-d486762b2e96 2026-05-08 19:27:47.603 10 INFO neutron.plugins.ml2.plugin [None req-8c298dde-465d-4c0d-bf7d-8d0e882c7ff1 - - - - - -] Attempt 1 to provision port 51b41eab-7b47-459d-b719-d486762b2e96 2026-05-08 19:27:48.255 9 INFO neutron.plugins.ml2.plugin [None req-2f58419f-fb22-4168-ac6a-efee3a59d9bd - - - - - -] Attempt 1 to provision port 03845314-8831-43ee-afb5-b78f327ad309 2026-05-08 19:27:48.436 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 03845314-8831-43ee-afb5-b78f327ad309 2026-05-08 19:27:48.733 10 INFO neutron.plugins.ml2.plugin [None req-6c033f65-19e0-4dcd-a9dc-311a72553b1a - - - - - -] Attempt 1 to provision port eadcd13f-7b83-427c-8e1d-d78015da3a3f 2026-05-08 19:27:48.749 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port d82b080d-990a-42af-a7a6-292371781f48 2026-05-08 19:27:48.898 9 INFO neutron.plugins.ml2.plugin [None req-8833497e-8025-471a-b842-a9f0bc5ef947 - - - - - -] Attempt 1 to provision port 5c6e4a54-6c72-4158-afd7-f8342fe086b8 2026-05-08 19:27:49.251 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 51b41eab-7b47-459d-b719-d486762b2e96 2026-05-08 19:27:49.344 10 INFO neutron.plugins.ml2.plugin [None req-1d6140ed-94cf-4033-9f3b-877b4886efb3 - - - - - -] Attempt 1 to provision port d82b080d-990a-42af-a7a6-292371781f48 2026-05-08 19:27:49.590 9 INFO neutron.plugins.ml2.plugin [None req-aaa84188-fde2-45d9-a187-e2bff1bd4012 - - - - - -] Attempt 1 to provision port 5c6e4a54-6c72-4158-afd7-f8342fe086b8 2026-05-08 19:27:50.354 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 03845314-8831-43ee-afb5-b78f327ad309 2026-05-08 19:27:50.642 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port d82b080d-990a-42af-a7a6-292371781f48 2026-05-08 19:27:50.652 10 INFO neutron.plugins.ml2.plugin [None req-087ca51e-366b-4c23-8451-4034a40ab870 - - - - - -] Attempt 1 to provision port ff5204de-0027-4783-a28a-847f2d467bc4 2026-05-08 19:27:50.992 10 INFO neutron.plugins.ml2.plugin [None req-7a9f7ec0-d1e3-40dc-ba9d-038441b283fb - - - - - -] Attempt 1 to provision port 1c817865-f053-4931-8d5d-f146b8d531c5 2026-05-08 19:27:51.337 9 INFO neutron.plugins.ml2.plugin [None req-17ffd9b1-18dc-492d-b4e5-4faf6270194d - - - - - -] Attempt 1 to provision port ff5204de-0027-4783-a28a-847f2d467bc4 2026-05-08 19:27:51.537 10 INFO neutron.plugins.ml2.plugin [None req-c5de6fba-c6ca-46e8-823f-bd76ba77795e - - - - - -] Attempt 1 to provision port 1c817865-f053-4931-8d5d-f146b8d531c5 2026-05-08 19:27:52.349 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 825a2b2d-75d6-4045-b5cc-1fb9c6ab1dae 2026-05-08 19:27:54.317 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 825a2b2d-75d6-4045-b5cc-1fb9c6ab1dae 2026-05-08 19:27:58.301 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 0a69cf9b-2124-4d54-bf13-dae70f1a8395 2026-05-08 19:27:58.836 9 INFO neutron.plugins.ml2.plugin [None req-0e91bdcb-f601-4fc8-9793-600aba7e6bde - - - - - -] Attempt 1 to provision port 0a69cf9b-2124-4d54-bf13-dae70f1a8395 2026-05-08 19:27:59.026 9 INFO neutron.plugins.ml2.plugin [None req-5155cce6-fff2-44d1-9c6d-1b11fb551bd2 - - - - - -] Attempt 1 to provision port b4bfd737-d210-454f-951e-477b4989c5de 2026-05-08 19:27:59.485 9 INFO neutron.plugins.ml2.plugin [None req-ae2342be-fa75-4b3d-bcd7-5d2c10b510e8 - - - - - -] Attempt 1 to provision port 9285c5c1-31db-4db8-a008-c17e0fccde12 2026-05-08 19:28:00.030 9 INFO neutron.plugins.ml2.plugin [None req-7ab3be9d-9a44-4bba-9c6f-cadbdcb82545 - - - - - -] Attempt 1 to provision port e1f6f86d-8447-4c43-9811-2b9f7ed89b30 2026-05-08 19:28:00.639 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 0a69cf9b-2124-4d54-bf13-dae70f1a8395 2026-05-08 19:28:00.941 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port e1f6f86d-8447-4c43-9811-2b9f7ed89b30 2026-05-08 19:28:01.324 10 INFO neutron.plugins.ml2.plugin [None req-c64d5b0f-b59f-4373-8085-975b0c476034 - - - - - -] Attempt 1 to provision port 9285c5c1-31db-4db8-a008-c17e0fccde12 /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-05-08 19:28:02.656 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 50dbaf6b-dbab-4c34-be26-c7506f0b7b3b 2026-05-08 19:28:03.296 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port b4bfd737-d210-454f-951e-477b4989c5de 2026-05-08 19:28:03.780 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port a31de5fd-8e09-4e09-9cd2-2f13997a0d93 2026-05-08 19:28:03.946 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd8df232-aa8b-4afb-84cd-5edcb610e9b2'] response: {'server_uuid': '779a58da-4ee4-424a-a321-b0dc3c99c8f2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b4bfd737-d210-454f-951e-477b4989c5de', 'code': 200} 2026-05-08 19:28:04.561 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 50dbaf6b-dbab-4c34-be26-c7506f0b7b3b 2026-05-08 19:28:04.837 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port b4bfd737-d210-454f-951e-477b4989c5de 2026-05-08 19:28:05.149 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port a31de5fd-8e09-4e09-9cd2-2f13997a0d93 2026-05-08 19:28:06.424 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 7b437089-9f26-49bd-924e-55aa1b885ee2 2026-05-08 19:28:07.336 9 INFO neutron.plugins.ml2.plugin [None req-81c9cb58-f04e-4531-a94c-8213ede16ece - - - - - -] Attempt 1 to provision port 7b437089-9f26-49bd-924e-55aa1b885ee2 2026-05-08 19:28:07.712 9 INFO neutron.plugins.ml2.plugin [None req-cdca5d0f-f26b-4e98-9474-e47012d71d46 - - - - - -] Attempt 1 to provision port 73d8c405-b729-4c09-a01f-9054bcd6b50a 2026-05-08 19:28:08.303 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 7b437089-9f26-49bd-924e-55aa1b885ee2 2026-05-08 19:28:08.589 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 1c817865-f053-4931-8d5d-f146b8d531c5 2026-05-08 19:28:08.761 10 INFO neutron.plugins.ml2.plugin [None req-f2c9d693-f7d8-49df-9c39-673c1c068ad0 - - - - - -] Attempt 1 to provision port 73d8c405-b729-4c09-a01f-9054bcd6b50a 2026-05-08 19:28:08.929 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port eadcd13f-7b83-427c-8e1d-d78015da3a3f 2026-05-08 19:28:10.432 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 6f7005ed-91c6-4013-af71-e5a8bdee20f0 2026-05-08 19:28:10.921 10 INFO neutron.plugins.ml2.plugin [None req-ec285ae4-b337-488f-934e-9d239117df77 - - - - - -] Attempt 1 to provision port 6f7005ed-91c6-4013-af71-e5a8bdee20f0 2026-05-08 19:28:10.970 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 1c817865-f053-4931-8d5d-f146b8d531c5 2026-05-08 19:28:11.186 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port eadcd13f-7b83-427c-8e1d-d78015da3a3f 2026-05-08 19:28:13.132 9 INFO neutron.plugins.ml2.plugin [None req-898fb68f-aa85-4ea5-aa1b-1765a451c6ea - - - - - -] Attempt 1 to provision port b4910958-398e-467d-8bcc-cbb07aeb107c 2026-05-08 19:28:14.379 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 2cb8f1ef-a65b-413f-a4a1-c49164101466 2026-05-08 19:28:16.339 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port fe3bce85-6b6d-40bf-8d70-9bae45122d16 2026-05-08 19:28:16.753 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port aa99924e-733d-48e6-8dc5-06266740424b 2026-05-08 19:28:20.608 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-86cebb3a-ed34-4612-ab5d-07e6e5eaad25'] response: {'server_uuid': '779a58da-4ee4-424a-a321-b0dc3c99c8f2', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'b4bfd737-d210-454f-951e-477b4989c5de', 'code': 200} 2026-05-08 19:28:23.986 9 INFO neutron.plugins.ml2.plugin [None req-ea99dd9f-804d-4f94-ab90-8a9829749abb - - - - - -] Attempt 1 to provision port 064ee3bc-6564-41c5-aa4b-88793f1ec3de 2026-05-08 19:28:24.348 9 INFO neutron.plugins.ml2.plugin [None req-5c046ba6-bbae-4a3a-8c20-c238e57d773a - - - - - -] Attempt 1 to provision port e5c5b698-8474-41ef-be42-4848af7f9f75 2026-05-08 19:28:24.416 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 064ee3bc-6564-41c5-aa4b-88793f1ec3de 2026-05-08 19:28:24.670 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port e5c5b698-8474-41ef-be42-4848af7f9f75 2026-05-08 19:28:25.201 10 INFO neutron.plugins.ml2.plugin [None req-c4f96c76-0333-4f05-bde8-cd75005457d4 - - - - - -] Attempt 1 to provision port dfa5fc68-6443-4323-ad41-4b2987568cfd 2026-05-08 19:28:25.494 9 INFO neutron.plugins.ml2.plugin [None req-cedcd733-62b4-49d0-98f8-7168fce95d56 - - - - - -] Attempt 1 to provision port dfa5fc68-6443-4323-ad41-4b2987568cfd 2026-05-08 19:28:26.157 9 INFO neutron.plugins.ml2.plugin [None req-b3d5d439-050c-45bd-bcab-5057995f6f96 - - - - - -] Attempt 1 to provision port 0d54de84-09b7-439e-ab24-2f09e05da278 2026-05-08 19:28:26.355 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 064ee3bc-6564-41c5-aa4b-88793f1ec3de 2026-05-08 19:28:26.710 9 INFO neutron.plugins.ml2.plugin [None req-40fdb528-a8a5-4ab0-9e2b-1a3f69a14512 - - - - - -] Attempt 1 to provision port 0d54de84-09b7-439e-ab24-2f09e05da278 2026-05-08 19:28:26.727 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port e5c5b698-8474-41ef-be42-4848af7f9f75 2026-05-08 19:28:34.012 10 INFO neutron.plugins.ml2.plugin [None req-4be878c3-a7e9-461d-9289-39e8e432c288 - - - - - -] Attempt 1 to provision port 687ee9a3-0c47-485b-b538-9642b7f6f20d 2026-05-08 19:28:34.422 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 687ee9a3-0c47-485b-b538-9642b7f6f20d 2026-05-08 19:28:34.716 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 72c0969a-2808-47d2-ab3f-2a2519ac42df 2026-05-08 19:28:34.860 10 INFO neutron.plugins.ml2.plugin [None req-70c9dd84-a753-447f-8815-03d57ccc8e1a - - - - - -] Attempt 1 to provision port 2d3c7af1-3d09-4cfa-8725-3ba89827c5ab 2026-05-08 19:28:35.403 10 INFO neutron.plugins.ml2.plugin [None req-4b41eaee-043c-40c9-b613-2c0a924c8a37 - - - - - -] Attempt 1 to provision port de713207-25b9-43ad-b3ba-67b097cebe76 2026-05-08 19:28:35.661 9 INFO neutron.plugins.ml2.plugin [None req-0ee2b8fa-99a4-43fd-9c4b-63f458cbf5f6 - - - - - -] Attempt 1 to provision port 72c0969a-2808-47d2-ab3f-2a2519ac42df 2026-05-08 19:28:35.845 10 INFO neutron.plugins.ml2.plugin [None req-427bcac5-a317-4ec9-89d5-b25ec1dd65e5 - - - - - -] Attempt 1 to provision port de713207-25b9-43ad-b3ba-67b097cebe76 2026-05-08 19:28:36.305 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 687ee9a3-0c47-485b-b538-9642b7f6f20d 2026-05-08 19:28:36.807 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 72c0969a-2808-47d2-ab3f-2a2519ac42df 2026-05-08 19:28:38.386 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 380c0307-2293-4f12-9ac7-86fe503c9768 2026-05-08 19:28:38.426 10 INFO neutron.plugins.ml2.plugin [None req-70516956-0b9c-4915-999f-1c3daa1c99e9 - - - - - -] Attempt 1 to provision port f07dd148-48c6-47ad-a585-be4ce2689fb9 2026-05-08 19:28:39.075 10 INFO neutron.plugins.ml2.plugin [None req-9da87389-031a-4361-a7b7-6d3ff0d62a58 - - - - - -] Attempt 1 to provision port f07dd148-48c6-47ad-a585-be4ce2689fb9 2026-05-08 19:28:40.296 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 380c0307-2293-4f12-9ac7-86fe503c9768 /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-05-08 19:28:42.393 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 0e79a82c-8675-4cf9-bece-bdb97c1a7278 2026-05-08 19:28:43.357 10 INFO neutron.plugins.ml2.plugin [None req-6427e539-4fc2-4615-802b-c91d94d25da1 - - - - - -] Attempt 1 to provision port 0e79a82c-8675-4cf9-bece-bdb97c1a7278 2026-05-08 19:28:44.422 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 0e79a82c-8675-4cf9-bece-bdb97c1a7278 2026-05-08 19:28:44.758 10 INFO neutron.plugins.ml2.plugin [None req-2162bbb0-f7e1-47ea-8958-df40d491d13e - - - - - -] Attempt 1 to provision port 30c17d60-7032-4dc8-9be0-fa9c8a80f9a2 2026-05-08 19:28:45.098 9 INFO neutron.plugins.ml2.plugin [None req-932dc628-28ca-4e71-9257-76a02c72b06b - - - - - -] Attempt 1 to provision port 30c17d60-7032-4dc8-9be0-fa9c8a80f9a2 2026-05-08 19:28:45.552 9 INFO neutron.plugins.ml2.plugin [None req-40aec302-c871-464d-8e34-c224c35c4743 - - - - - -] Attempt 1 to provision port fc73fe98-37aa-4f9b-93e5-f9cd4442b86d 2026-05-08 19:28:50.324 10 INFO neutron.plugins.ml2.plugin [None req-5a83c8de-a51f-4d83-949c-2c4791f77b4c - - - - - -] Attempt 1 to provision port aa14ffcf-1c2e-449b-af48-f299f0492884 2026-05-08 19:28:50.467 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port fc73fe98-37aa-4f9b-93e5-f9cd4442b86d 2026-05-08 19:28:50.611 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec945bc1-afc4-4a66-8063-922f1b8a3196'] response: {'server_uuid': 'a232bec5-c2c5-4bf4-be79-2887f2283bac', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fc73fe98-37aa-4f9b-93e5-f9cd4442b86d', 'code': 200} 2026-05-08 19:28:52.304 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port fc73fe98-37aa-4f9b-93e5-f9cd4442b86d 2026-05-08 19:28:54.410 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 2d3c7af1-3d09-4cfa-8725-3ba89827c5ab 2026-05-08 19:28:56.366 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port f07dd148-48c6-47ad-a585-be4ce2689fb9 2026-05-08 19:28:56.722 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 2d3c7af1-3d09-4cfa-8725-3ba89827c5ab /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-05-08 19:29:12.365 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port d2226749-4e43-48a0-80f8-c5df4465a5d2 2026-05-08 19:29:12.751 10 INFO neutron.plugins.ml2.plugin [None req-e41a1396-3692-45c0-b174-06ded7460d0a - - - - - -] Attempt 1 to provision port d2226749-4e43-48a0-80f8-c5df4465a5d2 2026-05-08 19:29:12.970 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 1e59dd9e-b17b-4633-9ceb-ef4ef675b281 2026-05-08 19:29:13.519 9 INFO neutron.plugins.ml2.plugin [None req-b18fca5b-63bb-464b-9291-27ad402b6e20 - - - - - -] Attempt 1 to provision port 1e59dd9e-b17b-4633-9ceb-ef4ef675b281 2026-05-08 19:29:14.126 10 INFO neutron.plugins.ml2.plugin [None req-5025b80b-bcc6-4dee-9d56-8da46be13ada - - - - - -] Attempt 1 to provision port fe01faf1-27ae-4416-8f1c-1da563f46248 2026-05-08 19:29:14.448 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 1e59dd9e-b17b-4633-9ceb-ef4ef675b281 2026-05-08 19:29:15.031 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port fe01faf1-27ae-4416-8f1c-1da563f46248 2026-05-08 19:29:15.062 9 INFO neutron.plugins.ml2.db [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] No ports have port_id starting with fe01faf1-27ae-4416-8f1c-1da563f46248 2026-05-08 19:29:15.145 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 5e73c0bf-019f-450c-aeea-79da6b43fba7 2026-05-08 19:29:15.169 9 INFO neutron.plugins.ml2.plugin [None req-15ac5f36-c966-40ef-a8d0-a36858eed349 - - - - - -] Attempt 1 to provision port 1e8385dd-c828-4e93-bc59-c8500e68944d 2026-05-08 19:29:15.627 9 INFO neutron.plugins.ml2.plugin [None req-642ec0c7-a8c4-45fe-8684-7d49eefb4536 - - - - - -] Attempt 1 to provision port 5e73c0bf-019f-450c-aeea-79da6b43fba7 2026-05-08 19:29:29.153 9 INFO neutron.plugins.ml2.plugin [None req-6e1cff8e-00b1-4531-b50d-d1c9aee7c77a - - - - - -] Attempt 1 to provision port 8e58792c-0f71-4114-a2f8-bccef31d09aa 2026-05-08 19:29:34.455 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 738fffba-51d9-47d8-ad65-37a9bcbafdb3 2026-05-08 19:29:34.888 10 INFO neutron.plugins.ml2.plugin [None req-d68ac7b8-a8f2-4cb9-9cf8-ff548753a7ee - - - - - -] Attempt 1 to provision port 63dce16c-32e4-4d64-951c-6e1921540f54 2026-05-08 19:29:34.951 10 INFO neutron.plugins.ml2.plugin [None req-d68ac7b8-a8f2-4cb9-9cf8-ff548753a7ee - - - - - -] Attempt 1 to provision port 738fffba-51d9-47d8-ad65-37a9bcbafdb3 2026-05-08 19:29:35.171 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 5041809d-45a3-48ef-a20b-28184fd66374 2026-05-08 19:29:35.475 9 INFO neutron.plugins.ml2.plugin [None req-943ad28d-c0ce-4eb1-a6fa-59a49da7b48f - - - - - -] Attempt 1 to provision port 63dce16c-32e4-4d64-951c-6e1921540f54 2026-05-08 19:29:35.732 10 INFO neutron.plugins.ml2.plugin [None req-a752de5a-16b7-4827-9094-9f202ef5ee98 - - - - - -] Attempt 1 to provision port 63dce16c-32e4-4d64-951c-6e1921540f54 2026-05-08 19:29:36.345 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 738fffba-51d9-47d8-ad65-37a9bcbafdb3 2026-05-08 19:29:36.658 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 5041809d-45a3-48ef-a20b-28184fd66374 2026-05-08 19:29:39.204 9 INFO neutron.plugins.ml2.plugin [None req-543d19bd-2dc0-4973-9f07-48b9ae52bc21 - - - - - -] Attempt 1 to provision port 6d6bee0f-0d9f-4506-ba90-96e68d6e54b8 2026-05-08 19:29:42.459 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 6d6bee0f-0d9f-4506-ba90-96e68d6e54b8 2026-05-08 19:29:42.595 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f307cb6-bd0d-4991-9cb5-8c9e2bc7e71c'] response: {'server_uuid': 'f64fcd12-1196-4772-9ed7-2e2e040d400d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6d6bee0f-0d9f-4506-ba90-96e68d6e54b8', 'code': 200} 2026-05-08 19:29:44.342 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 6d6bee0f-0d9f-4506-ba90-96e68d6e54b8 2026-05-08 19:29:50.469 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 63dce16c-32e4-4d64-951c-6e1921540f54 2026-05-08 19:29:52.456 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 8e58792c-0f71-4114-a2f8-bccef31d09aa 2026-05-08 19:29:52.835 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 7b1c84a1-8e37-4dbb-8481-3446cbf82634 2026-05-08 19:29:53.059 10 INFO neutron.plugins.ml2.plugin [None req-0d5d3104-ea4a-4177-8b2f-33f92f4520b4 - - - - - -] Attempt 1 to provision port 0572f96c-4069-4087-82a3-11e6a5b0cc50 2026-05-08 19:29:54.049 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 63dce16c-32e4-4d64-951c-6e1921540f54 2026-05-08 19:29:54.318 9 INFO neutron.plugins.ml2.plugin [None req-00b99ec0-e5b9-4407-acf4-6c9eb30bd7e8 - - - - - -] Attempt 1 to provision port 72228fc2-84f7-48c5-acf2-cf58e0e31089 2026-05-08 19:29:54.668 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 0572f96c-4069-4087-82a3-11e6a5b0cc50 2026-05-08 19:29:54.786 9 INFO neutron.plugins.ml2.plugin [None req-ac7e58e5-e2a0-445b-a804-ac5ec3653f05 - - - - - -] Attempt 1 to provision port 0572f96c-4069-4087-82a3-11e6a5b0cc50 2026-05-08 19:29:55.086 9 INFO neutron.plugins.ml2.plugin [None req-f47e0eaa-fdb7-4bf2-8ea1-e6834906b515 - - - - - -] Attempt 1 to provision port 7b1c84a1-8e37-4dbb-8481-3446cbf82634 2026-05-08 19:29:55.574 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 8e58792c-0f71-4114-a2f8-bccef31d09aa 2026-05-08 19:29:55.835 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 7b1c84a1-8e37-4dbb-8481-3446cbf82634 2026-05-08 19:29:55.966 10 INFO neutron.plugins.ml2.plugin [None req-a0d19cdb-0666-400d-9a48-535bcadc928c - - - - - -] Attempt 1 to provision port d88d4d74-ed13-4f79-a5ac-f5e72a3022cc 2026-05-08 19:29:56.223 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port d88d4d74-ed13-4f79-a5ac-f5e72a3022cc 2026-05-08 19:29:56.581 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 0572f96c-4069-4087-82a3-11e6a5b0cc50 2026-05-08 19:29:56.810 10 INFO neutron.plugins.ml2.plugin [None req-606724b7-2742-4789-9ab8-4919cd7f56a3 - - - - - -] Attempt 1 to provision port 7b1c84a1-8e37-4dbb-8481-3446cbf82634 2026-05-08 19:29:57.142 9 INFO neutron.plugins.ml2.plugin [None req-4d171a7b-708c-4481-ad1b-310483c2bccc - - - - - -] Attempt 1 to provision port d88d4d74-ed13-4f79-a5ac-f5e72a3022cc 2026-05-08 19:29:57.412 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port d88d4d74-ed13-4f79-a5ac-f5e72a3022cc 2026-05-08 19:29:57.692 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port c7761ef4-e12e-42a4-93c7-6e7c59825e89 2026-05-08 19:29:57.748 10 INFO neutron.plugins.ml2.plugin [None req-3700ef98-7c0a-4b2a-8eef-c396cedb6ace - - - - - -] Attempt 1 to provision port 4aab6e38-08b7-4d62-ac2c-03fee7daa5c9 2026-05-08 19:29:58.497 10 INFO neutron.plugins.ml2.plugin [None req-681b71a5-a804-4316-a1a0-555ee20e45b8 - - - - - -] Attempt 1 to provision port 4aab6e38-08b7-4d62-ac2c-03fee7daa5c9 2026-05-08 19:29:59.378 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port c7761ef4-e12e-42a4-93c7-6e7c59825e89 2026-05-08 19:29:59.558 10 INFO neutron.plugins.ml2.plugin [None req-7ca0aa60-09fc-4a05-988b-c39c18857740 - - - - - -] Attempt 1 to provision port 8f1db367-4da4-4df7-aaa2-c59e92296dac 2026-05-08 19:30:00.422 10 INFO neutron.plugins.ml2.plugin [None req-1a246a07-f70d-4bc8-94ab-6e0676b01a74 - - - - - -] Attempt 1 to provision port 8f1db367-4da4-4df7-aaa2-c59e92296dac 2026-05-08 19:30:01.605 10 INFO neutron.plugins.ml2.plugin [None req-1cdaf55a-5ca4-4e33-a3c3-917eb05fe25a - - - - - -] Attempt 1 to provision port 6f40899f-e0fc-46c4-a7d1-6c87b7872c4e 2026-05-08 19:30:02.257 10 INFO neutron.plugins.ml2.plugin [None req-b633f7b4-34cf-44a9-875d-cd40ee352509 - - - - - -] Attempt 1 to provision port 6f40899f-e0fc-46c4-a7d1-6c87b7872c4e 2026-05-08 19:30:05.873 10 INFO neutron.plugins.ml2.plugin [None req-d6417d2f-8bc9-4aee-b256-948526512f0e - - - - - -] Attempt 1 to provision port 2b6ac8d7-6e3e-40f2-9f28-b59ea539284b 2026-05-08 19:30:07.424 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 2b6ac8d7-6e3e-40f2-9f28-b59ea539284b 2026-05-08 19:30:07.554 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-afa6bfe7-d637-4a0e-aacf-22731423187c'] response: {'server_uuid': '0e4d4fc2-129b-4b71-aea6-a538506f5ab6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2b6ac8d7-6e3e-40f2-9f28-b59ea539284b', 'code': 200} 2026-05-08 19:30:07.943 10 INFO neutron.plugins.ml2.plugin [None req-34646dd2-f874-44b6-b502-bb9f3f8b8e85 - - - - - -] Attempt 1 to provision port c3ae5077-a364-4713-95f0-f3c193cdf664 2026-05-08 19:30:09.639 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port c3ae5077-a364-4713-95f0-f3c193cdf664 2026-05-08 19:30:09.767 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-de949c90-7fea-4815-87cb-883cf82a853e'] response: {'server_uuid': '31f6eb0a-b397-4c94-bf9a-e89ce1f69501', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c3ae5077-a364-4713-95f0-f3c193cdf664', 'code': 200} 2026-05-08 19:30:10.134 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 2b6ac8d7-6e3e-40f2-9f28-b59ea539284b 2026-05-08 19:30:11.337 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port c3ae5077-a364-4713-95f0-f3c193cdf664 2026-05-08 19:30:17.373 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 72228fc2-84f7-48c5-acf2-cf58e0e31089 2026-05-08 19:30:17.685 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 6f40899f-e0fc-46c4-a7d1-6c87b7872c4e 2026-05-08 19:30:18.198 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 4aab6e38-08b7-4d62-ac2c-03fee7daa5c9 2026-05-08 19:30:19.375 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 72228fc2-84f7-48c5-acf2-cf58e0e31089 2026-05-08 19:30:19.591 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 8f1db367-4da4-4df7-aaa2-c59e92296dac 2026-05-08 19:30:19.929 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 6f40899f-e0fc-46c4-a7d1-6c87b7872c4e 2026-05-08 19:30:20.258 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 4aab6e38-08b7-4d62-ac2c-03fee7daa5c9 2026-05-08 19:30:20.415 9 INFO neutron.plugins.ml2.plugin [None req-b3862008-1134-4cf3-9b32-22c32f1343b6 - - - - - -] Attempt 1 to provision port 6435d941-eb33-4fe2-917e-5371cc0a590c 2026-05-08 19:30:20.959 9 INFO neutron.plugins.ml2.plugin [None req-b3862008-1134-4cf3-9b32-22c32f1343b6 - - - - - -] Attempt 2 to provision port 6435d941-eb33-4fe2-917e-5371cc0a590c 2026-05-08 19:30:21.351 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 8f1db367-4da4-4df7-aaa2-c59e92296dac 2026-05-08 19:30:23.470 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 6435d941-eb33-4fe2-917e-5371cc0a590c 2026-05-08 19:30:23.647 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd4e9102-6bf0-4a9d-b8b1-70bcf3367991'] response: {'server_uuid': '831823a6-b09e-4e5d-8b92-df3b04784081', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6435d941-eb33-4fe2-917e-5371cc0a590c', 'code': 200} 2026-05-08 19:30:25.428 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 6435d941-eb33-4fe2-917e-5371cc0a590c 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5e1545eb-573f-43a8-bc4b-f45a9bf22564 could not be found. 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5e1545eb-573f-43a8-bc4b-f45a9bf22564 could not be found. 2026-05-08 19:30:35.865 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:30:35.866 10 ERROR neutron.plugins.ml2.managers [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Failed to bind port 01aa0737-0854-41c4-9542-60889ac816ce on host instance for vnic_type normal using segments [{'id': '3cb43750-1414-4bb1-8159-1650d3da7c6d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 253, 'network_id': '1fe1ead3-7d3a-42bb-ab2d-1c3f6ef09151'}] 2026-05-08 19:30:35.867 10 INFO neutron.plugins.ml2.plugin [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Attempt 2 to bind port 01aa0737-0854-41c4-9542-60889ac816ce 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5e1545eb-573f-43a8-bc4b-f45a9bf22564 could not be found. 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5e1545eb-573f-43a8-bc4b-f45a9bf22564 could not be found. 2026-05-08 19:30:35.888 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:30:35.889 10 ERROR neutron.plugins.ml2.managers [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Failed to bind port 01aa0737-0854-41c4-9542-60889ac816ce on host instance for vnic_type normal using segments [{'id': '3cb43750-1414-4bb1-8159-1650d3da7c6d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 253, 'network_id': '1fe1ead3-7d3a-42bb-ab2d-1c3f6ef09151'}] 2026-05-08 19:30:35.892 10 INFO neutron.plugins.ml2.plugin [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Attempt 3 to bind port 01aa0737-0854-41c4-9542-60889ac816ce 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5e1545eb-573f-43a8-bc4b-f45a9bf22564 could not be found. 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5e1545eb-573f-43a8-bc4b-f45a9bf22564 could not be found. 2026-05-08 19:30:35.933 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:30:35.934 10 ERROR neutron.plugins.ml2.managers [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Failed to bind port 01aa0737-0854-41c4-9542-60889ac816ce on host instance for vnic_type normal using segments [{'id': '3cb43750-1414-4bb1-8159-1650d3da7c6d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 253, 'network_id': '1fe1ead3-7d3a-42bb-ab2d-1c3f6ef09151'}] 2026-05-08 19:30:35.935 10 INFO neutron.plugins.ml2.plugin [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Attempt 4 to bind port 01aa0737-0854-41c4-9542-60889ac816ce 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5e1545eb-573f-43a8-bc4b-f45a9bf22564 could not be found. 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5e1545eb-573f-43a8-bc4b-f45a9bf22564 could not be found. 2026-05-08 19:30:35.963 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:30:35.964 10 ERROR neutron.plugins.ml2.managers [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Failed to bind port 01aa0737-0854-41c4-9542-60889ac816ce on host instance for vnic_type normal using segments [{'id': '3cb43750-1414-4bb1-8159-1650d3da7c6d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 253, 'network_id': '1fe1ead3-7d3a-42bb-ab2d-1c3f6ef09151'}] 2026-05-08 19:30:35.965 10 INFO neutron.plugins.ml2.plugin [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Attempt 5 to bind port 01aa0737-0854-41c4-9542-60889ac816ce 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5e1545eb-573f-43a8-bc4b-f45a9bf22564 could not be found. 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5e1545eb-573f-43a8-bc4b-f45a9bf22564 could not be found. 2026-05-08 19:30:35.997 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:30:35.999 10 ERROR neutron.plugins.ml2.managers [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Failed to bind port 01aa0737-0854-41c4-9542-60889ac816ce on host instance for vnic_type normal using segments [{'id': '3cb43750-1414-4bb1-8159-1650d3da7c6d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 253, 'network_id': '1fe1ead3-7d3a-42bb-ab2d-1c3f6ef09151'}] 2026-05-08 19:30:36.001 10 INFO neutron.plugins.ml2.plugin [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Attempt 6 to bind port 01aa0737-0854-41c4-9542-60889ac816ce 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5e1545eb-573f-43a8-bc4b-f45a9bf22564 could not be found. 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5e1545eb-573f-43a8-bc4b-f45a9bf22564 could not be found. 2026-05-08 19:30:36.036 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:30:36.037 10 ERROR neutron.plugins.ml2.managers [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Failed to bind port 01aa0737-0854-41c4-9542-60889ac816ce on host instance for vnic_type normal using segments [{'id': '3cb43750-1414-4bb1-8159-1650d3da7c6d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 253, 'network_id': '1fe1ead3-7d3a-42bb-ab2d-1c3f6ef09151'}] 2026-05-08 19:30:36.037 10 INFO neutron.plugins.ml2.plugin [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Attempt 7 to bind port 01aa0737-0854-41c4-9542-60889ac816ce 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5e1545eb-573f-43a8-bc4b-f45a9bf22564 could not be found. 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5e1545eb-573f-43a8-bc4b-f45a9bf22564 could not be found. 2026-05-08 19:30:36.072 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:30:36.074 10 ERROR neutron.plugins.ml2.managers [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Failed to bind port 01aa0737-0854-41c4-9542-60889ac816ce on host instance for vnic_type normal using segments [{'id': '3cb43750-1414-4bb1-8159-1650d3da7c6d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 253, 'network_id': '1fe1ead3-7d3a-42bb-ab2d-1c3f6ef09151'}] 2026-05-08 19:30:36.074 10 INFO neutron.plugins.ml2.plugin [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Attempt 8 to bind port 01aa0737-0854-41c4-9542-60889ac816ce 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5e1545eb-573f-43a8-bc4b-f45a9bf22564 could not be found. 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5e1545eb-573f-43a8-bc4b-f45a9bf22564 could not be found. 2026-05-08 19:30:36.105 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:30:36.106 10 ERROR neutron.plugins.ml2.managers [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Failed to bind port 01aa0737-0854-41c4-9542-60889ac816ce on host instance for vnic_type normal using segments [{'id': '3cb43750-1414-4bb1-8159-1650d3da7c6d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 253, 'network_id': '1fe1ead3-7d3a-42bb-ab2d-1c3f6ef09151'}] 2026-05-08 19:30:36.106 10 INFO neutron.plugins.ml2.plugin [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Attempt 9 to bind port 01aa0737-0854-41c4-9542-60889ac816ce 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5e1545eb-573f-43a8-bc4b-f45a9bf22564 could not be found. 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5e1545eb-573f-43a8-bc4b-f45a9bf22564 could not be found. 2026-05-08 19:30:36.131 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:30:36.132 10 ERROR neutron.plugins.ml2.managers [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Failed to bind port 01aa0737-0854-41c4-9542-60889ac816ce on host instance for vnic_type normal using segments [{'id': '3cb43750-1414-4bb1-8159-1650d3da7c6d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 253, 'network_id': '1fe1ead3-7d3a-42bb-ab2d-1c3f6ef09151'}] 2026-05-08 19:30:36.133 10 INFO neutron.plugins.ml2.plugin [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Attempt 10 to bind port 01aa0737-0854-41c4-9542-60889ac816ce 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 5e1545eb-573f-43a8-bc4b-f45a9bf22564 could not be found. 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 5e1545eb-573f-43a8-bc4b-f45a9bf22564 could not be found. 2026-05-08 19:30:36.166 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:30:36.167 10 ERROR neutron.plugins.ml2.managers [None req-130bc7f3-6ceb-47cd-a389-f09468d4b26e - - - - - -] Failed to bind port 01aa0737-0854-41c4-9542-60889ac816ce on host instance for vnic_type normal using segments [{'id': '3cb43750-1414-4bb1-8159-1650d3da7c6d', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 253, 'network_id': '1fe1ead3-7d3a-42bb-ab2d-1c3f6ef09151'}] 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 289d9ecf-5e78-4112-9174-31923a830644 could not be found. 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 289d9ecf-5e78-4112-9174-31923a830644 could not be found. 2026-05-08 19:30:37.477 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:30:37.478 10 ERROR neutron.plugins.ml2.managers [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Failed to bind port d534eb12-81eb-4487-9d8f-f7b881b25df2 on host instance for vnic_type normal using segments [{'id': '64f6e786-fc8a-4275-bdaa-45b497ede15c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 805, 'network_id': '78a00960-3b66-4e7f-a067-c75b5cc0a8be'}] 2026-05-08 19:30:37.479 10 INFO neutron.plugins.ml2.plugin [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Attempt 2 to bind port d534eb12-81eb-4487-9d8f-f7b881b25df2 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 289d9ecf-5e78-4112-9174-31923a830644 could not be found. 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 289d9ecf-5e78-4112-9174-31923a830644 could not be found. 2026-05-08 19:30:37.500 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:30:37.501 10 ERROR neutron.plugins.ml2.managers [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Failed to bind port d534eb12-81eb-4487-9d8f-f7b881b25df2 on host instance for vnic_type normal using segments [{'id': '64f6e786-fc8a-4275-bdaa-45b497ede15c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 805, 'network_id': '78a00960-3b66-4e7f-a067-c75b5cc0a8be'}] 2026-05-08 19:30:37.501 10 INFO neutron.plugins.ml2.plugin [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Attempt 3 to bind port d534eb12-81eb-4487-9d8f-f7b881b25df2 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 289d9ecf-5e78-4112-9174-31923a830644 could not be found. 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 289d9ecf-5e78-4112-9174-31923a830644 could not be found. 2026-05-08 19:30:37.524 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:30:37.525 10 ERROR neutron.plugins.ml2.managers [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Failed to bind port d534eb12-81eb-4487-9d8f-f7b881b25df2 on host instance for vnic_type normal using segments [{'id': '64f6e786-fc8a-4275-bdaa-45b497ede15c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 805, 'network_id': '78a00960-3b66-4e7f-a067-c75b5cc0a8be'}] 2026-05-08 19:30:37.526 10 INFO neutron.plugins.ml2.plugin [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Attempt 4 to bind port d534eb12-81eb-4487-9d8f-f7b881b25df2 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 289d9ecf-5e78-4112-9174-31923a830644 could not be found. 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 289d9ecf-5e78-4112-9174-31923a830644 could not be found. 2026-05-08 19:30:37.544 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:30:37.545 10 ERROR neutron.plugins.ml2.managers [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Failed to bind port d534eb12-81eb-4487-9d8f-f7b881b25df2 on host instance for vnic_type normal using segments [{'id': '64f6e786-fc8a-4275-bdaa-45b497ede15c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 805, 'network_id': '78a00960-3b66-4e7f-a067-c75b5cc0a8be'}] 2026-05-08 19:30:37.545 10 INFO neutron.plugins.ml2.plugin [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Attempt 5 to bind port d534eb12-81eb-4487-9d8f-f7b881b25df2 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 289d9ecf-5e78-4112-9174-31923a830644 could not be found. 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 289d9ecf-5e78-4112-9174-31923a830644 could not be found. 2026-05-08 19:30:37.564 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:30:37.565 10 ERROR neutron.plugins.ml2.managers [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Failed to bind port d534eb12-81eb-4487-9d8f-f7b881b25df2 on host instance for vnic_type normal using segments [{'id': '64f6e786-fc8a-4275-bdaa-45b497ede15c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 805, 'network_id': '78a00960-3b66-4e7f-a067-c75b5cc0a8be'}] 2026-05-08 19:30:37.565 10 INFO neutron.plugins.ml2.plugin [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Attempt 6 to bind port d534eb12-81eb-4487-9d8f-f7b881b25df2 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 289d9ecf-5e78-4112-9174-31923a830644 could not be found. 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 289d9ecf-5e78-4112-9174-31923a830644 could not be found. 2026-05-08 19:30:37.584 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:30:37.585 10 ERROR neutron.plugins.ml2.managers [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Failed to bind port d534eb12-81eb-4487-9d8f-f7b881b25df2 on host instance for vnic_type normal using segments [{'id': '64f6e786-fc8a-4275-bdaa-45b497ede15c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 805, 'network_id': '78a00960-3b66-4e7f-a067-c75b5cc0a8be'}] 2026-05-08 19:30:37.585 10 INFO neutron.plugins.ml2.plugin [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Attempt 7 to bind port d534eb12-81eb-4487-9d8f-f7b881b25df2 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 289d9ecf-5e78-4112-9174-31923a830644 could not be found. 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 289d9ecf-5e78-4112-9174-31923a830644 could not be found. 2026-05-08 19:30:37.604 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:30:37.605 10 ERROR neutron.plugins.ml2.managers [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Failed to bind port d534eb12-81eb-4487-9d8f-f7b881b25df2 on host instance for vnic_type normal using segments [{'id': '64f6e786-fc8a-4275-bdaa-45b497ede15c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 805, 'network_id': '78a00960-3b66-4e7f-a067-c75b5cc0a8be'}] 2026-05-08 19:30:37.606 10 INFO neutron.plugins.ml2.plugin [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Attempt 8 to bind port d534eb12-81eb-4487-9d8f-f7b881b25df2 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 289d9ecf-5e78-4112-9174-31923a830644 could not be found. 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 289d9ecf-5e78-4112-9174-31923a830644 could not be found. 2026-05-08 19:30:37.624 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:30:37.625 10 ERROR neutron.plugins.ml2.managers [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Failed to bind port d534eb12-81eb-4487-9d8f-f7b881b25df2 on host instance for vnic_type normal using segments [{'id': '64f6e786-fc8a-4275-bdaa-45b497ede15c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 805, 'network_id': '78a00960-3b66-4e7f-a067-c75b5cc0a8be'}] 2026-05-08 19:30:37.625 10 INFO neutron.plugins.ml2.plugin [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Attempt 9 to bind port d534eb12-81eb-4487-9d8f-f7b881b25df2 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 289d9ecf-5e78-4112-9174-31923a830644 could not be found. 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 289d9ecf-5e78-4112-9174-31923a830644 could not be found. 2026-05-08 19:30:37.643 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:30:37.644 10 ERROR neutron.plugins.ml2.managers [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Failed to bind port d534eb12-81eb-4487-9d8f-f7b881b25df2 on host instance for vnic_type normal using segments [{'id': '64f6e786-fc8a-4275-bdaa-45b497ede15c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 805, 'network_id': '78a00960-3b66-4e7f-a067-c75b5cc0a8be'}] 2026-05-08 19:30:37.645 10 INFO neutron.plugins.ml2.plugin [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Attempt 10 to bind port d534eb12-81eb-4487-9d8f-f7b881b25df2 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 289d9ecf-5e78-4112-9174-31923a830644 could not be found. 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 289d9ecf-5e78-4112-9174-31923a830644 could not be found. 2026-05-08 19:30:37.666 10 ERROR neutron.plugins.ml2.managers  2026-05-08 19:30:37.667 10 ERROR neutron.plugins.ml2.managers [None req-54f43496-e09c-421c-bf87-dce0f238655a - - - - - -] Failed to bind port d534eb12-81eb-4487-9d8f-f7b881b25df2 on host instance for vnic_type normal using segments [{'id': '64f6e786-fc8a-4275-bdaa-45b497ede15c', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 805, 'network_id': '78a00960-3b66-4e7f-a067-c75b5cc0a8be'}] 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Exception during message handling: neutron_lib.exceptions.NetworkNotFound: Network 78a00960-3b66-4e7f-a067-c75b5cc0a8be could not be found. 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 268, in _get_network 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server network = model_query.get_by_id(context, models_v2.Network, id) 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/model_query.py", line 178, in get_by_id 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 2870, in one 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server return self._iter().one() 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 1522, in one 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 562, in _only_one_row 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/server.py", line 165, in _process_incoming 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/rpc.py", line 252, in get_network_details 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server return plugin.get_network(rpc_context, network) 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server raise self.value 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server raise self.value 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server raise self.value 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1296, in get_network 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server net_db = net_db or self._get_network(context, id) 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 998, in wrapper 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 270, in _get_network 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server raise exceptions.NetworkNotFound(net_id=id) 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.NetworkNotFound: Network 78a00960-3b66-4e7f-a067-c75b5cc0a8be could not be found. 2026-05-08 19:30:38.412 10 ERROR oslo_messaging.rpc.server  2026-05-08 19:30:41.774 10 INFO neutron.plugins.ml2.plugin [None req-8feb3442-953a-490f-8d05-d5423e06bb91 - - - - - -] Attempt 1 to provision port 4be67ce8-65c7-4406-9c40-6266f6a53df1 2026-05-08 19:30:54.812 10 INFO neutron.plugins.ml2.plugin [None req-95cb71d3-1a30-4c6b-b4c4-abda14119f7f - - - - - -] Attempt 1 to provision port 258852ce-360a-4049-9b47-f5804d074701 2026-05-08 19:30:57.463 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 258852ce-360a-4049-9b47-f5804d074701 2026-05-08 19:30:57.615 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-82a08582-01bc-49dd-8dcd-67bc06b979cc'] response: {'server_uuid': '0eaa6fd9-f40c-4c64-ae24-77299d48f9aa', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '258852ce-360a-4049-9b47-f5804d074701', 'code': 200} 2026-05-08 19:30:59.397 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port 258852ce-360a-4049-9b47-f5804d074701 2026-05-08 19:31:35.759 10 INFO neutron.plugins.ml2.plugin [None req-56988745-2a75-4722-90b7-f17a229eafd5 - - - - - -] Attempt 1 to provision port e0b491f8-3fbd-40dd-8303-07af4b834df3 2026-05-08 19:31:39.480 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port e0b491f8-3fbd-40dd-8303-07af4b834df3 2026-05-08 19:31:39.646 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-83819a43-4abb-4826-982d-efe536ff52d4'] response: {'server_uuid': '0eaa6fd9-f40c-4c64-ae24-77299d48f9aa', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e0b491f8-3fbd-40dd-8303-07af4b834df3', 'code': 200} 2026-05-08 19:31:41.413 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port e0b491f8-3fbd-40dd-8303-07af4b834df3 2026-05-08 19:32:07.139 9 INFO neutron.plugins.ml2.plugin [None req-4567da83-88d0-486c-98ea-b75e733eaf02 - - - - - -] Attempt 1 to provision port a39c1dc9-a72b-4b53-950f-600d242b9a61 2026-05-08 19:32:09.798 9 INFO neutron.plugins.ml2.plugin [None req-47829f54-a458-4097-a0f5-61a4a8d3ebd3 - - - - - -] Attempt 1 to provision port a39c1dc9-a72b-4b53-950f-600d242b9a61 2026-05-08 19:32:10.085 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-15309130-59fe-417b-bba4-2f4e069c3af9'] response: {'server_uuid': '0eaa6fd9-f40c-4c64-ae24-77299d48f9aa', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a39c1dc9-a72b-4b53-950f-600d242b9a61', 'code': 200} 2026-05-08 19:32:11.474 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port a39c1dc9-a72b-4b53-950f-600d242b9a61 2026-05-08 19:32:18.869 10 INFO neutron.plugins.ml2.plugin [None req-3a90be3b-a5c3-4cb3-a5bd-6345d6120a47 - - - - - -] Attempt 1 to provision port bb6dd289-a34c-4054-8f4b-9565d67310a1 2026-05-08 19:32:21.553 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port bb6dd289-a34c-4054-8f4b-9565d67310a1 2026-05-08 19:32:21.938 9 INFO neutron.plugins.ml2.plugin [None req-f3c3d522-6106-481d-af89-6337cd7cda24 - - - - - -] Attempt 1 to provision port bb6dd289-a34c-4054-8f4b-9565d67310a1 2026-05-08 19:32:22.076 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-d920fdb5-c575-41a1-b570-76adac6bda96'] response: {'server_uuid': '0eaa6fd9-f40c-4c64-ae24-77299d48f9aa', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bb6dd289-a34c-4054-8f4b-9565d67310a1', 'code': 200} 2026-05-08 19:32:23.470 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port bb6dd289-a34c-4054-8f4b-9565d67310a1 2026-05-08 19:32:32.233 10 INFO neutron.plugins.ml2.plugin [None req-3f5f9055-9111-4f30-8c0e-7d25e5c0e793 - - - - - -] Attempt 1 to provision port bb6dd289-a34c-4054-8f4b-9565d67310a1 2026-05-08 19:32:33.523 9 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port bb6dd289-a34c-4054-8f4b-9565d67310a1 2026-05-08 19:32:57.912 9 INFO neutron.plugins.ml2.plugin [None req-fef03303-e500-4ae1-91b2-41eb59226bc6 - - - - - -] Attempt 1 to provision port a39c1dc9-a72b-4b53-950f-600d242b9a61 2026-05-08 19:32:59.524 10 INFO neutron.plugins.ml2.plugin [None req-6455fe83-28bb-4806-acbf-0a40a7af2495 - - - - - -] Attempt 1 to provision port a39c1dc9-a72b-4b53-950f-600d242b9a61