+ 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-05-09 05:47:22.779 1 INFO neutron.common.config [-] Logging enabled! 2026-05-09 05:47:22.779 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 23.5.0 2026-05-09 05:47:22.779 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-09 05:47:22.780 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-09 05:47:23.615 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-09 05:47:23.617 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-09 05:47:23.620 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-05-09 05:47:23.621 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-09 05:47:23.621 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-09 05:47:23.621 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-09 05:47:23.621 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-09 05:47:23.626 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-09 05:47:23.626 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-09 05:47:23.626 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-09 05:47:23.642 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-09 05:47:23.643 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-09 05:47:23.643 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-09 05:47:23.676 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-09 05:47:23.676 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-09 05:47:23.676 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-09 05:47:23.676 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-09 05:47:23.682 1 WARNING oslo_policy.policy [None req-be49a874-dc5a-4a0d-b9bb-98729d9ad6f3 - - - - - -] Policies ['delete_port', 'update_port:allowed_address_pairs', 'update_port:allowed_address_pairs:ip_address', 'update_port:allowed_address_pairs:mac_address', 'update_port:fixed_ips', 'update_port:mac_address'] reference a rule that is not defined. 2026-05-09 05:47:23.936 1 INFO neutron.plugins.ml2.managers [None req-be49a874-dc5a-4a0d-b9bb-98729d9ad6f3 - - - - - -] Initializing driver for type 'vlan' 2026-05-09 05:47:24.194 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-be49a874-dc5a-4a0d-b9bb-98729d9ad6f3 - - - - - -] VlanTypeDriver initialization complete 2026-05-09 05:47:24.194 1 INFO neutron.plugins.ml2.managers [None req-be49a874-dc5a-4a0d-b9bb-98729d9ad6f3 - - - - - -] Initializing driver for type 'vxlan' 2026-05-09 05:47:24.194 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-be49a874-dc5a-4a0d-b9bb-98729d9ad6f3 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-09 05:47:24.234 1 INFO neutron.plugins.ml2.managers [None req-be49a874-dc5a-4a0d-b9bb-98729d9ad6f3 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-09 05:47:24.235 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-be49a874-dc5a-4a0d-b9bb-98729d9ad6f3 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-09 05:47:24.235 1 INFO neutron.plugins.ml2.managers [None req-be49a874-dc5a-4a0d-b9bb-98729d9ad6f3 - - - - - -] Initializing extension driver 'port_security' 2026-05-09 05:47:24.235 1 INFO neutron.plugins.ml2.extensions.port_security [None req-be49a874-dc5a-4a0d-b9bb-98729d9ad6f3 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-09 05:47:24.235 1 INFO neutron.plugins.ml2.managers [None req-be49a874-dc5a-4a0d-b9bb-98729d9ad6f3 - - - - - -] Initializing extension driver 'qos' 2026-05-09 05:47:24.236 1 INFO neutron.plugins.ml2.managers [None req-be49a874-dc5a-4a0d-b9bb-98729d9ad6f3 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-09 05:47:24.236 1 INFO neutron.plugins.ml2.managers [None req-be49a874-dc5a-4a0d-b9bb-98729d9ad6f3 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-09 05:47:24.249 1 INFO neutron.quota [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded quota_driver: . 2026-05-09 05:47:24.250 1 INFO neutron.plugins.ml2.plugin [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Modular L2 Plugin initialization complete 2026-05-09 05:47:24.250 1 INFO neutron.plugins.ml2.managers [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-09 05:47:24.250 1 INFO neutron.plugins.ml2.managers [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-09 05:47:24.251 1 INFO neutron.plugins.ml2.managers [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-09 05:47:24.251 1 INFO neutron.extensions.vlantransparent [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Disabled vlantransparent extension. 2026-05-09 05:47:24.251 1 INFO neutron.manager [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loading Plugin: qos 2026-05-09 05:47:24.262 1 INFO neutron.manager [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loading Plugin: router 2026-05-09 05:47:24.291 1 INFO neutron.services.service_base [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-09 05:47:24.292 1 INFO neutron.manager [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loading Plugin: segments 2026-05-09 05:47:24.354 1 INFO neutron.manager [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loading Plugin: trunk 2026-05-09 05:47:24.414 1 INFO neutron.manager [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loading Plugin: vpnaas 2026-05-09 05:47:24.450 1 WARNING stevedore.named [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-09 05:47:24.514 1 INFO neutron_vpnaas.services.vpn.plugin [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-09 05:47:24.515 1 INFO neutron.common.utils [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-09 05:47:24.515 1 INFO neutron.manager [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loading Plugin: auto_allocate 2026-05-09 05:47:24.520 1 INFO neutron.manager [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loading Plugin: tag 2026-05-09 05:47:24.525 1 INFO neutron.manager [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loading Plugin: timestamp 2026-05-09 05:47:24.527 1 INFO neutron.manager [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loading Plugin: network_ip_availability 2026-05-09 05:47:24.530 1 INFO neutron.manager [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loading Plugin: flavors 2026-05-09 05:47:24.533 1 INFO neutron.manager [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loading Plugin: revisions 2026-05-09 05:47:24.535 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Initializing extension manager. 2026-05-09 05:47:24.536 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: address-group 2026-05-09 05:47:24.537 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: address-scope 2026-05-09 05:47:24.538 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-09 05:47:24.538 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: agent 2026-05-09 05:47:24.539 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: agent-resources-synced 2026-05-09 05:47:24.540 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-09 05:47:24.541 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-09 05:47:24.541 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: availability_zone 2026-05-09 05:47:24.542 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: availability_zone_filter 2026-05-09 05:47:24.542 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-09 05:47:24.543 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: default-subnetpools 2026-05-09 05:47:24.544 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-09 05:47:24.544 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: dns-integration 2026-05-09 05:47:24.545 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: dns-domain-ports 2026-05-09 05:47:24.545 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-09 05:47:24.546 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: dvr 2026-05-09 05:47:24.547 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-09 05:47:24.547 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: empty-string-filtering 2026-05-09 05:47:24.547 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-09 05:47:24.548 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-09 05:47:24.548 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: external-net 2026-05-09 05:47:24.549 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-09 05:47:24.549 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: extraroute 2026-05-09 05:47:24.550 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: extraroute-atomic 2026-05-09 05:47:24.551 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-09 05:47:24.551 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-09 05:47:24.552 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-09 05:47:24.552 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-09 05:47:24.553 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: fip-port-details 2026-05-09 05:47:24.553 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: flavors 2026-05-09 05:47:24.554 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-09 05:47:24.555 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: floatingip-pools 2026-05-09 05:47:24.555 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: ip_allocation 2026-05-09 05:47:24.556 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-09 05:47:24.556 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: l2_adjacency 2026-05-09 05:47:24.557 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: router 2026-05-09 05:47:24.559 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-09 05:47:24.559 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: ext-gw-mode 2026-05-09 05:47:24.560 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: l3-ha 2026-05-09 05:47:24.560 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-09 05:47:24.561 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-09 05:47:24.561 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: l3-flavors 2026-05-09 05:47:24.562 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-09 05:47:24.563 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-09 05:47:24.564 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-09 05:47:24.565 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-09 05:47:24.566 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-09 05:47:24.567 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-09 05:47:24.568 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-09 05:47:24.568 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: multi-provider 2026-05-09 05:47:24.569 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: net-mtu 2026-05-09 05:47:24.569 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: net-mtu-writable 2026-05-09 05:47:24.570 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: network_availability_zone 2026-05-09 05:47:24.570 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: network_ha 2026-05-09 05:47:24.571 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: network-ip-availability 2026-05-09 05:47:24.572 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-09 05:47:24.572 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: pagination 2026-05-09 05:47:24.573 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: port-device-profile 2026-05-09 05:47:24.573 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-09 05:47:24.574 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-09 05:47:24.574 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: port-mac-override 2026-05-09 05:47:24.575 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-09 05:47:24.575 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-09 05:47:24.576 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: port-resource-request 2026-05-09 05:47:24.576 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-09 05:47:24.577 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: binding 2026-05-09 05:47:24.577 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: binding-extended 2026-05-09 05:47:24.578 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: port-security 2026-05-09 05:47:24.578 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: project-id 2026-05-09 05:47:24.579 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: provider 2026-05-09 05:47:24.580 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: qos 2026-05-09 05:47:24.581 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-09 05:47:24.581 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-09 05:47:24.582 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: qos-default 2026-05-09 05:47:24.582 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: qos-fip 2026-05-09 05:47:24.583 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-09 05:47:24.583 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-09 05:47:24.584 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-09 05:47:24.584 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-09 05:47:24.585 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-09 05:47:24.586 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: qos-pps 2026-05-09 05:47:24.586 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-09 05:47:24.587 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-09 05:47:24.587 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: qos-rules-alias 2026-05-09 05:47:24.588 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: quota-check-limit 2026-05-09 05:47:24.589 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: quotas 2026-05-09 05:47:24.592 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: quota_details 2026-05-09 05:47:24.593 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: rbac-policies 2026-05-09 05:47:24.593 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: rbac-address-group 2026-05-09 05:47:24.594 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: rbac-address-scope 2026-05-09 05:47:24.594 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: rbac-security-groups 2026-05-09 05:47:24.595 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-09 05:47:24.595 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: revision-if-match 2026-05-09 05:47:24.596 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-09 05:47:24.596 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: router_availability_zone 2026-05-09 05:47:24.597 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-09 05:47:24.598 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-09 05:47:24.599 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-09 05:47:24.599 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-09 05:47:24.600 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-09 05:47:24.600 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-09 05:47:24.607 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: security-group 2026-05-09 05:47:24.608 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: segment 2026-05-09 05:47:24.608 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-09 05:47:24.609 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: service-type 2026-05-09 05:47:24.609 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: sorting 2026-05-09 05:47:24.610 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: standard-attr-segment 2026-05-09 05:47:24.610 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: standard-attr-description 2026-05-09 05:47:24.611 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: stateful-security-group 2026-05-09 05:47:24.612 1 WARNING neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-05-09 05:47:24.612 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-09 05:47:24.613 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: subnet_onboard 2026-05-09 05:47:24.613 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-09 05:47:24.614 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: subnet-service-types 2026-05-09 05:47:24.614 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: subnet_allocation 2026-05-09 05:47:24.615 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-09 05:47:24.615 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-09 05:47:24.618 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: standard-attr-tag 2026-05-09 05:47:24.618 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-09 05:47:24.619 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: trunk 2026-05-09 05:47:24.619 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: trunk-details 2026-05-09 05:47:24.620 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-09 05:47:24.620 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-09 05:47:24.621 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-09 05:47:24.622 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: vpn-flavors 2026-05-09 05:47:24.623 1 INFO neutron.api.extensions [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Loaded extension: vpnaas 2026-05-09 05:47:24.625 1 INFO oslo_service.service [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Starting 2 workers 2026-05-09 05:47:24.630 1 INFO oslo_service.service [None req-0ff36f86-a836-48d9-a345-3c0cd7f3c6b6 - - - - - -] Starting 1 workers 2026-05-09 05:47:59.902 10 INFO neutron.db.l3_hamode_db [None req-a36fbc2b-2c75-479e-a05e-23bdedb13270 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 05:48:13.918 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 795212a1-8046-4c49-a2d7-ea28b3cd3705 2026-05-09 05:48:14.962 9 INFO neutron.plugins.ml2.plugin [None req-4435fdae-d5ef-41b8-98ec-be547317917b - - - - - -] Attempt 1 to provision port 795212a1-8046-4c49-a2d7-ea28b3cd3705 2026-05-09 05:48:15.667 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 795212a1-8046-4c49-a2d7-ea28b3cd3705 2026-05-09 05:52:29.885 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port fae3de1d-b0e9-46b5-a3ab-e4d2460c7749 2026-05-09 05:52:29.987 10 INFO neutron.plugins.ml2.plugin [None req-9d7f312a-6466-41f4-a1a1-f2f50935ac18 - - - - - -] Attempt 1 to provision port fae3de1d-b0e9-46b5-a3ab-e4d2460c7749 2026-05-09 05:52:31.856 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port fae3de1d-b0e9-46b5-a3ab-e4d2460c7749 2026-05-09 05:52:37.255 9 INFO neutron.plugins.ml2.plugin [None req-4eb3919e-66b9-4f55-b846-2b1ba99bffbc - - - - - -] Attempt 1 to provision port b6be7135-e7a0-49aa-a382-bec9f78b556c 2026-05-09 05:56:06.109 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port b6be7135-e7a0-49aa-a382-bec9f78b556c 2026-05-09 05:56:08.019 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port b6be7135-e7a0-49aa-a382-bec9f78b556c 2026-05-09 06:05:40.380 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 9e5a78ca-6359-435a-b49e-4733b1627951 2026-05-09 06:05:42.361 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 9e5a78ca-6359-435a-b49e-4733b1627951 2026-05-09 06:20:15.892 9 INFO neutron.plugins.ml2.plugin [None req-101736dd-b57d-4b38-bde3-556c6127953a - - - - - -] Attempt 1 to provision port 5a4bc161-2c5c-47c7-8cfc-c31999a5e658 2026-05-09 06:20:16.333 10 INFO neutron.plugins.ml2.plugin [None req-0a896638-32f2-4aa8-be4a-772bbbffa845 - - - - - -] Attempt 1 to provision port d6514468-0b9c-4f1d-8174-f84a47103823 2026-05-09 06:20:16.372 10 INFO neutron.plugins.ml2.plugin [None req-0a896638-32f2-4aa8-be4a-772bbbffa845 - - - - - -] Attempt 1 to provision port 5d1afbd7-cb20-49b9-920a-2f8f122c8804 2026-05-09 06:20:16.764 9 INFO neutron.plugins.ml2.plugin [None req-082a75d9-f188-410e-a0d4-7b2895882373 - - - - - -] Attempt 1 to provision port 63a0eac1-7a26-4634-bcb3-35ded210d1e0 2026-05-09 06:20:16.963 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 5d1afbd7-cb20-49b9-920a-2f8f122c8804 2026-05-09 06:20:17.344 9 INFO neutron.plugins.ml2.plugin [None req-8793dca5-508e-4ba1-b59f-7b5924dc4ad7 - - - - - -] Attempt 1 to provision port e495a05b-2335-435b-8396-e6fca4b2bab3 2026-05-09 06:20:17.787 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port e495a05b-2335-435b-8396-e6fca4b2bab3 2026-05-09 06:20:18.358 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 63a0eac1-7a26-4634-bcb3-35ded210d1e0 2026-05-09 06:20:18.758 9 INFO neutron.plugins.ml2.plugin [None req-2575a7fd-1bd2-45bf-abec-955e137ef27e - - - - - -] Attempt 1 to provision port 216402c4-0ed6-4e9a-8d6b-903201a3291c 2026-05-09 06:20:18.882 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port e495a05b-2335-435b-8396-e6fca4b2bab3 2026-05-09 06:20:18.938 9 INFO neutron.plugins.ml2.plugin [None req-d6c06627-3fce-4001-97c5-cc804c451ce7 - - - - - -] Attempt 1 to provision port 57108d5a-2e68-45f8-a3f1-50d5a9c9d31f 2026-05-09 06:20:19.159 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 63a0eac1-7a26-4634-bcb3-35ded210d1e0 2026-05-09 06:20:19.495 9 INFO neutron.plugins.ml2.plugin [None req-e9120ebd-59c6-4e71-a4db-f075e044e28d - - - - - -] Attempt 1 to provision port 57108d5a-2e68-45f8-a3f1-50d5a9c9d31f 2026-05-09 06:20:20.379 9 INFO neutron.plugins.ml2.plugin [None req-5f161b5b-c4ff-4598-bbe5-45e912d7ebf1 - - - - - -] Attempt 1 to provision port 5c0c4b66-2f43-4821-bda7-7b6125c1be8e 2026-05-09 06:20:21.034 10 INFO neutron.plugins.ml2.plugin [None req-6cab1443-8e05-410d-a88c-941b4423e738 - - - - - -] Attempt 1 to provision port 5c0c4b66-2f43-4821-bda7-7b6125c1be8e 2026-05-09 06:20:21.879 9 INFO neutron.plugins.ml2.plugin [None req-273e1445-c16d-4207-a49e-a200b58b8cb2 - - - - - -] Attempt 1 to provision port 4dc3c9f2-ec0a-40ba-bbb2-f6d2f0c0572b 2026-05-09 06:20:22.445 10 INFO neutron.plugins.ml2.plugin [None req-7495fdf3-a810-4503-ab92-77e8f6eaae99 - - - - - -] Attempt 1 to provision port 4dc3c9f2-ec0a-40ba-bbb2-f6d2f0c0572b 2026-05-09 06:20:22.610 9 INFO neutron.plugins.ml2.plugin [None req-bccf5128-7008-4a70-909f-f75c5882caba - - - - - -] Attempt 1 to provision port a884aa7f-b8d3-402a-8f18-092e3039ff6f 2026-05-09 06:20:22.880 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port a616b6c3-729c-44d8-a16f-32f253798456 2026-05-09 06:20:23.260 10 INFO neutron.plugins.ml2.plugin [None req-cfc7f071-a9fd-4728-a7b8-ac09032a37f3 - - - - - -] Attempt 1 to provision port a616b6c3-729c-44d8-a16f-32f253798456 2026-05-09 06:20:24.879 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port a616b6c3-729c-44d8-a16f-32f253798456 2026-05-09 06:20:25.183 9 INFO neutron.plugins.ml2.plugin [None req-56d2505c-4bb7-453f-9d3c-966ed8dc2e69 - - - - - -] Attempt 1 to provision port f506800a-b191-41a1-bf56-ea51116e6a83 2026-05-09 06:20:25.736 9 INFO neutron.plugins.ml2.plugin [None req-73dde305-a3ed-419b-a092-49a967353785 - - - - - -] Attempt 1 to provision port f506800a-b191-41a1-bf56-ea51116e6a83 2026-05-09 06:20:28.573 10 INFO neutron.plugins.ml2.plugin [None req-988027fd-475e-4a72-a279-b81381de1755 - - - - - -] Attempt 1 to provision port d5980a92-f98a-483a-b714-4d42e5bb4316 2026-05-09 06:20:28.716 10 INFO neutron.plugins.ml2.plugin [None req-bc4a5a4b-74ed-40f8-ab59-5e7fbc674162 - - - - - -] Attempt 1 to provision port ed049131-e762-4c91-914a-02a2a0361f94 2026-05-09 06:20:28.946 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 011627ea-843c-4af4-99c9-0b2eda3475e7 2026-05-09 06:20:28.952 10 INFO neutron.plugins.ml2.plugin [None req-d595915c-4088-460d-a2bd-f0575be8bdcf - - - - - -] Attempt 1 to provision port 58891ffb-fa0e-4af4-ada4-81b44cb074e9 2026-05-09 06:20:29.489 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 93f874e3-7f0d-4674-bca1-3edf22e7a4ff 2026-05-09 06:20:29.931 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port ef938661-27fa-4fed-929f-a779ad0fd304 2026-05-09 06:20:30.404 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port feda3e62-f034-446a-86ba-234c5eb71905 2026-05-09 06:20:30.971 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 011627ea-843c-4af4-99c9-0b2eda3475e7 2026-05-09 06:20:31.327 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 93f874e3-7f0d-4674-bca1-3edf22e7a4ff 2026-05-09 06:20:31.672 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port ef938661-27fa-4fed-929f-a779ad0fd304 2026-05-09 06:20:31.950 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port feda3e62-f034-446a-86ba-234c5eb71905 2026-05-09 06:20:35.242 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port ed049131-e762-4c91-914a-02a2a0361f94 2026-05-09 06:20:35.965 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 58891ffb-fa0e-4af4-ada4-81b44cb074e9 2026-05-09 06:20:35.992 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-0bd16749-2a3f-4c1f-b503-95b17901d755'] response: {'server_uuid': '1cb4d4a6-799a-494d-9de5-2d877745fbfd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ed049131-e762-4c91-914a-02a2a0361f94', 'code': 200} 2026-05-09 06:20:36.488 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port d5980a92-f98a-483a-b714-4d42e5bb4316 2026-05-09 06:20:37.369 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port ed049131-e762-4c91-914a-02a2a0361f94 2026-05-09 06:20:37.660 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 58891ffb-fa0e-4af4-ada4-81b44cb074e9 2026-05-09 06:20:38.067 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port d5980a92-f98a-483a-b714-4d42e5bb4316 2026-05-09 06:20:38.092 10 INFO neutron.plugins.ml2.plugin [None req-adfce2c1-86ae-4d9a-95d9-eaf7666b2eaa - - - - - -] Attempt 1 to provision port bad8664c-8c37-4434-8b2b-312b2f350f28 2026-05-09 06:20:38.468 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-af424d41-1827-4bb2-932e-f28faa8b95b5'] response: {'server_uuid': '097cd96d-1040-4773-a400-242c0ac283ed', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '58891ffb-fa0e-4af4-ada4-81b44cb074e9', 'code': 200} 2026-05-09 06:20:38.469 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-af424d41-1827-4bb2-932e-f28faa8b95b5'] response: {'server_uuid': '24da4020-5dfd-498e-b92a-07491304372d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd5980a92-f98a-483a-b714-4d42e5bb4316', 'code': 200} 2026-05-09 06:20:38.749 9 INFO neutron.plugins.ml2.plugin [None req-96ad8c4d-6033-4437-94c8-02ada79d663e - - - - - -] Attempt 1 to provision port b4cd5ca0-7d29-4bb2-9e6a-4ab896461903 2026-05-09 06:20:39.362 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port b4cd5ca0-7d29-4bb2-9e6a-4ab896461903 2026-05-09 06:20:40.860 9 INFO neutron.plugins.ml2.plugin [None req-cf49b461-7424-4e40-bc13-49c13ef27264 - - - - - -] Attempt 1 to provision port ccba32c6-aa0a-422c-9f97-330649a99b7e 2026-05-09 06:20:41.385 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 433cdef5-f732-4eaa-91e7-38b81ca983e9 2026-05-09 06:20:41.522 10 INFO neutron.plugins.ml2.plugin [None req-8052e2dc-0e44-4f99-9aa4-364ffd5d874b - - - - - -] Attempt 1 to provision port ccba32c6-aa0a-422c-9f97-330649a99b7e 2026-05-09 06:20:43.619 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 433cdef5-f732-4eaa-91e7-38b81ca983e9 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-09 06:20:51.485 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port f26e7d06-c8b1-43a7-8941-058559fbc111 2026-05-09 06:20:51.754 9 INFO neutron.plugins.ml2.plugin [None req-8608619d-1191-4e23-8d19-c5c0d5727213 - - - - - -] Attempt 1 to provision port c545b505-0879-4022-b499-e815ec0ce789 2026-05-09 06:20:52.396 10 INFO neutron.plugins.ml2.plugin [None req-37cc3a4a-350a-4829-89c1-305c1192190e - - - - - -] Attempt 1 to provision port f26e7d06-c8b1-43a7-8941-058559fbc111 2026-05-09 06:20:53.374 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port f26e7d06-c8b1-43a7-8941-058559fbc111 2026-05-09 06:20:54.101 9 INFO neutron.plugins.ml2.plugin [None req-47532eef-eb20-4800-9037-b23393f0cfe3 - - - - - -] Attempt 1 to provision port 7a5e7102-8be6-4b7d-bb0f-e6e59370d98b 2026-05-09 06:20:54.764 9 INFO neutron.plugins.ml2.plugin [None req-0a374240-b0d4-4a6c-a52e-0a3d0eaf243d - - - - - -] Attempt 1 to provision port 7a5e7102-8be6-4b7d-bb0f-e6e59370d98b 2026-05-09 06:20:55.391 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 216402c4-0ed6-4e9a-8d6b-903201a3291c 2026-05-09 06:20:55.757 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 4dc3c9f2-ec0a-40ba-bbb2-f6d2f0c0572b 2026-05-09 06:20:56.240 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 426c1f1a-bbf7-434d-964b-692531d24fe0 2026-05-09 06:20:56.941 9 INFO neutron.plugins.ml2.plugin [None req-7c78f83e-24be-4827-a165-3c50bf28d47c - - - - - -] Attempt 1 to provision port 58891ffb-fa0e-4af4-ada4-81b44cb074e9 2026-05-09 06:20:57.346 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 216402c4-0ed6-4e9a-8d6b-903201a3291c 2026-05-09 06:20:57.651 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 58891ffb-fa0e-4af4-ada4-81b44cb074e9 2026-05-09 06:20:57.926 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 4dc3c9f2-ec0a-40ba-bbb2-f6d2f0c0572b 2026-05-09 06:20:58.236 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 426c1f1a-bbf7-434d-964b-692531d24fe0 2026-05-09 06:20:59.358 10 INFO neutron.plugins.ml2.plugin [None req-aea07e3e-a172-44d6-9ca3-669964a9c2e3 - - - - - -] Attempt 1 to provision port 0298fda5-b0ad-47b4-9495-e6e77446bf74 2026-05-09 06:20:59.846 10 INFO neutron.plugins.ml2.plugin [None req-595211f9-af70-4ee5-9f81-34d31e29ec4f - - - - - -] Attempt 1 to provision port 58891ffb-fa0e-4af4-ada4-81b44cb074e9 2026-05-09 06:21:01.400 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 0298fda5-b0ad-47b4-9495-e6e77446bf74 2026-05-09 06:21:01.515 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-72166358-1451-43e2-9546-b453093a9e8c'] response: {'server_uuid': '938e51c3-7933-4e50-a0d1-9684f33beffc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0298fda5-b0ad-47b4-9495-e6e77446bf74', 'code': 200} 2026-05-09 06:21:03.429 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 0298fda5-b0ad-47b4-9495-e6e77446bf74 2026-05-09 06:21:11.278 10 INFO neutron.plugins.ml2.plugin [None req-d3782daa-6768-4e2c-94ac-d16b92ba4871 - - - - - -] Attempt 1 to provision port d8b08131-f141-40c9-8288-e42fa90d6658 2026-05-09 06:21:11.346 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 3cd65553-af58-4087-b43d-a43e536b0a19 2026-05-09 06:21:12.047 9 INFO neutron.plugins.ml2.plugin [None req-c700e8f7-6fd0-4e53-9633-f82453412c62 - - - - - -] Attempt 1 to provision port 3cd65553-af58-4087-b43d-a43e536b0a19 2026-05-09 06:21:13.331 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 3cd65553-af58-4087-b43d-a43e536b0a19 2026-05-09 06:21:13.753 9 INFO neutron.plugins.ml2.plugin [None req-d3c40c80-1a09-48b0-b511-c34a943badfe - - - - - -] Attempt 1 to provision port 0b986ef8-09a7-4fb2-854d-2de226eab1ac 2026-05-09 06:21:14.404 9 INFO neutron.plugins.ml2.plugin [None req-c00efc0a-bcd0-4430-8f61-a52e885672d9 - - - - - -] Attempt 1 to provision port 0b986ef8-09a7-4fb2-854d-2de226eab1ac 2026-05-09 06:21:15.399 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 1d37763d-c411-41db-a5d5-fdacb8af9ebb 2026-05-09 06:21:15.566 9 INFO neutron.plugins.ml2.plugin [None req-670d877b-2a8b-4a0a-aa95-d276178ec45d - - - - - -] Attempt 1 to provision port 9452f32c-37b3-496b-b721-ed603a628ea4 2026-05-09 06:21:15.920 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 7a5e7102-8be6-4b7d-bb0f-e6e59370d98b 2026-05-09 06:21:17.354 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 1d37763d-c411-41db-a5d5-fdacb8af9ebb 2026-05-09 06:21:17.652 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port c545b505-0879-4022-b499-e815ec0ce789 2026-05-09 06:21:18.333 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 7a5e7102-8be6-4b7d-bb0f-e6e59370d98b 2026-05-09 06:21:19.154 10 INFO neutron.plugins.ml2.plugin [None req-fb3d74e3-fb08-4b5a-94f3-f330c38c4a17 - - - - - -] Attempt 1 to provision port 7c023308-3ed2-4b51-84a4-95abbed06551 2026-05-09 06:21:19.518 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port c545b505-0879-4022-b499-e815ec0ce789 2026-05-09 06:21:19.937 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 7c023308-3ed2-4b51-84a4-95abbed06551 /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-05-09 06:21:23.769 9 INFO neutron.plugins.ml2.plugin [None req-482c8209-a4f3-4891-bde6-a9fa012787da - - - - - -] Attempt 1 to provision port 147ab6f2-f50d-4fff-b984-5def70faa71a 2026-05-09 06:21:24.013 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 0298fda5-b0ad-47b4-9495-e6e77446bf74 2026-05-09 06:21:24.700 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-e404f268-2eda-4ee6-bb90-6ae8e73c2af0'] response: {'server_uuid': '938e51c3-7933-4e50-a0d1-9684f33beffc', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '0298fda5-b0ad-47b4-9495-e6e77446bf74', 'code': 200} 2026-05-09 06:21:25.650 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 0298fda5-b0ad-47b4-9495-e6e77446bf74 2026-05-09 06:21:26.021 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port e1396144-6640-4729-b1e4-db9409be57f9 2026-05-09 06:21:26.647 10 INFO neutron.plugins.ml2.plugin [None req-7184a32f-c944-4313-872e-981d1be8ef8c - - - - - -] Attempt 1 to provision port e1396144-6640-4729-b1e4-db9409be57f9 2026-05-09 06:21:26.739 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-df11d3c4-e247-4b3c-a398-4f8fcb40bc7c'] response: {'server_uuid': '938e51c3-7933-4e50-a0d1-9684f33beffc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0298fda5-b0ad-47b4-9495-e6e77446bf74', 'code': 200} 2026-05-09 06:21:27.506 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 147ab6f2-f50d-4fff-b984-5def70faa71a 2026-05-09 06:21:27.957 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port e1396144-6640-4729-b1e4-db9409be57f9 2026-05-09 06:21:28.789 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-10fa90f5-8b52-4a54-b84f-1213e8909720'] response: {'server_uuid': '20ad95c9-df93-454d-a272-f26e5c587f06', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '147ab6f2-f50d-4fff-b984-5def70faa71a', 'code': 200} 2026-05-09 06:21:29.418 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 147ab6f2-f50d-4fff-b984-5def70faa71a 2026-05-09 06:21:31.435 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 0b986ef8-09a7-4fb2-854d-2de226eab1ac 2026-05-09 06:21:31.862 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port d8b08131-f141-40c9-8288-e42fa90d6658 2026-05-09 06:21:33.390 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 0b986ef8-09a7-4fb2-854d-2de226eab1ac 2026-05-09 06:21:33.689 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port d8b08131-f141-40c9-8288-e42fa90d6658 2026-05-09 06:21:43.678 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port f32d39c8-3252-40e0-8dac-7d9c304f3d4b 2026-05-09 06:21:43.694 9 INFO neutron.plugins.ml2.plugin [None req-fd9d6ebf-7640-43c7-b24c-515810cec1a9 - - - - - -] Attempt 1 to provision port 6108ce7e-6c68-4ad0-9e0a-7f7f9c5fad08 2026-05-09 06:21:44.460 10 INFO neutron.plugins.ml2.plugin [None req-ab53795d-2b73-4c91-a562-c8dd4884d05f - - - - - -] Attempt 1 to provision port f32d39c8-3252-40e0-8dac-7d9c304f3d4b 2026-05-09 06:21:45.495 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port f32d39c8-3252-40e0-8dac-7d9c304f3d4b 2026-05-09 06:21:46.870 10 INFO neutron.plugins.ml2.plugin [None req-4f97a2c9-3617-46d4-a36d-651060017a2b - - - - - -] Attempt 1 to provision port 81de65a8-0685-451d-9d50-88b751625cd8 2026-05-09 06:21:47.402 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 3877b209-c98b-444f-b346-10960f59cbea 2026-05-09 06:21:47.527 10 INFO neutron.plugins.ml2.plugin [None req-6bf9e046-454d-4faf-9ab1-93e95fb581b5 - - - - - -] Attempt 1 to provision port 81de65a8-0685-451d-9d50-88b751625cd8 2026-05-09 06:21:49.486 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 0cf99508-3314-4637-8ccb-acc7f70bb314 2026-05-09 06:21:49.719 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 3877b209-c98b-444f-b346-10960f59cbea 2026-05-09 06:21:52.448 9 INFO neutron.plugins.ml2.plugin [None req-dc05bb0d-9ac5-4c00-881d-fc2636a2b6b6 - - - - - -] Attempt 1 to provision port a411f27f-6f89-4421-804c-e7b9c6008277 2026-05-09 06:21:55.456 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port a411f27f-6f89-4421-804c-e7b9c6008277 2026-05-09 06:21:56.033 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-f1b4fed2-a77a-435a-ae62-57073e25f006'] response: {'server_uuid': '2c31673d-f51a-4057-97f1-1d3e2ac5142b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a411f27f-6f89-4421-804c-e7b9c6008277', 'code': 200} 2026-05-09 06:21:57.438 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port a411f27f-6f89-4421-804c-e7b9c6008277 2026-05-09 06:21:59.484 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 8b03f7ec-c1a7-447c-b1f2-8560c1147e9f 2026-05-09 06:21:59.585 9 INFO neutron.plugins.ml2.plugin [None req-a46f7735-2ce7-4c64-895a-7b9511d0a9fd - - - - - -] Attempt 1 to provision port 8b03f7ec-c1a7-447c-b1f2-8560c1147e9f 2026-05-09 06:22:00.014 9 INFO neutron.plugins.ml2.plugin [None req-765cf5ac-bfe0-4dda-862b-217988f6c7e3 - - - - - -] Attempt 1 to provision port 5a3d2f9c-881e-498c-a2dd-36dc94767ab2 2026-05-09 06:22:00.068 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 5a3d2f9c-881e-498c-a2dd-36dc94767ab2 2026-05-09 06:22:00.594 10 INFO neutron.plugins.ml2.plugin [None req-f9b5a12a-3638-48c2-8232-429fa834fb88 - - - - - -] Attempt 1 to provision port fbed506b-7f0a-4d66-9530-f1a41332a07a 2026-05-09 06:22:01.157 9 INFO neutron.plugins.ml2.plugin [None req-eb923897-bd3e-4240-9f83-ebc8cec3c2b7 - - - - - -] Attempt 1 to provision port fbed506b-7f0a-4d66-9530-f1a41332a07a 2026-05-09 06:22:01.405 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 5a3d2f9c-881e-498c-a2dd-36dc94767ab2 2026-05-09 06:22:01.644 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 8b03f7ec-c1a7-447c-b1f2-8560c1147e9f 2026-05-09 06:22:02.314 9 INFO neutron.plugins.ml2.plugin [None req-fd4cbd3c-8784-4771-8eb1-398b1ef21858 - - - - - -] Attempt 1 to provision port 55350cfb-47b2-4a49-8f1b-429af88710d4 2026-05-09 06:22:02.871 10 INFO neutron.plugins.ml2.plugin [None req-c533116f-94c9-4c6a-9a70-15832f779bd5 - - - - - -] Attempt 1 to provision port 55350cfb-47b2-4a49-8f1b-429af88710d4 2026-05-09 06:22:05.466 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 6108ce7e-6c68-4ad0-9e0a-7f7f9c5fad08 /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-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d5632a08-c8c7-46d0-84f3-44ef95c28258 could not be found. 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d5632a08-c8c7-46d0-84f3-44ef95c28258 could not be found. 2026-05-09 06:22:07.585 10 ERROR neutron.plugins.ml2.managers  2026-05-09 06:22:07.586 10 ERROR neutron.plugins.ml2.managers [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Failed to bind port 1b315fd6-cdbd-4ca6-8c40-37f139177f7c on host instance for vnic_type normal using segments [{'id': 'e6c5bf18-b030-4b7f-9d89-b31e492a72ac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 168, 'network_id': '44163861-3693-4a81-b2c7-a35150dc97ee'}] 2026-05-09 06:22:07.586 10 INFO neutron.plugins.ml2.plugin [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Attempt 2 to bind port 1b315fd6-cdbd-4ca6-8c40-37f139177f7c 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d5632a08-c8c7-46d0-84f3-44ef95c28258 could not be found. 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d5632a08-c8c7-46d0-84f3-44ef95c28258 could not be found. 2026-05-09 06:22:07.610 10 ERROR neutron.plugins.ml2.managers  2026-05-09 06:22:07.611 10 ERROR neutron.plugins.ml2.managers [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Failed to bind port 1b315fd6-cdbd-4ca6-8c40-37f139177f7c on host instance for vnic_type normal using segments [{'id': 'e6c5bf18-b030-4b7f-9d89-b31e492a72ac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 168, 'network_id': '44163861-3693-4a81-b2c7-a35150dc97ee'}] 2026-05-09 06:22:07.611 10 INFO neutron.plugins.ml2.plugin [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Attempt 3 to bind port 1b315fd6-cdbd-4ca6-8c40-37f139177f7c 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d5632a08-c8c7-46d0-84f3-44ef95c28258 could not be found. 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d5632a08-c8c7-46d0-84f3-44ef95c28258 could not be found. 2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers  2026-05-09 06:22:07.635 10 ERROR neutron.plugins.ml2.managers [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Failed to bind port 1b315fd6-cdbd-4ca6-8c40-37f139177f7c on host instance for vnic_type normal using segments [{'id': 'e6c5bf18-b030-4b7f-9d89-b31e492a72ac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 168, 'network_id': '44163861-3693-4a81-b2c7-a35150dc97ee'}] 2026-05-09 06:22:07.636 10 INFO neutron.plugins.ml2.plugin [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Attempt 4 to bind port 1b315fd6-cdbd-4ca6-8c40-37f139177f7c 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d5632a08-c8c7-46d0-84f3-44ef95c28258 could not be found. 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d5632a08-c8c7-46d0-84f3-44ef95c28258 could not be found. 2026-05-09 06:22:07.658 10 ERROR neutron.plugins.ml2.managers  2026-05-09 06:22:07.659 10 ERROR neutron.plugins.ml2.managers [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Failed to bind port 1b315fd6-cdbd-4ca6-8c40-37f139177f7c on host instance for vnic_type normal using segments [{'id': 'e6c5bf18-b030-4b7f-9d89-b31e492a72ac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 168, 'network_id': '44163861-3693-4a81-b2c7-a35150dc97ee'}] 2026-05-09 06:22:07.659 10 INFO neutron.plugins.ml2.plugin [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Attempt 5 to bind port 1b315fd6-cdbd-4ca6-8c40-37f139177f7c 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d5632a08-c8c7-46d0-84f3-44ef95c28258 could not be found. 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d5632a08-c8c7-46d0-84f3-44ef95c28258 could not be found. 2026-05-09 06:22:07.677 10 ERROR neutron.plugins.ml2.managers  2026-05-09 06:22:07.678 10 ERROR neutron.plugins.ml2.managers [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Failed to bind port 1b315fd6-cdbd-4ca6-8c40-37f139177f7c on host instance for vnic_type normal using segments [{'id': 'e6c5bf18-b030-4b7f-9d89-b31e492a72ac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 168, 'network_id': '44163861-3693-4a81-b2c7-a35150dc97ee'}] 2026-05-09 06:22:07.678 10 INFO neutron.plugins.ml2.plugin [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Attempt 6 to bind port 1b315fd6-cdbd-4ca6-8c40-37f139177f7c 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d5632a08-c8c7-46d0-84f3-44ef95c28258 could not be found. 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d5632a08-c8c7-46d0-84f3-44ef95c28258 could not be found. 2026-05-09 06:22:07.695 10 ERROR neutron.plugins.ml2.managers  2026-05-09 06:22:07.696 10 ERROR neutron.plugins.ml2.managers [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Failed to bind port 1b315fd6-cdbd-4ca6-8c40-37f139177f7c on host instance for vnic_type normal using segments [{'id': 'e6c5bf18-b030-4b7f-9d89-b31e492a72ac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 168, 'network_id': '44163861-3693-4a81-b2c7-a35150dc97ee'}] 2026-05-09 06:22:07.696 10 INFO neutron.plugins.ml2.plugin [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Attempt 7 to bind port 1b315fd6-cdbd-4ca6-8c40-37f139177f7c 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d5632a08-c8c7-46d0-84f3-44ef95c28258 could not be found. 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d5632a08-c8c7-46d0-84f3-44ef95c28258 could not be found. 2026-05-09 06:22:07.712 10 ERROR neutron.plugins.ml2.managers  2026-05-09 06:22:07.713 10 ERROR neutron.plugins.ml2.managers [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Failed to bind port 1b315fd6-cdbd-4ca6-8c40-37f139177f7c on host instance for vnic_type normal using segments [{'id': 'e6c5bf18-b030-4b7f-9d89-b31e492a72ac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 168, 'network_id': '44163861-3693-4a81-b2c7-a35150dc97ee'}] 2026-05-09 06:22:07.713 10 INFO neutron.plugins.ml2.plugin [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Attempt 8 to bind port 1b315fd6-cdbd-4ca6-8c40-37f139177f7c 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d5632a08-c8c7-46d0-84f3-44ef95c28258 could not be found. 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d5632a08-c8c7-46d0-84f3-44ef95c28258 could not be found. 2026-05-09 06:22:07.727 10 ERROR neutron.plugins.ml2.managers  2026-05-09 06:22:07.728 10 ERROR neutron.plugins.ml2.managers [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Failed to bind port 1b315fd6-cdbd-4ca6-8c40-37f139177f7c on host instance for vnic_type normal using segments [{'id': 'e6c5bf18-b030-4b7f-9d89-b31e492a72ac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 168, 'network_id': '44163861-3693-4a81-b2c7-a35150dc97ee'}] 2026-05-09 06:22:07.728 10 INFO neutron.plugins.ml2.plugin [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Attempt 9 to bind port 1b315fd6-cdbd-4ca6-8c40-37f139177f7c 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d5632a08-c8c7-46d0-84f3-44ef95c28258 could not be found. 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d5632a08-c8c7-46d0-84f3-44ef95c28258 could not be found. 2026-05-09 06:22:07.748 10 ERROR neutron.plugins.ml2.managers  2026-05-09 06:22:07.749 10 ERROR neutron.plugins.ml2.managers [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Failed to bind port 1b315fd6-cdbd-4ca6-8c40-37f139177f7c on host instance for vnic_type normal using segments [{'id': 'e6c5bf18-b030-4b7f-9d89-b31e492a72ac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 168, 'network_id': '44163861-3693-4a81-b2c7-a35150dc97ee'}] 2026-05-09 06:22:07.749 10 INFO neutron.plugins.ml2.plugin [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Attempt 10 to bind port 1b315fd6-cdbd-4ca6-8c40-37f139177f7c 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d5632a08-c8c7-46d0-84f3-44ef95c28258 could not be found. 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d5632a08-c8c7-46d0-84f3-44ef95c28258 could not be found. 2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers  2026-05-09 06:22:07.765 10 ERROR neutron.plugins.ml2.managers [None req-2074b433-e6be-4270-97be-37cf908a8faf - - - - - -] Failed to bind port 1b315fd6-cdbd-4ca6-8c40-37f139177f7c on host instance for vnic_type normal using segments [{'id': 'e6c5bf18-b030-4b7f-9d89-b31e492a72ac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 168, 'network_id': '44163861-3693-4a81-b2c7-a35150dc97ee'}] 2026-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 78b8e0c8-aec6-409b-a80f-f29a6b847e43 could not be found. 2026-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 06:22:09.605 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-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 06:22:09.605 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-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 06:22:09.605 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-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 06:22:09.605 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-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 06:22:09.605 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-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 06:22:09.605 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-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.605 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-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.605 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-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.605 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-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:09.605 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-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.605 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-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.605 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-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 06:22:09.605 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-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 06:22:09.605 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-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 78b8e0c8-aec6-409b-a80f-f29a6b847e43 could not be found. 2026-05-09 06:22:09.605 9 ERROR neutron.plugins.ml2.managers  2026-05-09 06:22:09.607 9 ERROR neutron.plugins.ml2.managers [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Failed to bind port 7e603f16-ce4a-4e32-aef9-3850517e0f90 on host instance for vnic_type normal using segments [{'id': '5423d0cc-4bff-43fa-9b66-5ec2cdaf6e41', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 958, 'network_id': '7d389b75-d023-4c65-ac12-37c9462adc55'}] 2026-05-09 06:22:09.608 9 INFO neutron.plugins.ml2.plugin [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Attempt 2 to bind port 7e603f16-ce4a-4e32-aef9-3850517e0f90 2026-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 78b8e0c8-aec6-409b-a80f-f29a6b847e43 could not be found. 2026-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 06:22:09.630 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-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 06:22:09.630 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-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 06:22:09.630 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-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 06:22:09.630 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-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 06:22:09.630 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-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 06:22:09.630 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-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.630 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-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.630 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-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.630 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-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:09.630 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-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.630 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-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.630 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-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 06:22:09.630 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-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 06:22:09.630 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-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 78b8e0c8-aec6-409b-a80f-f29a6b847e43 could not be found. 2026-05-09 06:22:09.630 9 ERROR neutron.plugins.ml2.managers  2026-05-09 06:22:09.631 9 ERROR neutron.plugins.ml2.managers [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Failed to bind port 7e603f16-ce4a-4e32-aef9-3850517e0f90 on host instance for vnic_type normal using segments [{'id': '5423d0cc-4bff-43fa-9b66-5ec2cdaf6e41', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 958, 'network_id': '7d389b75-d023-4c65-ac12-37c9462adc55'}] 2026-05-09 06:22:09.631 9 INFO neutron.plugins.ml2.plugin [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Attempt 3 to bind port 7e603f16-ce4a-4e32-aef9-3850517e0f90 2026-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 78b8e0c8-aec6-409b-a80f-f29a6b847e43 could not be found. 2026-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 06:22:09.650 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-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 06:22:09.650 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-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 06:22:09.650 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-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 06:22:09.650 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-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 06:22:09.650 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-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 06:22:09.650 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-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.650 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-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.650 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-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.650 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-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:09.650 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-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.650 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-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.650 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-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 06:22:09.650 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-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 06:22:09.650 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-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 78b8e0c8-aec6-409b-a80f-f29a6b847e43 could not be found. 2026-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers  2026-05-09 06:22:09.650 9 ERROR neutron.plugins.ml2.managers [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Failed to bind port 7e603f16-ce4a-4e32-aef9-3850517e0f90 on host instance for vnic_type normal using segments [{'id': '5423d0cc-4bff-43fa-9b66-5ec2cdaf6e41', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 958, 'network_id': '7d389b75-d023-4c65-ac12-37c9462adc55'}] 2026-05-09 06:22:09.650 9 INFO neutron.plugins.ml2.plugin [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Attempt 4 to bind port 7e603f16-ce4a-4e32-aef9-3850517e0f90 2026-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 78b8e0c8-aec6-409b-a80f-f29a6b847e43 could not be found. 2026-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 06:22:09.676 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-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 06:22:09.676 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-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 06:22:09.676 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-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 06:22:09.676 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-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 06:22:09.676 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-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 06:22:09.676 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-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.676 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-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.676 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-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.676 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-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:09.676 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-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.676 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-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.676 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-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 06:22:09.676 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-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 06:22:09.676 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-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 78b8e0c8-aec6-409b-a80f-f29a6b847e43 could not be found. 2026-05-09 06:22:09.676 9 ERROR neutron.plugins.ml2.managers  2026-05-09 06:22:09.677 9 ERROR neutron.plugins.ml2.managers [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Failed to bind port 7e603f16-ce4a-4e32-aef9-3850517e0f90 on host instance for vnic_type normal using segments [{'id': '5423d0cc-4bff-43fa-9b66-5ec2cdaf6e41', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 958, 'network_id': '7d389b75-d023-4c65-ac12-37c9462adc55'}] 2026-05-09 06:22:09.677 9 INFO neutron.plugins.ml2.plugin [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Attempt 5 to bind port 7e603f16-ce4a-4e32-aef9-3850517e0f90 2026-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 78b8e0c8-aec6-409b-a80f-f29a6b847e43 could not be found. 2026-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 06:22:09.695 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-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 06:22:09.695 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-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 06:22:09.695 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-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 06:22:09.695 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-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 06:22:09.695 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-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 06:22:09.695 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-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.695 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-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.695 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-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.695 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-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:09.695 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-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.695 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-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.695 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-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 06:22:09.695 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-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 06:22:09.695 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-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 78b8e0c8-aec6-409b-a80f-f29a6b847e43 could not be found. 2026-05-09 06:22:09.695 9 ERROR neutron.plugins.ml2.managers  2026-05-09 06:22:09.696 9 ERROR neutron.plugins.ml2.managers [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Failed to bind port 7e603f16-ce4a-4e32-aef9-3850517e0f90 on host instance for vnic_type normal using segments [{'id': '5423d0cc-4bff-43fa-9b66-5ec2cdaf6e41', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 958, 'network_id': '7d389b75-d023-4c65-ac12-37c9462adc55'}] 2026-05-09 06:22:09.696 9 INFO neutron.plugins.ml2.plugin [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Attempt 6 to bind port 7e603f16-ce4a-4e32-aef9-3850517e0f90 2026-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 78b8e0c8-aec6-409b-a80f-f29a6b847e43 could not be found. 2026-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 06:22:09.716 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-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 06:22:09.716 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-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 06:22:09.716 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-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 06:22:09.716 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-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 06:22:09.716 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-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 06:22:09.716 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-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.716 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-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.716 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-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.716 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-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:09.716 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-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.716 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-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.716 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-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 06:22:09.716 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-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 06:22:09.716 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-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 78b8e0c8-aec6-409b-a80f-f29a6b847e43 could not be found. 2026-05-09 06:22:09.716 9 ERROR neutron.plugins.ml2.managers  2026-05-09 06:22:09.717 9 ERROR neutron.plugins.ml2.managers [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Failed to bind port 7e603f16-ce4a-4e32-aef9-3850517e0f90 on host instance for vnic_type normal using segments [{'id': '5423d0cc-4bff-43fa-9b66-5ec2cdaf6e41', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 958, 'network_id': '7d389b75-d023-4c65-ac12-37c9462adc55'}] 2026-05-09 06:22:09.717 9 INFO neutron.plugins.ml2.plugin [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Attempt 7 to bind port 7e603f16-ce4a-4e32-aef9-3850517e0f90 2026-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 78b8e0c8-aec6-409b-a80f-f29a6b847e43 could not be found. 2026-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 06:22:09.734 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-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 06:22:09.734 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-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 06:22:09.734 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-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 06:22:09.734 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-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 06:22:09.734 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-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 06:22:09.734 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-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.734 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-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.734 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-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.734 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-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:09.734 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-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.734 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-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.734 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-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 06:22:09.734 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-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 06:22:09.734 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-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 78b8e0c8-aec6-409b-a80f-f29a6b847e43 could not be found. 2026-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers  2026-05-09 06:22:09.734 9 ERROR neutron.plugins.ml2.managers [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Failed to bind port 7e603f16-ce4a-4e32-aef9-3850517e0f90 on host instance for vnic_type normal using segments [{'id': '5423d0cc-4bff-43fa-9b66-5ec2cdaf6e41', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 958, 'network_id': '7d389b75-d023-4c65-ac12-37c9462adc55'}] 2026-05-09 06:22:09.734 9 INFO neutron.plugins.ml2.plugin [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Attempt 8 to bind port 7e603f16-ce4a-4e32-aef9-3850517e0f90 2026-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 78b8e0c8-aec6-409b-a80f-f29a6b847e43 could not be found. 2026-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 06:22:09.754 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-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 06:22:09.754 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-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 06:22:09.754 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-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 06:22:09.754 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-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 06:22:09.754 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-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 06:22:09.754 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-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.754 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-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.754 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-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.754 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-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:09.754 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-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.754 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-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.754 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-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 06:22:09.754 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-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 06:22:09.754 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-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 78b8e0c8-aec6-409b-a80f-f29a6b847e43 could not be found. 2026-05-09 06:22:09.754 9 ERROR neutron.plugins.ml2.managers  2026-05-09 06:22:09.755 9 ERROR neutron.plugins.ml2.managers [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Failed to bind port 7e603f16-ce4a-4e32-aef9-3850517e0f90 on host instance for vnic_type normal using segments [{'id': '5423d0cc-4bff-43fa-9b66-5ec2cdaf6e41', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 958, 'network_id': '7d389b75-d023-4c65-ac12-37c9462adc55'}] 2026-05-09 06:22:09.755 9 INFO neutron.plugins.ml2.plugin [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Attempt 9 to bind port 7e603f16-ce4a-4e32-aef9-3850517e0f90 2026-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 78b8e0c8-aec6-409b-a80f-f29a6b847e43 could not be found. 2026-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 06:22:09.772 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-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 06:22:09.772 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-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 06:22:09.772 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-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 06:22:09.772 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-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 06:22:09.772 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-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 06:22:09.772 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-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.772 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-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.772 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-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.772 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-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:09.772 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-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.772 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-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.772 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-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 06:22:09.772 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-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 06:22:09.772 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-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 78b8e0c8-aec6-409b-a80f-f29a6b847e43 could not be found. 2026-05-09 06:22:09.772 9 ERROR neutron.plugins.ml2.managers  2026-05-09 06:22:09.773 9 ERROR neutron.plugins.ml2.managers [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Failed to bind port 7e603f16-ce4a-4e32-aef9-3850517e0f90 on host instance for vnic_type normal using segments [{'id': '5423d0cc-4bff-43fa-9b66-5ec2cdaf6e41', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 958, 'network_id': '7d389b75-d023-4c65-ac12-37c9462adc55'}] 2026-05-09 06:22:09.773 9 INFO neutron.plugins.ml2.plugin [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Attempt 10 to bind port 7e603f16-ce4a-4e32-aef9-3850517e0f90 2026-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 78b8e0c8-aec6-409b-a80f-f29a6b847e43 could not be found. 2026-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-09 06:22:09.795 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-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-09 06:22:09.795 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-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-09 06:22:09.795 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-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-09 06:22:09.795 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-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-09 06:22:09.795 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-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-09 06:22:09.795 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-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.795 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-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.795 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-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.795 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-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-09 06:22:09.795 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-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-09 06:22:09.795 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-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-09 06:22:09.795 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-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-09 06:22:09.795 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-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-09 06:22:09.795 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-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 78b8e0c8-aec6-409b-a80f-f29a6b847e43 could not be found. 2026-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers  2026-05-09 06:22:09.795 9 ERROR neutron.plugins.ml2.managers [None req-757716d2-91ee-4d1f-aea9-3e90cdbe495f - - - - - -] Failed to bind port 7e603f16-ce4a-4e32-aef9-3850517e0f90 on host instance for vnic_type normal using segments [{'id': '5423d0cc-4bff-43fa-9b66-5ec2cdaf6e41', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 958, 'network_id': '7d389b75-d023-4c65-ac12-37c9462adc55'}] 2026-05-09 06:22:10.907 10 INFO neutron.plugins.ml2.plugin [None req-e57d84b1-c017-4ec6-806d-2c46874c9bb3 - - - - - -] Attempt 1 to provision port 3527fd53-dfb1-4185-bf86-c34a15b97aff 2026-05-09 06:22:11.394 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 3527fd53-dfb1-4185-bf86-c34a15b97aff 2026-05-09 06:22:12.186 10 INFO neutron.plugins.ml2.plugin [None req-0cfab409-90e6-46f7-b1fc-5595cf05c18f - - - - - -] Attempt 1 to provision port 8485d58d-31de-4717-8977-8b789448c9f8 2026-05-09 06:22:12.724 10 INFO neutron.plugins.ml2.plugin [None req-bc72eb97-a570-4a88-9afb-bb8b9516e153 - - - - - -] Attempt 1 to provision port 8485d58d-31de-4717-8977-8b789448c9f8 2026-05-09 06:22:17.542 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 247d9cab-e1bf-4be5-b501-850fcc6b9a5b 2026-05-09 06:22:18.015 10 INFO neutron.plugins.ml2.plugin [None req-70baf8c1-b779-42e1-9c2b-cea83e3210f7 - - - - - -] Attempt 1 to provision port 859e06d5-925c-4a71-8171-7dc3cb4ec0e5 2026-05-09 06:22:18.677 10 INFO neutron.plugins.ml2.plugin [None req-59c4164d-0b9d-427a-80f9-4f3566e15eaa - - - - - -] Attempt 1 to provision port 247d9cab-e1bf-4be5-b501-850fcc6b9a5b 2026-05-09 06:22:18.850 9 INFO neutron.plugins.ml2.plugin [None req-0a701567-a3d1-4dea-a83d-1b14aecb9cee - - - - - -] Attempt 1 to provision port 34ac2f37-b3cc-4b4b-8157-934a7b578065 2026-05-09 06:22:19.491 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 247d9cab-e1bf-4be5-b501-850fcc6b9a5b 2026-05-09 06:22:19.836 9 INFO neutron.plugins.ml2.plugin [None req-bddf1132-0252-4c2d-a606-46c2f81be514 - - - - - -] Attempt 1 to provision port 61beabc3-5630-4ebe-b1c0-ee9bfb743c49 2026-05-09 06:22:19.851 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 34ac2f37-b3cc-4b4b-8157-934a7b578065 2026-05-09 06:22:20.105 10 INFO neutron.plugins.ml2.plugin [None req-e9f6fd16-5f17-403e-b3c3-1ea35ea44469 - - - - - -] Attempt 1 to provision port 61beabc3-5630-4ebe-b1c0-ee9bfb743c49 2026-05-09 06:22:20.357 10 INFO neutron.plugins.ml2.plugin [None req-96af24aa-ada3-4692-9acb-38435f422c61 - - - - - -] Attempt 1 to provision port 187c4b35-bda7-4864-9e18-38c698930419 2026-05-09 06:22:21.006 10 INFO neutron.plugins.ml2.plugin [None req-6c8cc7d2-1e6d-47bc-8c9b-935c2cc262c9 - - - - - -] Attempt 1 to provision port 187c4b35-bda7-4864-9e18-38c698930419 2026-05-09 06:22:21.449 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 34ac2f37-b3cc-4b4b-8157-934a7b578065 2026-05-09 06:22:21.729 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 2e830a0c-cade-4792-a506-e8f924e54069 2026-05-09 06:22:23.380 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 2e830a0c-cade-4792-a506-e8f924e54069 2026-05-09 06:22:24.279 10 INFO neutron.plugins.ml2.plugin [None req-07e664e2-9d8e-41e1-8694-1cd08051c408 - - - - - -] Attempt 1 to provision port cd146aeb-1c83-4db6-866b-91b4a0f68213 2026-05-09 06:22:26.053 10 INFO neutron.plugins.ml2.plugin [None req-5e73d681-3226-4f07-be8a-96473ac119e6 - - - - - -] Attempt 1 to provision port 7cea4ea3-484d-498b-9386-f6bbaa6bdffc 2026-05-09 06:22:29.566 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 7cea4ea3-484d-498b-9386-f6bbaa6bdffc 2026-05-09 06:22:29.679 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-8adf5c5f-6779-4a79-967d-d700dbc9588c'] response: {'server_uuid': 'b793e79e-ab22-41f9-8694-eadf42f5b089', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7cea4ea3-484d-498b-9386-f6bbaa6bdffc', 'code': 200} 2026-05-09 06:22:31.373 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 7cea4ea3-484d-498b-9386-f6bbaa6bdffc /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-05-09 06:22:43.647 10 INFO neutron.plugins.ml2.plugin [None req-dfe286bc-4565-48eb-a09e-44a5508b6728 - - - - - -] Attempt 1 to provision port 3dc4216b-d4dd-4ccc-95bb-210b17a85a6a 2026-05-09 06:22:47.471 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port bb5dc95b-865a-44fd-88f1-9275b2811eb7 2026-05-09 06:22:47.993 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 1333ee67-d211-478b-9214-7b29a3aedd84 2026-05-09 06:22:48.144 9 INFO neutron.plugins.ml2.plugin [None req-a5012ffa-39ee-425f-b659-a8749668655a - - - - - -] Attempt 1 to provision port 6222b1c4-6c97-40c3-9b67-d9bf3aa4f9e2 2026-05-09 06:22:48.180 9 INFO neutron.plugins.ml2.plugin [None req-a5012ffa-39ee-425f-b659-a8749668655a - - - - - -] Attempt 1 to provision port 1333ee67-d211-478b-9214-7b29a3aedd84 2026-05-09 06:22:49.039 9 INFO neutron.plugins.ml2.plugin [None req-f8abaff8-a2aa-4ed3-94fe-9acf79a170b2 - - - - - -] Attempt 1 to provision port 6222b1c4-6c97-40c3-9b67-d9bf3aa4f9e2 2026-05-09 06:22:49.387 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port bb5dc95b-865a-44fd-88f1-9275b2811eb7 2026-05-09 06:22:49.451 10 INFO neutron.plugins.ml2.plugin [None req-b5ceb550-eb36-4a26-91a5-8c44c7cafe5f - - - - - -] Attempt 1 to provision port 6222b1c4-6c97-40c3-9b67-d9bf3aa4f9e2 2026-05-09 06:22:49.736 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 1333ee67-d211-478b-9214-7b29a3aedd84 2026-05-09 06:22:53.542 10 INFO neutron.plugins.ml2.plugin [None req-96afaeeb-7917-448c-bd83-aa5c612c9d2f - - - - - -] Attempt 1 to provision port 0b0401b5-bd9c-41ee-b930-d38b58ac6a61 2026-05-09 06:22:55.447 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 0b0401b5-bd9c-41ee-b930-d38b58ac6a61 2026-05-09 06:22:55.622 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b567da6-c389-44e3-8b05-c1bf956160fe'] response: {'server_uuid': '46ace779-c97b-4af6-994f-1bc5d912a009', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0b0401b5-bd9c-41ee-b930-d38b58ac6a61', 'code': 200} 2026-05-09 06:22:57.336 10 INFO neutron.plugins.ml2.plugin [None req-2376fe1e-6305-4afb-badf-4fb650d6b4a8 - - - - - -] Attempt 1 to provision port e836522b-51bf-4151-b117-9a5b2c6f82a2 2026-05-09 06:22:57.494 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 0b0401b5-bd9c-41ee-b930-d38b58ac6a61 2026-05-09 06:22:57.759 10 INFO neutron.plugins.ml2.plugin [None req-19fbef73-5e3c-437f-a76d-d7e75d2e1929 - - - - - -] Attempt 1 to provision port 418cfacf-fbc6-40f2-beaa-e78347aa20a3 2026-05-09 06:22:57.945 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port e836522b-51bf-4151-b117-9a5b2c6f82a2 2026-05-09 06:22:58.276 10 INFO neutron.plugins.ml2.plugin [None req-5ac97238-bf78-4306-b96d-d1bd5a06c707 - - - - - -] Attempt 1 to provision port bdb9f2ee-cfee-4e5b-bf49-ac771b91aa54 2026-05-09 06:22:58.290 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 418cfacf-fbc6-40f2-beaa-e78347aa20a3 2026-05-09 06:22:58.628 10 INFO neutron.plugins.ml2.plugin [None req-1bc6dfd2-83f1-4155-844c-e7cdb8ad0a05 - - - - - -] Attempt 1 to provision port bdb9f2ee-cfee-4e5b-bf49-ac771b91aa54 2026-05-09 06:22:59.418 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port e836522b-51bf-4151-b117-9a5b2c6f82a2 2026-05-09 06:22:59.948 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 418cfacf-fbc6-40f2-beaa-e78347aa20a3 2026-05-09 06:23:00.174 9 INFO neutron.plugins.ml2.plugin [None req-1b229a93-8c96-4b51-83e0-111735d5bb52 - - - - - -] Attempt 1 to provision port 9a27134d-9c5c-4549-b030-7ee3570b4000 2026-05-09 06:23:00.716 9 INFO neutron.plugins.ml2.plugin [None req-b02c5b57-774b-43a8-97fd-7aef360425d3 - - - - - -] Attempt 1 to provision port 9a27134d-9c5c-4549-b030-7ee3570b4000 2026-05-09 06:23:03.465 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 3dc4216b-d4dd-4ccc-95bb-210b17a85a6a 2026-05-09 06:23:03.793 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 6222b1c4-6c97-40c3-9b67-d9bf3aa4f9e2 2026-05-09 06:23:05.421 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 3dc4216b-d4dd-4ccc-95bb-210b17a85a6a 2026-05-09 06:23:05.636 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 6222b1c4-6c97-40c3-9b67-d9bf3aa4f9e2 2026-05-09 06:23:07.446 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port eae4d1f6-2538-4a77-9216-834a5897efd8 2026-05-09 06:23:07.716 9 INFO neutron.plugins.ml2.plugin [None req-71a834a9-9e7d-4f70-ae42-4f62d2b3e85f - - - - - -] Attempt 1 to provision port eae4d1f6-2538-4a77-9216-834a5897efd8 2026-05-09 06:23:09.120 9 INFO neutron.plugins.ml2.plugin [None req-70c87b5c-2ade-4607-b477-bfc9e7b755c9 - - - - - -] Attempt 1 to provision port e83ecf52-298c-4bbe-97fc-7d1dae7b2c2e 2026-05-09 06:23:09.397 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port eae4d1f6-2538-4a77-9216-834a5897efd8 2026-05-09 06:23:09.491 10 INFO neutron.plugins.ml2.plugin [None req-c2d22dce-d144-4594-a91e-0d51a56bb331 - - - - - -] Attempt 1 to provision port e83ecf52-298c-4bbe-97fc-7d1dae7b2c2e 2026-05-09 06:23:14.903 10 INFO neutron.plugins.ml2.plugin [None req-d8925005-279e-425b-bacb-45110d2dbcbb - - - - - -] Attempt 1 to provision port c3724f44-b81b-4982-9a10-563895c254e8 2026-05-09 06:23:15.439 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port c3724f44-b81b-4982-9a10-563895c254e8 2026-05-09 06:23:16.270 9 INFO neutron.plugins.ml2.plugin [None req-59dfc63a-d6d5-4827-8d21-294f78c61c26 - - - - - -] Attempt 1 to provision port 71428d31-7b4d-4fd5-8964-5db5f36e2829 2026-05-09 06:23:17.440 10 INFO neutron.plugins.ml2.plugin [None req-4908067b-4d73-47e6-9549-49ab8f9c2bee - - - - - -] Attempt 1 to provision port d3ba01e9-c176-4a4a-96e3-41ca3cd440ac 2026-05-09 06:23:19.463 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port d3ba01e9-c176-4a4a-96e3-41ca3cd440ac 2026-05-09 06:23:19.587 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-7acf9355-7f5a-4575-aa56-fd710689eb56'] response: {'server_uuid': '49c2ed71-4979-407b-b864-9219b8c47bf6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd3ba01e9-c176-4a4a-96e3-41ca3cd440ac', 'code': 200} 2026-05-09 06:23:19.714 9 INFO neutron.plugins.ml2.plugin [None req-39dd6373-2240-45bb-bec5-c7e222e1e625 - - - - - -] Attempt 1 to provision port 9dfc6b28-5b1f-4d88-90a6-973c8b613da9 2026-05-09 06:23:21.409 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port d3ba01e9-c176-4a4a-96e3-41ca3cd440ac 2026-05-09 06:23:37.504 9 INFO neutron.plugins.ml2.db [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] No ports have port_id starting with d3ba01e9-c176-4a4a-96e3-41ca3cd440ac 2026-05-09 06:23:45.376 10 INFO neutron.plugins.ml2.plugin [None req-31f64f08-0194-4c88-a8e1-62508a510c67 - - - - - -] Attempt 1 to provision port 39acb24e-02d6-4cd4-870b-5d58f99cab09 2026-05-09 06:23:45.444 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 965cb7ea-c7cc-49be-a68e-709dd4144483 2026-05-09 06:23:46.132 10 INFO neutron.plugins.ml2.plugin [None req-4e22842d-44e3-4d96-bbb5-54e7a1b34b15 - - - - - -] Attempt 1 to provision port 965cb7ea-c7cc-49be-a68e-709dd4144483 2026-05-09 06:23:47.412 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 965cb7ea-c7cc-49be-a68e-709dd4144483 2026-05-09 06:23:47.960 9 INFO neutron.plugins.ml2.plugin [None req-0be3409c-9fb9-4b7c-a2b3-540cf3696416 - - - - - -] Attempt 1 to provision port 73bb0c5b-1352-41bd-a573-96d381907b97 2026-05-09 06:23:48.607 9 INFO neutron.plugins.ml2.plugin [None req-c7bf8f81-2f6a-4a5f-a46d-7eca5c1cdeb0 - - - - - -] Attempt 1 to provision port 73bb0c5b-1352-41bd-a573-96d381907b97 2026-05-09 06:23:49.408 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 2e0f4c46-98d0-4368-9655-2c9864c387cb 2026-05-09 06:23:51.494 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port ff45314d-fe47-4fe9-bca1-865b3ad05757 2026-05-09 06:23:51.578 9 INFO neutron.plugins.ml2.plugin [None req-c653a09d-f230-4a74-8db9-bd71a8b22e07 - - - - - -] Attempt 1 to provision port 24b721db-44b7-4281-b94e-e3f66a2f6864 2026-05-09 06:23:51.997 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 2e0f4c46-98d0-4368-9655-2c9864c387cb 2026-05-09 06:23:52.430 9 INFO neutron.plugins.ml2.plugin [None req-3cfee6a8-0021-4aa9-a2eb-7b15e44b75d2 - - - - - -] Attempt 1 to provision port ff45314d-fe47-4fe9-bca1-865b3ad05757 2026-05-09 06:23:53.461 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port ff45314d-fe47-4fe9-bca1-865b3ad05757 2026-05-09 06:23:54.020 10 INFO neutron.plugins.ml2.plugin [None req-9a4ea6fb-aa0e-406d-ab96-520c92da23c4 - - - - - -] Attempt 1 to provision port e88c03c2-70f1-420b-a733-5cb474a789be 2026-05-09 06:23:54.969 10 INFO neutron.plugins.ml2.plugin [None req-c5ecdb39-dd52-4107-a5fa-0a8b2f86b93b - - - - - -] Attempt 1 to provision port e88c03c2-70f1-420b-a733-5cb474a789be 2026-05-09 06:23:55.429 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 8ae458fc-b48e-4e52-bf48-3c4fc430d40d 2026-05-09 06:23:57.501 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 8ae458fc-b48e-4e52-bf48-3c4fc430d40d 2026-05-09 06:24:00.180 10 INFO neutron.plugins.ml2.plugin [None req-cf63bd6b-b27a-48f2-a913-3c23f7b2aa8f - - - - - -] Attempt 1 to provision port 7789752a-0a3f-435e-a7c5-e94977daba02 2026-05-09 06:24:03.519 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 7789752a-0a3f-435e-a7c5-e94977daba02 2026-05-09 06:24:03.646 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-b98068d7-340b-4646-aff6-2da72c13fecf'] response: {'server_uuid': 'd67651c5-464c-4691-95fb-af2882d1a314', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7789752a-0a3f-435e-a7c5-e94977daba02', 'code': 200} 2026-05-09 06:24:05.568 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 73bb0c5b-1352-41bd-a573-96d381907b97 2026-05-09 06:24:06.043 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 7789752a-0a3f-435e-a7c5-e94977daba02 2026-05-09 06:24:06.523 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 39acb24e-02d6-4cd4-870b-5d58f99cab09 2026-05-09 06:24:07.416 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 73bb0c5b-1352-41bd-a573-96d381907b97 2026-05-09 06:24:07.683 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 39acb24e-02d6-4cd4-870b-5d58f99cab09 2026-05-09 06:24:11.434 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port e88c03c2-70f1-420b-a733-5cb474a789be 2026-05-09 06:24:11.760 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 24b721db-44b7-4281-b94e-e3f66a2f6864 2026-05-09 06:24:13.424 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port e88c03c2-70f1-420b-a733-5cb474a789be 2026-05-09 06:24:13.660 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 24b721db-44b7-4281-b94e-e3f66a2f6864 /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-05-09 06:24:33.450 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 21641759-3183-44df-a470-01936c3c0e75 2026-05-09 06:24:33.705 10 INFO neutron.plugins.ml2.plugin [None req-44b837f5-5e85-47b9-b8c5-26e07734d1ea - - - - - -] Attempt 1 to provision port 2526e9ce-fbdd-4e9f-9ab0-a0bf7e08530d 2026-05-09 06:24:34.064 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 2526e9ce-fbdd-4e9f-9ab0-a0bf7e08530d 2026-05-09 06:24:34.551 9 INFO neutron.plugins.ml2.plugin [None req-c38405ed-959f-4d97-a172-13f0b80cbe4f - - - - - -] Attempt 1 to provision port 21641759-3183-44df-a470-01936c3c0e75 2026-05-09 06:24:35.444 9 INFO neutron.plugins.ml2.plugin [None req-2e0f7f56-ed59-42b0-a533-d90fc68a6449 - - - - - -] Attempt 1 to provision port ec672c83-0953-4ab4-8d74-627738af86c3 2026-05-09 06:24:35.554 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 2526e9ce-fbdd-4e9f-9ab0-a0bf7e08530d 2026-05-09 06:24:35.803 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port ec672c83-0953-4ab4-8d74-627738af86c3 2026-05-09 06:24:36.137 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 4d2cb10f-14bf-4e31-8321-52dfc14bbe8a 2026-05-09 06:24:36.370 10 INFO neutron.plugins.ml2.plugin [None req-cdaad3e9-fe94-4360-a80e-092677035b82 - - - - - -] Attempt 1 to provision port 32d9d0e6-6774-4232-acc7-f0f90660ec21 2026-05-09 06:24:36.815 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 32d9d0e6-6774-4232-acc7-f0f90660ec21 2026-05-09 06:24:37.225 9 INFO neutron.plugins.ml2.plugin [None req-8c8e6102-f38c-4c36-9eb1-3895ba9beb7d - - - - - -] Attempt 1 to provision port 4d2cb10f-14bf-4e31-8321-52dfc14bbe8a 2026-05-09 06:24:37.465 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 32d9d0e6-6774-4232-acc7-f0f90660ec21 2026-05-09 06:24:57.570 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 8b2e5c7b-ec61-4a5c-94c8-d02c036b22ca 2026-05-09 06:24:59.418 9 INFO neutron.plugins.ml2.plugin [None req-7ce93d08-0b3e-4af4-b75a-a6f0fc7868e1 - - - - - -] Attempt 1 to provision port 8b2e5c7b-ec61-4a5c-94c8-d02c036b22ca 2026-05-09 06:24:59.751 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port f8a91aef-8759-4efa-841d-4707502a3566 2026-05-09 06:25:00.038 10 INFO neutron.plugins.ml2.plugin [None req-c08c62a1-0c6a-42db-bb23-07f31436cb5a - - - - - -] Attempt 1 to provision port 8b2e5c7b-ec61-4a5c-94c8-d02c036b22ca 2026-05-09 06:25:00.285 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 8b2e5c7b-ec61-4a5c-94c8-d02c036b22ca 2026-05-09 06:25:00.339 9 INFO neutron.plugins.ml2.plugin [None req-dec9b2e3-faf6-464f-9af4-c627e088c9f7 - - - - - -] Attempt 1 to provision port e0287c8e-536d-4006-959c-87160a695359 2026-05-09 06:25:00.619 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port ac8b2f81-fe55-4b80-bd2b-53f9cdb645cc 2026-05-09 06:25:00.795 10 INFO neutron.plugins.ml2.plugin [None req-b4f6c120-2d8c-4d81-936b-41be66faa517 - - - - - -] Attempt 1 to provision port ac8b2f81-fe55-4b80-bd2b-53f9cdb645cc 2026-05-09 06:25:01.376 9 INFO neutron.plugins.ml2.plugin [None req-c73dedb5-bdf2-4158-a6e6-1a2f50324875 - - - - - -] Attempt 1 to provision port ac8b2f81-fe55-4b80-bd2b-53f9cdb645cc 2026-05-09 06:25:01.481 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port f8a91aef-8759-4efa-841d-4707502a3566 2026-05-09 06:25:01.891 10 INFO neutron.plugins.ml2.plugin [None req-7f72fae3-12b1-4456-9539-28424c8fc203 - - - - - -] Attempt 1 to provision port f8a91aef-8759-4efa-841d-4707502a3566 2026-05-09 06:25:02.029 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port ac8b2f81-fe55-4b80-bd2b-53f9cdb645cc 2026-05-09 06:25:02.347 9 INFO neutron.plugins.ml2.plugin [None req-1c3650a9-d20a-4ca1-bd0b-3541113dd568 - - - - - -] Attempt 1 to provision port f8a91aef-8759-4efa-841d-4707502a3566 2026-05-09 06:25:03.258 9 INFO neutron.plugins.ml2.plugin [None req-47e73417-2364-4f3c-98df-cb405ba4965f - - - - - -] Attempt 1 to provision port fd00629c-be98-46a7-aa3a-f1fa5c79632e 2026-05-09 06:25:03.479 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 3533ce78-e86b-415e-a2d0-ba30da22931e 2026-05-09 06:25:04.119 10 INFO neutron.plugins.ml2.plugin [None req-940888b2-117f-44c4-acd4-1afcff88d2d4 - - - - - -] Attempt 1 to provision port fd00629c-be98-46a7-aa3a-f1fa5c79632e 2026-05-09 06:25:05.379 10 INFO neutron.plugins.ml2.plugin [None req-b751eda4-27e7-4a34-ada9-fd0fe5ca828b - - - - - -] Attempt 1 to provision port 09e76d44-1bb1-4ab2-9a6b-a9d737247b56 2026-05-09 06:25:05.435 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 3533ce78-e86b-415e-a2d0-ba30da22931e 2026-05-09 06:25:06.040 9 INFO neutron.plugins.ml2.plugin [None req-2985d157-8300-45d0-be92-1c54da1bc174 - - - - - -] Attempt 1 to provision port 09e76d44-1bb1-4ab2-9a6b-a9d737247b56 2026-05-09 06:25:07.089 9 INFO neutron.plugins.ml2.plugin [None req-31664da1-00c4-4a8d-8660-4e32201c0041 - - - - - -] Attempt 1 to provision port 566c5d73-53e2-4a91-9577-9b9d73571d47 2026-05-09 06:25:07.836 10 INFO neutron.plugins.ml2.plugin [None req-75ebd115-0e0c-4bd7-b331-12b50f9092a2 - - - - - -] Attempt 1 to provision port 566c5d73-53e2-4a91-9577-9b9d73571d47 2026-05-09 06:25:12.019 10 INFO neutron.plugins.ml2.plugin [None req-62b7bc8f-a601-4103-904c-71fbf22d3884 - - - - - -] Attempt 1 to provision port 92f51eb6-c201-42c2-95a8-20a9932e90d9 2026-05-09 06:25:15.534 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 92f51eb6-c201-42c2-95a8-20a9932e90d9 2026-05-09 06:25:15.633 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-b2f9e2a6-68c9-4a5e-b971-c8b3e1b81089'] response: {'server_uuid': '72bde49f-230a-48b7-8e9a-1ae9b1ece598', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '92f51eb6-c201-42c2-95a8-20a9932e90d9', 'code': 200} 2026-05-09 06:25:17.471 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 92f51eb6-c201-42c2-95a8-20a9932e90d9 2026-05-09 06:25:23.278 9 WARNING neutron.plugins.ml2.plugin [None req-38abde8d-bc2a-484e-b2c4-630c45fa52c4 - - - - - -] Concurrent port binding operations failed on port e0287c8e-536d-4006-959c-87160a695359 2026-05-09 06:25:23.283 9 INFO neutron.plugins.ml2.plugin [None req-38abde8d-bc2a-484e-b2c4-630c45fa52c4 - - - - - -] Attempt 2 to bind port e0287c8e-536d-4006-959c-87160a695359 2026-05-09 06:25:23.542 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 566c5d73-53e2-4a91-9577-9b9d73571d47 2026-05-09 06:25:24.095 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 09e76d44-1bb1-4ab2-9a6b-a9d737247b56 2026-05-09 06:25:24.711 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port e0287c8e-536d-4006-959c-87160a695359 2026-05-09 06:25:25.551 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port fd00629c-be98-46a7-aa3a-f1fa5c79632e 2026-05-09 06:25:25.655 9 INFO neutron.plugins.ml2.plugin [None req-fb27f69f-768a-4b52-9477-fc27c85ff5bf - - - - - -] Attempt 1 to provision port ca762403-dfee-479c-836a-1aa544240ceb 2026-05-09 06:25:25.918 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 09e76d44-1bb1-4ab2-9a6b-a9d737247b56 2026-05-09 06:25:26.180 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 566c5d73-53e2-4a91-9577-9b9d73571d47 2026-05-09 06:25:26.390 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port e0287c8e-536d-4006-959c-87160a695359 2026-05-09 06:25:27.539 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port fd00629c-be98-46a7-aa3a-f1fa5c79632e 2026-05-09 06:25:27.773 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port ca762403-dfee-479c-836a-1aa544240ceb 2026-05-09 06:25:27.889 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f3797ea-3b60-40aa-9067-749384d4df5a'] response: {'server_uuid': '79a87ed8-3ae6-4d27-b8f7-6be4b5bcb24a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ca762403-dfee-479c-836a-1aa544240ceb', 'code': 200} 2026-05-09 06:25:29.471 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port ca762403-dfee-479c-836a-1aa544240ceb 2026-05-09 06:25:48.054 9 INFO neutron.plugins.ml2.plugin [None req-29cf6de0-78ea-4e7c-8a5c-48d347159cb8 - - - - - -] Attempt 1 to provision port 8b0082bb-4083-4cfe-bc22-3b9594433a5e 2026-05-09 06:26:00.703 9 INFO neutron.plugins.ml2.plugin [None req-c4e4945e-4b28-4c2f-a31c-b897c32ed276 - - - - - -] Attempt 1 to provision port a0f8df2c-1af5-4005-b710-928e99019177 2026-05-09 06:26:03.536 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port a0f8df2c-1af5-4005-b710-928e99019177 2026-05-09 06:26:03.655 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-a2183b46-5fe0-41a6-bd54-ee98b59c141b'] response: {'server_uuid': '5dbbe4b2-1967-499a-8ced-bb3f5e9066f0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a0f8df2c-1af5-4005-b710-928e99019177', 'code': 200} 2026-05-09 06:26:05.498 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port a0f8df2c-1af5-4005-b710-928e99019177 2026-05-09 06:26:41.153 10 INFO neutron.plugins.ml2.plugin [None req-bc07c50b-dbe5-4484-b896-128b17e8091c - - - - - -] Attempt 1 to provision port 40761921-57eb-4202-a3fd-5b9b167b6617 2026-05-09 06:26:43.713 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 40761921-57eb-4202-a3fd-5b9b167b6617 2026-05-09 06:26:44.589 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a2fe83c-2128-41a6-bf93-dd05ab01d9b7'] response: {'server_uuid': '5dbbe4b2-1967-499a-8ced-bb3f5e9066f0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '40761921-57eb-4202-a3fd-5b9b167b6617', 'code': 200} 2026-05-09 06:26:45.605 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 40761921-57eb-4202-a3fd-5b9b167b6617 2026-05-09 06:27:07.594 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 228bf5cb-e73c-44d3-99e3-ef01c199158d 2026-05-09 06:27:07.775 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-706cbca4-c7a1-4d32-abfa-4a63ad070748'] response: {'server_uuid': '5dbbe4b2-1967-499a-8ced-bb3f5e9066f0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '228bf5cb-e73c-44d3-99e3-ef01c199158d', 'code': 200} 2026-05-09 06:27:09.538 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 228bf5cb-e73c-44d3-99e3-ef01c199158d 2026-05-09 06:27:15.109 10 INFO neutron.plugins.ml2.plugin [None req-278d6b97-a6cd-4e60-bbaf-54908a2a2e93 - - - - - -] Attempt 1 to provision port 35697b4a-7175-4bcc-a8db-be1561202836 2026-05-09 06:27:17.620 9 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 35697b4a-7175-4bcc-a8db-be1561202836 2026-05-09 06:27:17.746 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-1bd75a59-1db2-48f5-9d75-9397f83c06da'] response: {'server_uuid': '5dbbe4b2-1967-499a-8ced-bb3f5e9066f0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '35697b4a-7175-4bcc-a8db-be1561202836', 'code': 200} 2026-05-09 06:27:18.576 9 INFO neutron.plugins.ml2.plugin [None req-fec96818-4efc-44d9-aa49-7c1c5b933aff - - - - - -] Attempt 1 to provision port 35697b4a-7175-4bcc-a8db-be1561202836 2026-05-09 06:27:19.596 10 INFO neutron.plugins.ml2.plugin [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] Attempt 1 to provision port 35697b4a-7175-4bcc-a8db-be1561202836 2026-05-09 06:27:28.339 10 INFO neutron.plugins.ml2.plugin [None req-41b6a6e8-1b4f-4629-9f6d-0a173571c6dd - - - - - -] Attempt 1 to provision port 35697b4a-7175-4bcc-a8db-be1561202836 2026-05-09 06:27:34.058 10 INFO neutron.plugins.ml2.plugin [None req-2a1bf240-2e8a-4b19-b2d3-b68fc4a33b1c - - - - - -] Attempt 1 to provision port 228bf5cb-e73c-44d3-99e3-ef01c199158d 2026-05-09 06:27:53.708 10 INFO neutron.plugins.ml2.db [None req-9783a9da-573b-4c40-8365-5f1c6267560d - - - - - -] No ports have port_id starting with a0f8df2c-1af5-4005-b710-928e99019177 2026-05-09 06:28:01.783 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-8bbe9d5d-3be8-4f15-bee1-f380902f7076'] response: {'server_uuid': '72bde49f-230a-48b7-8e9a-1ae9b1ece598', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '92f51eb6-c201-42c2-95a8-20a9932e90d9', 'code': 200}