+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini /var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py:54: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-03-04 01:55:52.905 1 INFO neutron.common.config [-] Logging enabled! 2026-03-04 01:55:52.905 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 23.5.0 2026-03-04 01:55:52.905 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-03-04 01:55:52.906 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-04 01:55:53.640 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-04 01:55:53.643 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-04 01:55:53.645 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-03-04 01:55:53.646 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-04 01:55:53.646 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-04 01:55:53.646 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-04 01:55:53.647 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-04 01:55:53.651 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-04 01:55:53.652 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-04 01:55:53.652 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-04 01:55:53.667 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-04 01:55:53.667 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-04 01:55:53.668 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-04 01:55:53.694 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-04 01:55:53.694 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-04 01:55:53.694 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-04 01:55:53.695 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-04 01:55:53.700 1 WARNING oslo_policy.policy [None req-9bac6a4d-b2d3-43a7-a1aa-d34023467849 - - - - - -] Policies ['delete_port', 'update_port:allowed_address_pairs', 'update_port:allowed_address_pairs:ip_address', 'update_port:allowed_address_pairs:mac_address', 'update_port:fixed_ips', 'update_port:mac_address'] reference a rule that is not defined. 2026-03-04 01:55:53.950 1 INFO neutron.plugins.ml2.managers [None req-9bac6a4d-b2d3-43a7-a1aa-d34023467849 - - - - - -] Initializing driver for type 'vlan' 2026-03-04 01:55:54.187 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-9bac6a4d-b2d3-43a7-a1aa-d34023467849 - - - - - -] VlanTypeDriver initialization complete 2026-03-04 01:55:54.188 1 INFO neutron.plugins.ml2.managers [None req-9bac6a4d-b2d3-43a7-a1aa-d34023467849 - - - - - -] Initializing driver for type 'vxlan' 2026-03-04 01:55:54.188 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-9bac6a4d-b2d3-43a7-a1aa-d34023467849 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-04 01:55:54.225 1 INFO neutron.plugins.ml2.managers [None req-9bac6a4d-b2d3-43a7-a1aa-d34023467849 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-04 01:55:54.225 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-9bac6a4d-b2d3-43a7-a1aa-d34023467849 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-04 01:55:54.225 1 INFO neutron.plugins.ml2.managers [None req-9bac6a4d-b2d3-43a7-a1aa-d34023467849 - - - - - -] Initializing extension driver 'port_security' 2026-03-04 01:55:54.225 1 INFO neutron.plugins.ml2.extensions.port_security [None req-9bac6a4d-b2d3-43a7-a1aa-d34023467849 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-04 01:55:54.225 1 INFO neutron.plugins.ml2.managers [None req-9bac6a4d-b2d3-43a7-a1aa-d34023467849 - - - - - -] Initializing extension driver 'qos' 2026-03-04 01:55:54.226 1 INFO neutron.plugins.ml2.managers [None req-9bac6a4d-b2d3-43a7-a1aa-d34023467849 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-04 01:55:54.226 1 INFO neutron.plugins.ml2.managers [None req-9bac6a4d-b2d3-43a7-a1aa-d34023467849 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-04 01:55:54.238 1 INFO neutron.quota [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded quota_driver: . 2026-03-04 01:55:54.238 1 INFO neutron.plugins.ml2.plugin [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Modular L2 Plugin initialization complete 2026-03-04 01:55:54.239 1 INFO neutron.plugins.ml2.managers [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-04 01:55:54.239 1 INFO neutron.plugins.ml2.managers [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-04 01:55:54.239 1 INFO neutron.plugins.ml2.managers [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Got port-security extension from driver 'port_security' 2026-03-04 01:55:54.239 1 INFO neutron.extensions.vlantransparent [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Disabled vlantransparent extension. 2026-03-04 01:55:54.239 1 INFO neutron.manager [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loading Plugin: qos 2026-03-04 01:55:54.248 1 INFO neutron.manager [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loading Plugin: router 2026-03-04 01:55:54.275 1 INFO neutron.services.service_base [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-04 01:55:54.275 1 INFO neutron.manager [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loading Plugin: segments 2026-03-04 01:55:54.333 1 INFO neutron.manager [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loading Plugin: trunk 2026-03-04 01:55:54.382 1 INFO neutron.manager [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loading Plugin: vpnaas 2026-03-04 01:55:54.413 1 WARNING stevedore.named [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-04 01:55:54.468 1 INFO neutron_vpnaas.services.vpn.plugin [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-04 01:55:54.468 1 INFO neutron.common.utils [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-04 01:55:54.468 1 INFO neutron.manager [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loading Plugin: auto_allocate 2026-03-04 01:55:54.472 1 INFO neutron.manager [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loading Plugin: tag 2026-03-04 01:55:54.478 1 INFO neutron.manager [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loading Plugin: timestamp 2026-03-04 01:55:54.480 1 INFO neutron.manager [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loading Plugin: network_ip_availability 2026-03-04 01:55:54.484 1 INFO neutron.manager [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loading Plugin: flavors 2026-03-04 01:55:54.487 1 INFO neutron.manager [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loading Plugin: revisions 2026-03-04 01:55:54.489 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Initializing extension manager. 2026-03-04 01:55:54.490 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: address-group 2026-03-04 01:55:54.491 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: address-scope 2026-03-04 01:55:54.492 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-04 01:55:54.492 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: agent 2026-03-04 01:55:54.493 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: agent-resources-synced 2026-03-04 01:55:54.494 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: allowed-address-pairs 2026-03-04 01:55:54.495 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: auto-allocated-topology 2026-03-04 01:55:54.495 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: availability_zone 2026-03-04 01:55:54.496 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: availability_zone_filter 2026-03-04 01:55:54.496 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-04 01:55:54.497 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: default-subnetpools 2026-03-04 01:55:54.498 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-04 01:55:54.498 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: dns-integration 2026-03-04 01:55:54.499 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: dns-domain-ports 2026-03-04 01:55:54.500 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-04 01:55:54.500 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: dvr 2026-03-04 01:55:54.501 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-04 01:55:54.501 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: empty-string-filtering 2026-03-04 01:55:54.502 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-04 01:55:54.502 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-04 01:55:54.503 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: external-net 2026-03-04 01:55:54.503 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-04 01:55:54.504 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: extraroute 2026-03-04 01:55:54.504 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: extraroute-atomic 2026-03-04 01:55:54.505 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-04 01:55:54.505 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-04 01:55:54.506 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-04 01:55:54.506 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-04 01:55:54.507 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: fip-port-details 2026-03-04 01:55:54.508 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: flavors 2026-03-04 01:55:54.508 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-04 01:55:54.509 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: floatingip-pools 2026-03-04 01:55:54.510 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: ip_allocation 2026-03-04 01:55:54.510 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: ip-substring-filtering 2026-03-04 01:55:54.511 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: l2_adjacency 2026-03-04 01:55:54.511 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: router 2026-03-04 01:55:54.513 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-04 01:55:54.513 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: ext-gw-mode 2026-03-04 01:55:54.514 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: l3-ha 2026-03-04 01:55:54.514 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-04 01:55:54.515 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-04 01:55:54.515 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: l3-flavors 2026-03-04 01:55:54.516 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-04 01:55:54.517 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-04 01:55:54.518 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-04 01:55:54.519 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-04 01:55:54.520 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-04 01:55:54.521 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-04 01:55:54.521 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-04 01:55:54.522 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: multi-provider 2026-03-04 01:55:54.522 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: net-mtu 2026-03-04 01:55:54.523 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: net-mtu-writable 2026-03-04 01:55:54.524 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: network_availability_zone 2026-03-04 01:55:54.524 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: network_ha 2026-03-04 01:55:54.525 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: network-ip-availability 2026-03-04 01:55:54.525 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-04 01:55:54.526 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: pagination 2026-03-04 01:55:54.526 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: port-device-profile 2026-03-04 01:55:54.527 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-04 01:55:54.528 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-04 01:55:54.528 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: port-mac-override 2026-03-04 01:55:54.529 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-04 01:55:54.529 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-04 01:55:54.530 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: port-resource-request 2026-03-04 01:55:54.530 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: port-resource-request-groups 2026-03-04 01:55:54.531 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: binding 2026-03-04 01:55:54.531 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: binding-extended 2026-03-04 01:55:54.532 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: port-security 2026-03-04 01:55:54.532 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: project-id 2026-03-04 01:55:54.533 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: provider 2026-03-04 01:55:54.535 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: qos 2026-03-04 01:55:54.536 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-04 01:55:54.536 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-04 01:55:54.537 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: qos-default 2026-03-04 01:55:54.537 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: qos-fip 2026-03-04 01:55:54.538 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-04 01:55:54.538 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: qos-gateway-ip 2026-03-04 01:55:54.539 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: qos-port-network-policy 2026-03-04 01:55:54.539 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: qos-pps-minimum 2026-03-04 01:55:54.540 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-04 01:55:54.541 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: qos-pps 2026-03-04 01:55:54.541 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: qos-rule-type-details 2026-03-04 01:55:54.542 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-04 01:55:54.542 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: qos-rules-alias 2026-03-04 01:55:54.543 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: quota-check-limit 2026-03-04 01:55:54.544 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: quotas 2026-03-04 01:55:54.547 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: quota_details 2026-03-04 01:55:54.550 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: rbac-policies 2026-03-04 01:55:54.551 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: rbac-address-group 2026-03-04 01:55:54.552 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: rbac-address-scope 2026-03-04 01:55:54.553 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: rbac-security-groups 2026-03-04 01:55:54.555 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: rbac-subnetpool 2026-03-04 01:55:54.556 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: revision-if-match 2026-03-04 01:55:54.556 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: standard-attr-revisions 2026-03-04 01:55:54.557 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: router_availability_zone 2026-03-04 01:55:54.557 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-04 01:55:54.559 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: security-groups-default-rules 2026-03-04 01:55:54.559 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-04 01:55:54.560 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-04 01:55:54.560 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-04 01:55:54.561 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-04 01:55:54.567 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: security-group 2026-03-04 01:55:54.568 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: segment 2026-03-04 01:55:54.568 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-04 01:55:54.569 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: service-type 2026-03-04 01:55:54.569 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: sorting 2026-03-04 01:55:54.570 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: standard-attr-segment 2026-03-04 01:55:54.570 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: standard-attr-description 2026-03-04 01:55:54.571 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: stateful-security-group 2026-03-04 01:55:54.571 1 WARNING neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-03-04 01:55:54.572 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-04 01:55:54.572 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: subnet_onboard 2026-03-04 01:55:54.572 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-04 01:55:54.573 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: subnet-service-types 2026-03-04 01:55:54.573 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: subnet_allocation 2026-03-04 01:55:54.574 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-04 01:55:54.575 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-04 01:55:54.578 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: standard-attr-tag 2026-03-04 01:55:54.578 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-04 01:55:54.579 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: trunk 2026-03-04 01:55:54.579 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: trunk-details 2026-03-04 01:55:54.580 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-04 01:55:54.580 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-04 01:55:54.581 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-04 01:55:54.581 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: vpn-flavors 2026-03-04 01:55:54.583 1 INFO neutron.api.extensions [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Loaded extension: vpnaas 2026-03-04 01:55:54.585 1 INFO oslo_service.service [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Starting 2 workers 2026-03-04 01:55:54.589 1 INFO oslo_service.service [None req-37db2c8f-eed4-48e1-a5f5-b7f7a8be67b1 - - - - - -] Starting 1 workers 2026-03-04 01:56:33.719 9 INFO neutron.db.l3_hamode_db [None req-2e81ecc9-da84-46fb-bf6e-fd5e099bb45f - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-04 01:56:45.861 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 96c4be17-6bc1-4889-84f9-974ab85e018d 2026-03-04 01:56:46.337 9 INFO neutron.plugins.ml2.plugin [None req-582d577b-9635-4832-a666-5b9c5ac91a36 - - - - - -] Attempt 1 to provision port 96c4be17-6bc1-4889-84f9-974ab85e018d 2026-03-04 01:56:47.769 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 96c4be17-6bc1-4889-84f9-974ab85e018d 2026-03-04 02:00:59.940 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 6a804ace-7fb3-4cf0-86a3-35badefdb510 2026-03-04 02:01:00.234 10 INFO neutron.plugins.ml2.plugin [None req-9a6e16aa-72b5-49c7-8619-28403fa1e38e - - - - - -] Attempt 1 to provision port 6a804ace-7fb3-4cf0-86a3-35badefdb510 2026-03-04 02:01:01.941 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 6a804ace-7fb3-4cf0-86a3-35badefdb510 2026-03-04 02:01:06.876 9 INFO neutron.plugins.ml2.plugin [None req-ae3dc88f-1dd1-4982-89d9-4e295fdd8276 - - - - - -] Attempt 1 to provision port b5c704f4-3407-4c53-972b-3eeae98279c7 2026-03-04 02:04:52.195 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port b5c704f4-3407-4c53-972b-3eeae98279c7 2026-03-04 02:04:54.076 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port b5c704f4-3407-4c53-972b-3eeae98279c7 2026-03-04 02:14:12.461 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port fc1a128a-e543-4e02-adb4-3f7010124d96 2026-03-04 02:14:14.441 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port fc1a128a-e543-4e02-adb4-3f7010124d96 2026-03-04 02:28:31.106 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 32931ee7-97fb-4127-99d3-499c30367166 2026-03-04 02:28:31.352 9 INFO neutron.plugins.ml2.plugin [None req-cec618bd-c9ce-4e02-80d6-b240c5dd91d3 - - - - - -] Attempt 1 to provision port edf42f9a-e500-4cce-9542-a6fce8da8373 2026-03-04 02:28:31.588 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port ce6ae0a3-2992-44c7-995d-507b6ba161a2 2026-03-04 02:28:31.817 9 INFO neutron.plugins.ml2.plugin [None req-b35e0514-46f1-4fa7-8150-7f34ce632f3e - - - - - -] Attempt 1 to provision port 47c7296e-3c85-4498-9f75-349e87b7b3f2 2026-03-04 02:28:32.168 9 INFO neutron.plugins.ml2.plugin [None req-95893ea8-17dc-4696-86f8-98e0735835c9 - - - - - -] Attempt 1 to provision port ce6ae0a3-2992-44c7-995d-507b6ba161a2 2026-03-04 02:28:32.362 9 INFO neutron.plugins.ml2.plugin [None req-9c856796-dd57-4af6-832f-bd47014b9356 - - - - - -] Attempt 1 to provision port 32931ee7-97fb-4127-99d3-499c30367166 2026-03-04 02:28:33.016 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 32931ee7-97fb-4127-99d3-499c30367166 2026-03-04 02:28:33.429 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port ce6ae0a3-2992-44c7-995d-507b6ba161a2 2026-03-04 02:28:34.221 9 INFO neutron.plugins.ml2.plugin [None req-11517af9-5e3c-4233-933d-cc6dd6e8a784 - - - - - -] Attempt 1 to provision port e039fbe8-f24d-43d8-b1d0-f773903f4936 2026-03-04 02:28:34.379 10 INFO neutron.plugins.ml2.plugin [None req-947d003c-7bde-49cf-ac2e-72cd6ac1c688 - - - - - -] Attempt 1 to provision port 4872c64f-eff4-41f8-803a-67a7e05dad44 2026-03-04 02:28:34.842 9 INFO neutron.plugins.ml2.plugin [None req-e10580ff-0e98-4d3e-9614-1209cee6f35e - - - - - -] Attempt 1 to provision port e039fbe8-f24d-43d8-b1d0-f773903f4936 2026-03-04 02:28:34.993 10 INFO neutron.plugins.ml2.plugin [None req-6c8a847f-53b1-497d-8b44-07eb13ecb767 - - - - - -] Attempt 1 to provision port 4872c64f-eff4-41f8-803a-67a7e05dad44 2026-03-04 02:28:38.994 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 31029050-8d67-4653-8f6b-1e4d6c9705dd 2026-03-04 02:28:39.382 9 INFO neutron.plugins.ml2.plugin [None req-62381735-c2df-42a2-be16-7e2bf563bb64 - - - - - -] Attempt 1 to provision port a8167def-33b8-421a-bfa8-5bcaa7fbc659 2026-03-04 02:28:39.731 9 INFO neutron.plugins.ml2.plugin [None req-392a6a13-9827-4108-92fa-80f731139e85 - - - - - -] Attempt 1 to provision port 31029050-8d67-4653-8f6b-1e4d6c9705dd 2026-03-04 02:28:41.006 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 31029050-8d67-4653-8f6b-1e4d6c9705dd 2026-03-04 02:28:41.867 9 INFO neutron.plugins.ml2.plugin [None req-eced52b8-35c9-4c87-93f4-65bed58c19d6 - - - - - -] Attempt 1 to provision port 5043af7b-11d4-4319-b906-3b090be156c3 2026-03-04 02:28:42.340 9 INFO neutron.plugins.ml2.plugin [None req-8022de18-59c1-4f49-829f-ca04e4f1dc78 - - - - - -] Attempt 1 to provision port 5043af7b-11d4-4319-b906-3b090be156c3 2026-03-04 02:28:43.168 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port e4987d47-573e-4f91-81c2-eb1ec4aa827d 2026-03-04 02:28:43.603 9 INFO neutron.plugins.ml2.plugin [None req-6fde2d00-bf69-4f87-9caf-6d1b7c7711c4 - - - - - -] Attempt 1 to provision port 0eafd5cd-c9f4-4939-9a01-e3bc28551953 2026-03-04 02:28:43.834 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port c3dd095a-768a-4154-817e-692152b4821f /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-03-04 02:28:45.023 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port e4987d47-573e-4f91-81c2-eb1ec4aa827d 2026-03-04 02:28:45.356 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port c3dd095a-768a-4154-817e-692152b4821f 2026-03-04 02:28:49.147 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 0eafd5cd-c9f4-4939-9a01-e3bc28551953 2026-03-04 02:28:49.919 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c5b49df-4741-4cd3-b023-5dc4f3664af7'] response: {'server_uuid': '90ffc974-f376-4ed3-a0c7-d6f4392b869f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0eafd5cd-c9f4-4939-9a01-e3bc28551953', 'code': 200} 2026-03-04 02:28:50.799 10 INFO neutron.plugins.ml2.plugin [None req-5bf8ceeb-7ab2-43ac-8fad-13133dc24bf0 - - - - - -] Attempt 1 to provision port e9d63a67-8d61-4349-8f4a-fbe3b66bc3d7 2026-03-04 02:28:51.260 10 INFO neutron.plugins.ml2.plugin [None req-5b2d159b-4a5c-4d43-8306-195af1e74a74 - - - - - -] Attempt 1 to provision port 307cf10f-7a41-4a29-bc4d-5c0809063827 2026-03-04 02:28:51.411 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 307cf10f-7a41-4a29-bc4d-5c0809063827 2026-03-04 02:28:51.673 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 0eafd5cd-c9f4-4939-9a01-e3bc28551953 2026-03-04 02:28:52.993 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 307cf10f-7a41-4a29-bc4d-5c0809063827 2026-03-04 02:28:55.115 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port d15cfeb4-d01f-4986-8fe2-503b39418a8f 2026-03-04 02:28:55.490 9 WARNING neutron.plugins.ml2.driver_context [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Could not expand segment 7387203f-5be7-4a4e-85e8-d49eb9cadd94 2026-03-04 02:28:55.574 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 55ae1c18-69a6-4763-8e24-ebce3bc1baf5 2026-03-04 02:28:56.908 9 INFO neutron.plugins.ml2.plugin [None req-d1560e75-283c-499a-9653-8cd666fd302b - - - - - -] Attempt 1 to provision port 24b1c6a7-6534-45f3-96f2-408c99da1083 2026-03-04 02:28:56.947 9 INFO neutron.plugins.ml2.plugin [None req-d1560e75-283c-499a-9653-8cd666fd302b - - - - - -] Attempt 1 to provision port 5beddca4-86ec-4368-b437-8f1bd6c6b565 2026-03-04 02:28:57.167 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 55ae1c18-69a6-4763-8e24-ebce3bc1baf5 2026-03-04 02:28:57.409 9 INFO neutron.plugins.ml2.plugin [None req-3ec38e3c-14c3-4427-b209-fac993685304 - - - - - -] Attempt 1 to provision port 24b1c6a7-6534-45f3-96f2-408c99da1083 2026-03-04 02:28:57.430 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port fe83cc2d-5ceb-432d-aa9a-5a76cb5df7bd 2026-03-04 02:28:57.960 9 INFO neutron.plugins.ml2.plugin [None req-bfcae750-a352-4bd1-84d5-7d2ebb4feedc - - - - - -] Attempt 1 to provision port fe83cc2d-5ceb-432d-aa9a-5a76cb5df7bd 2026-03-04 02:28:58.638 10 INFO neutron.plugins.ml2.plugin [None req-582807ce-7108-43cf-bc24-d65f5028dfc3 - - - - - -] Attempt 1 to provision port f8a00d2f-0a7a-4ff4-bd41-8fde0f4b4079 2026-03-04 02:28:58.705 10 INFO neutron.plugins.ml2.plugin [None req-582807ce-7108-43cf-bc24-d65f5028dfc3 - - - - - -] Attempt 1 to provision port fe83cc2d-5ceb-432d-aa9a-5a76cb5df7bd 2026-03-04 02:28:59.033 10 INFO neutron.plugins.ml2.plugin [None req-5bf3f173-dd7a-47cc-b0ec-315039ba54de - - - - - -] Attempt 1 to provision port f8a00d2f-0a7a-4ff4-bd41-8fde0f4b4079 2026-03-04 02:28:59.043 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port fe83cc2d-5ceb-432d-aa9a-5a76cb5df7bd 2026-03-04 02:28:59.331 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port dead6b8f-19d8-4e9f-b6f3-ec5c0e2a9361 2026-03-04 02:28:59.380 9 INFO neutron.plugins.ml2.plugin [None req-a71537a8-7b2b-42b5-9312-47a96359f1fc - - - - - -] Attempt 1 to provision port f8a00d2f-0a7a-4ff4-bd41-8fde0f4b4079 2026-03-04 02:29:01.057 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port dead6b8f-19d8-4e9f-b6f3-ec5c0e2a9361 2026-03-04 02:29:03.084 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port b1873ad0-bf70-482c-baba-80a4af39b0f9 2026-03-04 02:29:03.598 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad12e29f-eb91-4c87-b59f-29929144ed0b'] response: {'server_uuid': '20b03853-5ce3-4842-8e6f-8289c3ae665c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b1873ad0-bf70-482c-baba-80a4af39b0f9', 'code': 200} 2026-03-04 02:29:04.193 10 INFO neutron.plugins.ml2.plugin [None req-38506005-0c1d-4c11-8c81-61ca461a5928 - - - - - -] Attempt 1 to provision port 1336b2b9-d838-4b42-b23d-d5621732d779 2026-03-04 02:29:05.117 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port b1873ad0-bf70-482c-baba-80a4af39b0f9 2026-03-04 02:29:07.191 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port edf42f9a-e500-4cce-9542-a6fce8da8373 2026-03-04 02:29:07.697 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port e039fbe8-f24d-43d8-b1d0-f773903f4936 2026-03-04 02:29:08.069 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 1336b2b9-d838-4b42-b23d-d5621732d779 2026-03-04 02:29:08.189 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-52598f5c-138f-4acc-a6a5-bf80fd4fea64'] response: {'server_uuid': '3b67fb0e-192b-4582-9a1c-c0d487ebe13b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1336b2b9-d838-4b42-b23d-d5621732d779', 'code': 200} 2026-03-04 02:29:09.057 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port edf42f9a-e500-4cce-9542-a6fce8da8373 2026-03-04 02:29:09.478 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port e039fbe8-f24d-43d8-b1d0-f773903f4936 2026-03-04 02:29:09.596 10 INFO neutron.plugins.ml2.plugin [None req-af3a9671-ae1c-4f1f-a75a-db6d448a8be0 - - - - - -] Attempt 1 to provision port 0eafd5cd-c9f4-4939-9a01-e3bc28551953 2026-03-04 02:29:09.822 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 1336b2b9-d838-4b42-b23d-d5621732d779 2026-03-04 02:29:11.099 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 0eafd5cd-c9f4-4939-9a01-e3bc28551953 2026-03-04 02:29:13.078 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port ea77fd51-0afc-40a2-9364-49366e0a86fc 2026-03-04 02:29:13.947 9 INFO neutron.plugins.ml2.plugin [None req-ed2268bd-16b9-4c14-9392-6ab22e15eebf - - - - - -] Attempt 1 to provision port ea77fd51-0afc-40a2-9364-49366e0a86fc 2026-03-04 02:29:14.247 9 INFO neutron.plugins.ml2.plugin [None req-f933e3fd-0de7-435f-8145-4fab1b6635c6 - - - - - -] Attempt 1 to provision port 0eafd5cd-c9f4-4939-9a01-e3bc28551953 2026-03-04 02:29:15.154 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 5beddca4-86ec-4368-b437-8f1bd6c6b565 2026-03-04 02:29:15.433 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 0eafd5cd-c9f4-4939-9a01-e3bc28551953 2026-03-04 02:29:17.133 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 5beddca4-86ec-4368-b437-8f1bd6c6b565 2026-03-04 02:29:17.492 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port f8a00d2f-0a7a-4ff4-bd41-8fde0f4b4079 2026-03-04 02:29:18.257 9 INFO neutron.plugins.ml2.plugin [None req-e0514ab9-8595-428a-9fc1-34a134d388ed - - - - - -] Attempt 1 to provision port 917ce58b-678d-4119-83e4-a0ebbe1e3226 2026-03-04 02:29:19.091 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 144f73c8-bbed-4e60-bc93-97d71b1f5b43 2026-03-04 02:29:19.310 9 INFO neutron.plugins.ml2.plugin [None req-156eb8be-9d12-473e-b9cb-5db06845c69c - - - - - -] Attempt 1 to provision port 144f73c8-bbed-4e60-bc93-97d71b1f5b43 2026-03-04 02:29:19.810 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port f8a00d2f-0a7a-4ff4-bd41-8fde0f4b4079 2026-03-04 02:29:20.521 10 INFO neutron.plugins.ml2.plugin [None req-0df5e04a-ec2e-48a4-9055-7ee114f5bff3 - - - - - -] Attempt 1 to provision port bbe1bb66-769e-4c3b-94af-a8a262e5deb7 2026-03-04 02:29:21.085 10 INFO neutron.plugins.ml2.plugin [None req-fd7ef7ff-77f1-415b-86f1-4b11a3d7cfe4 - - - - - -] Attempt 1 to provision port bbe1bb66-769e-4c3b-94af-a8a262e5deb7 2026-03-04 02:29:21.203 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 511dacbd-e047-4e2d-b22c-ff692576c829 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-03-04 02:29:21.862 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 144f73c8-bbed-4e60-bc93-97d71b1f5b43 2026-03-04 02:29:23.027 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 511dacbd-e047-4e2d-b22c-ff692576c829 2026-03-04 02:29:24.470 10 INFO neutron.plugins.ml2.plugin [None req-f7bb8234-91fc-4f8b-a7af-360d4d30ffe6 - - - - - -] Attempt 1 to provision port 7b137169-5afb-4751-b826-50187045c31d 2026-03-04 02:29:25.050 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4ad4e47-b438-410f-9084-8191d6ddaf94'] response: {'server_uuid': '3b67fb0e-192b-4582-9a1c-c0d487ebe13b', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '1336b2b9-d838-4b42-b23d-d5621732d779', 'code': 200} 2026-03-04 02:29:26.147 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 1336b2b9-d838-4b42-b23d-d5621732d779 2026-03-04 02:29:26.319 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e32a5e5-7ca0-48fa-bc2c-b764af9555c8'] response: {'server_uuid': '3b67fb0e-192b-4582-9a1c-c0d487ebe13b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1336b2b9-d838-4b42-b23d-d5621732d779', 'code': 200} 2026-03-04 02:29:26.843 9 INFO neutron.plugins.ml2.plugin [None req-cf77958a-4003-4b0e-8607-4c49d12fd10a - - - - - -] Attempt 1 to provision port cf7acd70-f979-4793-9e69-dc50495538a0 2026-03-04 02:29:27.255 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 710c139d-2578-412b-ad39-fe624172ec45 2026-03-04 02:29:27.382 10 INFO neutron.plugins.ml2.plugin [None req-ee93baca-0d76-4d20-9ffd-126dc36df5fd - - - - - -] Attempt 1 to provision port 710c139d-2578-412b-ad39-fe624172ec45 2026-03-04 02:29:27.785 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 1336b2b9-d838-4b42-b23d-d5621732d779 2026-03-04 02:29:28.045 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 7b137169-5afb-4751-b826-50187045c31d 2026-03-04 02:29:28.363 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-11a3efbe-00d2-45a8-b70f-a509e4cd349a'] response: {'server_uuid': '4ce6cbc7-7079-4b85-be21-e712bb25219b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7b137169-5afb-4751-b826-50187045c31d', 'code': 200} 2026-03-04 02:29:29.029 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 710c139d-2578-412b-ad39-fe624172ec45 2026-03-04 02:29:29.305 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 7b137169-5afb-4751-b826-50187045c31d 2026-03-04 02:29:29.858 9 INFO neutron.plugins.ml2.plugin [None req-81c4881c-9567-40d3-892b-bc5086436ab7 - - - - - -] Attempt 1 to provision port 6b5e38ec-751a-48f0-afde-120ff0c4cbf8 2026-03-04 02:29:30.421 10 INFO neutron.plugins.ml2.plugin [None req-225e7f11-0bf0-4946-a067-b14bcf823f43 - - - - - -] Attempt 1 to provision port 6b5e38ec-751a-48f0-afde-120ff0c4cbf8 2026-03-04 02:29:31.120 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 95fcf6de-6507-475d-8206-d69b5080cf9d 2026-03-04 02:29:33.136 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 95fcf6de-6507-475d-8206-d69b5080cf9d /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-03-04 02:29:39.537 10 INFO neutron.plugins.ml2.plugin [None req-22e8d097-03b2-4a4d-b82f-9c081dcac9ee - - - - - -] Attempt 1 to provision port a6b804a0-f4a2-4569-914d-5e94e70cb27a 2026-03-04 02:29:43.120 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port a6b804a0-f4a2-4569-914d-5e94e70cb27a 2026-03-04 02:29:43.232 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-da7ce491-cfcc-4263-a07e-e831a1b3b0b3'] response: {'server_uuid': '7911e279-08c6-4777-a16b-4ee47fa10a27', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a6b804a0-f4a2-4569-914d-5e94e70cb27a', 'code': 200} 2026-03-04 02:29:45.070 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port a6b804a0-f4a2-4569-914d-5e94e70cb27a 2026-03-04 02:29:47.223 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port cf7acd70-f979-4793-9e69-dc50495538a0 2026-03-04 02:29:47.871 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 6b5e38ec-751a-48f0-afde-120ff0c4cbf8 2026-03-04 02:29:49.296 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port cf7acd70-f979-4793-9e69-dc50495538a0 2026-03-04 02:29:49.516 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 6b5e38ec-751a-48f0-afde-120ff0c4cbf8 2026-03-04 02:29:56.519 9 INFO neutron.plugins.ml2.plugin [None req-2925cb0a-385f-413f-83d0-4da56b7a3566 - - - - - -] Attempt 1 to provision port c0bf253a-5982-4e57-8bb0-63f3230bacf7 2026-03-04 02:29:57.111 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port b7eb4df4-74ea-4fca-b59f-d829649353ab 2026-03-04 02:29:57.283 10 INFO neutron.plugins.ml2.plugin [None req-74fb612f-f42d-4958-8e8a-70052bdcfc2c - - - - - -] Attempt 1 to provision port b7eb4df4-74ea-4fca-b59f-d829649353ab 2026-03-04 02:29:59.028 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port b7eb4df4-74ea-4fca-b59f-d829649353ab 2026-03-04 02:29:59.389 10 INFO neutron.plugins.ml2.plugin [None req-efb2d7d2-3a04-431f-8a6f-d16a90426f86 - - - - - -] Attempt 1 to provision port d92c52df-64ad-4b6d-8a21-35eb582f089c 2026-03-04 02:30:00.061 10 INFO neutron.plugins.ml2.plugin [None req-883ef522-45af-4b37-b4e9-85050babe4a0 - - - - - -] Attempt 1 to provision port d92c52df-64ad-4b6d-8a21-35eb582f089c 2026-03-04 02:30:01.135 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 4e13785a-6dcd-49df-b8c9-c1d5f111d61f 2026-03-04 02:30:01.526 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port dcbdd444-0e3d-4fc1-8397-f830e443cc63 2026-03-04 02:30:03.147 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port dcbdd444-0e3d-4fc1-8397-f830e443cc63 2026-03-04 02:30:06.268 9 INFO neutron.plugins.ml2.plugin [None req-d2ddb549-432d-4d7e-b3de-45266240b109 - - - - - -] Attempt 1 to provision port 0fd20136-14d0-4f1c-9bb2-2c4ba950376b 2026-03-04 02:30:09.132 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 0fd20136-14d0-4f1c-9bb2-2c4ba950376b 2026-03-04 02:30:09.232 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f615462-cece-4f60-bd5e-f0557bc5a96b'] response: {'server_uuid': 'aabdccde-adde-4c8b-bb03-b2072abe9a3a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0fd20136-14d0-4f1c-9bb2-2c4ba950376b', 'code': 200} 2026-03-04 02:30:11.042 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 0fd20136-14d0-4f1c-9bb2-2c4ba950376b 2026-03-04 02:30:13.090 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port eccf5e16-0d2c-4976-b540-7bf80b9a7e6b 2026-03-04 02:30:13.633 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port cd0d9de6-5831-4eea-a921-6ab9fa9c8cd0 2026-03-04 02:30:14.096 9 INFO neutron.plugins.ml2.plugin [None req-444c05aa-021f-480f-b4ce-1bee8088e089 - - - - - -] Attempt 1 to provision port eccf5e16-0d2c-4976-b540-7bf80b9a7e6b 2026-03-04 02:30:14.292 10 INFO neutron.plugins.ml2.plugin [None req-6986af11-2056-4e5e-8fe5-d0d5606f047e - - - - - -] Attempt 1 to provision port cd0d9de6-5831-4eea-a921-6ab9fa9c8cd0 2026-03-04 02:30:15.096 10 INFO neutron.plugins.ml2.plugin [None req-edd24fb1-b5e8-4b01-a4ff-2ba0d43cee2a - - - - - -] Attempt 1 to provision port e826f0c2-a416-401b-99bb-9a0985ccbcd3 2026-03-04 02:30:15.274 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port eccf5e16-0d2c-4976-b540-7bf80b9a7e6b 2026-03-04 02:30:15.766 9 INFO neutron.plugins.ml2.plugin [None req-223367ba-5a65-4d92-b153-9a97be239faf - - - - - -] Attempt 1 to provision port e826f0c2-a416-401b-99bb-9a0985ccbcd3 2026-03-04 02:30:15.777 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port cd0d9de6-5831-4eea-a921-6ab9fa9c8cd0 2026-03-04 02:30:16.149 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 28528406-9e58-44a9-b184-e763d026924a 2026-03-04 02:30:16.221 10 INFO neutron.plugins.ml2.plugin [None req-75cfaf93-3f8e-4cc8-a4f9-d467da3bba1b - - - - - -] Attempt 1 to provision port 28528406-9e58-44a9-b184-e763d026924a 2026-03-04 02:30:17.084 10 INFO neutron.plugins.ml2.plugin [None req-73743299-aa26-4d19-8dfa-9acd84388d62 - - - - - -] Attempt 1 to provision port 86011bad-a9ab-4f24-b5e4-8cf56091daef 2026-03-04 02:30:17.152 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 28528406-9e58-44a9-b184-e763d026924a 2026-03-04 02:30:17.493 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port c0bf253a-5982-4e57-8bb0-63f3230bacf7 2026-03-04 02:30:17.538 10 INFO neutron.plugins.ml2.plugin [None req-2e5d7231-fb66-41ac-a8a0-9214a9a6a517 - - - - - -] Attempt 1 to provision port 86011bad-a9ab-4f24-b5e4-8cf56091daef /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-03-04 02:30:21.100 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 782a62f7-a996-4fa6-bb1b-11a6361dd41a 2026-03-04 02:30:21.324 10 INFO neutron.plugins.ml2.plugin [None req-6f835c18-5474-4987-9c5b-73dcc80e7bb3 - - - - - -] Attempt 1 to provision port 782a62f7-a996-4fa6-bb1b-11a6361dd41a 2026-03-04 02:30:21.344 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] No ports have port_id starting with 782a62f7-a996-4fa6-bb1b-11a6361dd41a 2026-03-04 02:30:21.362 10 INFO neutron.plugins.ml2.db [None req-6f835c18-5474-4987-9c5b-73dcc80e7bb3 - - - - - -] No ports have port_id starting with 782a62f7-a996-4fa6-bb1b-11a6361dd41a 2026-03-04 02:30:25.083 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port f0c23b8a-cb69-443a-bb1d-1a6b3bf843c9 2026-03-04 02:30:25.419 10 INFO neutron.plugins.ml2.plugin [None req-d4f24a99-5ad3-4301-adef-2ceab79e10f9 - - - - - -] Attempt 1 to provision port f0c23b8a-cb69-443a-bb1d-1a6b3bf843c9 2026-03-04 02:30:26.537 9 INFO neutron.plugins.ml2.plugin [None req-ef8d4e44-8b03-4d9f-85cf-c2a078f05681 - - - - - -] Attempt 1 to provision port 82672f58-53eb-4254-a410-f1a8b77f0ada 2026-03-04 02:30:26.789 10 INFO neutron.plugins.ml2.plugin [None req-82874f78-f037-4b2a-ba91-cdf9b6261d88 - - - - - -] Attempt 1 to provision port 82672f58-53eb-4254-a410-f1a8b77f0ada 2026-03-04 02:30:27.030 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port f0c23b8a-cb69-443a-bb1d-1a6b3bf843c9 2026-03-04 02:30:32.682 10 INFO neutron.plugins.ml2.plugin [None req-cf505c32-d8eb-4210-bfac-9007d03b45fd - - - - - -] Attempt 1 to provision port 43cdbc04-4246-4dec-84fb-3c610111aea5 2026-03-04 02:30:33.034 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 43cdbc04-4246-4dec-84fb-3c610111aea5 2026-03-04 02:30:33.702 9 INFO neutron.plugins.ml2.plugin [None req-88bfa49b-8e09-4286-9bc8-3ac3a11abdac - - - - - -] Attempt 1 to provision port 811503e6-e68f-492b-9906-6efb31e81546 2026-03-04 02:30:34.049 9 INFO neutron.plugins.ml2.plugin [None req-df5fda3d-e3ad-4d88-8863-b9511d4b5fd5 - - - - - -] Attempt 1 to provision port 811503e6-e68f-492b-9906-6efb31e81546 2026-03-04 02:30:34.807 9 INFO neutron.plugins.ml2.plugin [None req-999e0c98-b4e8-4a48-9feb-16cdd3a64ee3 - - - - - -] Attempt 1 to provision port bd729061-e53c-44d4-bc4c-006eed374146 2026-03-04 02:30:35.100 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 8e31f86c-679c-4f3a-b0b8-db4cc468be56 2026-03-04 02:30:35.452 10 INFO neutron.plugins.ml2.plugin [None req-dea3bdcc-5dc8-4193-a554-eaba3f0fbb9c - - - - - -] Attempt 1 to provision port 8e31f86c-679c-4f3a-b0b8-db4cc468be56 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-03-04 02:30:37.179 10 INFO neutron.plugins.ml2.plugin [None req-6ce60098-b95a-4979-a84f-4a0343023a38 - - - - - -] Attempt 1 to provision port a23d43e8-31bd-4cb8-a885-3312e9a7e21c 2026-03-04 02:30:37.210 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 8e31f86c-679c-4f3a-b0b8-db4cc468be56 2026-03-04 02:30:37.951 9 INFO neutron.plugins.ml2.plugin [None req-4d99b737-5568-444a-881a-5cdb6d619ecd - - - - - -] Attempt 1 to provision port a23d43e8-31bd-4cb8-a885-3312e9a7e21c 2026-03-04 02:30:38.311 9 INFO neutron.plugins.ml2.plugin [None req-86aba674-aaa0-4877-91f9-976536de879d - - - - - -] Attempt 1 to provision port af88ce46-35db-42cc-8a25-fe2daba88954 2026-03-04 02:30:39.058 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 49c60dde-d66c-4c8b-a50f-160a1fa1abd9 2026-03-04 02:30:41.309 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 49c60dde-d66c-4c8b-a50f-160a1fa1abd9 2026-03-04 02:30:41.393 9 INFO neutron.plugins.ml2.plugin [None req-65061369-2788-4c74-aea9-cb7925d9badb - - - - - -] Attempt 1 to provision port edb0e84b-9248-4e63-948e-4a91c0652cb7 2026-03-04 02:30:41.536 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 3501349b-2621-455d-a5d1-28727bf2b093 2026-03-04 02:30:42.145 9 INFO neutron.plugins.ml2.plugin [None req-5748474e-a5b0-4e97-a1c6-7e622ee2a593 - - - - - -] Attempt 1 to provision port 3501349b-2621-455d-a5d1-28727bf2b093 2026-03-04 02:30:43.139 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 3501349b-2621-455d-a5d1-28727bf2b093 2026-03-04 02:30:44.138 9 INFO neutron.plugins.ml2.plugin [None req-ae9926c8-af42-4dfb-92b0-32c800145589 - - - - - -] Attempt 1 to provision port a0ff09fc-09cc-441e-978d-ab2f16fcc76d 2026-03-04 02:30:44.700 9 INFO neutron.plugins.ml2.plugin [None req-413c1609-f001-4cae-9ce8-6067b2b305eb - - - - - -] Attempt 1 to provision port a0ff09fc-09cc-441e-978d-ab2f16fcc76d 2026-03-04 02:30:45.054 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 0d05e33b-cd97-4631-9a9e-56e2e4da83b7 2026-03-04 02:30:47.065 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 0d05e33b-cd97-4631-9a9e-56e2e4da83b7 2026-03-04 02:30:50.599 9 INFO neutron.plugins.ml2.plugin [None req-148b3c35-15c1-47b1-a2f1-d0df37e52b4f - - - - - -] Attempt 1 to provision port 49164b83-954d-4901-befb-7af1b6b977aa 2026-03-04 02:30:53.188 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port a23d43e8-31bd-4cb8-a885-3312e9a7e21c 2026-03-04 02:30:53.506 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 49164b83-954d-4901-befb-7af1b6b977aa 2026-03-04 02:30:53.637 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-b939e931-5db6-4a48-a26e-01d01cfda265'] response: {'server_uuid': 'b5fdbb10-a18e-47a5-81d1-6a1629f9dea8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '49164b83-954d-4901-befb-7af1b6b977aa', 'code': 200} 2026-03-04 02:30:55.111 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port a23d43e8-31bd-4cb8-a885-3312e9a7e21c 2026-03-04 02:30:55.487 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 49164b83-954d-4901-befb-7af1b6b977aa 2026-03-04 02:30:56.020 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port bd729061-e53c-44d4-bc4c-006eed374146 2026-03-04 02:30:57.074 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port bd729061-e53c-44d4-bc4c-006eed374146 2026-03-04 02:30:59.602 10 INFO neutron.plugins.ml2.plugin [None req-9e8298a5-61f2-40f2-a6fd-7926ecdfcefe - - - - - -] Attempt 1 to provision port b582377f-09cd-48a8-a683-c36a85835e91 2026-03-04 02:31:01.068 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port a0ff09fc-09cc-441e-978d-ab2f16fcc76d 2026-03-04 02:31:01.417 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port edb0e84b-9248-4e63-948e-4a91c0652cb7 2026-03-04 02:31:03.059 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port a0ff09fc-09cc-441e-978d-ab2f16fcc76d 2026-03-04 02:31:03.431 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port edb0e84b-9248-4e63-948e-4a91c0652cb7 2026-03-04 02:31:18.417 9 INFO neutron.plugins.ml2.plugin [None req-79fa8a29-02ad-4e8f-a02b-2c79d0d52c10 - - - - - -] Attempt 1 to provision port 9585b6e0-91ae-4823-a920-f6d077fa1e9d 2026-03-04 02:31:19.231 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 8b811110-53a8-4582-b4c8-1e3d7f933443 2026-03-04 02:31:19.986 9 INFO neutron.plugins.ml2.plugin [None req-e49ad0c4-5700-43b4-b303-2d7d42d0096d - - - - - -] Attempt 1 to provision port 8b811110-53a8-4582-b4c8-1e3d7f933443 2026-03-04 02:31:21.097 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 8b811110-53a8-4582-b4c8-1e3d7f933443 2026-03-04 02:31:22.791 9 INFO neutron.plugins.ml2.plugin [None req-1784b7f0-c25c-4e87-8e19-55581ee36854 - - - - - -] Attempt 1 to provision port 2888022e-e416-4ee7-848e-773d6a46c409 2026-03-04 02:31:23.097 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 9c941e0f-4f40-413a-8254-bff037ac10e2 2026-03-04 02:31:23.156 9 INFO neutron.plugins.ml2.plugin [None req-1784b7f0-c25c-4e87-8e19-55581ee36854 - - - - - -] Attempt 1 to provision port 539d1946-b551-40d3-8c94-4d71217d1ae9 2026-03-04 02:31:23.627 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 2888022e-e416-4ee7-848e-773d6a46c409 2026-03-04 02:31:24.126 9 INFO neutron.plugins.ml2.plugin [None req-0c2f7bb6-36a4-408c-b200-1b1aa404a281 - - - - - -] Attempt 1 to provision port 539d1946-b551-40d3-8c94-4d71217d1ae9 2026-03-04 02:31:24.483 9 INFO neutron.plugins.ml2.plugin [None req-884c6936-ed33-436d-81d1-100c514d41a8 - - - - - -] Attempt 1 to provision port 539d1946-b551-40d3-8c94-4d71217d1ae9 2026-03-04 02:31:25.132 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 2888022e-e416-4ee7-848e-773d6a46c409 2026-03-04 02:31:25.376 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 9c941e0f-4f40-413a-8254-bff037ac10e2 2026-03-04 02:31:27.151 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port e841e587-c10f-45b3-ac1e-2ec3b5c7e384 2026-03-04 02:31:27.155 9 INFO neutron.plugins.ml2.plugin [None req-0083460d-61d7-493c-991a-22bb6811962f - - - - - -] Attempt 1 to provision port e841e587-c10f-45b3-ac1e-2ec3b5c7e384 2026-03-04 02:31:27.653 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port e71f765b-0cbd-48a9-98c7-df67562a2108 2026-03-04 02:31:28.179 10 INFO neutron.plugins.ml2.plugin [None req-4b10c330-5fc8-4202-b53e-1479e42fbd84 - - - - - -] Attempt 1 to provision port e71f765b-0cbd-48a9-98c7-df67562a2108 2026-03-04 02:31:28.581 10 INFO neutron.plugins.ml2.plugin [None req-902e041a-c897-4b97-bd3b-560a956a7943 - - - - - -] Attempt 1 to provision port 2b5c0dc8-2ddb-4362-bdb3-8c51a0cfdd00 2026-03-04 02:31:29.240 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port e841e587-c10f-45b3-ac1e-2ec3b5c7e384 2026-03-04 02:31:29.350 10 INFO neutron.plugins.ml2.plugin [None req-d12b221b-441f-42d5-81c3-422384ec8d5c - - - - - -] Attempt 1 to provision port 2b5c0dc8-2ddb-4362-bdb3-8c51a0cfdd00 2026-03-04 02:31:29.532 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port ea5b0cca-816d-4400-a013-0a5ab440c85e 2026-03-04 02:31:29.652 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee77d7f3-0410-4443-aa52-17f6d19ef708'] response: {'server_uuid': '673ab001-1b98-4508-a772-5277026ac89f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ea5b0cca-816d-4400-a013-0a5ab440c85e', 'code': 200} 2026-03-04 02:31:30.010 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port e71f765b-0cbd-48a9-98c7-df67562a2108 2026-03-04 02:31:30.326 9 INFO neutron.plugins.ml2.plugin [None req-b77368b5-c3c6-45a6-8b19-17f44bf82be7 - - - - - -] Attempt 1 to provision port 474bea96-d121-4e5b-8eb0-096203e1608e 2026-03-04 02:31:31.191 10 INFO neutron.plugins.ml2.plugin [None req-5192e72d-bdd4-44a7-888d-1a7f83c090af - - - - - -] Attempt 1 to provision port 474bea96-d121-4e5b-8eb0-096203e1608e 2026-03-04 02:31:31.385 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port ea5b0cca-816d-4400-a013-0a5ab440c85e 2026-03-04 02:31:31.774 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port acd11d98-220e-4496-afa8-a3d4cf696182 2026-03-04 02:31:33.056 10 INFO neutron.plugins.ml2.plugin [None req-93ac573a-340a-4734-8e23-5e8b7bdf2082 - - - - - -] Attempt 1 to provision port acd11d98-220e-4496-afa8-a3d4cf696182 2026-03-04 02:31:33.229 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port c53ef537-1298-4d18-a101-1aa8d5241d40 2026-03-04 02:31:33.852 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port acd11d98-220e-4496-afa8-a3d4cf696182 2026-03-04 02:31:34.095 9 INFO neutron.plugins.ml2.plugin [None req-5510048d-6608-487a-92ac-b6bc85937ddf - - - - - -] Attempt 1 to provision port acd11d98-220e-4496-afa8-a3d4cf696182 2026-03-04 02:31:34.799 9 INFO neutron.plugins.ml2.plugin [None req-47db8f5f-adbe-4b18-98f5-16e7605ae862 - - - - - -] Attempt 1 to provision port 8afbdcf5-95e5-4da7-8d9f-8cbd78bdd72b 2026-03-04 02:31:34.940 10 INFO neutron.plugins.ml2.plugin [None req-b6143337-82ac-4c08-aaa9-2df061b144a6 - - - - - -] Attempt 1 to provision port c53ef537-1298-4d18-a101-1aa8d5241d40 2026-03-04 02:31:35.223 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port c53ef537-1298-4d18-a101-1aa8d5241d40 2026-03-04 02:31:35.456 10 INFO neutron.plugins.ml2.plugin [None req-38f88eb7-65cd-40ea-8f37-92bdb92d691a - - - - - -] Attempt 1 to provision port c53ef537-1298-4d18-a101-1aa8d5241d40 2026-03-04 02:31:35.595 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 976b46ea-6629-4093-ab87-b6741df168af 2026-03-04 02:31:36.084 10 INFO neutron.plugins.ml2.plugin [None req-c646f573-c363-4040-9e9e-793883470825 - - - - - -] Attempt 1 to provision port 976b46ea-6629-4093-ab87-b6741df168af 2026-03-04 02:31:36.552 9 INFO neutron.plugins.ml2.plugin [None req-6169f0b5-4b1c-4398-bc6b-b74da965fdc5 - - - - - -] Attempt 1 to provision port 976b46ea-6629-4093-ab87-b6741df168af 2026-03-04 02:31:37.205 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 976b46ea-6629-4093-ab87-b6741df168af 2026-03-04 02:31:37.777 10 INFO neutron.plugins.ml2.plugin [None req-94b0ab0a-09d5-4479-948d-6d3462c8f178 - - - - - -] Attempt 1 to provision port d2d88e0d-0d4f-4997-b20b-28edd092812c 2026-03-04 02:31:38.081 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 9585b6e0-91ae-4823-a920-f6d077fa1e9d 2026-03-04 02:31:38.553 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 539d1946-b551-40d3-8c94-4d71217d1ae9 2026-03-04 02:31:38.574 10 INFO neutron.plugins.ml2.plugin [None req-0b8e25bb-94b4-4a61-adc0-180da04350cd - - - - - -] Attempt 1 to provision port d2d88e0d-0d4f-4997-b20b-28edd092812c 2026-03-04 02:31:39.201 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 539d1946-b551-40d3-8c94-4d71217d1ae9 2026-03-04 02:31:39.649 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 9585b6e0-91ae-4823-a920-f6d077fa1e9d 2026-03-04 02:31:39.956 10 INFO neutron.plugins.ml2.plugin [None req-3a425d5b-39b9-4850-966e-87868c8c3be9 - - - - - -] Attempt 1 to provision port bbae402c-9d50-47a7-acae-3bcec5d3598a 2026-03-04 02:31:39.987 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 9447ea06-71e0-44b5-8ec4-b5aea197c5e3 2026-03-04 02:31:40.640 9 INFO neutron.plugins.ml2.plugin [None req-da8ef169-648d-40fa-9ce1-1f3b0310b5e7 - - - - - -] Attempt 1 to provision port bbae402c-9d50-47a7-acae-3bcec5d3598a 2026-03-04 02:31:41.174 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 82bc39c6-3c2f-4eb4-b56c-5e0f41496028 2026-03-04 02:31:41.510 10 INFO neutron.plugins.ml2.plugin [None req-322c1e09-0184-40e1-98ec-7a3170e81fb5 - - - - - -] Attempt 1 to provision port 82bc39c6-3c2f-4eb4-b56c-5e0f41496028 2026-03-04 02:31:41.576 10 INFO neutron.plugins.ml2.plugin [None req-322c1e09-0184-40e1-98ec-7a3170e81fb5 - - - - - -] Attempt 1 to provision port 5813bc85-77a3-4205-bd4e-673668c326e0 2026-03-04 02:31:41.721 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 9447ea06-71e0-44b5-8ec4-b5aea197c5e3 2026-03-04 02:31:41.936 9 INFO neutron.plugins.ml2.plugin [None req-e335faad-2a20-4127-b32b-a370ce6e31f2 - - - - - -] Attempt 1 to provision port c68503a2-21f7-42aa-b575-f0b648632f60 2026-03-04 02:31:42.888 9 INFO neutron.plugins.ml2.plugin [None req-7f53eec7-3a95-4cdf-87b8-673c000693b4 - - - - - -] Attempt 1 to provision port c68503a2-21f7-42aa-b575-f0b648632f60 2026-03-04 02:31:43.317 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 82bc39c6-3c2f-4eb4-b56c-5e0f41496028 2026-03-04 02:31:43.331 10 INFO neutron.plugins.ml2.plugin [None req-37e8691e-aeea-41f3-ac5f-e9bc5ad36496 - - - - - -] Attempt 1 to provision port 5813bc85-77a3-4205-bd4e-673668c326e0 2026-03-04 02:31:43.578 10 INFO neutron.plugins.ml2.plugin [None req-bba60545-c3d8-4218-950f-714cba5d1dec - - - - - -] Attempt 1 to provision port 5813bc85-77a3-4205-bd4e-673668c326e0 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-03-04 02:31:48.474 10 INFO neutron.plugins.ml2.plugin [None req-cff7bcc0-6a52-424c-a8c5-05a77d3bff21 - - - - - -] Attempt 1 to provision port 9291cd11-f207-483b-81c0-65c7ec1c1f11 2026-03-04 02:31:49.113 9 INFO neutron.plugins.ml2.plugin [None req-d0e13ff1-65be-450c-8c0e-e24c7763fcc4 - - - - - -] Attempt 1 to provision port a149c0a1-8f02-457b-a017-0bde1ec55bf8 2026-03-04 02:31:49.128 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port a149c0a1-8f02-457b-a017-0bde1ec55bf8 2026-03-04 02:31:50.769 9 INFO neutron.plugins.ml2.plugin [None req-cf0a3251-65bb-41ba-9125-e173b6d2effa - - - - - -] Attempt 1 to provision port 57c06919-d732-4662-9c07-005abd73a1a6 2026-03-04 02:31:51.118 10 INFO neutron.plugins.ml2.plugin [None req-72405956-1bf1-434c-b2e2-bf53ca89997e - - - - - -] Attempt 1 to provision port 57c06919-d732-4662-9c07-005abd73a1a6 2026-03-04 02:31:51.236 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port a149c0a1-8f02-457b-a017-0bde1ec55bf8 2026-03-04 02:31:51.526 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 9291cd11-f207-483b-81c0-65c7ec1c1f11 2026-03-04 02:31:51.643 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8f2c0d0-f210-43ff-9dbc-e1212d73aca5'] response: {'server_uuid': 'cc5b2d00-7269-4e85-aed8-d6125255e193', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9291cd11-f207-483b-81c0-65c7ec1c1f11', 'code': 200} 2026-03-04 02:31:52.396 10 INFO neutron.plugins.ml2.plugin [None req-92462121-4cf2-45e4-9b0f-7be5c81660cb - - - - - -] Attempt 1 to provision port 1ea8c606-8ba3-4933-8256-db1d65b505ba 2026-03-04 02:31:53.155 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 9291cd11-f207-483b-81c0-65c7ec1c1f11 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-03-04 02:31:55.291 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 1ea8c606-8ba3-4933-8256-db1d65b505ba 2026-03-04 02:31:55.392 10 INFO neutron.plugins.ml2.plugin [None req-341a478c-311f-43d8-9666-acf6edbf5693 - - - - - -] Attempt 1 to provision port 3f0548b7-c352-46bd-91e0-2f10c6b2af94 2026-03-04 02:31:55.415 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-b37a9a73-ed6f-45e6-bf4d-29bc28922703'] response: {'server_uuid': '030744d5-55c8-4877-8dc1-b22479c88671', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1ea8c606-8ba3-4933-8256-db1d65b505ba', 'code': 200} 2026-03-04 02:31:55.768 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 8afbdcf5-95e5-4da7-8d9f-8cbd78bdd72b 2026-03-04 02:31:57.185 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 8afbdcf5-95e5-4da7-8d9f-8cbd78bdd72b 2026-03-04 02:31:57.417 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port bbae402c-9d50-47a7-acae-3bcec5d3598a 2026-03-04 02:31:57.838 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 1ea8c606-8ba3-4933-8256-db1d65b505ba 2026-03-04 02:31:58.105 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port d2d88e0d-0d4f-4997-b20b-28edd092812c 2026-03-04 02:31:58.445 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port c68503a2-21f7-42aa-b575-f0b648632f60 2026-03-04 02:31:59.228 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port bbae402c-9d50-47a7-acae-3bcec5d3598a 2026-03-04 02:31:59.613 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port d2d88e0d-0d4f-4997-b20b-28edd092812c 2026-03-04 02:32:00.007 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port c68503a2-21f7-42aa-b575-f0b648632f60 2026-03-04 02:32:03.150 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port a3ca0995-0a62-480b-8207-0c74648c67ba 2026-03-04 02:32:03.255 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-448d376a-96a7-473d-91a2-66624327cd41'] response: {'server_uuid': '3beae07b-4f2d-4d89-802c-943137218876', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a3ca0995-0a62-480b-8207-0c74648c67ba', 'code': 200} 2026-03-04 02:32:05.261 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port a3ca0995-0a62-480b-8207-0c74648c67ba 2026-03-04 02:32:11.680 10 INFO neutron.plugins.ml2.plugin [None req-77f522a0-d074-44b8-8953-6f92bd5f313b - - - - - -] Attempt 1 to provision port ee230220-49ff-4157-9e6a-f4f182d465de 2026-03-04 02:32:12.424 10 INFO neutron.plugins.ml2.plugin [None req-22ff0376-cae6-48e9-b370-64a5550a0d8c - - - - - -] Attempt 1 to provision port 08a7da34-ae97-4f46-933a-30420e3a64b6 2026-03-04 02:32:13.329 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 08a7da34-ae97-4f46-933a-30420e3a64b6 2026-03-04 02:32:14.588 10 INFO neutron.plugins.ml2.plugin [None req-627b27f0-fadb-4310-b6c4-910ab7d2e41b - - - - - -] Attempt 1 to provision port 14d516aa-c224-48fe-ac82-7f6e2796db6f 2026-03-04 02:32:15.150 9 INFO neutron.plugins.ml2.plugin [None req-b252e3cb-7e4f-4455-860b-931156ea3244 - - - - - -] Attempt 1 to provision port 14d516aa-c224-48fe-ac82-7f6e2796db6f 2026-03-04 02:32:15.166 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 14d6bf24-bd75-4bc8-8ec7-b752aaad8d4f 2026-03-04 02:32:17.305 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 14d6bf24-bd75-4bc8-8ec7-b752aaad8d4f 2026-03-04 02:32:19.760 9 INFO neutron.plugins.ml2.plugin [None req-c65e1964-b5cc-46dc-b48a-02ada26aee18 - - - - - -] Attempt 1 to provision port 0dc5d5fe-2629-4175-8828-db788f780472 2026-03-04 02:32:21.247 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 0dc5d5fe-2629-4175-8828-db788f780472 2026-03-04 02:32:21.379 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-0843dc9e-56bc-4885-a702-11680be2a88b'] response: {'server_uuid': '0d416e8d-8bbf-4ba8-a5a2-5edf6e9f7925', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0dc5d5fe-2629-4175-8828-db788f780472', 'code': 200} 2026-03-04 02:32:21.925 10 INFO neutron.plugins.ml2.plugin [None req-67ee88b1-070e-417a-b6ae-15562da8dc41 - - - - - -] Attempt 1 to provision port 74698802-b02c-4d3b-bb0a-ac4bab90f3cf /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-03-04 02:32:35.719 9 INFO neutron.plugins.ml2.plugin [None req-07a6bdec-e589-47a9-86eb-faf463805a84 - - - - - -] Attempt 1 to provision port 4b56c70c-30b5-4211-bc3e-b79488b56736 2026-03-04 02:32:37.193 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 4b56c70c-30b5-4211-bc3e-b79488b56736 2026-03-04 02:32:37.310 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-01dcd106-c864-475f-89b5-a78eaf4da21a'] response: {'server_uuid': '2cddf2a6-f875-45b7-bd3b-f1679f80c488', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4b56c70c-30b5-4211-bc3e-b79488b56736', 'code': 200} 2026-03-04 02:32:39.151 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 4b56c70c-30b5-4211-bc3e-b79488b56736 2026-03-04 02:33:16.380 9 INFO neutron.plugins.ml2.plugin [None req-dfd5c277-8cc6-4a7a-9735-cfae5f332952 - - - - - -] Attempt 1 to provision port 7c5ba662-9104-4225-84e6-c1986b69525b 2026-03-04 02:33:19.345 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 7c5ba662-9104-4225-84e6-c1986b69525b 2026-03-04 02:33:19.476 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-e814b4e5-d8fb-422d-af4c-c75b6cc86809'] response: {'server_uuid': '2cddf2a6-f875-45b7-bd3b-f1679f80c488', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7c5ba662-9104-4225-84e6-c1986b69525b', 'code': 200} 2026-03-04 02:33:21.278 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 7c5ba662-9104-4225-84e6-c1986b69525b 2026-03-04 02:33:49.575 9 INFO neutron.plugins.ml2.plugin [None req-7904e6dd-9022-46d0-9d7d-c832fa12d7e3 - - - - - -] Attempt 1 to provision port 2780a734-6b95-4c14-bedd-4417c74442ca 2026-03-04 02:33:51.252 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 2780a734-6b95-4c14-bedd-4417c74442ca 2026-03-04 02:33:51.430 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-da0ad076-8826-413a-a04a-ba013460993e'] response: {'server_uuid': '2cddf2a6-f875-45b7-bd3b-f1679f80c488', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2780a734-6b95-4c14-bedd-4417c74442ca', 'code': 200} 2026-03-04 02:33:52.234 10 INFO neutron.plugins.ml2.plugin [None req-ade23c4b-ce0a-462b-ac5b-936eec5cfdce - - - - - -] Attempt 1 to provision port 2780a734-6b95-4c14-bedd-4417c74442ca 2026-03-04 02:33:53.240 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 2780a734-6b95-4c14-bedd-4417c74442ca 2026-03-04 02:34:03.332 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port d72d2b7b-3c16-44e5-b264-b6032c21eb66 2026-03-04 02:34:03.457 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-52058d53-1f43-4f1d-9897-7a970fad121c'] response: {'server_uuid': '2cddf2a6-f875-45b7-bd3b-f1679f80c488', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd72d2b7b-3c16-44e5-b264-b6032c21eb66', 'code': 200} 2026-03-04 02:34:05.195 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port d72d2b7b-3c16-44e5-b264-b6032c21eb66 2026-03-04 02:34:13.132 9 INFO neutron.plugins.ml2.plugin [None req-cab9fda6-bc54-4f3a-b328-899443fb33d9 - - - - - -] Attempt 1 to provision port d72d2b7b-3c16-44e5-b264-b6032c21eb66 2026-03-04 02:34:13.259 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port d72d2b7b-3c16-44e5-b264-b6032c21eb66 2026-03-04 02:34:18.343 10 INFO neutron.plugins.ml2.plugin [None req-a7a7b8b4-a8c9-4ed4-84c1-31374f9633e5 - - - - - -] Attempt 1 to provision port 2780a734-6b95-4c14-bedd-4417c74442ca 2026-03-04 02:34:35.608 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-31d3f9f3-088d-4b2d-b3b5-62fb7a25d2dd'] response: {'server_uuid': '2cddf2a6-f875-45b7-bd3b-f1679f80c488', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7c5ba662-9104-4225-84e6-c1986b69525b', 'code': 200} 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2da38810-fff4-40f4-9018-7014d2baccd1 could not be found. 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2da38810-fff4-40f4-9018-7014d2baccd1 could not be found. 2026-03-04 02:35:16.733 9 ERROR neutron.plugins.ml2.managers  2026-03-04 02:35:16.736 9 ERROR neutron.plugins.ml2.managers [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Failed to bind port 8e83e5af-dfd7-4703-af56-ba66fdb3f9fa on host instance for vnic_type normal using segments [{'id': '166090e2-d616-4e8f-a841-98dcccf02953', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 485, 'network_id': '0901465b-9cd9-4658-8cf8-2f1b1707cefd'}] 2026-03-04 02:35:16.736 9 INFO neutron.plugins.ml2.plugin [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Attempt 2 to bind port 8e83e5af-dfd7-4703-af56-ba66fdb3f9fa 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2da38810-fff4-40f4-9018-7014d2baccd1 could not be found. 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2da38810-fff4-40f4-9018-7014d2baccd1 could not be found. 2026-03-04 02:35:16.756 9 ERROR neutron.plugins.ml2.managers  2026-03-04 02:35:16.757 9 ERROR neutron.plugins.ml2.managers [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Failed to bind port 8e83e5af-dfd7-4703-af56-ba66fdb3f9fa on host instance for vnic_type normal using segments [{'id': '166090e2-d616-4e8f-a841-98dcccf02953', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 485, 'network_id': '0901465b-9cd9-4658-8cf8-2f1b1707cefd'}] 2026-03-04 02:35:16.758 9 INFO neutron.plugins.ml2.plugin [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Attempt 3 to bind port 8e83e5af-dfd7-4703-af56-ba66fdb3f9fa 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2da38810-fff4-40f4-9018-7014d2baccd1 could not be found. 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2da38810-fff4-40f4-9018-7014d2baccd1 could not be found. 2026-03-04 02:35:16.784 9 ERROR neutron.plugins.ml2.managers  2026-03-04 02:35:16.785 9 ERROR neutron.plugins.ml2.managers [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Failed to bind port 8e83e5af-dfd7-4703-af56-ba66fdb3f9fa on host instance for vnic_type normal using segments [{'id': '166090e2-d616-4e8f-a841-98dcccf02953', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 485, 'network_id': '0901465b-9cd9-4658-8cf8-2f1b1707cefd'}] 2026-03-04 02:35:16.785 9 INFO neutron.plugins.ml2.plugin [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Attempt 4 to bind port 8e83e5af-dfd7-4703-af56-ba66fdb3f9fa 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2da38810-fff4-40f4-9018-7014d2baccd1 could not be found. 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2da38810-fff4-40f4-9018-7014d2baccd1 could not be found. 2026-03-04 02:35:16.806 9 ERROR neutron.plugins.ml2.managers  2026-03-04 02:35:16.807 9 ERROR neutron.plugins.ml2.managers [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Failed to bind port 8e83e5af-dfd7-4703-af56-ba66fdb3f9fa on host instance for vnic_type normal using segments [{'id': '166090e2-d616-4e8f-a841-98dcccf02953', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 485, 'network_id': '0901465b-9cd9-4658-8cf8-2f1b1707cefd'}] 2026-03-04 02:35:16.807 9 INFO neutron.plugins.ml2.plugin [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Attempt 5 to bind port 8e83e5af-dfd7-4703-af56-ba66fdb3f9fa 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2da38810-fff4-40f4-9018-7014d2baccd1 could not be found. 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2da38810-fff4-40f4-9018-7014d2baccd1 could not be found. 2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers  2026-03-04 02:35:16.833 9 ERROR neutron.plugins.ml2.managers [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Failed to bind port 8e83e5af-dfd7-4703-af56-ba66fdb3f9fa on host instance for vnic_type normal using segments [{'id': '166090e2-d616-4e8f-a841-98dcccf02953', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 485, 'network_id': '0901465b-9cd9-4658-8cf8-2f1b1707cefd'}] 2026-03-04 02:35:16.834 9 INFO neutron.plugins.ml2.plugin [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Attempt 6 to bind port 8e83e5af-dfd7-4703-af56-ba66fdb3f9fa 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2da38810-fff4-40f4-9018-7014d2baccd1 could not be found. 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2da38810-fff4-40f4-9018-7014d2baccd1 could not be found. 2026-03-04 02:35:16.853 9 ERROR neutron.plugins.ml2.managers  2026-03-04 02:35:16.854 9 ERROR neutron.plugins.ml2.managers [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Failed to bind port 8e83e5af-dfd7-4703-af56-ba66fdb3f9fa on host instance for vnic_type normal using segments [{'id': '166090e2-d616-4e8f-a841-98dcccf02953', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 485, 'network_id': '0901465b-9cd9-4658-8cf8-2f1b1707cefd'}] 2026-03-04 02:35:16.854 9 INFO neutron.plugins.ml2.plugin [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Attempt 7 to bind port 8e83e5af-dfd7-4703-af56-ba66fdb3f9fa 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2da38810-fff4-40f4-9018-7014d2baccd1 could not be found. 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2da38810-fff4-40f4-9018-7014d2baccd1 could not be found. 2026-03-04 02:35:16.886 9 ERROR neutron.plugins.ml2.managers  2026-03-04 02:35:16.888 9 ERROR neutron.plugins.ml2.managers [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Failed to bind port 8e83e5af-dfd7-4703-af56-ba66fdb3f9fa on host instance for vnic_type normal using segments [{'id': '166090e2-d616-4e8f-a841-98dcccf02953', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 485, 'network_id': '0901465b-9cd9-4658-8cf8-2f1b1707cefd'}] 2026-03-04 02:35:16.888 9 INFO neutron.plugins.ml2.plugin [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Attempt 8 to bind port 8e83e5af-dfd7-4703-af56-ba66fdb3f9fa 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2da38810-fff4-40f4-9018-7014d2baccd1 could not be found. 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2da38810-fff4-40f4-9018-7014d2baccd1 could not be found. 2026-03-04 02:35:16.912 9 ERROR neutron.plugins.ml2.managers  2026-03-04 02:35:16.914 9 ERROR neutron.plugins.ml2.managers [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Failed to bind port 8e83e5af-dfd7-4703-af56-ba66fdb3f9fa on host instance for vnic_type normal using segments [{'id': '166090e2-d616-4e8f-a841-98dcccf02953', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 485, 'network_id': '0901465b-9cd9-4658-8cf8-2f1b1707cefd'}] 2026-03-04 02:35:16.914 9 INFO neutron.plugins.ml2.plugin [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Attempt 9 to bind port 8e83e5af-dfd7-4703-af56-ba66fdb3f9fa 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2da38810-fff4-40f4-9018-7014d2baccd1 could not be found. 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2da38810-fff4-40f4-9018-7014d2baccd1 could not be found. 2026-03-04 02:35:16.932 9 ERROR neutron.plugins.ml2.managers  2026-03-04 02:35:16.933 9 ERROR neutron.plugins.ml2.managers [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Failed to bind port 8e83e5af-dfd7-4703-af56-ba66fdb3f9fa on host instance for vnic_type normal using segments [{'id': '166090e2-d616-4e8f-a841-98dcccf02953', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 485, 'network_id': '0901465b-9cd9-4658-8cf8-2f1b1707cefd'}] 2026-03-04 02:35:16.933 9 INFO neutron.plugins.ml2.plugin [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Attempt 10 to bind port 8e83e5af-dfd7-4703-af56-ba66fdb3f9fa 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2da38810-fff4-40f4-9018-7014d2baccd1 could not be found. 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2da38810-fff4-40f4-9018-7014d2baccd1 could not be found. 2026-03-04 02:35:16.956 9 ERROR neutron.plugins.ml2.managers  2026-03-04 02:35:16.957 9 ERROR neutron.plugins.ml2.managers [None req-a443e33c-5ebc-4998-b8fe-ec2a4e2c3251 - - - - - -] Failed to bind port 8e83e5af-dfd7-4703-af56-ba66fdb3f9fa on host instance for vnic_type normal using segments [{'id': '166090e2-d616-4e8f-a841-98dcccf02953', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 485, 'network_id': '0901465b-9cd9-4658-8cf8-2f1b1707cefd'}] 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Exception during message handling: neutron_lib.exceptions.NetworkNotFound: Network 0901465b-9cd9-4658-8cf8-2f1b1707cefd could not be found. 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 268, in _get_network 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server network = model_query.get_by_id(context, models_v2.Network, id) 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/model_query.py", line 178, in get_by_id 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 2869, in one 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server return self._iter().one() 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 1476, in one 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 562, in _only_one_row 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/server.py", line 165, in _process_incoming 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/rpc.py", line 253, in get_network_details 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server return plugin.get_network(rpc_context, network) 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server raise self.value 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server raise self.value 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server raise self.value 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1298, in get_network 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server net_db = net_db or self._get_network(context, id) 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1001, in wrapper 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 270, in _get_network 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server raise exceptions.NetworkNotFound(net_id=id) 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.NetworkNotFound: Network 0901465b-9cd9-4658-8cf8-2f1b1707cefd could not be found. 2026-03-04 02:35:17.680 9 ERROR oslo_messaging.rpc.server  2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 00729a7b-1ee2-491b-ab6e-2b7e76572c9f could not be found. 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 00729a7b-1ee2-491b-ab6e-2b7e76572c9f could not be found. 2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers  2026-03-04 02:35:18.465 9 ERROR neutron.plugins.ml2.managers [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Failed to bind port 1e1e39ad-5fa7-4294-ab20-c008081d9754 on host instance for vnic_type normal using segments [{'id': 'd62d3c35-a409-4983-ae24-5007f4ecd465', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 182, 'network_id': '64cb1f9c-3bcb-45a1-875e-ce494f962b0c'}] 2026-03-04 02:35:18.466 9 INFO neutron.plugins.ml2.plugin [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Attempt 2 to bind port 1e1e39ad-5fa7-4294-ab20-c008081d9754 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 00729a7b-1ee2-491b-ab6e-2b7e76572c9f could not be found. 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 00729a7b-1ee2-491b-ab6e-2b7e76572c9f could not be found. 2026-03-04 02:35:18.485 9 ERROR neutron.plugins.ml2.managers  2026-03-04 02:35:18.486 9 ERROR neutron.plugins.ml2.managers [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Failed to bind port 1e1e39ad-5fa7-4294-ab20-c008081d9754 on host instance for vnic_type normal using segments [{'id': 'd62d3c35-a409-4983-ae24-5007f4ecd465', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 182, 'network_id': '64cb1f9c-3bcb-45a1-875e-ce494f962b0c'}] 2026-03-04 02:35:18.486 9 INFO neutron.plugins.ml2.plugin [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Attempt 3 to bind port 1e1e39ad-5fa7-4294-ab20-c008081d9754 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 00729a7b-1ee2-491b-ab6e-2b7e76572c9f could not be found. 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 00729a7b-1ee2-491b-ab6e-2b7e76572c9f could not be found. 2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers  2026-03-04 02:35:18.507 9 ERROR neutron.plugins.ml2.managers [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Failed to bind port 1e1e39ad-5fa7-4294-ab20-c008081d9754 on host instance for vnic_type normal using segments [{'id': 'd62d3c35-a409-4983-ae24-5007f4ecd465', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 182, 'network_id': '64cb1f9c-3bcb-45a1-875e-ce494f962b0c'}] 2026-03-04 02:35:18.508 9 INFO neutron.plugins.ml2.plugin [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Attempt 4 to bind port 1e1e39ad-5fa7-4294-ab20-c008081d9754 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 00729a7b-1ee2-491b-ab6e-2b7e76572c9f could not be found. 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 00729a7b-1ee2-491b-ab6e-2b7e76572c9f could not be found. 2026-03-04 02:35:18.524 9 ERROR neutron.plugins.ml2.managers  2026-03-04 02:35:18.525 9 ERROR neutron.plugins.ml2.managers [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Failed to bind port 1e1e39ad-5fa7-4294-ab20-c008081d9754 on host instance for vnic_type normal using segments [{'id': 'd62d3c35-a409-4983-ae24-5007f4ecd465', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 182, 'network_id': '64cb1f9c-3bcb-45a1-875e-ce494f962b0c'}] 2026-03-04 02:35:18.525 9 INFO neutron.plugins.ml2.plugin [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Attempt 5 to bind port 1e1e39ad-5fa7-4294-ab20-c008081d9754 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 00729a7b-1ee2-491b-ab6e-2b7e76572c9f could not be found. 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 00729a7b-1ee2-491b-ab6e-2b7e76572c9f could not be found. 2026-03-04 02:35:18.544 9 ERROR neutron.plugins.ml2.managers  2026-03-04 02:35:18.545 9 ERROR neutron.plugins.ml2.managers [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Failed to bind port 1e1e39ad-5fa7-4294-ab20-c008081d9754 on host instance for vnic_type normal using segments [{'id': 'd62d3c35-a409-4983-ae24-5007f4ecd465', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 182, 'network_id': '64cb1f9c-3bcb-45a1-875e-ce494f962b0c'}] 2026-03-04 02:35:18.545 9 INFO neutron.plugins.ml2.plugin [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Attempt 6 to bind port 1e1e39ad-5fa7-4294-ab20-c008081d9754 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 00729a7b-1ee2-491b-ab6e-2b7e76572c9f could not be found. 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 00729a7b-1ee2-491b-ab6e-2b7e76572c9f could not be found. 2026-03-04 02:35:18.561 9 ERROR neutron.plugins.ml2.managers  2026-03-04 02:35:18.562 9 ERROR neutron.plugins.ml2.managers [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Failed to bind port 1e1e39ad-5fa7-4294-ab20-c008081d9754 on host instance for vnic_type normal using segments [{'id': 'd62d3c35-a409-4983-ae24-5007f4ecd465', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 182, 'network_id': '64cb1f9c-3bcb-45a1-875e-ce494f962b0c'}] 2026-03-04 02:35:18.562 9 INFO neutron.plugins.ml2.plugin [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Attempt 7 to bind port 1e1e39ad-5fa7-4294-ab20-c008081d9754 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 00729a7b-1ee2-491b-ab6e-2b7e76572c9f could not be found. 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 00729a7b-1ee2-491b-ab6e-2b7e76572c9f could not be found. 2026-03-04 02:35:18.583 9 ERROR neutron.plugins.ml2.managers  2026-03-04 02:35:18.584 9 ERROR neutron.plugins.ml2.managers [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Failed to bind port 1e1e39ad-5fa7-4294-ab20-c008081d9754 on host instance for vnic_type normal using segments [{'id': 'd62d3c35-a409-4983-ae24-5007f4ecd465', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 182, 'network_id': '64cb1f9c-3bcb-45a1-875e-ce494f962b0c'}] 2026-03-04 02:35:18.584 9 INFO neutron.plugins.ml2.plugin [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Attempt 8 to bind port 1e1e39ad-5fa7-4294-ab20-c008081d9754 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 00729a7b-1ee2-491b-ab6e-2b7e76572c9f could not be found. 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 00729a7b-1ee2-491b-ab6e-2b7e76572c9f could not be found. 2026-03-04 02:35:18.604 9 ERROR neutron.plugins.ml2.managers  2026-03-04 02:35:18.605 9 ERROR neutron.plugins.ml2.managers [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Failed to bind port 1e1e39ad-5fa7-4294-ab20-c008081d9754 on host instance for vnic_type normal using segments [{'id': 'd62d3c35-a409-4983-ae24-5007f4ecd465', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 182, 'network_id': '64cb1f9c-3bcb-45a1-875e-ce494f962b0c'}] 2026-03-04 02:35:18.605 9 INFO neutron.plugins.ml2.plugin [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Attempt 9 to bind port 1e1e39ad-5fa7-4294-ab20-c008081d9754 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 00729a7b-1ee2-491b-ab6e-2b7e76572c9f could not be found. 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 00729a7b-1ee2-491b-ab6e-2b7e76572c9f could not be found. 2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers  2026-03-04 02:35:18.625 9 ERROR neutron.plugins.ml2.managers [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Failed to bind port 1e1e39ad-5fa7-4294-ab20-c008081d9754 on host instance for vnic_type normal using segments [{'id': 'd62d3c35-a409-4983-ae24-5007f4ecd465', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 182, 'network_id': '64cb1f9c-3bcb-45a1-875e-ce494f962b0c'}] 2026-03-04 02:35:18.625 9 INFO neutron.plugins.ml2.plugin [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Attempt 10 to bind port 1e1e39ad-5fa7-4294-ab20-c008081d9754 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 00729a7b-1ee2-491b-ab6e-2b7e76572c9f could not be found. 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 00729a7b-1ee2-491b-ab6e-2b7e76572c9f could not be found. 2026-03-04 02:35:18.644 9 ERROR neutron.plugins.ml2.managers  2026-03-04 02:35:18.645 9 ERROR neutron.plugins.ml2.managers [None req-9321789d-640a-43d5-a62d-302eaff1469b - - - - - -] Failed to bind port 1e1e39ad-5fa7-4294-ab20-c008081d9754 on host instance for vnic_type normal using segments [{'id': 'd62d3c35-a409-4983-ae24-5007f4ecd465', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 182, 'network_id': '64cb1f9c-3bcb-45a1-875e-ce494f962b0c'}] 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Exception during message handling: neutron_lib.exceptions.NetworkNotFound: Network 64cb1f9c-3bcb-45a1-875e-ce494f962b0c could not be found. 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 268, in _get_network 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server network = model_query.get_by_id(context, models_v2.Network, id) 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/model_query.py", line 178, in get_by_id 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 2869, in one 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server return self._iter().one() 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 1476, in one 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/result.py", line 562, in _only_one_row 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/server.py", line 165, in _process_incoming 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/rpc.py", line 253, in get_network_details 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server return plugin.get_network(rpc_context, network) 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server raise self.value 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server raise self.value 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server raise self.value 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1298, in get_network 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server net_db = net_db or self._get_network(context, id) 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1001, in wrapper 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 270, in _get_network 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server raise exceptions.NetworkNotFound(net_id=id) 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.NetworkNotFound: Network 64cb1f9c-3bcb-45a1-875e-ce494f962b0c could not be found. 2026-03-04 02:35:19.484 9 ERROR oslo_messaging.rpc.server  2026-03-04 02:35:22.635 10 INFO neutron.plugins.ml2.plugin [None req-6aeb51a7-4476-4a6a-a80d-c2df9706402e - - - - - -] Attempt 1 to provision port 59a17a6d-9cf9-433a-9418-64d0d981062b 2026-03-04 02:36:05.326 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port ef29a9b6-271d-49ed-b518-b219b8f6dc6b 2026-03-04 02:36:06.468 10 INFO neutron.plugins.ml2.plugin [None req-f3668812-e730-458a-b697-90bcd8c15230 - - - - - -] Attempt 1 to provision port ef29a9b6-271d-49ed-b518-b219b8f6dc6b 2026-03-04 02:36:07.354 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port ef29a9b6-271d-49ed-b518-b219b8f6dc6b 2026-03-04 02:36:07.651 10 INFO neutron.plugins.ml2.plugin [None req-04a6ff8d-6d13-430f-bae0-858eccf283ff - - - - - -] Attempt 1 to provision port 8df9e554-b7b3-4674-91ae-6b95bb3c9eb6 2026-03-04 02:36:07.700 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 8df9e554-b7b3-4674-91ae-6b95bb3c9eb6 2026-03-04 02:36:08.935 9 INFO neutron.plugins.ml2.plugin [None req-f08a1eca-678c-4390-921d-aebb2dd8417d - - - - - -] Attempt 1 to provision port dacd9722-87ad-4fc0-baba-8d4535b85903 2026-03-04 02:36:09.367 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port dacd9722-87ad-4fc0-baba-8d4535b85903 2026-03-04 02:36:09.692 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 07dda8b6-6845-4cb2-b4d8-e6ee287ab58a 2026-03-04 02:36:10.122 10 INFO neutron.plugins.ml2.plugin [None req-22932e82-2a2a-4e02-850f-812dd3423592 - - - - - -] Attempt 1 to provision port 07dda8b6-6845-4cb2-b4d8-e6ee287ab58a 2026-03-04 02:36:10.261 10 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 8df9e554-b7b3-4674-91ae-6b95bb3c9eb6 2026-03-04 02:36:11.026 10 INFO neutron.plugins.ml2.plugin [None req-6f14ba62-1e08-4799-9cd8-f045a01114f8 - - - - - -] Attempt 1 to provision port ba9c103a-552e-4f61-ae55-057616846e91 2026-03-04 02:36:11.315 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port ba9c103a-552e-4f61-ae55-057616846e91 2026-03-04 02:36:27.298 9 INFO neutron.plugins.ml2.plugin [None req-573752e1-99a2-4d41-8972-9fa75e2ffb38 - - - - - -] Attempt 1 to provision port 872ea213-b4d4-4316-acf5-cb17a608ae95