+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini /var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py:55: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-05-28 22:19:50.593 1 INFO neutron.common.config [-] Logging enabled! 2026-05-28 22:19:50.594 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 24.2.2.dev7 2026-05-28 22:19:50.594 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-28 22:19:50.594 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-28 22:19:51.756 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-28 22:19:51.759 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-28 22:19:51.762 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-05-28 22:19:51.762 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-28 22:19:51.763 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-28 22:19:51.763 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-28 22:19:51.763 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 22:19:51.768 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 22:19:51.768 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 22:19:51.768 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-28 22:19:51.784 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-28 22:19:51.785 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-28 22:19:51.785 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-28 22:19:51.820 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-28 22:19:51.820 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-28 22:19:51.820 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-28 22:19:51.820 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-28 22:19:51.826 1 WARNING oslo_policy.policy [None req-e0faf006-9410-45cf-b088-21a6c2fdc1b0 - - - - - -] 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-28 22:19:52.084 1 INFO neutron.plugins.ml2.managers [None req-e0faf006-9410-45cf-b088-21a6c2fdc1b0 - - - - - -] Initializing driver for type 'vlan' 2026-05-28 22:19:52.248 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e0faf006-9410-45cf-b088-21a6c2fdc1b0 - - - - - -] VlanTypeDriver initialization complete 2026-05-28 22:19:52.249 1 INFO neutron.plugins.ml2.managers [None req-e0faf006-9410-45cf-b088-21a6c2fdc1b0 - - - - - -] Initializing driver for type 'vxlan' 2026-05-28 22:19:52.249 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e0faf006-9410-45cf-b088-21a6c2fdc1b0 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-28 22:19:52.287 1 INFO neutron.plugins.ml2.managers [None req-e0faf006-9410-45cf-b088-21a6c2fdc1b0 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-28 22:19:52.287 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e0faf006-9410-45cf-b088-21a6c2fdc1b0 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-28 22:19:52.287 1 INFO neutron.plugins.ml2.managers [None req-e0faf006-9410-45cf-b088-21a6c2fdc1b0 - - - - - -] Initializing extension driver 'port_security' 2026-05-28 22:19:52.288 1 INFO neutron.plugins.ml2.extensions.port_security [None req-e0faf006-9410-45cf-b088-21a6c2fdc1b0 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-28 22:19:52.288 1 INFO neutron.plugins.ml2.managers [None req-e0faf006-9410-45cf-b088-21a6c2fdc1b0 - - - - - -] Initializing extension driver 'qos' 2026-05-28 22:19:52.288 1 INFO neutron.plugins.ml2.managers [None req-e0faf006-9410-45cf-b088-21a6c2fdc1b0 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-28 22:19:52.288 1 INFO neutron.plugins.ml2.managers [None req-e0faf006-9410-45cf-b088-21a6c2fdc1b0 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-28 22:19:52.302 1 INFO neutron.quota [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded quota_driver: . 2026-05-28 22:19:52.303 1 INFO neutron.plugins.ml2.plugin [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Modular L2 Plugin initialization complete 2026-05-28 22:19:52.303 1 INFO neutron.plugins.ml2.managers [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-28 22:19:52.303 1 INFO neutron.plugins.ml2.managers [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-28 22:19:52.304 1 INFO neutron.plugins.ml2.managers [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-28 22:19:52.304 1 INFO neutron.extensions.vlantransparent [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Disabled vlantransparent extension. 2026-05-28 22:19:52.304 1 INFO neutron.manager [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loading Plugin: qos 2026-05-28 22:19:52.314 1 INFO neutron.manager [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loading Plugin: router 2026-05-28 22:19:52.342 1 INFO neutron.services.service_base [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-28 22:19:52.342 1 INFO neutron.manager [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loading Plugin: segments 2026-05-28 22:19:52.407 1 INFO neutron.manager [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loading Plugin: trunk 2026-05-28 22:19:52.459 1 INFO neutron.manager [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loading Plugin: vpnaas 2026-05-28 22:19:52.507 1 WARNING stevedore.named [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 22:19:52.566 1 INFO neutron_vpnaas.services.vpn.plugin [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-28 22:19:52.566 1 INFO neutron.common.utils [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-28 22:19:52.567 1 INFO neutron.manager [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loading Plugin: auto_allocate 2026-05-28 22:19:52.570 1 INFO neutron.manager [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loading Plugin: tag 2026-05-28 22:19:52.575 1 INFO neutron.manager [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loading Plugin: timestamp 2026-05-28 22:19:52.577 1 INFO neutron.manager [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loading Plugin: network_ip_availability 2026-05-28 22:19:52.582 1 INFO neutron.manager [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loading Plugin: flavors 2026-05-28 22:19:52.584 1 INFO neutron.manager [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loading Plugin: revisions 2026-05-28 22:19:52.587 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Initializing extension manager. 2026-05-28 22:19:52.588 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: address-group 2026-05-28 22:19:52.588 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: address-scope 2026-05-28 22:19:52.589 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-28 22:19:52.589 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: agent 2026-05-28 22:19:52.590 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: agent-resources-synced 2026-05-28 22:19:52.591 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-28 22:19:52.592 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-28 22:19:52.592 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: availability_zone 2026-05-28 22:19:52.593 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: availability_zone_filter 2026-05-28 22:19:52.593 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-28 22:19:52.594 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: default-subnetpools 2026-05-28 22:19:52.595 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-28 22:19:52.595 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: dns-integration 2026-05-28 22:19:52.597 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: dns-domain-ports 2026-05-28 22:19:52.598 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-28 22:19:52.598 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: dvr 2026-05-28 22:19:52.599 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-28 22:19:52.599 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: empty-string-filtering 2026-05-28 22:19:52.600 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 22:19:52.600 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-28 22:19:52.601 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: external-net 2026-05-28 22:19:52.601 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-28 22:19:52.602 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: extraroute 2026-05-28 22:19:52.602 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: extraroute-atomic 2026-05-28 22:19:52.603 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-28 22:19:52.603 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-28 22:19:52.604 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-28 22:19:52.604 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-28 22:19:52.605 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: fip-port-details 2026-05-28 22:19:52.605 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: flavors 2026-05-28 22:19:52.606 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-28 22:19:52.607 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: floatingip-pools 2026-05-28 22:19:52.607 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: ip_allocation 2026-05-28 22:19:52.608 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-28 22:19:52.608 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: l2_adjacency 2026-05-28 22:19:52.609 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: router 2026-05-28 22:19:52.611 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 22:19:52.611 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-28 22:19:52.612 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-28 22:19:52.612 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: ext-gw-mode 2026-05-28 22:19:52.613 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: l3-ha 2026-05-28 22:19:52.613 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-28 22:19:52.614 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-28 22:19:52.614 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: l3-flavors 2026-05-28 22:19:52.615 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-28 22:19:52.615 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-28 22:19:52.617 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-28 22:19:52.618 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-28 22:19:52.618 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-28 22:19:52.619 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-28 22:19:52.620 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-28 22:19:52.620 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: multi-provider 2026-05-28 22:19:52.621 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: net-mtu 2026-05-28 22:19:52.621 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: net-mtu-writable 2026-05-28 22:19:52.622 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: network_availability_zone 2026-05-28 22:19:52.622 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: network_ha 2026-05-28 22:19:52.623 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: network-ip-availability 2026-05-28 22:19:52.624 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-28 22:19:52.624 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: pagination 2026-05-28 22:19:52.625 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: port-device-profile 2026-05-28 22:19:52.626 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-28 22:19:52.626 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-28 22:19:52.627 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-28 22:19:52.627 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: port-mac-override 2026-05-28 22:19:52.628 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-28 22:19:52.628 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-28 22:19:52.628 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: port-resource-request 2026-05-28 22:19:52.629 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-28 22:19:52.629 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: binding 2026-05-28 22:19:52.630 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: binding-extended 2026-05-28 22:19:52.630 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: port-security 2026-05-28 22:19:52.631 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: project-id 2026-05-28 22:19:52.631 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: provider 2026-05-28 22:19:52.633 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: qos 2026-05-28 22:19:52.633 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-28 22:19:52.634 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-28 22:19:52.634 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: qos-default 2026-05-28 22:19:52.635 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: qos-fip 2026-05-28 22:19:52.636 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-28 22:19:52.636 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-28 22:19:52.637 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-28 22:19:52.637 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-28 22:19:52.638 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-28 22:19:52.638 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: qos-pps 2026-05-28 22:19:52.639 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-28 22:19:52.639 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-28 22:19:52.640 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: qos-rules-alias 2026-05-28 22:19:52.640 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: quota-check-limit 2026-05-28 22:19:52.642 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: quotas 2026-05-28 22:19:52.644 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: quota_details 2026-05-28 22:19:52.645 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: rbac-policies 2026-05-28 22:19:52.645 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: rbac-address-group 2026-05-28 22:19:52.646 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: rbac-address-scope 2026-05-28 22:19:52.646 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: rbac-security-groups 2026-05-28 22:19:52.647 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-28 22:19:52.647 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: revision-if-match 2026-05-28 22:19:52.648 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-28 22:19:52.648 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: router_availability_zone 2026-05-28 22:19:52.649 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-28 22:19:52.650 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-28 22:19:52.650 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-28 22:19:52.651 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-28 22:19:52.652 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-28 22:19:52.652 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-28 22:19:52.653 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-28 22:19:52.659 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: security-group 2026-05-28 22:19:52.660 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: segment 2026-05-28 22:19:52.660 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-28 22:19:52.661 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: service-type 2026-05-28 22:19:52.661 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: sorting 2026-05-28 22:19:52.662 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: standard-attr-segment 2026-05-28 22:19:52.662 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: standard-attr-description 2026-05-28 22:19:52.663 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: stateful-security-group 2026-05-28 22:19:52.664 1 WARNING neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-05-28 22:19:52.664 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-28 22:19:52.665 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: subnet_onboard 2026-05-28 22:19:52.665 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-28 22:19:52.666 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: subnet-service-types 2026-05-28 22:19:52.666 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: subnet_allocation 2026-05-28 22:19:52.667 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-28 22:19:52.667 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-28 22:19:52.670 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: standard-attr-tag 2026-05-28 22:19:52.670 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-28 22:19:52.671 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: trunk 2026-05-28 22:19:52.671 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: trunk-details 2026-05-28 22:19:52.672 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-28 22:19:52.673 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-28 22:19:52.674 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-28 22:19:52.675 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-28 22:19:52.675 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: vpn-flavors 2026-05-28 22:19:52.676 1 INFO neutron.api.extensions [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Loaded extension: vpnaas 2026-05-28 22:19:52.680 1 INFO oslo_service.service [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Starting 2 workers 2026-05-28 22:19:52.688 1 INFO oslo_service.service [None req-5eea2357-e336-42fd-b406-039baea78d39 - - - - - -] Starting 1 workers 2026-05-28 22:20:26.628 10 INFO neutron.db.l3_hamode_db [None req-73482dd7-4530-44ff-94ec-126a59c6d33d - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 22:20:35.729 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 735c8d00-a09a-4fa8-ac64-dcbf1f155f52 2026-05-28 22:20:36.308 10 INFO neutron.plugins.ml2.plugin [None req-fc30dd25-ef6d-4a78-8d38-f0f7a4c2960c - - - - - -] Attempt 1 to provision port 735c8d00-a09a-4fa8-ac64-dcbf1f155f52 2026-05-28 22:20:37.571 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 735c8d00-a09a-4fa8-ac64-dcbf1f155f52 2026-05-28 22:24:51.737 10 INFO neutron.plugins.ml2.plugin [None req-155687fb-db69-4cda-9ea3-0cb1a0c3f780 - - - - - -] Attempt 1 to provision port 83e5f148-c242-41fc-81b1-b46bcc09f2ee 2026-05-28 22:24:51.773 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 83e5f148-c242-41fc-81b1-b46bcc09f2ee 2026-05-28 22:24:53.761 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 83e5f148-c242-41fc-81b1-b46bcc09f2ee 2026-05-28 22:24:59.080 10 INFO neutron.plugins.ml2.plugin [None req-62242549-7e30-48db-a4e3-876ac4ad96c7 - - - - - -] Attempt 1 to provision port db6e796a-d754-4185-8dc5-5b585c1d8fdd 2026-05-28 22:28:32.019 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port db6e796a-d754-4185-8dc5-5b585c1d8fdd 2026-05-28 22:28:33.894 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port db6e796a-d754-4185-8dc5-5b585c1d8fdd 2026-05-28 22:39:04.321 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port aaca52cf-1be4-4ded-9f44-21a41d40950a 2026-05-28 22:39:06.307 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port aaca52cf-1be4-4ded-9f44-21a41d40950a 2026-05-28 22:54:34.769 9 INFO neutron.plugins.ml2.plugin [None req-945a09f4-46d2-4774-9d16-7280bfef047e - - - - - -] Attempt 1 to provision port 4b03b5bb-3e04-40c6-9b7d-6b8f30a8a7a6 2026-05-28 22:54:35.042 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 37c88d03-6e90-464c-9878-ae719c7112df 2026-05-28 22:54:35.126 9 INFO neutron.plugins.ml2.plugin [None req-662fad9f-da2c-4122-8932-4e853a86b2d6 - - - - - -] Attempt 1 to provision port 39d0d70c-86b1-44cc-aed9-47794147f790 2026-05-28 22:54:35.529 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 7e8f5716-781c-4306-8250-6071d92f05e3 2026-05-28 22:54:35.772 9 INFO neutron.plugins.ml2.plugin [None req-ccb4afee-4b1a-4f78-a9e0-a35e8e6ccf2f - - - - - -] Attempt 1 to provision port 3ed35c23-a379-465d-84b1-5d06486f21dd 2026-05-28 22:54:35.981 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 3ed35c23-a379-465d-84b1-5d06486f21dd 2026-05-28 22:54:36.023 9 INFO neutron.plugins.ml2.plugin [None req-ccb4afee-4b1a-4f78-a9e0-a35e8e6ccf2f - - - - - -] Attempt 1 to provision port 37c88d03-6e90-464c-9878-ae719c7112df 2026-05-28 22:54:36.204 10 INFO neutron.plugins.ml2.plugin [None req-5f6168a0-b80b-47e9-a38d-2809b7ee5c35 - - - - - -] Attempt 1 to provision port 7e8f5716-781c-4306-8250-6071d92f05e3 2026-05-28 22:54:36.924 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 37c88d03-6e90-464c-9878-ae719c7112df 2026-05-28 22:54:37.431 10 INFO neutron.plugins.ml2.plugin [None req-a2e7b0cb-6270-4e01-b0ae-b156d5a87e07 - - - - - -] Attempt 1 to provision port e9e7a7a9-5381-47fc-9899-be56997c5708 2026-05-28 22:54:37.457 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 7e8f5716-781c-4306-8250-6071d92f05e3 2026-05-28 22:54:37.683 10 INFO neutron.plugins.ml2.plugin [None req-bbe01dd0-ed6f-4fe0-88c6-ccb81593c27b - - - - - -] Attempt 1 to provision port 44fb430c-a648-458e-b65b-1cb024463711 2026-05-28 22:54:37.938 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 3ed35c23-a379-465d-84b1-5d06486f21dd 2026-05-28 22:54:38.345 10 INFO neutron.plugins.ml2.plugin [None req-4efd05ee-e213-4d63-a193-a5b6f7064bae - - - - - -] Attempt 1 to provision port 44fb430c-a648-458e-b65b-1cb024463711 2026-05-28 22:54:39.094 10 INFO neutron.plugins.ml2.plugin [None req-88790b11-6d90-465d-967d-ae1cde74ee29 - - - - - -] Attempt 1 to provision port e5891ac0-f2bb-4cf8-8158-253541089d12 2026-05-28 22:54:39.744 10 INFO neutron.plugins.ml2.plugin [None req-ee116bf4-f198-4956-8ab0-c67dd5b0ceac - - - - - -] Attempt 1 to provision port e5891ac0-f2bb-4cf8-8158-253541089d12 2026-05-28 22:54:40.189 10 INFO neutron.plugins.ml2.plugin [None req-482e9816-984b-49f9-bd17-1582b1281de3 - - - - - -] Attempt 1 to provision port 17889a5d-2762-4599-a629-c32fa2dbebed 2026-05-28 22:54:40.631 10 INFO neutron.plugins.ml2.plugin [None req-b2bed4a8-55bd-42e4-9e21-7e4045407060 - - - - - -] Attempt 1 to provision port 17889a5d-2762-4599-a629-c32fa2dbebed 2026-05-28 22:54:42.952 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 644ad49a-ffb1-4ec1-9fac-58c3d777bc26 2026-05-28 22:54:43.001 9 INFO neutron.plugins.ml2.plugin [None req-01210bf1-9351-42b5-8061-85a88d5444b1 - - - - - -] Attempt 1 to provision port c05552de-19ed-4417-b929-4e8009853ffc 2026-05-28 22:54:43.556 9 INFO neutron.plugins.ml2.plugin [None req-d5a111f3-4ff0-436b-afc7-6b3e63f59bf4 - - - - - -] Attempt 1 to provision port 644ad49a-ffb1-4ec1-9fac-58c3d777bc26 2026-05-28 22:54:44.934 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 644ad49a-ffb1-4ec1-9fac-58c3d777bc26 2026-05-28 22:54:45.909 10 INFO neutron.plugins.ml2.plugin [None req-74619d9a-9792-4593-a2aa-5be9636958d7 - - - - - -] Attempt 1 to provision port 3529cf8f-6730-4083-b7fc-ff305bd059b7 2026-05-28 22:54:46.535 9 INFO neutron.plugins.ml2.plugin [None req-230796cf-539e-4584-9c2f-4d4e45d737c7 - - - - - -] Attempt 1 to provision port 3529cf8f-6730-4083-b7fc-ff305bd059b7 2026-05-28 22:54:47.040 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port a10529cc-e192-4ef6-bd65-fcfa4b10671a 2026-05-28 22:54:47.586 9 INFO neutron.plugins.ml2.plugin [None req-182c42d7-a261-406d-8463-5c0ade962dac - - - - - -] Attempt 1 to provision port f6b27eec-20c3-4a27-a6cf-6b39386899a8 2026-05-28 22:54:47.615 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 7a66b55e-0232-40e4-9d42-f832da2d2ffb 2026-05-28 22:54:47.856 10 INFO neutron.plugins.ml2.plugin [None req-8f8d662e-3dff-4ca2-84ea-2504e80389ff - - - - - -] Attempt 1 to provision port 1f1b7dcb-f764-473b-b8f3-64851c9e4c67 2026-05-28 22:54:48.137 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port b3faef3b-bb8a-4e10-a74b-ba43fc290363 2026-05-28 22:54:48.631 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 5ae718c3-edb7-44f5-b6de-e68d8833c316 2026-05-28 22:54:49.347 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 7a66b55e-0232-40e4-9d42-f832da2d2ffb 2026-05-28 22:54:49.670 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port b3faef3b-bb8a-4e10-a74b-ba43fc290363 2026-05-28 22:54:49.984 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 5ae718c3-edb7-44f5-b6de-e68d8833c316 2026-05-28 22:54:53.578 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port f6b27eec-20c3-4a27-a6cf-6b39386899a8 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-28 22:54:54.094 9 INFO neutron.plugins.ml2.plugin [None req-ae73b458-3f2f-4559-a4de-cb1bd8cfda80 - - - - - -] Attempt 1 to provision port 1ac79585-e01e-412b-8d69-3ea7f2dd561c 2026-05-28 22:54:54.152 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 1f1b7dcb-f764-473b-b8f3-64851c9e4c67 2026-05-28 22:54:54.234 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-004b126c-03ba-4ee5-86b9-edd36414e2ff'] response: {'server_uuid': '26d5f5bc-87b5-4c93-b1b2-0b2e64d0e555', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f6b27eec-20c3-4a27-a6cf-6b39386899a8', 'code': 200} 2026-05-28 22:54:54.956 9 INFO neutron.plugins.ml2.plugin [None req-329f218b-6d37-425b-9795-b1a22d1b28c1 - - - - - -] Attempt 1 to provision port e682c900-0706-460a-9b36-2728a5a40dea 2026-05-28 22:54:55.387 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port f6b27eec-20c3-4a27-a6cf-6b39386899a8 2026-05-28 22:54:55.681 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port e682c900-0706-460a-9b36-2728a5a40dea 2026-05-28 22:54:55.932 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 1f1b7dcb-f764-473b-b8f3-64851c9e4c67 2026-05-28 22:54:56.317 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-34dcc1d8-25fa-476e-b134-dc42e141179a'] response: {'server_uuid': '1e5fbec6-1358-4812-9a2b-5cdac6bb600e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1f1b7dcb-f764-473b-b8f3-64851c9e4c67', 'code': 200} 2026-05-28 22:54:56.912 9 INFO neutron.plugins.ml2.plugin [None req-fa6d046c-1e6c-47d0-97d7-8beefa93b765 - - - - - -] Attempt 1 to provision port 231391bc-9ed8-487b-82f4-9e312ed6ec73 2026-05-28 22:54:57.632 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port e682c900-0706-460a-9b36-2728a5a40dea 2026-05-28 22:54:57.782 10 INFO neutron.plugins.ml2.plugin [None req-26399e99-81f4-4102-9b5e-98893c7ea93d - - - - - -] Attempt 1 to provision port 231391bc-9ed8-487b-82f4-9e312ed6ec73 2026-05-28 22:54:59.311 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 28f5e2be-8a63-4b80-ae6c-5c907c311051 2026-05-28 22:55:01.349 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 28f5e2be-8a63-4b80-ae6c-5c907c311051 2026-05-28 22:55:04.085 9 INFO neutron.plugins.ml2.plugin [None req-9ee84ccf-33e9-4e62-bfaf-53934bbc05f2 - - - - - -] Attempt 1 to provision port 102e6269-c0e9-45f7-aa93-b0872ae32e44 2026-05-28 22:55:04.742 9 INFO neutron.plugins.ml2.plugin [None req-1aca87f6-7669-4e28-9a3c-0a41425597f1 - - - - - -] Attempt 1 to provision port 06021783-0d1e-49ee-95e9-39512b63ba43 2026-05-28 22:55:07.320 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 06021783-0d1e-49ee-95e9-39512b63ba43 2026-05-28 22:55:07.456 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-21923464-ea30-4759-8a7c-000cd6362ab9'] response: {'server_uuid': '7873c085-543a-44c3-bc02-471649d5efb7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '06021783-0d1e-49ee-95e9-39512b63ba43', 'code': 200} 2026-05-28 22:55:09.288 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 06021783-0d1e-49ee-95e9-39512b63ba43 2026-05-28 22:55:10.345 9 INFO neutron.plugins.ml2.plugin [None req-72f7a1ce-aafd-4157-a712-99488a2851ef - - - - - -] Attempt 1 to provision port 0e954564-321e-4655-8fdf-8c9b56731382 2026-05-28 22:55:10.788 10 INFO neutron.plugins.ml2.plugin [None req-ca3b8dbb-3b22-4b97-99de-c5cdfccaf15b - - - - - -] Attempt 1 to provision port e6c8b985-4f9a-4ce6-8a6e-eb7e85b2fcac 2026-05-28 22:55:11.574 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 17889a5d-2762-4599-a629-c32fa2dbebed 2026-05-28 22:55:12.156 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port e6c8b985-4f9a-4ce6-8a6e-eb7e85b2fcac 2026-05-28 22:55:12.832 9 INFO neutron.plugins.ml2.plugin [None req-2eef9333-eb6a-4879-b3a6-8aa0221935f9 - - - - - -] Attempt 1 to provision port 785a480d-12d3-40b8-bc86-84088b7b1599 2026-05-28 22:55:13.209 9 INFO neutron.plugins.ml2.plugin [None req-07b91e67-08e4-4259-9055-58988f52245b - - - - - -] Attempt 1 to provision port 785a480d-12d3-40b8-bc86-84088b7b1599 2026-05-28 22:55:13.370 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 17889a5d-2762-4599-a629-c32fa2dbebed 2026-05-28 22:55:13.681 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port e9e7a7a9-5381-47fc-9899-be56997c5708 2026-05-28 22:55:14.041 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port e6c8b985-4f9a-4ce6-8a6e-eb7e85b2fcac 2026-05-28 22:55:15.471 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port e9e7a7a9-5381-47fc-9899-be56997c5708 2026-05-28 22:55:15.698 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 2d2332ae-62fb-401c-823d-e8eb05f09e24 2026-05-28 22:55:16.907 9 INFO neutron.plugins.ml2.plugin [None req-a52f0baa-abf3-492c-8c0b-9da3319437ac - - - - - -] Attempt 1 to provision port 1f1b7dcb-f764-473b-b8f3-64851c9e4c67 2026-05-28 22:55:17.468 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 2d2332ae-62fb-401c-823d-e8eb05f09e24 2026-05-28 22:55:17.722 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 1f1b7dcb-f764-473b-b8f3-64851c9e4c67 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-28 22:55:21.364 10 INFO neutron.plugins.ml2.plugin [None req-2f0b7e9f-5490-4afa-8200-a811e2075045 - - - - - -] Attempt 1 to provision port 27a7beb3-92b3-4c97-b37d-712a169bd5e0 2026-05-28 22:55:22.932 9 INFO neutron.plugins.ml2.plugin [None req-24a0afb5-2ae3-4ab0-b421-aabec3c442ac - - - - - -] Attempt 1 to provision port 1f1b7dcb-f764-473b-b8f3-64851c9e4c67 2026-05-28 22:55:23.418 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 27a7beb3-92b3-4c97-b37d-712a169bd5e0 2026-05-28 22:55:23.564 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-d55f4f7e-e7af-4a7a-ad1f-d7a070473ca1'] response: {'server_uuid': '1f45869c-4189-411b-bfcc-ad85d6826c36', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '27a7beb3-92b3-4c97-b37d-712a169bd5e0', 'code': 200} 2026-05-28 22:55:23.913 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 1f1b7dcb-f764-473b-b8f3-64851c9e4c67 2026-05-28 22:55:25.448 10 INFO neutron.plugins.ml2.plugin [None req-fa9f7f00-d8a0-41ec-a6a8-32138101af01 - - - - - -] Attempt 1 to provision port e4b8eba3-6e57-460d-92de-313a7b58ce2d 2026-05-28 22:55:25.454 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 27a7beb3-92b3-4c97-b37d-712a169bd5e0 2026-05-28 22:55:25.843 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 0e051e63-f0a0-4c17-a779-3a47066b45b2 2026-05-28 22:55:26.206 10 INFO neutron.plugins.ml2.plugin [None req-ed3a633d-6867-4ccb-a290-6a254e29b1f2 - - - - - -] Attempt 1 to provision port 0e051e63-f0a0-4c17-a779-3a47066b45b2 2026-05-28 22:55:27.266 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 0e051e63-f0a0-4c17-a779-3a47066b45b2 2026-05-28 22:55:28.039 9 INFO neutron.plugins.ml2.plugin [None req-4ac05842-83b5-4014-a923-631f299bd4a0 - - - - - -] Attempt 1 to provision port 04cd700e-5748-4378-a5a0-e1d205eddd2e 2026-05-28 22:55:28.704 9 INFO neutron.plugins.ml2.plugin [None req-ff36f96d-8cd4-4a56-b182-4ac0a42c229e - - - - - -] Attempt 1 to provision port 04cd700e-5748-4378-a5a0-e1d205eddd2e 2026-05-28 22:55:29.438 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 785a480d-12d3-40b8-bc86-84088b7b1599 2026-05-28 22:55:29.794 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 6dbe9faf-fcd3-495c-ab1f-d2008201b875 2026-05-28 22:55:30.341 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 0e954564-321e-4655-8fdf-8c9b56731382 2026-05-28 22:55:31.568 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 785a480d-12d3-40b8-bc86-84088b7b1599 2026-05-28 22:55:31.973 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 6dbe9faf-fcd3-495c-ab1f-d2008201b875 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-28 22:55:32.342 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 0e954564-321e-4655-8fdf-8c9b56731382 2026-05-28 22:55:33.287 10 INFO neutron.plugins.ml2.plugin [None req-9863e4eb-346a-4aae-b6a9-3b59efd7a11c - - - - - -] Attempt 1 to provision port 3a596ceb-03f8-439b-99e6-d812445d4f76 2026-05-28 22:55:33.574 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 276f97c6-f63b-4fb0-a4ad-fd77537472ee 2026-05-28 22:55:35.483 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 3a596ceb-03f8-439b-99e6-d812445d4f76 2026-05-28 22:55:35.598 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-8615fd2c-bbe3-4509-9382-95073db75f92'] response: {'server_uuid': '28dc9ab9-ed1c-45ec-867f-c153fa676689', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3a596ceb-03f8-439b-99e6-d812445d4f76', 'code': 200} 2026-05-28 22:55:37.317 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 8e2a025d-48d4-4bd4-a0e1-2d0f11f5e03e 2026-05-28 22:55:37.796 9 INFO neutron.plugins.ml2.plugin [None req-f87273f0-dcb3-467f-9d1f-e35e884d8e21 - - - - - -] Attempt 1 to provision port ae5e3671-2f58-4d1a-b5af-bc015f274b56 2026-05-28 22:55:38.254 10 INFO neutron.plugins.ml2.plugin [None req-f33c3183-0467-400d-b7b9-0a1c5357e14c - - - - - -] Attempt 1 to provision port 8e2a025d-48d4-4bd4-a0e1-2d0f11f5e03e 2026-05-28 22:55:39.566 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 8e2a025d-48d4-4bd4-a0e1-2d0f11f5e03e 2026-05-28 22:55:39.817 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 10aa46f8-6250-4daa-b800-36da48d05bac 2026-05-28 22:55:40.372 9 INFO neutron.plugins.ml2.plugin [None req-8c92f0ee-b096-45d4-9a33-05933c2a244b - - - - - -] Attempt 1 to provision port 10aa46f8-6250-4daa-b800-36da48d05bac 2026-05-28 22:55:40.472 9 INFO neutron.plugins.ml2.plugin [None req-8c92f0ee-b096-45d4-9a33-05933c2a244b - - - - - -] Attempt 1 to provision port b7e03506-ae03-49d1-b010-8f5d3f2f22db 2026-05-28 22:55:41.224 9 INFO neutron.plugins.ml2.plugin [None req-11120352-0c15-4bbd-9e97-466be5221732 - - - - - -] Attempt 1 to provision port b7e03506-ae03-49d1-b010-8f5d3f2f22db 2026-05-28 22:55:41.471 10 INFO neutron.plugins.ml2.plugin [None req-691a6aa8-2ed5-463e-b6ea-56c2184f5b6d - - - - - -] Attempt 1 to provision port 7687aee0-65d2-4765-b04a-20fe00d54f78 2026-05-28 22:55:41.655 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 10aa46f8-6250-4daa-b800-36da48d05bac 2026-05-28 22:55:42.052 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port ff8f39cd-ed85-419c-998c-153548e48083 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-28 22:55:43.324 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port ff8f39cd-ed85-419c-998c-153548e48083 2026-05-28 22:55:44.454 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-a8371e27-bea8-489a-8994-022f892beaf3'] response: {'server_uuid': '1f45869c-4189-411b-bfcc-ad85d6826c36', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '27a7beb3-92b3-4c97-b37d-712a169bd5e0', 'code': 200} 2026-05-28 22:55:45.402 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 27a7beb3-92b3-4c97-b37d-712a169bd5e0 2026-05-28 22:55:45.576 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-e6137480-f1d4-4a0f-aff9-14d903fd587a'] response: {'server_uuid': '1f45869c-4189-411b-bfcc-ad85d6826c36', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '27a7beb3-92b3-4c97-b37d-712a169bd5e0', 'code': 200} 2026-05-28 22:55:47.352 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 27a7beb3-92b3-4c97-b37d-712a169bd5e0 2026-05-28 22:55:50.941 10 INFO neutron.plugins.ml2.plugin [None req-dcffe619-85ec-4ca4-a113-137922bb4dfa - - - - - -] Attempt 1 to provision port 400b2bfc-c2dd-41c9-9bff-86e9650526a9 2026-05-28 22:55:53.398 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 400b2bfc-c2dd-41c9-9bff-86e9650526a9 2026-05-28 22:55:53.558 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-d47a53fc-46c7-43ee-9693-81f15cc5a706'] response: {'server_uuid': '9fbf015f-f9d4-414f-8efe-b3ceb68283f9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '400b2bfc-c2dd-41c9-9bff-86e9650526a9', 'code': 200} 2026-05-28 22:55:55.373 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 400b2bfc-c2dd-41c9-9bff-86e9650526a9 2026-05-28 22:55:57.429 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port ae5e3671-2f58-4d1a-b5af-bc015f274b56 2026-05-28 22:55:59.327 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port ae5e3671-2f58-4d1a-b5af-bc015f274b56 2026-05-28 22:55:59.490 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port b7e03506-ae03-49d1-b010-8f5d3f2f22db 2026-05-28 22:56:13.646 9 INFO neutron.plugins.ml2.plugin [None req-8d8cf862-7e05-4c8a-ad89-1fc643e0dd6d - - - - - -] Attempt 1 to provision port 48bf492b-2162-4774-864c-15e0a85ddce8 2026-05-28 22:56:14.505 9 INFO neutron.plugins.ml2.plugin [None req-00932b21-4d54-424a-99da-607164ff467e - - - - - -] Attempt 1 to provision port 2954c3c7-e801-4979-8fae-90a66b49bcbd 2026-05-28 22:56:15.326 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 2954c3c7-e801-4979-8fae-90a66b49bcbd 2026-05-28 22:56:16.170 9 INFO neutron.plugins.ml2.plugin [None req-0871bd65-37ce-4a31-bab8-96b8c5c1b76f - - - - - -] Attempt 1 to provision port 52906bb2-daa1-4b09-bbee-ecc46cc2a693 2026-05-28 22:56:16.829 9 INFO neutron.plugins.ml2.plugin [None req-dde6c8e9-7408-48e1-b450-6b55e8775e97 - - - - - -] Attempt 1 to provision port 52906bb2-daa1-4b09-bbee-ecc46cc2a693 2026-05-28 22:56:17.416 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port c107ff7f-f5e5-4e6f-adba-2cdd211b6c4e 2026-05-28 22:56:19.561 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port ae3d6879-2d45-4f60-ac9d-c3228c23346b 2026-05-28 22:56:20.004 9 INFO neutron.plugins.ml2.plugin [None req-77357c7c-ab3d-4952-887e-688e969a7fcc - - - - - -] Attempt 1 to provision port f59e2e49-7e3a-4f43-90bc-82b781dd87a5 2026-05-28 22:56:20.033 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port c107ff7f-f5e5-4e6f-adba-2cdd211b6c4e 2026-05-28 22:56:20.436 10 INFO neutron.plugins.ml2.plugin [None req-2d16afe8-9f71-4ca0-b40c-43db8968b8a4 - - - - - -] Attempt 1 to provision port ae3d6879-2d45-4f60-ac9d-c3228c23346b 2026-05-28 22:56:20.456 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port f59e2e49-7e3a-4f43-90bc-82b781dd87a5 2026-05-28 22:56:21.459 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port ae3d6879-2d45-4f60-ac9d-c3228c23346b 2026-05-28 22:56:21.634 9 INFO neutron.plugins.ml2.plugin [None req-99647787-4784-4553-b2e2-c44b7f0ce825 - - - - - -] Attempt 1 to provision port 98f26263-2e05-4a49-979e-aaa1362932ef 2026-05-28 22:56:21.786 10 INFO neutron.plugins.ml2.plugin [None req-d4eb5d6c-2348-4765-b615-10f5892b1ac3 - - - - - -] Attempt 1 to provision port 1f6ccc7c-ae4f-44e6-9ba1-4fe32c5d26ff 2026-05-28 22:56:21.864 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port f59e2e49-7e3a-4f43-90bc-82b781dd87a5 2026-05-28 22:56:22.051 9 INFO neutron.plugins.ml2.plugin [None req-4a4aed9d-97ab-4aad-845a-28e76dfccbce - - - - - -] Attempt 1 to provision port 1f6ccc7c-ae4f-44e6-9ba1-4fe32c5d26ff 2026-05-28 22:56:23.008 10 INFO neutron.plugins.ml2.plugin [None req-5de2cc42-25b9-4560-b26c-2e9e218d065a - - - - - -] Attempt 1 to provision port 64c0576d-a1b2-465c-b703-5e01c321d6cc 2026-05-28 22:56:23.425 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 98f26263-2e05-4a49-979e-aaa1362932ef 2026-05-28 22:56:23.659 10 INFO neutron.plugins.ml2.plugin [None req-d7577477-477d-4dc1-ad49-971da960b46a - - - - - -] Attempt 1 to provision port 64c0576d-a1b2-465c-b703-5e01c321d6cc 2026-05-28 22:56:23.670 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-0bc1c50a-079d-4772-a023-4cceabf13ea5'] response: {'server_uuid': '9b22ac28-234c-45ca-8c2a-23196b3f4c8e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '98f26263-2e05-4a49-979e-aaa1362932ef', 'code': 200} 2026-05-28 22:56:25.381 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 98f26263-2e05-4a49-979e-aaa1362932ef 2026-05-28 22:56:29.637 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 8580e5ec-e10c-4a4d-98d9-83e672bdf5c7 2026-05-28 22:56:30.459 10 INFO neutron.plugins.ml2.plugin [None req-a749a716-6597-4877-9aa4-cf2a219fa76a - - - - - -] Attempt 1 to provision port 8580e5ec-e10c-4a4d-98d9-83e672bdf5c7 2026-05-28 22:56:31.299 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 8580e5ec-e10c-4a4d-98d9-83e672bdf5c7 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-28 22:56:32.172 10 INFO neutron.plugins.ml2.plugin [None req-0220fe43-af57-4af3-ab8c-eb27e4798cdc - - - - - -] Attempt 1 to provision port 616e52a0-1647-455b-b0be-e04ddfaeed14 2026-05-28 22:56:33.034 9 INFO neutron.plugins.ml2.plugin [None req-4560829c-5796-4d10-bd27-db9a53c9a67a - - - - - -] Attempt 1 to provision port 616e52a0-1647-455b-b0be-e04ddfaeed14 2026-05-28 22:56:37.345 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 887bcc17-8406-42dc-bc08-25f8ebf43e53 2026-05-28 22:56:38.022 9 INFO neutron.plugins.ml2.plugin [None req-3e3147c7-7096-4efb-91cf-bd04e05b06dc - - - - - -] Attempt 1 to provision port 887bcc17-8406-42dc-bc08-25f8ebf43e53 2026-05-28 22:56:39.290 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 887bcc17-8406-42dc-bc08-25f8ebf43e53 2026-05-28 22:56:39.415 9 INFO neutron.plugins.ml2.plugin [None req-bbe10a26-91de-4d66-bd01-fa4ab9112bc1 - - - - - -] Attempt 1 to provision port ef18a237-28d0-4877-87ca-c6036789c1b7 2026-05-28 22:56:39.762 10 INFO neutron.plugins.ml2.plugin [None req-ddf6ca53-2f0a-4ce1-8192-dca2f6d51d8e - - - - - -] Attempt 1 to provision port ef18a237-28d0-4877-87ca-c6036789c1b7 2026-05-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9e8ce031-32ba-43db-9795-5b32a960add0 could not be found. 2026-05-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-28 22:56:40.510 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-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-28 22:56:40.510 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-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-28 22:56:40.510 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-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-28 22:56:40.510 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-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-28 22:56:40.510 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-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:56:40.510 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-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.510 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-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.510 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-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:56:40.510 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-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-28 22:56:40.510 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-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.510 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-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.510 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-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:56:40.510 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-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:56:40.510 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-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.510 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-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.510 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-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-28 22:56:40.510 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-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9e8ce031-32ba-43db-9795-5b32a960add0 could not be found. 2026-05-28 22:56:40.510 10 ERROR neutron.plugins.ml2.managers  2026-05-28 22:56:40.512 10 ERROR neutron.plugins.ml2.managers [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Failed to bind port 7755ceae-a5f7-4844-9129-7e5ca4084c8d on host instance for vnic_type normal using segments [{'id': '9df48749-d3da-40b2-9e88-1f990c27e796', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 841, 'network_id': 'd102b4d7-9f2a-49ed-b547-1e3d759e50bf'}] 2026-05-28 22:56:40.512 10 INFO neutron.plugins.ml2.plugin [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Attempt 2 to bind port 7755ceae-a5f7-4844-9129-7e5ca4084c8d 2026-05-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9e8ce031-32ba-43db-9795-5b32a960add0 could not be found. 2026-05-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-28 22:56:40.535 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-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-28 22:56:40.535 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-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-28 22:56:40.535 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-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-28 22:56:40.535 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-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-28 22:56:40.535 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-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:56:40.535 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-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.535 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-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.535 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-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:56:40.535 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-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-28 22:56:40.535 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-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.535 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-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.535 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-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:56:40.535 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-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:56:40.535 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-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.535 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-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.535 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-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-28 22:56:40.535 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-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9e8ce031-32ba-43db-9795-5b32a960add0 could not be found. 2026-05-28 22:56:40.535 10 ERROR neutron.plugins.ml2.managers  2026-05-28 22:56:40.536 10 ERROR neutron.plugins.ml2.managers [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Failed to bind port 7755ceae-a5f7-4844-9129-7e5ca4084c8d on host instance for vnic_type normal using segments [{'id': '9df48749-d3da-40b2-9e88-1f990c27e796', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 841, 'network_id': 'd102b4d7-9f2a-49ed-b547-1e3d759e50bf'}] 2026-05-28 22:56:40.536 10 INFO neutron.plugins.ml2.plugin [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Attempt 3 to bind port 7755ceae-a5f7-4844-9129-7e5ca4084c8d 2026-05-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9e8ce031-32ba-43db-9795-5b32a960add0 could not be found. 2026-05-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-28 22:56:40.558 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-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-28 22:56:40.558 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-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-28 22:56:40.558 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-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-28 22:56:40.558 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-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-28 22:56:40.558 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-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:56:40.558 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-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.558 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-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.558 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-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:56:40.558 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-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-28 22:56:40.558 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-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.558 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-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.558 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-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:56:40.558 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-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:56:40.558 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-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.558 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-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.558 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-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-28 22:56:40.558 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-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9e8ce031-32ba-43db-9795-5b32a960add0 could not be found. 2026-05-28 22:56:40.558 10 ERROR neutron.plugins.ml2.managers  2026-05-28 22:56:40.559 10 ERROR neutron.plugins.ml2.managers [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Failed to bind port 7755ceae-a5f7-4844-9129-7e5ca4084c8d on host instance for vnic_type normal using segments [{'id': '9df48749-d3da-40b2-9e88-1f990c27e796', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 841, 'network_id': 'd102b4d7-9f2a-49ed-b547-1e3d759e50bf'}] 2026-05-28 22:56:40.559 10 INFO neutron.plugins.ml2.plugin [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Attempt 4 to bind port 7755ceae-a5f7-4844-9129-7e5ca4084c8d 2026-05-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9e8ce031-32ba-43db-9795-5b32a960add0 could not be found. 2026-05-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-28 22:56:40.578 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-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-28 22:56:40.578 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-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-28 22:56:40.578 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-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-28 22:56:40.578 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-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-28 22:56:40.578 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-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:56:40.578 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-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.578 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-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.578 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-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:56:40.578 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-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-28 22:56:40.578 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-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.578 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-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.578 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-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:56:40.578 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-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:56:40.578 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-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.578 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-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.578 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-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-28 22:56:40.578 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-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9e8ce031-32ba-43db-9795-5b32a960add0 could not be found. 2026-05-28 22:56:40.578 10 ERROR neutron.plugins.ml2.managers  2026-05-28 22:56:40.579 10 ERROR neutron.plugins.ml2.managers [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Failed to bind port 7755ceae-a5f7-4844-9129-7e5ca4084c8d on host instance for vnic_type normal using segments [{'id': '9df48749-d3da-40b2-9e88-1f990c27e796', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 841, 'network_id': 'd102b4d7-9f2a-49ed-b547-1e3d759e50bf'}] 2026-05-28 22:56:40.579 10 INFO neutron.plugins.ml2.plugin [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Attempt 5 to bind port 7755ceae-a5f7-4844-9129-7e5ca4084c8d 2026-05-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9e8ce031-32ba-43db-9795-5b32a960add0 could not be found. 2026-05-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-28 22:56:40.603 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-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-28 22:56:40.603 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-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-28 22:56:40.603 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-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-28 22:56:40.603 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-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-28 22:56:40.603 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-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:56:40.603 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-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.603 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-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.603 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-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:56:40.603 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-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-28 22:56:40.603 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-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.603 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-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.603 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-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:56:40.603 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-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:56:40.603 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-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.603 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-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.603 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-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-28 22:56:40.603 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-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9e8ce031-32ba-43db-9795-5b32a960add0 could not be found. 2026-05-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers  2026-05-28 22:56:40.603 10 ERROR neutron.plugins.ml2.managers [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Failed to bind port 7755ceae-a5f7-4844-9129-7e5ca4084c8d on host instance for vnic_type normal using segments [{'id': '9df48749-d3da-40b2-9e88-1f990c27e796', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 841, 'network_id': 'd102b4d7-9f2a-49ed-b547-1e3d759e50bf'}] 2026-05-28 22:56:40.603 10 INFO neutron.plugins.ml2.plugin [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Attempt 6 to bind port 7755ceae-a5f7-4844-9129-7e5ca4084c8d 2026-05-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9e8ce031-32ba-43db-9795-5b32a960add0 could not be found. 2026-05-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-28 22:56:40.621 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-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-28 22:56:40.621 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-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-28 22:56:40.621 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-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-28 22:56:40.621 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-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-28 22:56:40.621 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-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:56:40.621 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-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.621 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-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.621 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-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:56:40.621 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-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-28 22:56:40.621 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-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.621 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-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.621 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-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:56:40.621 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-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:56:40.621 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-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.621 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-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.621 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-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-28 22:56:40.621 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-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9e8ce031-32ba-43db-9795-5b32a960add0 could not be found. 2026-05-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers  2026-05-28 22:56:40.621 10 ERROR neutron.plugins.ml2.managers [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Failed to bind port 7755ceae-a5f7-4844-9129-7e5ca4084c8d on host instance for vnic_type normal using segments [{'id': '9df48749-d3da-40b2-9e88-1f990c27e796', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 841, 'network_id': 'd102b4d7-9f2a-49ed-b547-1e3d759e50bf'}] 2026-05-28 22:56:40.622 10 INFO neutron.plugins.ml2.plugin [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Attempt 7 to bind port 7755ceae-a5f7-4844-9129-7e5ca4084c8d 2026-05-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9e8ce031-32ba-43db-9795-5b32a960add0 could not be found. 2026-05-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-28 22:56:40.640 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-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-28 22:56:40.640 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-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-28 22:56:40.640 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-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-28 22:56:40.640 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-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-28 22:56:40.640 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-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:56:40.640 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-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.640 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-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.640 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-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:56:40.640 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-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-28 22:56:40.640 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-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.640 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-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.640 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-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:56:40.640 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-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:56:40.640 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-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.640 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-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.640 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-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-28 22:56:40.640 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-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9e8ce031-32ba-43db-9795-5b32a960add0 could not be found. 2026-05-28 22:56:40.640 10 ERROR neutron.plugins.ml2.managers  2026-05-28 22:56:40.641 10 ERROR neutron.plugins.ml2.managers [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Failed to bind port 7755ceae-a5f7-4844-9129-7e5ca4084c8d on host instance for vnic_type normal using segments [{'id': '9df48749-d3da-40b2-9e88-1f990c27e796', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 841, 'network_id': 'd102b4d7-9f2a-49ed-b547-1e3d759e50bf'}] 2026-05-28 22:56:40.641 10 INFO neutron.plugins.ml2.plugin [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Attempt 8 to bind port 7755ceae-a5f7-4844-9129-7e5ca4084c8d 2026-05-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9e8ce031-32ba-43db-9795-5b32a960add0 could not be found. 2026-05-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-28 22:56:40.662 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-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-28 22:56:40.662 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-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-28 22:56:40.662 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-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-28 22:56:40.662 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-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-28 22:56:40.662 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-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:56:40.662 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-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.662 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-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.662 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-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:56:40.662 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-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-28 22:56:40.662 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-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.662 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-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.662 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-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:56:40.662 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-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:56:40.662 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-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.662 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-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.662 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-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-28 22:56:40.662 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-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9e8ce031-32ba-43db-9795-5b32a960add0 could not be found. 2026-05-28 22:56:40.662 10 ERROR neutron.plugins.ml2.managers  2026-05-28 22:56:40.663 10 ERROR neutron.plugins.ml2.managers [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Failed to bind port 7755ceae-a5f7-4844-9129-7e5ca4084c8d on host instance for vnic_type normal using segments [{'id': '9df48749-d3da-40b2-9e88-1f990c27e796', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 841, 'network_id': 'd102b4d7-9f2a-49ed-b547-1e3d759e50bf'}] 2026-05-28 22:56:40.663 10 INFO neutron.plugins.ml2.plugin [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Attempt 9 to bind port 7755ceae-a5f7-4844-9129-7e5ca4084c8d 2026-05-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9e8ce031-32ba-43db-9795-5b32a960add0 could not be found. 2026-05-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-28 22:56:40.685 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-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-28 22:56:40.685 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-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-28 22:56:40.685 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-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-28 22:56:40.685 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-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-28 22:56:40.685 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-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:56:40.685 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-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.685 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-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.685 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-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:56:40.685 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-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-28 22:56:40.685 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-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.685 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-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.685 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-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:56:40.685 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-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:56:40.685 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-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.685 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-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.685 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-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-28 22:56:40.685 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-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9e8ce031-32ba-43db-9795-5b32a960add0 could not be found. 2026-05-28 22:56:40.685 10 ERROR neutron.plugins.ml2.managers  2026-05-28 22:56:40.686 10 ERROR neutron.plugins.ml2.managers [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Failed to bind port 7755ceae-a5f7-4844-9129-7e5ca4084c8d on host instance for vnic_type normal using segments [{'id': '9df48749-d3da-40b2-9e88-1f990c27e796', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 841, 'network_id': 'd102b4d7-9f2a-49ed-b547-1e3d759e50bf'}] 2026-05-28 22:56:40.686 10 INFO neutron.plugins.ml2.plugin [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Attempt 10 to bind port 7755ceae-a5f7-4844-9129-7e5ca4084c8d 2026-05-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 9e8ce031-32ba-43db-9795-5b32a960add0 could not be found. 2026-05-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-28 22:56:40.709 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-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-28 22:56:40.709 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-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-28 22:56:40.709 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-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-28 22:56:40.709 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-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-28 22:56:40.709 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-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:56:40.709 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-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.709 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-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.709 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-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:56:40.709 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-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-28 22:56:40.709 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-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.709 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-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.709 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-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:56:40.709 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-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:56:40.709 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-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:56:40.709 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-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:56:40.709 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-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-28 22:56:40.709 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-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 9e8ce031-32ba-43db-9795-5b32a960add0 could not be found. 2026-05-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers  2026-05-28 22:56:40.709 10 ERROR neutron.plugins.ml2.managers [None req-ea10e9df-8890-442b-8b7f-d706bbad6f47 - - - - - -] Failed to bind port 7755ceae-a5f7-4844-9129-7e5ca4084c8d on host instance for vnic_type normal using segments [{'id': '9df48749-d3da-40b2-9e88-1f990c27e796', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 841, 'network_id': 'd102b4d7-9f2a-49ed-b547-1e3d759e50bf'}] 2026-05-28 22:56:41.116 9 INFO neutron.plugins.ml2.plugin [None req-4fc0d8c3-16f8-44c4-ad33-acc3943643e0 - - - - - -] Attempt 1 to provision port e695c864-a180-432c-b0e6-6d6c71910397 2026-05-28 22:56:41.395 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port e695c864-a180-432c-b0e6-6d6c71910397 2026-05-28 22:56:43.099 9 INFO neutron.plugins.ml2.plugin [None req-924a2cdf-c3e1-4be0-90f1-607cfe92d1a3 - - - - - -] Attempt 1 to provision port 66c54132-f250-4f0c-9c18-41df7bea0914 2026-05-28 22:56:43.365 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port e695c864-a180-432c-b0e6-6d6c71910397 2026-05-28 22:56:46.569 10 INFO neutron.plugins.ml2.plugin [None req-1b73d58e-f280-4944-830c-432cea424a19 - - - - - -] Attempt 1 to provision port 0903f525-2896-45cc-9c1c-8c2acdf13f2c 2026-05-28 22:56:47.409 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port fedaeabf-c5fa-4231-bb33-b292ee270a4e 2026-05-28 22:56:47.540 10 INFO neutron.plugins.ml2.plugin [None req-b2108e82-94bb-4a2c-bfbe-fc5bc0332b89 - - - - - -] Attempt 1 to provision port fedaeabf-c5fa-4231-bb33-b292ee270a4e 2026-05-28 22:56:49.429 10 INFO neutron.plugins.ml2.plugin [None req-84267112-44eb-48a2-a34b-d448722907e1 - - - - - -] Attempt 1 to provision port 8c9013a7-46cf-4c0a-b3bc-67703fb56b46 2026-05-28 22:56:49.441 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port bd298116-5cbe-4e15-84b2-a974f1804595 2026-05-28 22:56:50.085 10 INFO neutron.plugins.ml2.plugin [None req-b9b8b74a-257c-40df-8b88-15c037008f53 - - - - - -] Attempt 1 to provision port 8c9013a7-46cf-4c0a-b3bc-67703fb56b46 2026-05-28 22:56:50.165 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port fedaeabf-c5fa-4231-bb33-b292ee270a4e 2026-05-28 22:56:51.533 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port bd298116-5cbe-4e15-84b2-a974f1804595 2026-05-28 22:56:52.961 10 INFO neutron.plugins.ml2.plugin [None req-0ba68df2-9238-4874-be9c-5d1174483b62 - - - - - -] Attempt 1 to provision port 7919fe01-2b68-48b3-a9d0-d4ae127dfc9d 2026-05-28 22:56:53.655 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port d8f98adc-9aa1-46a0-a3ea-7b52e24b804d 2026-05-28 22:56:54.022 10 INFO neutron.plugins.ml2.plugin [None req-234cf240-513e-41fc-bbf1-472fe9d37379 - - - - - -] Attempt 1 to provision port 8375e2b8-e032-435a-b95b-191b9b614b63 2026-05-28 22:56:54.485 9 INFO neutron.plugins.ml2.plugin [None req-7b273cb6-b191-42f1-84d5-ca169955a74b - - - - - -] Attempt 1 to provision port d8f98adc-9aa1-46a0-a3ea-7b52e24b804d 2026-05-28 22:56:54.545 9 INFO neutron.plugins.ml2.db [None req-7b273cb6-b191-42f1-84d5-ca169955a74b - - - - - -] No ports have port_id starting with d8f98adc-9aa1-46a0-a3ea-7b52e24b804d 2026-05-28 22:56:54.601 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 8375e2b8-e032-435a-b95b-191b9b614b63 2026-05-28 22:56:55.067 10 INFO neutron.plugins.ml2.plugin [None req-4f00dc4e-4fcf-4628-a2c3-badb0e577f4f - - - - - -] Attempt 1 to provision port f00bf51e-8092-41d3-bc28-35f0c326dc63 2026-05-28 22:56:55.496 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 8375e2b8-e032-435a-b95b-191b9b614b63 2026-05-28 22:56:55.722 10 INFO neutron.plugins.ml2.plugin [None req-fffe78ff-e7ad-4246-98ed-c42168c98800 - - - - - -] Attempt 1 to provision port f37b97e4-8d40-46ef-b334-1ddad9d8438c 2026-05-28 22:56:56.163 9 INFO neutron.plugins.ml2.plugin [None req-1e77ab72-dc83-46c5-85a3-11d7d69cd0e2 - - - - - -] Attempt 1 to provision port f37b97e4-8d40-46ef-b334-1ddad9d8438c 2026-05-28 22:56:57.417 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port fbf32b66-91fe-439b-977a-b62ef9154aaa 2026-05-28 22:56:59.156 9 INFO neutron.plugins.ml2.plugin [None req-012448a3-85be-4b95-aec8-0b1c99af3ee6 - - - - - -] Attempt 1 to provision port a384f335-c2e7-4444-aa79-1d9f7b63b7c0 2026-05-28 22:56:59.452 9 INFO neutron.plugins.ml2.plugin [None req-012448a3-85be-4b95-aec8-0b1c99af3ee6 - - - - - -] Attempt 1 to provision port fad57d6f-49d5-4fbd-bcdc-dc2021aa65eb 2026-05-28 22:56:59.597 10 INFO neutron.plugins.ml2.plugin [None req-534056ad-59ab-4702-8f79-367e1d051faa - - - - - -] Attempt 1 to provision port fad57d6f-49d5-4fbd-bcdc-dc2021aa65eb 2026-05-28 22:56:59.609 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 5d7893b3-38e1-4dfc-973d-231c4d5ce42b 2026-05-28 22:57:00.022 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port fbf32b66-91fe-439b-977a-b62ef9154aaa 2026-05-28 22:57:00.270 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port a384f335-c2e7-4444-aa79-1d9f7b63b7c0 2026-05-28 22:57:01.412 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 5d7893b3-38e1-4dfc-973d-231c4d5ce42b 2026-05-28 22:57:01.774 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port a384f335-c2e7-4444-aa79-1d9f7b63b7c0 2026-05-28 22:57:03.061 10 INFO neutron.plugins.ml2.plugin [None req-3e94d051-0d6c-43f0-9eb7-0487131e4c0c - - - - - -] Attempt 1 to provision port 991e5aa0-1df7-4033-8e00-f5eb0af78580 2026-05-28 22:57:04.819 10 INFO neutron.plugins.ml2.plugin [None req-f9dff452-23cd-4d72-a162-44c454cc983d - - - - - -] Attempt 1 to provision port 6ae191c7-5363-41f6-96b8-1a6c3ed96eea 2026-05-28 22:57:05.575 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 991e5aa0-1df7-4033-8e00-f5eb0af78580 2026-05-28 22:57:05.759 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b81f8f2-c03e-4471-a0fa-eb9f2b6c82e2'] response: {'server_uuid': '251eb8e6-d3b8-49c7-b44c-86fac0635711', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '991e5aa0-1df7-4033-8e00-f5eb0af78580', 'code': 200} 2026-05-28 22:57:05.782 10 INFO neutron.plugins.ml2.plugin [None req-8f506726-efc8-45ed-a1c5-bacac4db1440 - - - - - -] Attempt 1 to provision port 210ee1a6-26de-40fe-8290-19102bb31655 2026-05-28 22:57:06.159 9 INFO neutron.plugins.ml2.plugin [None req-2ecefc61-d0a6-46f7-9a7d-59af15736b40 - - - - - -] Attempt 1 to provision port ecf4fdde-16e5-43be-9505-7daeefe927b8 2026-05-28 22:57:06.187 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port ecf4fdde-16e5-43be-9505-7daeefe927b8 2026-05-28 22:57:06.672 9 INFO neutron.plugins.ml2.plugin [None req-e09dfaba-85fb-4086-9c51-4871fa6bd851 - - - - - -] Attempt 1 to provision port 5bf6150e-a0c6-459a-9e50-d51a5349db90 2026-05-28 22:57:07.223 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 210ee1a6-26de-40fe-8290-19102bb31655 2026-05-28 22:57:07.466 9 INFO neutron.plugins.ml2.plugin [None req-608d1451-cdaf-415e-815f-32f13507885a - - - - - -] Attempt 1 to provision port 5bf6150e-a0c6-459a-9e50-d51a5349db90 2026-05-28 22:57:07.836 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 6ae191c7-5363-41f6-96b8-1a6c3ed96eea 2026-05-28 22:57:07.956 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-80b1f612-2860-461d-8cd8-609c0e063366'] response: {'server_uuid': 'c061b7b5-1f5c-4980-98ee-aa883bf6a1f2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6ae191c7-5363-41f6-96b8-1a6c3ed96eea', 'code': 200} 2026-05-28 22:57:08.347 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 0903f525-2896-45cc-9c1c-8c2acdf13f2c 2026-05-28 22:57:08.762 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 210ee1a6-26de-40fe-8290-19102bb31655 2026-05-28 22:57:09.032 9 INFO neutron.plugins.ml2.plugin [None req-1270f03f-54d4-4393-ab36-3c8078ae7562 - - - - - -] Attempt 1 to provision port d1018e72-6198-4c85-8d73-ab3e652e9f80 2026-05-28 22:57:09.045 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 991e5aa0-1df7-4033-8e00-f5eb0af78580 2026-05-28 22:57:09.318 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 8c9013a7-46cf-4c0a-b3bc-67703fb56b46 2026-05-28 22:57:09.694 9 INFO neutron.plugins.ml2.plugin [None req-c64c2cc7-46e5-41b8-b3bf-103ab397270e - - - - - -] Attempt 1 to provision port d1018e72-6198-4c85-8d73-ab3e652e9f80 2026-05-28 22:57:09.707 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port ecf4fdde-16e5-43be-9505-7daeefe927b8 2026-05-28 22:57:10.104 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 6ae191c7-5363-41f6-96b8-1a6c3ed96eea 2026-05-28 22:57:10.394 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 0903f525-2896-45cc-9c1c-8c2acdf13f2c 2026-05-28 22:57:10.672 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 8c9013a7-46cf-4c0a-b3bc-67703fb56b46 2026-05-28 22:57:14.102 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port f37b97e4-8d40-46ef-b334-1ddad9d8438c 2026-05-28 22:57:14.496 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 7919fe01-2b68-48b3-a9d0-d4ae127dfc9d 2026-05-28 22:57:16.405 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port f37b97e4-8d40-46ef-b334-1ddad9d8438c 2026-05-28 22:57:16.735 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port f00bf51e-8092-41d3-bc28-35f0c326dc63 2026-05-28 22:57:17.009 10 INFO neutron.plugins.ml2.plugin [None req-75fa576e-a816-4c8c-bed9-6c087d1377e8 - - - - - -] Attempt 1 to provision port 98884098-1f28-4d03-83cc-acbf6a19f3c0 2026-05-28 22:57:17.069 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 98884098-1f28-4d03-83cc-acbf6a19f3c0 2026-05-28 22:57:17.360 9 INFO neutron.plugins.ml2.plugin [None req-cbda8906-974b-4f01-875e-b4c4d37e795b - - - - - -] Attempt 1 to provision port 66df5d9b-fa64-416c-83e3-fb13104be945 2026-05-28 22:57:18.055 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 7919fe01-2b68-48b3-a9d0-d4ae127dfc9d 2026-05-28 22:57:18.302 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port fad57d6f-49d5-4fbd-bcdc-dc2021aa65eb 2026-05-28 22:57:18.653 9 INFO neutron.plugins.ml2.plugin [None req-ada958cc-6a68-4342-bb26-c46eb09c8cce - - - - - -] Attempt 1 to provision port 66df5d9b-fa64-416c-83e3-fb13104be945 2026-05-28 22:57:19.132 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 98884098-1f28-4d03-83cc-acbf6a19f3c0 2026-05-28 22:57:19.403 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port f00bf51e-8092-41d3-bc28-35f0c326dc63 2026-05-28 22:57:19.667 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port fad57d6f-49d5-4fbd-bcdc-dc2021aa65eb 2026-05-28 22:57:25.270 9 INFO neutron.plugins.ml2.plugin [None req-16cf4cc9-0c0c-4e86-b46a-53fbb1416455 - - - - - -] Attempt 1 to provision port e96d8988-f988-4fd8-a6d0-e47054b61da0 2026-05-28 22:57:25.378 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port e96d8988-f988-4fd8-a6d0-e47054b61da0 2026-05-28 22:57:25.637 9 INFO neutron.plugins.ml2.plugin [None req-51abaaa7-7b1b-4b42-97c8-474aaecb0ee1 - - - - - -] Attempt 1 to provision port d6f0d815-a648-491c-b403-075151c1532c 2026-05-28 22:57:25.994 9 INFO neutron.plugins.ml2.plugin [None req-c24cd23f-5ba0-4a2c-b0ee-39cf8ec47645 - - - - - -] Attempt 1 to provision port d6f0d815-a648-491c-b403-075151c1532c 2026-05-28 22:57:27.299 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port e96d8988-f988-4fd8-a6d0-e47054b61da0 2026-05-28 22:57:32.604 10 INFO neutron.plugins.ml2.plugin [None req-dd881632-5cbe-436f-a810-abd7826414dd - - - - - -] Attempt 1 to provision port 0d3fd5cf-099d-44cd-becb-a2e5449711f4 2026-05-28 22:57:36.274 10 INFO neutron.plugins.ml2.plugin [None req-da24aedf-6df6-4f0f-bfc8-8b4ea859e66d - - - - - -] Attempt 1 to provision port 65589941-c51d-4175-a193-358e9a72a3fb 2026-05-28 22:57:39.182 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 65589941-c51d-4175-a193-358e9a72a3fb 2026-05-28 22:57:39.331 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9889513-31ca-4924-817c-a09874210656'] response: {'server_uuid': '4510cf73-0399-4664-9e5e-944b6729987f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '65589941-c51d-4175-a193-358e9a72a3fb', 'code': 200} 2026-05-28 22:57:41.147 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 65589941-c51d-4175-a193-358e9a72a3fb 2026-05-28 22:57:47.326 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port c1eed71a-9c20-4e0f-984e-3cd17acaddb9 2026-05-28 22:57:47.849 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 31fced2d-c202-4883-be40-2df4e1ec47c5 2026-05-28 22:57:48.014 9 INFO neutron.plugins.ml2.plugin [None req-b9cca448-d2c9-4b01-95fc-14c5520333c6 - - - - - -] Attempt 1 to provision port 31fced2d-c202-4883-be40-2df4e1ec47c5 2026-05-28 22:57:48.701 9 INFO neutron.plugins.ml2.plugin [None req-580f98e6-b330-4fc2-ad99-af501e7a237e - - - - - -] Attempt 1 to provision port 739408fa-0a9f-49c4-a061-4a07426b94cc 2026-05-28 22:57:49.195 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port c1eed71a-9c20-4e0f-984e-3cd17acaddb9 2026-05-28 22:57:49.359 9 INFO neutron.plugins.ml2.plugin [None req-f86449e2-6ab2-453e-92ed-e2560b8e239c - - - - - -] Attempt 1 to provision port c1eed71a-9c20-4e0f-984e-3cd17acaddb9 2026-05-28 22:57:49.523 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 78a12ffd-1783-4652-9a69-ec2c6e3172ce 2026-05-28 22:57:49.938 9 INFO neutron.plugins.ml2.plugin [None req-12928f2f-07de-4b80-a1f0-3e3d6abb4993 - - - - - -] Attempt 1 to provision port 31fced2d-c202-4883-be40-2df4e1ec47c5 2026-05-28 22:57:50.126 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 31fced2d-c202-4883-be40-2df4e1ec47c5 2026-05-28 22:57:50.131 9 INFO neutron.plugins.ml2.plugin [None req-f95767bb-0fe4-4209-8fbc-4091882a435e - - - - - -] Attempt 1 to provision port 78a12ffd-1783-4652-9a69-ec2c6e3172ce 2026-05-28 22:57:51.111 9 INFO neutron.plugins.ml2.plugin [None req-7b215857-47f8-4607-bbd4-0ba3d607a01b - - - - - -] Attempt 1 to provision port c1eed71a-9c20-4e0f-984e-3cd17acaddb9 2026-05-28 22:57:51.196 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 78a12ffd-1783-4652-9a69-ec2c6e3172ce 2026-05-28 22:57:51.290 9 INFO neutron.plugins.ml2.plugin [None req-96eff798-ea3d-4ac6-9d81-d954b616290a - - - - - -] Attempt 1 to provision port 5360f2a0-186d-40ee-bf53-fac454f0fd9c 2026-05-28 22:57:51.428 9 INFO neutron.plugins.ml2.plugin [None req-871137f5-8158-4521-bef5-32c0515df72f - - - - - -] Attempt 1 to provision port 78a12ffd-1783-4652-9a69-ec2c6e3172ce 2026-05-28 22:57:52.433 10 INFO neutron.plugins.ml2.plugin [None req-dca7a691-c752-422b-bccb-0f1e31c0a5d1 - - - - - -] Attempt 1 to provision port 5360f2a0-186d-40ee-bf53-fac454f0fd9c 2026-05-28 22:57:53.211 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port b4821888-677a-4120-a9cb-1a0fb5682abb 2026-05-28 22:57:53.508 9 INFO neutron.plugins.ml2.plugin [None req-2d5cbfcc-e310-4b5b-8406-7d2b3c071ded - - - - - -] Attempt 1 to provision port fb25fed8-52c3-42cb-b892-023063a323ac 2026-05-28 22:57:54.279 9 INFO neutron.plugins.ml2.plugin [None req-2daa4e43-d467-43e0-a16a-c6cdd8590df4 - - - - - -] Attempt 1 to provision port fb25fed8-52c3-42cb-b892-023063a323ac 2026-05-28 22:57:55.243 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port b4821888-677a-4120-a9cb-1a0fb5682abb 2026-05-28 22:57:55.541 9 INFO neutron.plugins.ml2.plugin [None req-b2ecfd0b-ea5c-4ff8-981d-ebe39912c76a - - - - - -] Attempt 1 to provision port d9009f59-01c3-4323-b5d2-a824703257ab 2026-05-28 22:57:56.441 10 INFO neutron.plugins.ml2.plugin [None req-6f479000-76bf-4e47-89cf-7f3be48ddeef - - - - - -] Attempt 1 to provision port d9009f59-01c3-4323-b5d2-a824703257ab 2026-05-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6b65230a-a958-447f-a983-81fa63e4640b could not be found. 2026-05-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-28 22:57:59.860 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-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-28 22:57:59.860 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-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-28 22:57:59.860 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-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-28 22:57:59.860 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-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-28 22:57:59.860 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-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:57:59.860 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-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:57:59.860 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-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:57:59.860 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-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:57:59.860 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-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-28 22:57:59.860 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-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:57:59.860 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-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:57:59.860 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-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:57:59.860 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-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:57:59.860 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-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:57:59.860 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-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:57:59.860 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-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-28 22:57:59.860 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-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6b65230a-a958-447f-a983-81fa63e4640b could not be found. 2026-05-28 22:57:59.860 9 ERROR neutron.plugins.ml2.managers  2026-05-28 22:57:59.862 9 ERROR neutron.plugins.ml2.managers [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Failed to bind port 1dac12af-396f-4e11-bd7f-79fdf4f5512a on host instance for vnic_type normal using segments [{'id': 'a3f7c62a-4052-4fa2-b63c-c52993e69da2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 824, 'network_id': 'e6464f4b-e509-4f2f-8e2f-9e7593c6af1b'}] 2026-05-28 22:57:59.863 9 INFO neutron.plugins.ml2.plugin [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Attempt 2 to bind port 1dac12af-396f-4e11-bd7f-79fdf4f5512a 2026-05-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6b65230a-a958-447f-a983-81fa63e4640b could not be found. 2026-05-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-28 22:57:59.889 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-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-28 22:57:59.889 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-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-28 22:57:59.889 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-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-28 22:57:59.889 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-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-28 22:57:59.889 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-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:57:59.889 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-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:57:59.889 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-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:57:59.889 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-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:57:59.889 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-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-28 22:57:59.889 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-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:57:59.889 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-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:57:59.889 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-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:57:59.889 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-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:57:59.889 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-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:57:59.889 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-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:57:59.889 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-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-28 22:57:59.889 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-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6b65230a-a958-447f-a983-81fa63e4640b could not be found. 2026-05-28 22:57:59.889 9 ERROR neutron.plugins.ml2.managers  2026-05-28 22:57:59.890 9 ERROR neutron.plugins.ml2.managers [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Failed to bind port 1dac12af-396f-4e11-bd7f-79fdf4f5512a on host instance for vnic_type normal using segments [{'id': 'a3f7c62a-4052-4fa2-b63c-c52993e69da2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 824, 'network_id': 'e6464f4b-e509-4f2f-8e2f-9e7593c6af1b'}] 2026-05-28 22:57:59.891 9 INFO neutron.plugins.ml2.plugin [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Attempt 3 to bind port 1dac12af-396f-4e11-bd7f-79fdf4f5512a 2026-05-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6b65230a-a958-447f-a983-81fa63e4640b could not be found. 2026-05-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-28 22:57:59.916 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-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-28 22:57:59.916 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-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-28 22:57:59.916 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-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-28 22:57:59.916 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-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-28 22:57:59.916 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-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:57:59.916 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-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:57:59.916 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-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:57:59.916 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-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:57:59.916 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-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-28 22:57:59.916 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-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:57:59.916 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-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:57:59.916 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-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:57:59.916 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-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:57:59.916 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-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:57:59.916 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-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:57:59.916 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-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-28 22:57:59.916 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-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6b65230a-a958-447f-a983-81fa63e4640b could not be found. 2026-05-28 22:57:59.916 9 ERROR neutron.plugins.ml2.managers  2026-05-28 22:57:59.917 9 ERROR neutron.plugins.ml2.managers [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Failed to bind port 1dac12af-396f-4e11-bd7f-79fdf4f5512a on host instance for vnic_type normal using segments [{'id': 'a3f7c62a-4052-4fa2-b63c-c52993e69da2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 824, 'network_id': 'e6464f4b-e509-4f2f-8e2f-9e7593c6af1b'}] 2026-05-28 22:57:59.918 9 INFO neutron.plugins.ml2.plugin [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Attempt 4 to bind port 1dac12af-396f-4e11-bd7f-79fdf4f5512a 2026-05-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6b65230a-a958-447f-a983-81fa63e4640b could not be found. 2026-05-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-28 22:57:59.938 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-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-28 22:57:59.938 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-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-28 22:57:59.938 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-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-28 22:57:59.938 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-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-28 22:57:59.938 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-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:57:59.938 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-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:57:59.938 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-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:57:59.938 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-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:57:59.938 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-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-28 22:57:59.938 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-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:57:59.938 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-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:57:59.938 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-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:57:59.938 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-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:57:59.938 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-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:57:59.938 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-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:57:59.938 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-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-28 22:57:59.938 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-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6b65230a-a958-447f-a983-81fa63e4640b could not be found. 2026-05-28 22:57:59.938 9 ERROR neutron.plugins.ml2.managers  2026-05-28 22:57:59.939 9 ERROR neutron.plugins.ml2.managers [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Failed to bind port 1dac12af-396f-4e11-bd7f-79fdf4f5512a on host instance for vnic_type normal using segments [{'id': 'a3f7c62a-4052-4fa2-b63c-c52993e69da2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 824, 'network_id': 'e6464f4b-e509-4f2f-8e2f-9e7593c6af1b'}] 2026-05-28 22:57:59.939 9 INFO neutron.plugins.ml2.plugin [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Attempt 5 to bind port 1dac12af-396f-4e11-bd7f-79fdf4f5512a 2026-05-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6b65230a-a958-447f-a983-81fa63e4640b could not be found. 2026-05-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-28 22:57:59.964 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-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-28 22:57:59.964 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-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-28 22:57:59.964 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-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-28 22:57:59.964 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-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-28 22:57:59.964 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-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:57:59.964 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-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:57:59.964 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-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:57:59.964 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-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:57:59.964 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-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-28 22:57:59.964 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-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:57:59.964 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-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:57:59.964 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-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:57:59.964 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-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:57:59.964 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-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:57:59.964 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-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:57:59.964 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-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-28 22:57:59.964 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-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6b65230a-a958-447f-a983-81fa63e4640b could not be found. 2026-05-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers  2026-05-28 22:57:59.964 9 ERROR neutron.plugins.ml2.managers [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Failed to bind port 1dac12af-396f-4e11-bd7f-79fdf4f5512a on host instance for vnic_type normal using segments [{'id': 'a3f7c62a-4052-4fa2-b63c-c52993e69da2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 824, 'network_id': 'e6464f4b-e509-4f2f-8e2f-9e7593c6af1b'}] 2026-05-28 22:57:59.965 9 INFO neutron.plugins.ml2.plugin [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Attempt 6 to bind port 1dac12af-396f-4e11-bd7f-79fdf4f5512a 2026-05-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6b65230a-a958-447f-a983-81fa63e4640b could not be found. 2026-05-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-28 22:57:59.985 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-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-28 22:57:59.985 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-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-28 22:57:59.985 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-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-28 22:57:59.985 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-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-28 22:57:59.985 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-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:57:59.985 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-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:57:59.985 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-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:57:59.985 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-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:57:59.985 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-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-28 22:57:59.985 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-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:57:59.985 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-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:57:59.985 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-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:57:59.985 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-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:57:59.985 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-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:57:59.985 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-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:57:59.985 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-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-28 22:57:59.985 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-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6b65230a-a958-447f-a983-81fa63e4640b could not be found. 2026-05-28 22:57:59.985 9 ERROR neutron.plugins.ml2.managers  2026-05-28 22:57:59.986 9 ERROR neutron.plugins.ml2.managers [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Failed to bind port 1dac12af-396f-4e11-bd7f-79fdf4f5512a on host instance for vnic_type normal using segments [{'id': 'a3f7c62a-4052-4fa2-b63c-c52993e69da2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 824, 'network_id': 'e6464f4b-e509-4f2f-8e2f-9e7593c6af1b'}] 2026-05-28 22:57:59.987 9 INFO neutron.plugins.ml2.plugin [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Attempt 7 to bind port 1dac12af-396f-4e11-bd7f-79fdf4f5512a 2026-05-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6b65230a-a958-447f-a983-81fa63e4640b could not be found. 2026-05-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-28 22:58:00.094 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-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-28 22:58:00.094 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-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-28 22:58:00.094 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-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-28 22:58:00.094 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-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-28 22:58:00.094 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-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:58:00.094 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-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:58:00.094 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-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:58:00.094 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-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:58:00.094 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-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-28 22:58:00.094 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-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:58:00.094 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-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:58:00.094 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-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:58:00.094 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-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:58:00.094 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-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:58:00.094 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-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:58:00.094 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-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-28 22:58:00.094 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-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6b65230a-a958-447f-a983-81fa63e4640b could not be found. 2026-05-28 22:58:00.094 9 ERROR neutron.plugins.ml2.managers  2026-05-28 22:58:00.095 9 ERROR neutron.plugins.ml2.managers [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Failed to bind port 1dac12af-396f-4e11-bd7f-79fdf4f5512a on host instance for vnic_type normal using segments [{'id': 'a3f7c62a-4052-4fa2-b63c-c52993e69da2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 824, 'network_id': 'e6464f4b-e509-4f2f-8e2f-9e7593c6af1b'}] 2026-05-28 22:58:00.096 9 INFO neutron.plugins.ml2.plugin [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Attempt 8 to bind port 1dac12af-396f-4e11-bd7f-79fdf4f5512a 2026-05-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6b65230a-a958-447f-a983-81fa63e4640b could not be found. 2026-05-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-28 22:58:00.120 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-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-28 22:58:00.120 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-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-28 22:58:00.120 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-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-28 22:58:00.120 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-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-28 22:58:00.120 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-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:58:00.120 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-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:58:00.120 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-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:58:00.120 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-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:58:00.120 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-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-28 22:58:00.120 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-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:58:00.120 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-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:58:00.120 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-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:58:00.120 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-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:58:00.120 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-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:58:00.120 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-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:58:00.120 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-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-28 22:58:00.120 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-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6b65230a-a958-447f-a983-81fa63e4640b could not be found. 2026-05-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers  2026-05-28 22:58:00.120 9 ERROR neutron.plugins.ml2.managers [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Failed to bind port 1dac12af-396f-4e11-bd7f-79fdf4f5512a on host instance for vnic_type normal using segments [{'id': 'a3f7c62a-4052-4fa2-b63c-c52993e69da2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 824, 'network_id': 'e6464f4b-e509-4f2f-8e2f-9e7593c6af1b'}] 2026-05-28 22:58:00.122 9 INFO neutron.plugins.ml2.plugin [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Attempt 9 to bind port 1dac12af-396f-4e11-bd7f-79fdf4f5512a 2026-05-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6b65230a-a958-447f-a983-81fa63e4640b could not be found. 2026-05-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-28 22:58:00.139 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-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-28 22:58:00.139 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-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-28 22:58:00.139 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-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-28 22:58:00.139 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-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-28 22:58:00.139 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-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:58:00.139 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-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:58:00.139 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-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:58:00.139 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-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:58:00.139 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-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-28 22:58:00.139 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-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:58:00.139 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-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:58:00.139 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-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:58:00.139 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-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:58:00.139 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-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:58:00.139 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-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:58:00.139 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-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-28 22:58:00.139 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-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6b65230a-a958-447f-a983-81fa63e4640b could not be found. 2026-05-28 22:58:00.139 9 ERROR neutron.plugins.ml2.managers  2026-05-28 22:58:00.140 9 ERROR neutron.plugins.ml2.managers [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Failed to bind port 1dac12af-396f-4e11-bd7f-79fdf4f5512a on host instance for vnic_type normal using segments [{'id': 'a3f7c62a-4052-4fa2-b63c-c52993e69da2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 824, 'network_id': 'e6464f4b-e509-4f2f-8e2f-9e7593c6af1b'}] 2026-05-28 22:58:00.140 9 INFO neutron.plugins.ml2.plugin [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Attempt 10 to bind port 1dac12af-396f-4e11-bd7f-79fdf4f5512a 2026-05-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6b65230a-a958-447f-a983-81fa63e4640b could not be found. 2026-05-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-28 22:58:00.159 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-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-28 22:58:00.159 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-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-28 22:58:00.159 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-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-28 22:58:00.159 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-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-28 22:58:00.159 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-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:58:00.159 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-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:58:00.159 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-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:58:00.159 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-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:58:00.159 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-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-28 22:58:00.159 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-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:58:00.159 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-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:58:00.159 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-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-28 22:58:00.159 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-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-28 22:58:00.159 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-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-28 22:58:00.159 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-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-28 22:58:00.159 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-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-28 22:58:00.159 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-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6b65230a-a958-447f-a983-81fa63e4640b could not be found. 2026-05-28 22:58:00.159 9 ERROR neutron.plugins.ml2.managers  2026-05-28 22:58:00.160 9 ERROR neutron.plugins.ml2.managers [None req-2a101cec-a93a-4b39-a667-c6c368f4c8d1 - - - - - -] Failed to bind port 1dac12af-396f-4e11-bd7f-79fdf4f5512a on host instance for vnic_type normal using segments [{'id': 'a3f7c62a-4052-4fa2-b63c-c52993e69da2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 824, 'network_id': 'e6464f4b-e509-4f2f-8e2f-9e7593c6af1b'}] 2026-05-28 22:58:03.429 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 90b50881-3097-4e5b-8dc0-d3c0c863c5ad 2026-05-28 22:58:03.490 9 INFO neutron.plugins.ml2.plugin [None req-883b493d-a7c6-4e1c-8614-d7215f523920 - - - - - -] Attempt 1 to provision port 90b50881-3097-4e5b-8dc0-d3c0c863c5ad 2026-05-28 22:58:05.299 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 14edb769-0ea8-49d1-a783-ef909c9faf3c 2026-05-28 22:58:05.458 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-917159ed-c21a-45fe-ae9b-d74a1d1c6a32'] response: {'server_uuid': 'aae9f894-5fc5-4f44-9a76-a316fa801c3e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '14edb769-0ea8-49d1-a783-ef909c9faf3c', 'code': 200} 2026-05-28 22:58:07.131 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 14edb769-0ea8-49d1-a783-ef909c9faf3c 2026-05-28 22:58:10.837 10 INFO neutron.plugins.ml2.plugin [None req-acafbeb5-083c-4095-a3fd-d727bfcc97f2 - - - - - -] Attempt 1 to provision port 1c6059ee-baa3-4d24-a17e-3c4fe246cd85 2026-05-28 22:58:11.385 10 INFO neutron.plugins.ml2.plugin [None req-acafbeb5-083c-4095-a3fd-d727bfcc97f2 - - - - - -] Attempt 2 to provision port 1c6059ee-baa3-4d24-a17e-3c4fe246cd85 2026-05-28 22:58:13.184 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 739408fa-0a9f-49c4-a061-4a07426b94cc 2026-05-28 22:58:13.551 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port fb25fed8-52c3-42cb-b892-023063a323ac 2026-05-28 22:58:14.011 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port d9009f59-01c3-4323-b5d2-a824703257ab 2026-05-28 22:58:14.332 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 5360f2a0-186d-40ee-bf53-fac454f0fd9c 2026-05-28 22:58:15.272 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 739408fa-0a9f-49c4-a061-4a07426b94cc 2026-05-28 22:58:15.512 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 1c6059ee-baa3-4d24-a17e-3c4fe246cd85 2026-05-28 22:58:15.650 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-77aaae65-982d-4193-9c17-4791f09f88b1'] response: {'server_uuid': '8175c345-1817-4308-aa88-efa600149be5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1c6059ee-baa3-4d24-a17e-3c4fe246cd85', 'code': 200} 2026-05-28 22:58:16.101 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port fb25fed8-52c3-42cb-b892-023063a323ac 2026-05-28 22:58:16.352 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port d9009f59-01c3-4323-b5d2-a824703257ab 2026-05-28 22:58:16.625 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 5360f2a0-186d-40ee-bf53-fac454f0fd9c 2026-05-28 22:58:17.122 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 1c6059ee-baa3-4d24-a17e-3c4fe246cd85 2026-05-28 22:58:34.048 9 INFO neutron.plugins.ml2.plugin [None req-a7823f5b-1c93-4066-b876-25334d0e0064 - - - - - -] Attempt 1 to provision port dca6983f-92a7-46fd-9f2f-3b6e621e7bde 2026-05-28 22:58:45.338 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 5a31b753-2ba2-48db-b02e-ab9196306b17 2026-05-28 22:58:45.587 10 INFO neutron.plugins.ml2.plugin [None req-2f875f7b-28de-4f9f-b3db-b6a7e90151cd - - - - - -] Attempt 1 to provision port b53e49e3-336f-4f5f-8f6c-91c0a3ab62d8 2026-05-28 22:58:46.077 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port b53e49e3-336f-4f5f-8f6c-91c0a3ab62d8 2026-05-28 22:58:46.406 9 INFO neutron.plugins.ml2.plugin [None req-89f43914-f1f3-4db0-82c1-ca6442cebdce - - - - - -] Attempt 1 to provision port 5a31b753-2ba2-48db-b02e-ab9196306b17 2026-05-28 22:58:47.117 9 INFO neutron.plugins.ml2.plugin [None req-cd34f03d-f604-4cc2-b344-ccd9be0c57d7 - - - - - -] Attempt 1 to provision port 7aa1d91a-5d02-4f5a-802c-4ef91c668fcd 2026-05-28 22:58:47.374 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 5a31b753-2ba2-48db-b02e-ab9196306b17 2026-05-28 22:58:47.760 9 INFO neutron.plugins.ml2.plugin [None req-3360891c-dd45-42fe-bd76-ff9e2d705455 - - - - - -] Attempt 1 to provision port 9d7ff0ef-296a-4439-8fa5-26afe8d3abbd 2026-05-28 22:58:47.844 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 7aa1d91a-5d02-4f5a-802c-4ef91c668fcd 2026-05-28 22:58:48.246 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 645844ff-ab86-42ee-9489-2d9d97d0eb2b 2026-05-28 22:58:48.273 10 INFO neutron.plugins.ml2.plugin [None req-3fae4574-3bf3-4b1b-abbb-9e3025bd2bbc - - - - - -] Attempt 1 to provision port 1ff68414-2551-4917-a932-da00b5675373 2026-05-28 22:58:48.298 10 INFO neutron.plugins.ml2.plugin [None req-3fae4574-3bf3-4b1b-abbb-9e3025bd2bbc - - - - - -] Attempt 1 to provision port 645844ff-ab86-42ee-9489-2d9d97d0eb2b 2026-05-28 22:58:51.224 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 1ff68414-2551-4917-a932-da00b5675373 2026-05-28 22:58:51.429 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-4db2fa2e-e858-456b-99cc-dbe7d683d067'] response: {'server_uuid': '6e70cf2a-950b-42cc-9628-b124f9cbce54', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1ff68414-2551-4917-a932-da00b5675373', 'code': 200} 2026-05-28 22:58:53.140 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 1ff68414-2551-4917-a932-da00b5675373 2026-05-28 22:59:03.256 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 589940b4-46e3-4216-bd17-7ebf41b9c14f 2026-05-28 22:59:03.840 9 INFO neutron.plugins.ml2.plugin [None req-4754075b-1576-41eb-9980-a9c51c9130f5 - - - - - -] Attempt 1 to provision port 589940b4-46e3-4216-bd17-7ebf41b9c14f 2026-05-28 22:59:28.747 9 INFO neutron.plugins.ml2.plugin [None req-6f0d9c2e-b3f6-4c98-996b-a1b61961622e - - - - - -] Attempt 1 to provision port e442785a-7721-4b78-b3dd-d377e021b373 2026-05-28 22:59:31.356 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port e442785a-7721-4b78-b3dd-d377e021b373 2026-05-28 22:59:31.494 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c42442e-3db4-483f-8a66-ebd6e70c9557'] response: {'server_uuid': '6e70cf2a-950b-42cc-9628-b124f9cbce54', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e442785a-7721-4b78-b3dd-d377e021b373', 'code': 200} 2026-05-28 22:59:33.280 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port e442785a-7721-4b78-b3dd-d377e021b373 2026-05-28 23:00:00.235 9 INFO neutron.plugins.ml2.plugin [None req-c43b8e7c-7ceb-46df-a455-53814909dbfb - - - - - -] Attempt 1 to provision port d33c2c52-0c1f-426f-b912-2ff4deefcc09 2026-05-28 23:00:03.253 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port d33c2c52-0c1f-426f-b912-2ff4deefcc09 2026-05-28 23:00:03.381 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-723950f4-8119-45b9-aea1-1f74da494526'] response: {'server_uuid': '6e70cf2a-950b-42cc-9628-b124f9cbce54', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd33c2c52-0c1f-426f-b912-2ff4deefcc09', 'code': 200} 2026-05-28 23:00:05.205 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port d33c2c52-0c1f-426f-b912-2ff4deefcc09 2026-05-28 23:00:13.487 9 INFO neutron.plugins.ml2.plugin [None req-0aa35d59-9115-4b3e-b621-952966070043 - - - - - -] Attempt 1 to provision port 3ba6fbc9-d6c6-4270-9646-31271194f6e9 2026-05-28 23:00:17.315 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 3ba6fbc9-d6c6-4270-9646-31271194f6e9 2026-05-28 23:00:17.443 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-3cd9b9d6-7468-474c-bd3a-bee93bbe2030'] response: {'server_uuid': '6e70cf2a-950b-42cc-9628-b124f9cbce54', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3ba6fbc9-d6c6-4270-9646-31271194f6e9', 'code': 200} 2026-05-28 23:00:19.216 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 3ba6fbc9-d6c6-4270-9646-31271194f6e9 2026-05-28 23:00:29.498 9 INFO neutron.plugins.ml2.plugin [None req-ca1e555d-c56d-4855-9aa3-e58e89b40827 - - - - - -] Attempt 1 to provision port 3ba6fbc9-d6c6-4270-9646-31271194f6e9 2026-05-28 23:00:31.275 10 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port 3ba6fbc9-d6c6-4270-9646-31271194f6e9 2026-05-28 23:00:55.181 10 INFO neutron.plugins.ml2.plugin [None req-e876b40f-1d9c-4a8e-88e6-961aefc9ecff - - - - - -] Attempt 1 to provision port d33c2c52-0c1f-426f-b912-2ff4deefcc09 2026-05-28 23:00:55.252 9 INFO neutron.plugins.ml2.plugin [None req-8698b79d-55c8-4364-9831-82fef9d06639 - - - - - -] Attempt 1 to provision port d33c2c52-0c1f-426f-b912-2ff4deefcc09