+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini /var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py:54: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-05-19 13:57:12.938 1 INFO neutron.common.config [-] Logging enabled! 2026-05-19 13:57:12.938 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 23.5.0 2026-05-19 13:57:12.939 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-19 13:57:12.939 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-19 13:57:13.674 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-19 13:57:13.676 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-19 13:57:13.678 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-05-19 13:57:13.679 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-19 13:57:13.679 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-19 13:57:13.680 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-19 13:57:13.680 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-19 13:57:13.684 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-19 13:57:13.685 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-19 13:57:13.685 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-19 13:57:13.700 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-19 13:57:13.701 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-19 13:57:13.701 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-19 13:57:13.726 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-19 13:57:13.726 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-19 13:57:13.726 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-19 13:57:13.726 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-19 13:57:13.732 1 WARNING oslo_policy.policy [None req-2dd5567f-6588-4185-91cf-49a96837ea90 - - - - - -] 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-19 13:57:13.968 1 INFO neutron.plugins.ml2.managers [None req-2dd5567f-6588-4185-91cf-49a96837ea90 - - - - - -] Initializing driver for type 'vlan' 2026-05-19 13:57:14.203 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-2dd5567f-6588-4185-91cf-49a96837ea90 - - - - - -] VlanTypeDriver initialization complete 2026-05-19 13:57:14.203 1 INFO neutron.plugins.ml2.managers [None req-2dd5567f-6588-4185-91cf-49a96837ea90 - - - - - -] Initializing driver for type 'vxlan' 2026-05-19 13:57:14.204 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-2dd5567f-6588-4185-91cf-49a96837ea90 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-19 13:57:14.243 1 INFO neutron.plugins.ml2.managers [None req-2dd5567f-6588-4185-91cf-49a96837ea90 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-19 13:57:14.243 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-2dd5567f-6588-4185-91cf-49a96837ea90 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-19 13:57:14.243 1 INFO neutron.plugins.ml2.managers [None req-2dd5567f-6588-4185-91cf-49a96837ea90 - - - - - -] Initializing extension driver 'port_security' 2026-05-19 13:57:14.243 1 INFO neutron.plugins.ml2.extensions.port_security [None req-2dd5567f-6588-4185-91cf-49a96837ea90 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-19 13:57:14.244 1 INFO neutron.plugins.ml2.managers [None req-2dd5567f-6588-4185-91cf-49a96837ea90 - - - - - -] Initializing extension driver 'qos' 2026-05-19 13:57:14.244 1 INFO neutron.plugins.ml2.managers [None req-2dd5567f-6588-4185-91cf-49a96837ea90 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-19 13:57:14.244 1 INFO neutron.plugins.ml2.managers [None req-2dd5567f-6588-4185-91cf-49a96837ea90 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-19 13:57:14.257 1 INFO neutron.quota [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded quota_driver: . 2026-05-19 13:57:14.257 1 INFO neutron.plugins.ml2.plugin [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Modular L2 Plugin initialization complete 2026-05-19 13:57:14.257 1 INFO neutron.plugins.ml2.managers [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-19 13:57:14.257 1 INFO neutron.plugins.ml2.managers [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-19 13:57:14.257 1 INFO neutron.plugins.ml2.managers [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Got port-security extension from driver 'port_security' 2026-05-19 13:57:14.257 1 INFO neutron.extensions.vlantransparent [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Disabled vlantransparent extension. 2026-05-19 13:57:14.258 1 INFO neutron.manager [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loading Plugin: qos 2026-05-19 13:57:14.266 1 INFO neutron.manager [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loading Plugin: router 2026-05-19 13:57:14.293 1 INFO neutron.services.service_base [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-19 13:57:14.294 1 INFO neutron.manager [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loading Plugin: segments 2026-05-19 13:57:14.355 1 INFO neutron.manager [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loading Plugin: trunk 2026-05-19 13:57:14.413 1 INFO neutron.manager [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loading Plugin: vpnaas 2026-05-19 13:57:14.448 1 WARNING stevedore.named [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-19 13:57:14.507 1 INFO neutron_vpnaas.services.vpn.plugin [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-19 13:57:14.508 1 INFO neutron.common.utils [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-19 13:57:14.508 1 INFO neutron.manager [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loading Plugin: auto_allocate 2026-05-19 13:57:14.513 1 INFO neutron.manager [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loading Plugin: tag 2026-05-19 13:57:14.520 1 INFO neutron.manager [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loading Plugin: timestamp 2026-05-19 13:57:14.522 1 INFO neutron.manager [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loading Plugin: network_ip_availability 2026-05-19 13:57:14.525 1 INFO neutron.manager [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loading Plugin: flavors 2026-05-19 13:57:14.528 1 INFO neutron.manager [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loading Plugin: revisions 2026-05-19 13:57:14.530 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Initializing extension manager. 2026-05-19 13:57:14.531 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: address-group 2026-05-19 13:57:14.532 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: address-scope 2026-05-19 13:57:14.532 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-19 13:57:14.533 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: agent 2026-05-19 13:57:14.534 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: agent-resources-synced 2026-05-19 13:57:14.535 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: allowed-address-pairs 2026-05-19 13:57:14.535 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: auto-allocated-topology 2026-05-19 13:57:14.536 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: availability_zone 2026-05-19 13:57:14.536 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: availability_zone_filter 2026-05-19 13:57:14.537 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-19 13:57:14.537 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: default-subnetpools 2026-05-19 13:57:14.538 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-19 13:57:14.539 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: dns-integration 2026-05-19 13:57:14.539 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: dns-domain-ports 2026-05-19 13:57:14.540 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-19 13:57:14.540 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: dvr 2026-05-19 13:57:14.541 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-19 13:57:14.541 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: empty-string-filtering 2026-05-19 13:57:14.542 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-19 13:57:14.542 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-19 13:57:14.543 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: external-net 2026-05-19 13:57:14.543 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-19 13:57:14.544 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: extraroute 2026-05-19 13:57:14.545 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: extraroute-atomic 2026-05-19 13:57:14.545 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-19 13:57:14.546 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-19 13:57:14.546 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-19 13:57:14.546 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-19 13:57:14.547 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: fip-port-details 2026-05-19 13:57:14.548 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: flavors 2026-05-19 13:57:14.548 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-19 13:57:14.549 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: floatingip-pools 2026-05-19 13:57:14.550 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: ip_allocation 2026-05-19 13:57:14.550 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: ip-substring-filtering 2026-05-19 13:57:14.551 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: l2_adjacency 2026-05-19 13:57:14.552 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: router 2026-05-19 13:57:14.553 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-19 13:57:14.553 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: ext-gw-mode 2026-05-19 13:57:14.554 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: l3-ha 2026-05-19 13:57:14.554 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-19 13:57:14.555 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-19 13:57:14.555 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: l3-flavors 2026-05-19 13:57:14.556 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-19 13:57:14.557 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-19 13:57:14.558 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-19 13:57:14.559 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-19 13:57:14.561 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-19 13:57:14.564 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-19 13:57:14.565 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-19 13:57:14.567 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: multi-provider 2026-05-19 13:57:14.567 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: net-mtu 2026-05-19 13:57:14.568 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: net-mtu-writable 2026-05-19 13:57:14.569 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: network_availability_zone 2026-05-19 13:57:14.570 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: network_ha 2026-05-19 13:57:14.570 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: network-ip-availability 2026-05-19 13:57:14.572 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-19 13:57:14.572 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: pagination 2026-05-19 13:57:14.573 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: port-device-profile 2026-05-19 13:57:14.574 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-19 13:57:14.575 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-19 13:57:14.576 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: port-mac-override 2026-05-19 13:57:14.577 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-19 13:57:14.578 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-19 13:57:14.578 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: port-resource-request 2026-05-19 13:57:14.579 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: port-resource-request-groups 2026-05-19 13:57:14.579 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: binding 2026-05-19 13:57:14.580 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: binding-extended 2026-05-19 13:57:14.580 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: port-security 2026-05-19 13:57:14.581 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: project-id 2026-05-19 13:57:14.582 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: provider 2026-05-19 13:57:14.584 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: qos 2026-05-19 13:57:14.585 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-19 13:57:14.585 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-19 13:57:14.585 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: qos-default 2026-05-19 13:57:14.586 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: qos-fip 2026-05-19 13:57:14.586 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-19 13:57:14.587 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: qos-gateway-ip 2026-05-19 13:57:14.587 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: qos-port-network-policy 2026-05-19 13:57:14.588 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: qos-pps-minimum 2026-05-19 13:57:14.588 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-19 13:57:14.589 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: qos-pps 2026-05-19 13:57:14.590 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: qos-rule-type-details 2026-05-19 13:57:14.590 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-19 13:57:14.591 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: qos-rules-alias 2026-05-19 13:57:14.591 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: quota-check-limit 2026-05-19 13:57:14.593 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: quotas 2026-05-19 13:57:14.595 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: quota_details 2026-05-19 13:57:14.596 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: rbac-policies 2026-05-19 13:57:14.597 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: rbac-address-group 2026-05-19 13:57:14.597 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: rbac-address-scope 2026-05-19 13:57:14.598 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: rbac-security-groups 2026-05-19 13:57:14.598 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: rbac-subnetpool 2026-05-19 13:57:14.599 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: revision-if-match 2026-05-19 13:57:14.600 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: standard-attr-revisions 2026-05-19 13:57:14.600 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: router_availability_zone 2026-05-19 13:57:14.601 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-19 13:57:14.602 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: security-groups-default-rules 2026-05-19 13:57:14.603 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-19 13:57:14.603 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-19 13:57:14.604 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-19 13:57:14.604 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-19 13:57:14.611 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: security-group 2026-05-19 13:57:14.612 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: segment 2026-05-19 13:57:14.612 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-19 13:57:14.613 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: service-type 2026-05-19 13:57:14.613 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: sorting 2026-05-19 13:57:14.613 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: standard-attr-segment 2026-05-19 13:57:14.614 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: standard-attr-description 2026-05-19 13:57:14.615 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: stateful-security-group 2026-05-19 13:57:14.615 1 WARNING neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-05-19 13:57:14.615 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-19 13:57:14.616 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: subnet_onboard 2026-05-19 13:57:14.616 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-19 13:57:14.617 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: subnet-service-types 2026-05-19 13:57:14.617 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: subnet_allocation 2026-05-19 13:57:14.618 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-19 13:57:14.619 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-19 13:57:14.621 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: standard-attr-tag 2026-05-19 13:57:14.622 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-19 13:57:14.622 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: trunk 2026-05-19 13:57:14.623 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: trunk-details 2026-05-19 13:57:14.623 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-19 13:57:14.624 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-19 13:57:14.624 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-19 13:57:14.625 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: vpn-flavors 2026-05-19 13:57:14.626 1 INFO neutron.api.extensions [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Loaded extension: vpnaas 2026-05-19 13:57:14.629 1 INFO oslo_service.service [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Starting 2 workers 2026-05-19 13:57:14.633 1 INFO oslo_service.service [None req-9cdfae22-f884-4cc8-b80a-2307bb0f5c8d - - - - - -] Starting 1 workers 2026-05-19 13:57:46.114 10 INFO neutron.db.l3_hamode_db [None req-604836a4-932f-4d5a-8c46-1daa47537c58 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-19 13:57:58.819 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port eaa4b4d9-514f-4afa-a060-3f6991f2acf5 2026-05-19 13:57:59.191 10 INFO neutron.plugins.ml2.plugin [None req-f020c14c-42bd-41c5-8654-067380baf63e - - - - - -] Attempt 1 to provision port eaa4b4d9-514f-4afa-a060-3f6991f2acf5 2026-05-19 13:58:00.735 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port eaa4b4d9-514f-4afa-a060-3f6991f2acf5 2026-05-19 14:02:13.972 10 INFO neutron.plugins.ml2.plugin [None req-97318f80-46a3-415f-b9fd-dbaa1b5a7cdb - - - - - -] Attempt 1 to provision port d4f03a5f-0a4a-4c4f-82ba-df0208e8c6f6 2026-05-19 14:02:14.930 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port d4f03a5f-0a4a-4c4f-82ba-df0208e8c6f6 2026-05-19 14:02:20.833 9 INFO neutron.plugins.ml2.plugin [None req-04844651-27f1-4809-9a76-6aebd7c6341b - - - - - -] Attempt 1 to provision port d0f5fe22-9c71-4047-abd3-73f5344632aa 2026-05-19 14:07:05.168 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port d0f5fe22-9c71-4047-abd3-73f5344632aa 2026-05-19 14:07:07.096 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port d0f5fe22-9c71-4047-abd3-73f5344632aa 2026-05-19 14:17:27.486 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 36cb0d2d-f3dd-41d9-9414-5bc35678e13c 2026-05-19 14:17:29.468 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 36cb0d2d-f3dd-41d9-9414-5bc35678e13c 2026-05-19 14:32:15.511 10 INFO neutron.plugins.ml2.plugin [None req-2771d0d2-2121-4a22-88cb-793b629d1c49 - - - - - -] Attempt 1 to provision port 639b3c7d-8973-46e5-bf84-ce2996bde0e0 2026-05-19 14:32:15.850 10 INFO neutron.plugins.ml2.plugin [None req-b68f9c67-aa48-4dc1-83b1-37c3d2ede110 - - - - - -] Attempt 1 to provision port ed96e6fc-7b04-457b-b18f-dca014413f8a 2026-05-19 14:32:16.086 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port ed96e6fc-7b04-457b-b18f-dca014413f8a 2026-05-19 14:32:16.275 9 INFO neutron.plugins.ml2.plugin [None req-2e4b1924-97f3-46a4-aef0-6b2b1f9fdabd - - - - - -] Attempt 1 to provision port 5d0a30d2-ee50-4ff7-ad5a-ad46c366bae9 2026-05-19 14:32:16.464 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 5d0a30d2-ee50-4ff7-ad5a-ad46c366bae9 2026-05-19 14:32:16.526 9 INFO neutron.plugins.ml2.plugin [None req-2e4b1924-97f3-46a4-aef0-6b2b1f9fdabd - - - - - -] Attempt 1 to provision port dda995af-077b-4ac5-bcb8-2cd9949f71c3 2026-05-19 14:32:18.053 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port ed96e6fc-7b04-457b-b18f-dca014413f8a 2026-05-19 14:32:18.445 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 5d0a30d2-ee50-4ff7-ad5a-ad46c366bae9 2026-05-19 14:32:18.705 10 INFO neutron.plugins.ml2.plugin [None req-5ade6523-3c7c-4667-8641-d0bb796a133d - - - - - -] Attempt 1 to provision port 63616cc8-e329-4999-a9f1-513f108badfb 2026-05-19 14:32:18.945 9 INFO neutron.plugins.ml2.plugin [None req-25590304-591a-4fcf-937e-e6a318275aea - - - - - -] Attempt 1 to provision port 3caf9917-e2cc-49e0-9817-a1285ece896d 2026-05-19 14:32:19.629 10 INFO neutron.plugins.ml2.plugin [None req-994243a1-ab2e-4334-8930-745c4bf1c0d0 - - - - - -] Attempt 1 to provision port 3caf9917-e2cc-49e0-9817-a1285ece896d 2026-05-19 14:32:19.785 9 INFO neutron.plugins.ml2.plugin [None req-f6d43f3e-80f1-4557-a45e-e201c06d881f - - - - - -] Attempt 1 to provision port 544dbb2c-4cfa-4c4d-aea3-43ec1b23fb3a 2026-05-19 14:32:20.057 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 544dbb2c-4cfa-4c4d-aea3-43ec1b23fb3a 2026-05-19 14:32:20.528 10 INFO neutron.plugins.ml2.plugin [None req-db97c448-6166-4b03-8975-204a7c71be49 - - - - - -] Attempt 1 to provision port c9e95986-f531-4437-862d-d43558830202 2026-05-19 14:32:20.982 9 INFO neutron.plugins.ml2.plugin [None req-0a0fd183-772d-43dc-a6fe-a83e0fc39aba - - - - - -] Attempt 1 to provision port c9e95986-f531-4437-862d-d43558830202 2026-05-19 14:32:21.533 9 INFO neutron.plugins.ml2.plugin [None req-cf27bbfc-9b47-4152-aab9-0b2122687f11 - - - - - -] Attempt 1 to provision port 5c4e9f97-8ff6-4b28-8876-022e59f0e174 2026-05-19 14:32:22.052 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 544dbb2c-4cfa-4c4d-aea3-43ec1b23fb3a 2026-05-19 14:32:22.077 9 INFO neutron.plugins.ml2.plugin [None req-933deead-32f3-433a-bd53-35a8ea6bb0b3 - - - - - -] Attempt 1 to provision port 5c4e9f97-8ff6-4b28-8876-022e59f0e174 2026-05-19 14:32:22.746 9 INFO neutron.plugins.ml2.plugin [None req-96e2033a-d936-48e8-a1a7-a031cfacc976 - - - - - -] Attempt 1 to provision port 37d04fc3-c018-4ac2-abf0-304f648325b4 2026-05-19 14:32:23.504 9 INFO neutron.plugins.ml2.plugin [None req-6c751a88-308d-45ba-bd6e-3757bdb479ea - - - - - -] Attempt 1 to provision port fc9eb05b-df12-4c35-9d99-c3dd2d3aaccd 2026-05-19 14:32:24.058 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port fc9eb05b-df12-4c35-9d99-c3dd2d3aaccd 2026-05-19 14:32:25.282 10 INFO neutron.plugins.ml2.plugin [None req-a4e6f59a-fa3b-4e80-bf5b-65405db4c509 - - - - - -] Attempt 1 to provision port 419e316e-ae9c-402d-b26c-5ad579700cc9 2026-05-19 14:32:25.866 10 INFO neutron.plugins.ml2.plugin [None req-e8f7a9a6-1b11-48b0-a051-fc348cbe8c88 - - - - - -] Attempt 1 to provision port 419e316e-ae9c-402d-b26c-5ad579700cc9 2026-05-19 14:32:28.132 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port aa804f37-8820-4624-bd77-7edc69c460c7 2026-05-19 14:32:28.651 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port b390e1cc-a841-4b17-b9a3-f70def5541a8 2026-05-19 14:32:28.680 9 INFO neutron.plugins.ml2.db [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] No ports have port_id starting with b390e1cc-a841-4b17-b9a3-f70def5541a8 2026-05-19 14:32:28.733 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 91592658-4db6-4584-b97f-af897b0c122d 2026-05-19 14:32:30.090 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port aa804f37-8820-4624-bd77-7edc69c460c7 2026-05-19 14:32:30.345 10 INFO neutron.plugins.ml2.plugin [None req-166d3dff-2df9-4232-8c1e-b932fdd6d56a - - - - - -] Attempt 1 to provision port 31ac620a-eaa5-4e74-836d-9af50719144e 2026-05-19 14:32:30.388 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 91592658-4db6-4584-b97f-af897b0c122d 2026-05-19 14:32:33.834 9 INFO neutron.plugins.ml2.plugin [None req-471e75ec-6dc7-499a-b796-4dff3b243f14 - - - - - -] Attempt 1 to provision port 6e8444e6-ddc7-4d58-a898-65fd41e1e767 2026-05-19 14:32:34.704 9 INFO neutron.plugins.ml2.plugin [None req-5ba00670-3029-4592-9150-1185eb6ecd0f - - - - - -] Attempt 1 to provision port 883eddd3-a3ed-4b52-8cf1-7dd5b8ef7170 2026-05-19 14:32:35.675 9 INFO neutron.plugins.ml2.plugin [None req-b9ea846a-002a-4612-bee8-f6b293f0815d - - - - - -] Attempt 1 to provision port f6e30374-bead-43f1-b2ce-5d1490bdfce4 2026-05-19 14:32:36.187 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 31ac620a-eaa5-4e74-836d-9af50719144e 2026-05-19 14:32:36.568 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port f6e30374-bead-43f1-b2ce-5d1490bdfce4 2026-05-19 14:32:36.818 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d58c306-7c6c-4f96-9bc4-81becbcd6ad9'] response: {'server_uuid': '675d2981-4110-4e70-8454-5c36544ca830', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '31ac620a-eaa5-4e74-836d-9af50719144e', 'code': 200} 2026-05-19 14:32:36.894 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 6e8444e6-ddc7-4d58-a898-65fd41e1e767 2026-05-19 14:32:37.348 10 INFO neutron.plugins.ml2.plugin [None req-ebc7d8cd-ba34-4c6c-aeb3-d2c674d5f49f - - - - - -] Attempt 1 to provision port f2968fb4-bac7-4f81-b6b5-cffd5feb44b7 2026-05-19 14:32:38.152 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port c8c9c287-22d0-4982-9e80-06f3c9c463f8 2026-05-19 14:32:38.588 10 INFO neutron.plugins.ml2.plugin [None req-a1b73f7e-862d-4224-92e6-87ab3c2033ad - - - - - -] Attempt 1 to provision port f2968fb4-bac7-4f81-b6b5-cffd5feb44b7 2026-05-19 14:32:38.852 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1a8d1bc-1022-473c-9ce0-d95943b44dd7'] response: {'server_uuid': '54f9a3b5-b3ad-4be6-b35b-138a540c4950', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6e8444e6-ddc7-4d58-a898-65fd41e1e767', 'code': 200} 2026-05-19 14:32:38.878 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 31ac620a-eaa5-4e74-836d-9af50719144e 2026-05-19 14:32:39.200 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port f6e30374-bead-43f1-b2ce-5d1490bdfce4 2026-05-19 14:32:39.431 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 6e8444e6-ddc7-4d58-a898-65fd41e1e767 2026-05-19 14:32:40.274 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port c8c9c287-22d0-4982-9e80-06f3c9c463f8 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-19 14:32:49.138 10 INFO neutron.plugins.ml2.plugin [None req-51b9e3f3-ad4d-4552-b151-11bc197ffb68 - - - - - -] Attempt 1 to provision port 2bd606f5-f561-4147-8a5a-c22b542bf670 2026-05-19 14:32:50.181 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 8a1580ad-b351-422d-9ce8-c2b43395b463 2026-05-19 14:32:50.276 10 INFO neutron.plugins.ml2.plugin [None req-2598ee19-ca79-4cca-a338-c1d409634d7c - - - - - -] Attempt 1 to provision port dfb24332-1a47-41f1-9f96-b163707924f4 2026-05-19 14:32:50.913 10 INFO neutron.plugins.ml2.plugin [None req-7a8696d5-13a7-46d0-813a-bea87eb3c4f7 - - - - - -] Attempt 1 to provision port 8a1580ad-b351-422d-9ce8-c2b43395b463 2026-05-19 14:32:52.192 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 8a1580ad-b351-422d-9ce8-c2b43395b463 2026-05-19 14:32:52.651 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 2bd606f5-f561-4147-8a5a-c22b542bf670 2026-05-19 14:32:53.023 9 INFO neutron.plugins.ml2.plugin [None req-ce6434c3-389f-4286-a8dd-8977434542b6 - - - - - -] Attempt 1 to provision port 26e9b19f-b2a5-4218-a53d-de6f0eed7e9b 2026-05-19 14:32:53.328 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-448e5e37-9052-49e8-80aa-6a060a2375d2'] response: {'server_uuid': 'dea36d62-7618-45a6-92cd-fd6554ae62ce', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2bd606f5-f561-4147-8a5a-c22b542bf670', 'code': 200} 2026-05-19 14:32:53.595 9 INFO neutron.plugins.ml2.plugin [None req-1e2b951d-0994-4d27-935a-bab64afe0790 - - - - - -] Attempt 1 to provision port 26e9b19f-b2a5-4218-a53d-de6f0eed7e9b 2026-05-19 14:32:54.211 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 37d04fc3-c018-4ac2-abf0-304f648325b4 2026-05-19 14:32:54.616 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 724dbcab-21a6-4ade-a5d5-02a2cdc1bed8 2026-05-19 14:32:55.172 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 2bd606f5-f561-4147-8a5a-c22b542bf670 2026-05-19 14:32:55.494 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 419e316e-ae9c-402d-b26c-5ad579700cc9 2026-05-19 14:32:56.190 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 37d04fc3-c018-4ac2-abf0-304f648325b4 2026-05-19 14:32:56.256 9 INFO neutron.plugins.ml2.plugin [None req-773909e0-6961-41f1-9d12-2cba7feab20c - - - - - -] Attempt 1 to provision port 6e8444e6-ddc7-4d58-a898-65fd41e1e767 2026-05-19 14:32:56.418 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 724dbcab-21a6-4ade-a5d5-02a2cdc1bed8 2026-05-19 14:32:56.664 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 6e8444e6-ddc7-4d58-a898-65fd41e1e767 2026-05-19 14:32:56.897 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 419e316e-ae9c-402d-b26c-5ad579700cc9 2026-05-19 14:32:58.141 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 883eddd3-a3ed-4b52-8cf1-7dd5b8ef7170 2026-05-19 14:32:59.180 9 INFO neutron.plugins.ml2.plugin [None req-d56eb2f2-52f7-44e3-bf07-06183005f452 - - - - - -] Attempt 1 to provision port 5e1d63f5-66d2-4155-9fdf-7c459b488e00 2026-05-19 14:33:00.261 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 883eddd3-a3ed-4b52-8cf1-7dd5b8ef7170 2026-05-19 14:33:00.640 9 INFO neutron.plugins.ml2.plugin [None req-aae4b9f6-761b-47ac-8bae-1b65396b0f25 - - - - - -] Attempt 1 to provision port 6e8444e6-ddc7-4d58-a898-65fd41e1e767 2026-05-19 14:33:01.627 10 INFO neutron.plugins.ml2.plugin [None req-29014922-0b08-407c-bd33-8bdcefc694d0 - - - - - -] Attempt 1 to provision port 82abc964-91a0-4ea9-a89a-2d9f7442074f 2026-05-19 14:33:02.366 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 6e8444e6-ddc7-4d58-a898-65fd41e1e767 2026-05-19 14:33:04.196 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 5e1d63f5-66d2-4155-9fdf-7c459b488e00 2026-05-19 14:33:04.344 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-045be761-4d33-4d84-a4bd-ee31585dc8c5'] response: {'server_uuid': '37fba40b-0971-4356-ade2-e9b8aecf307b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5e1d63f5-66d2-4155-9fdf-7c459b488e00', 'code': 200} 2026-05-19 14:33:06.107 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 5e1d63f5-66d2-4155-9fdf-7c459b488e00 2026-05-19 14:33:10.101 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 26e9b19f-b2a5-4218-a53d-de6f0eed7e9b 2026-05-19 14:33:14.188 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 097bf0b3-fcdc-4e94-95f1-810c1bbf8ece 2026-05-19 14:33:14.328 9 INFO neutron.plugins.ml2.plugin [None req-df8ca189-d532-4adb-b813-23ed042478a4 - - - - - -] Attempt 1 to provision port 097bf0b3-fcdc-4e94-95f1-810c1bbf8ece 2026-05-19 14:33:14.505 10 INFO neutron.plugins.ml2.plugin [None req-ae2fee6b-7613-4dd0-8397-b1de258a5111 - - - - - -] Attempt 1 to provision port 8142d26b-5404-4852-b045-216c8f4184cb 2026-05-19 14:33:15.563 10 INFO neutron.plugins.ml2.plugin [None req-67fa6d06-6f7c-4d27-aa26-f353c3deed9b - - - - - -] Attempt 1 to provision port c75fb85e-f1c7-48ee-925b-3c81fc16aaae 2026-05-19 14:33:16.077 9 INFO neutron.plugins.ml2.plugin [None req-dfad4dbf-f7b0-4985-bc19-98529864a7fd - - - - - -] Attempt 1 to provision port cae38805-2a08-411c-8f5e-2bc9afaa4d7c 2026-05-19 14:33:16.116 9 INFO neutron.plugins.ml2.plugin [None req-dfad4dbf-f7b0-4985-bc19-98529864a7fd - - - - - -] Attempt 1 to provision port d24fa54b-e8d4-4a13-b053-e61c4924cc98 2026-05-19 14:33:16.176 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port c75fb85e-f1c7-48ee-925b-3c81fc16aaae 2026-05-19 14:33:16.547 9 INFO neutron.plugins.ml2.plugin [None req-c5bae4b3-a520-44af-90a8-4599a758196b - - - - - -] Attempt 1 to provision port cae38805-2a08-411c-8f5e-2bc9afaa4d7c 2026-05-19 14:33:16.547 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 097bf0b3-fcdc-4e94-95f1-810c1bbf8ece 2026-05-19 14:33:16.990 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port d24fa54b-e8d4-4a13-b053-e61c4924cc98 2026-05-19 14:33:17.295 9 INFO neutron.plugins.ml2.plugin [None req-25956a11-c6bd-45ed-aa55-49e207bbf0f1 - - - - - -] Attempt 1 to provision port 16651df5-2c48-4215-ae2c-da69c08f8a98 2026-05-19 14:33:17.940 9 INFO neutron.plugins.ml2.plugin [None req-ca361565-049f-41d9-9d13-4b6b464c82af - - - - - -] Attempt 1 to provision port 16651df5-2c48-4215-ae2c-da69c08f8a98 2026-05-19 14:33:18.080 10 INFO neutron.plugins.ml2.plugin [None req-352b7e6f-bfae-4452-bc34-b7cdef2faaf6 - - - - - -] Attempt 1 to provision port 796b425d-3e2d-43ea-a0bc-7669148fc94e 2026-05-19 14:33:18.134 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 2ce47678-73de-4b51-91c8-137b8bca6596 2026-05-19 14:33:18.540 10 INFO neutron.plugins.ml2.plugin [None req-f4e36d4d-cdd3-41f3-9677-f5ab77cc718f - - - - - -] Attempt 1 to provision port 796b425d-3e2d-43ea-a0bc-7669148fc94e 2026-05-19 14:33:18.695 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port c75fb85e-f1c7-48ee-925b-3c81fc16aaae 2026-05-19 14:33:18.904 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port d24fa54b-e8d4-4a13-b053-e61c4924cc98 2026-05-19 14:33:20.416 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 2ce47678-73de-4b51-91c8-137b8bca6596 2026-05-19 14:33:20.534 9 INFO neutron.plugins.ml2.plugin [None req-5995d4c6-dc99-49f2-b22a-933927ed1d7f - - - - - -] Attempt 1 to provision port f95cf198-f76c-4c4c-bd29-dfefb97e03e8 2026-05-19 14:33:20.676 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 77306a4c-93e8-4ca4-98d7-b02efe37ca68 2026-05-19 14:33:21.289 9 INFO neutron.plugins.ml2.plugin [None req-2b0c5e7c-decf-423f-aec3-f78d88b20b79 - - - - - -] Attempt 1 to provision port 77306a4c-93e8-4ca4-98d7-b02efe37ca68 2026-05-19 14:33:22.178 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 77306a4c-93e8-4ca4-98d7-b02efe37ca68 2026-05-19 14:33:22.987 10 INFO neutron.plugins.ml2.plugin [None req-752ca75e-c8b5-404d-99b8-2e75395c50f3 - - - - - -] Attempt 1 to provision port 055774b5-db89-4067-b77a-1257f76a0bc3 2026-05-19 14:33:23.542 10 INFO neutron.plugins.ml2.plugin [None req-a816ed9b-c1ea-4e3f-933b-dc295c789b97 - - - - - -] Attempt 1 to provision port 055774b5-db89-4067-b77a-1257f76a0bc3 2026-05-19 14:33:24.095 10 INFO neutron.plugins.ml2.plugin [None req-52ed7fbb-548a-4dcd-af70-17e2647fae4f - - - - - -] Attempt 1 to provision port 59fe2735-32c5-4f15-9a9e-109ab9188b73 2026-05-19 14:33:24.122 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 1a21f8fb-2efd-4d8a-bf1d-1dfc20f0864c 2026-05-19 14:33:26.160 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 1a21f8fb-2efd-4d8a-bf1d-1dfc20f0864c 2026-05-19 14:33:26.508 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 2f689dc1-21eb-4791-b222-1b3c25cb6d31 2026-05-19 14:33:26.865 10 INFO neutron.plugins.ml2.plugin [None req-2f3e1767-b91a-42df-b8fc-dcc5f528e4cc - - - - - -] Attempt 1 to provision port 2f689dc1-21eb-4791-b222-1b3c25cb6d31 2026-05-19 14:33:28.217 10 INFO neutron.plugins.ml2.plugin [None req-9fa3f2ca-b727-4175-8d98-24903f77623b - - - - - -] Attempt 1 to provision port 4072b044-e62e-4993-bb95-d421ff3931f1 2026-05-19 14:33:28.289 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 59fe2735-32c5-4f15-9a9e-109ab9188b73 2026-05-19 14:33:28.641 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-8bdb27b3-dc13-4d87-9089-c5619245734d'] response: {'server_uuid': '51d3de8a-d6b8-4c03-9ef3-f45ed77dcf52', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '59fe2735-32c5-4f15-9a9e-109ab9188b73', 'code': 200} 2026-05-19 14:33:28.785 10 INFO neutron.plugins.ml2.plugin [None req-a445d7ec-f371-4f26-aadd-ecb6887c1338 - - - - - -] Attempt 1 to provision port 4072b044-e62e-4993-bb95-d421ff3931f1 2026-05-19 14:33:28.831 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 2f689dc1-21eb-4791-b222-1b3c25cb6d31 2026-05-19 14:33:30.195 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 59fe2735-32c5-4f15-9a9e-109ab9188b73 2026-05-19 14:33:30.771 9 INFO neutron.plugins.ml2.plugin [None req-0cdb47d5-81ed-495a-92d5-8f48922dc553 - - - - - -] Attempt 1 to provision port d9e010ac-75e9-4015-ba2b-7d9ff5271203 2026-05-19 14:33:32.186 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 416f42a6-1cb2-4e6a-8114-12df37107e8a 2026-05-19 14:33:34.437 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port fd497ef1-8528-4418-9b6e-03ff20863b37 2026-05-19 14:33:34.940 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port d9e010ac-75e9-4015-ba2b-7d9ff5271203 2026-05-19 14:33:35.053 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-bb526ae7-b648-4762-a043-80f0535d5424'] response: {'server_uuid': 'a2506ef3-d684-49e8-b1d1-ee7ef97521b8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd9e010ac-75e9-4015-ba2b-7d9ff5271203', 'code': 200} 2026-05-19 14:33:35.180 9 INFO neutron.plugins.ml2.plugin [None req-b9f39d26-37a9-4e6e-855d-119cbc90c57b - - - - - -] Attempt 1 to provision port fd497ef1-8528-4418-9b6e-03ff20863b37 2026-05-19 14:33:36.281 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port fd497ef1-8528-4418-9b6e-03ff20863b37 2026-05-19 14:33:36.555 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port d9e010ac-75e9-4015-ba2b-7d9ff5271203 2026-05-19 14:33:36.601 9 INFO neutron.plugins.ml2.plugin [None req-e153048c-9474-44cd-a31e-35377f775ece - - - - - -] Attempt 1 to provision port f65bb996-446d-42e3-adee-22b8da0f98eb 2026-05-19 14:33:36.853 9 INFO neutron.plugins.ml2.plugin [None req-e1894fd0-52ea-4737-8d2b-9b51d9dfbd47 - - - - - -] Attempt 1 to provision port f65bb996-446d-42e3-adee-22b8da0f98eb /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-19 14:33:40.225 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 87277097-9faf-4ea8-8d86-b7d87f5cc079 2026-05-19 14:33:40.431 10 INFO neutron.plugins.ml2.plugin [None req-0fb1c3b5-93e8-46a2-9294-3ed6ac7ca868 - - - - - -] Attempt 1 to provision port 87277097-9faf-4ea8-8d86-b7d87f5cc079 2026-05-19 14:33:40.918 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 055774b5-db89-4067-b77a-1257f76a0bc3 2026-05-19 14:33:41.277 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port f95cf198-f76c-4c4c-bd29-dfefb97e03e8 2026-05-19 14:33:41.426 9 INFO neutron.plugins.ml2.plugin [None req-bac42286-ee59-4617-9c23-3da9ddf3d05b - - - - - -] Attempt 1 to provision port 9ce2f5be-51c0-4614-a248-799fda30d847 2026-05-19 14:33:42.128 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 055774b5-db89-4067-b77a-1257f76a0bc3 2026-05-19 14:33:42.404 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port f95cf198-f76c-4c4c-bd29-dfefb97e03e8 2026-05-19 14:33:54.134 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ddd05fe8-b255-435a-833b-a2b35fcbab8d'] response: {'server_uuid': 'a2506ef3-d684-49e8-b1d1-ee7ef97521b8', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'd9e010ac-75e9-4015-ba2b-7d9ff5271203', 'code': 200} 2026-05-19 14:33:54.676 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port d9e010ac-75e9-4015-ba2b-7d9ff5271203 2026-05-19 14:33:56.096 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port d9e010ac-75e9-4015-ba2b-7d9ff5271203 2026-05-19 14:33:56.187 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8a35bd6-5d75-4ec5-98fe-204bac58fda3'] response: {'server_uuid': 'a2506ef3-d684-49e8-b1d1-ee7ef97521b8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd9e010ac-75e9-4015-ba2b-7d9ff5271203', 'code': 200} 2026-05-19 14:33:59.511 10 INFO neutron.plugins.ml2.plugin [None req-0558f96c-33ed-42bf-893c-b581d168b31d - - - - - -] Attempt 1 to provision port 578d9531-543f-4ff1-94a2-16113e39f59e 2026-05-19 14:34:00.106 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 616985f1-87fd-4120-867c-1a40f8caece8 2026-05-19 14:34:00.456 9 INFO neutron.plugins.ml2.plugin [None req-707683f1-4e97-4274-aecf-fd9d015ad346 - - - - - -] Attempt 1 to provision port 616985f1-87fd-4120-867c-1a40f8caece8 2026-05-19 14:34:02.060 9 INFO neutron.plugins.ml2.plugin [None req-4512e90f-0a4f-4c28-a0e3-bac9943f0dc5 - - - - - -] Attempt 1 to provision port 5a2a604d-eb6b-4ddf-9ec6-9aff600700c7 2026-05-19 14:34:02.162 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port d7213903-6305-42ed-a526-0f7890a8ed73 2026-05-19 14:34:02.421 10 INFO neutron.plugins.ml2.plugin [None req-91d8d4fb-e1f5-424d-b282-2c1dc604072f - - - - - -] Attempt 1 to provision port 5a2a604d-eb6b-4ddf-9ec6-9aff600700c7 2026-05-19 14:34:02.794 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 616985f1-87fd-4120-867c-1a40f8caece8 2026-05-19 14:34:03.843 10 INFO neutron.plugins.ml2.plugin [None req-ee5ca5b0-fbca-4751-ac94-18282124d4dc - - - - - -] Attempt 1 to provision port 3a6f9818-cc24-463a-90ee-108a0333d9c2 2026-05-19 14:34:04.089 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port d7213903-6305-42ed-a526-0f7890a8ed73 2026-05-19 14:34:04.816 9 INFO neutron.plugins.ml2.plugin [None req-c01adb55-c107-4320-acd0-75cce2dea06a - - - - - -] Attempt 1 to provision port d87b4e97-995d-47d5-964f-01f1b7a8df8c 2026-05-19 14:34:08.141 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 7624f0a2-74df-4ac8-af57-5042d5e625e8 2026-05-19 14:34:08.753 10 INFO neutron.plugins.ml2.plugin [None req-d0b3359d-a743-4293-8e83-74a9b04175ea - - - - - -] Attempt 1 to provision port 803bd4b7-84af-4d2b-bd65-540d0e9b6469 2026-05-19 14:34:08.796 10 INFO neutron.plugins.ml2.plugin [None req-d0b3359d-a743-4293-8e83-74a9b04175ea - - - - - -] Attempt 1 to provision port 52e695ed-44dc-4de3-bb6f-abacf4c79401 2026-05-19 14:34:08.806 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 52e695ed-44dc-4de3-bb6f-abacf4c79401 2026-05-19 14:34:09.259 10 INFO neutron.plugins.ml2.plugin [None req-e948f6f9-364d-4108-9ad4-2f641bac0537 - - - - - -] Attempt 1 to provision port 8462f11b-99e1-4f37-bd2c-75bac9ff2e06 2026-05-19 14:34:09.814 10 INFO neutron.plugins.ml2.plugin [None req-2c5abc34-6e86-4588-80b8-6a544429a921 - - - - - -] Attempt 1 to provision port 803bd4b7-84af-4d2b-bd65-540d0e9b6469 2026-05-19 14:34:10.062 10 INFO neutron.plugins.ml2.plugin [None req-24ef117a-bca6-4962-97a5-04a029e2b4c3 - - - - - -] Attempt 1 to provision port 803bd4b7-84af-4d2b-bd65-540d0e9b6469 2026-05-19 14:34:10.184 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 7624f0a2-74df-4ac8-af57-5042d5e625e8 2026-05-19 14:34:10.522 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 52e695ed-44dc-4de3-bb6f-abacf4c79401 2026-05-19 14:34:12.281 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 8462f11b-99e1-4f37-bd2c-75bac9ff2e06 2026-05-19 14:34:12.430 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-eecc1ed3-06f5-43d1-ac42-da5c288f4279'] response: {'server_uuid': 'c00529ff-07ea-4c84-b928-6a7d25e2100b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8462f11b-99e1-4f37-bd2c-75bac9ff2e06', 'code': 200} 2026-05-19 14:34:14.168 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 8462f11b-99e1-4f37-bd2c-75bac9ff2e06 2026-05-19 14:34:16.442 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d74fe60-efb9-4fb1-9fa6-526541232d4b'] response: {'server_uuid': 'c00529ff-07ea-4c84-b928-6a7d25e2100b', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '8462f11b-99e1-4f37-bd2c-75bac9ff2e06', 'code': 200} 2026-05-19 14:34:16.989 9 INFO neutron.plugins.ml2.plugin [None req-49d02b72-61b8-498d-82f5-9196dd41e4b7 - - - - - -] Attempt 1 to provision port 89346dec-bd56-4b59-ad76-e0208ebeb690 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-19 14:34:20.305 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 578d9531-543f-4ff1-94a2-16113e39f59e 2026-05-19 14:34:20.635 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 89346dec-bd56-4b59-ad76-e0208ebeb690 2026-05-19 14:34:20.795 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-30bd4b56-2335-47a9-a9ba-f29384666204'] response: {'server_uuid': '06d17968-7cae-47c4-b99d-0644dffa3f9b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '89346dec-bd56-4b59-ad76-e0208ebeb690', 'code': 200} 2026-05-19 14:34:22.206 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 3a6f9818-cc24-463a-90ee-108a0333d9c2 2026-05-19 14:34:22.563 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 89346dec-bd56-4b59-ad76-e0208ebeb690 2026-05-19 14:34:24.147 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 3a6f9818-cc24-463a-90ee-108a0333d9c2 2026-05-19 14:34:24.493 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 803bd4b7-84af-4d2b-bd65-540d0e9b6469 2026-05-19 14:34:26.122 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 803bd4b7-84af-4d2b-bd65-540d0e9b6469 2026-05-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6d869db0-e8b4-4cb4-b037-90bb323c1520 could not be found. 2026-05-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 14:34:27.651 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-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-19 14:34:27.651 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-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 14:34:27.651 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-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 14:34:27.651 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-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 14:34:27.651 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-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:34:27.651 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-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.651 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-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.651 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-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:34:27.651 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-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 14:34:27.651 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-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.651 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-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.651 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-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:34:27.651 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-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:34:27.651 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-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.651 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-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.651 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-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 14:34:27.651 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-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6d869db0-e8b4-4cb4-b037-90bb323c1520 could not be found. 2026-05-19 14:34:27.651 9 ERROR neutron.plugins.ml2.managers  2026-05-19 14:34:27.653 9 ERROR neutron.plugins.ml2.managers [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Failed to bind port a50d01a4-80fe-4802-bf09-59412c9f8f5a on host instance for vnic_type normal using segments [{'id': 'a70bf431-d453-4f37-900a-66607fcd7971', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 113, 'network_id': '5565b824-a96d-4ab4-8485-3a01dc7562f7'}] 2026-05-19 14:34:27.653 9 INFO neutron.plugins.ml2.plugin [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Attempt 2 to bind port a50d01a4-80fe-4802-bf09-59412c9f8f5a 2026-05-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6d869db0-e8b4-4cb4-b037-90bb323c1520 could not be found. 2026-05-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 14:34:27.672 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-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-19 14:34:27.672 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-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 14:34:27.672 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-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 14:34:27.672 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-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 14:34:27.672 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-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:34:27.672 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-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.672 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-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.672 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-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:34:27.672 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-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 14:34:27.672 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-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.672 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-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.672 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-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:34:27.672 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-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:34:27.672 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-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.672 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-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.672 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-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 14:34:27.672 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-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6d869db0-e8b4-4cb4-b037-90bb323c1520 could not be found. 2026-05-19 14:34:27.672 9 ERROR neutron.plugins.ml2.managers  2026-05-19 14:34:27.673 9 ERROR neutron.plugins.ml2.managers [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Failed to bind port a50d01a4-80fe-4802-bf09-59412c9f8f5a on host instance for vnic_type normal using segments [{'id': 'a70bf431-d453-4f37-900a-66607fcd7971', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 113, 'network_id': '5565b824-a96d-4ab4-8485-3a01dc7562f7'}] 2026-05-19 14:34:27.673 9 INFO neutron.plugins.ml2.plugin [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Attempt 3 to bind port a50d01a4-80fe-4802-bf09-59412c9f8f5a 2026-05-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6d869db0-e8b4-4cb4-b037-90bb323c1520 could not be found. 2026-05-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 14:34:27.694 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-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-19 14:34:27.694 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-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 14:34:27.694 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-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 14:34:27.694 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-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 14:34:27.694 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-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:34:27.694 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-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.694 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-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.694 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-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:34:27.694 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-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 14:34:27.694 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-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.694 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-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.694 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-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:34:27.694 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-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:34:27.694 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-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.694 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-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.694 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-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 14:34:27.694 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-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6d869db0-e8b4-4cb4-b037-90bb323c1520 could not be found. 2026-05-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers  2026-05-19 14:34:27.694 9 ERROR neutron.plugins.ml2.managers [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Failed to bind port a50d01a4-80fe-4802-bf09-59412c9f8f5a on host instance for vnic_type normal using segments [{'id': 'a70bf431-d453-4f37-900a-66607fcd7971', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 113, 'network_id': '5565b824-a96d-4ab4-8485-3a01dc7562f7'}] 2026-05-19 14:34:27.694 9 INFO neutron.plugins.ml2.plugin [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Attempt 4 to bind port a50d01a4-80fe-4802-bf09-59412c9f8f5a 2026-05-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6d869db0-e8b4-4cb4-b037-90bb323c1520 could not be found. 2026-05-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 14:34:27.708 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-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-19 14:34:27.708 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-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 14:34:27.708 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-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 14:34:27.708 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-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 14:34:27.708 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-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:34:27.708 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-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.708 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-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.708 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-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:34:27.708 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-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 14:34:27.708 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-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.708 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-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.708 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-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:34:27.708 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-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:34:27.708 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-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.708 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-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.708 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-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 14:34:27.708 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-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6d869db0-e8b4-4cb4-b037-90bb323c1520 could not be found. 2026-05-19 14:34:27.708 9 ERROR neutron.plugins.ml2.managers  2026-05-19 14:34:27.709 9 ERROR neutron.plugins.ml2.managers [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Failed to bind port a50d01a4-80fe-4802-bf09-59412c9f8f5a on host instance for vnic_type normal using segments [{'id': 'a70bf431-d453-4f37-900a-66607fcd7971', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 113, 'network_id': '5565b824-a96d-4ab4-8485-3a01dc7562f7'}] 2026-05-19 14:34:27.709 9 INFO neutron.plugins.ml2.plugin [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Attempt 5 to bind port a50d01a4-80fe-4802-bf09-59412c9f8f5a 2026-05-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6d869db0-e8b4-4cb4-b037-90bb323c1520 could not be found. 2026-05-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 14:34:27.726 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-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-19 14:34:27.726 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-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 14:34:27.726 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-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 14:34:27.726 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-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 14:34:27.726 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-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:34:27.726 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-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.726 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-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.726 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-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:34:27.726 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-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 14:34:27.726 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-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.726 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-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.726 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-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:34:27.726 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-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:34:27.726 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-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.726 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-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.726 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-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 14:34:27.726 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-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6d869db0-e8b4-4cb4-b037-90bb323c1520 could not be found. 2026-05-19 14:34:27.726 9 ERROR neutron.plugins.ml2.managers  2026-05-19 14:34:27.727 9 ERROR neutron.plugins.ml2.managers [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Failed to bind port a50d01a4-80fe-4802-bf09-59412c9f8f5a on host instance for vnic_type normal using segments [{'id': 'a70bf431-d453-4f37-900a-66607fcd7971', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 113, 'network_id': '5565b824-a96d-4ab4-8485-3a01dc7562f7'}] 2026-05-19 14:34:27.727 9 INFO neutron.plugins.ml2.plugin [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Attempt 6 to bind port a50d01a4-80fe-4802-bf09-59412c9f8f5a 2026-05-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6d869db0-e8b4-4cb4-b037-90bb323c1520 could not be found. 2026-05-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 14:34:27.748 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-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-19 14:34:27.748 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-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 14:34:27.748 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-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 14:34:27.748 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-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 14:34:27.748 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-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:34:27.748 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-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.748 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-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.748 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-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:34:27.748 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-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 14:34:27.748 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-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.748 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-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.748 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-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:34:27.748 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-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:34:27.748 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-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.748 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-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.748 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-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 14:34:27.748 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-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6d869db0-e8b4-4cb4-b037-90bb323c1520 could not be found. 2026-05-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers  2026-05-19 14:34:27.748 9 ERROR neutron.plugins.ml2.managers [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Failed to bind port a50d01a4-80fe-4802-bf09-59412c9f8f5a on host instance for vnic_type normal using segments [{'id': 'a70bf431-d453-4f37-900a-66607fcd7971', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 113, 'network_id': '5565b824-a96d-4ab4-8485-3a01dc7562f7'}] 2026-05-19 14:34:27.749 9 INFO neutron.plugins.ml2.plugin [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Attempt 7 to bind port a50d01a4-80fe-4802-bf09-59412c9f8f5a 2026-05-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6d869db0-e8b4-4cb4-b037-90bb323c1520 could not be found. 2026-05-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 14:34:27.769 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-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-19 14:34:27.769 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-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 14:34:27.769 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-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 14:34:27.769 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-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 14:34:27.769 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-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:34:27.769 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-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.769 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-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.769 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-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:34:27.769 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-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 14:34:27.769 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-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.769 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-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.769 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-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:34:27.769 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-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:34:27.769 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-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.769 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-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.769 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-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 14:34:27.769 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-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6d869db0-e8b4-4cb4-b037-90bb323c1520 could not be found. 2026-05-19 14:34:27.769 9 ERROR neutron.plugins.ml2.managers  2026-05-19 14:34:27.770 9 ERROR neutron.plugins.ml2.managers [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Failed to bind port a50d01a4-80fe-4802-bf09-59412c9f8f5a on host instance for vnic_type normal using segments [{'id': 'a70bf431-d453-4f37-900a-66607fcd7971', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 113, 'network_id': '5565b824-a96d-4ab4-8485-3a01dc7562f7'}] 2026-05-19 14:34:27.770 9 INFO neutron.plugins.ml2.plugin [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Attempt 8 to bind port a50d01a4-80fe-4802-bf09-59412c9f8f5a 2026-05-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6d869db0-e8b4-4cb4-b037-90bb323c1520 could not be found. 2026-05-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 14:34:27.789 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-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-19 14:34:27.789 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-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 14:34:27.789 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-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 14:34:27.789 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-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 14:34:27.789 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-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:34:27.789 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-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.789 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-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.789 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-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:34:27.789 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-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 14:34:27.789 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-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.789 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-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.789 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-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:34:27.789 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-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:34:27.789 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-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.789 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-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.789 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-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 14:34:27.789 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-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6d869db0-e8b4-4cb4-b037-90bb323c1520 could not be found. 2026-05-19 14:34:27.789 9 ERROR neutron.plugins.ml2.managers  2026-05-19 14:34:27.790 9 ERROR neutron.plugins.ml2.managers [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Failed to bind port a50d01a4-80fe-4802-bf09-59412c9f8f5a on host instance for vnic_type normal using segments [{'id': 'a70bf431-d453-4f37-900a-66607fcd7971', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 113, 'network_id': '5565b824-a96d-4ab4-8485-3a01dc7562f7'}] 2026-05-19 14:34:27.790 9 INFO neutron.plugins.ml2.plugin [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Attempt 9 to bind port a50d01a4-80fe-4802-bf09-59412c9f8f5a 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6d869db0-e8b4-4cb4-b037-90bb323c1520 could not be found. 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6d869db0-e8b4-4cb4-b037-90bb323c1520 could not be found. 2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers  2026-05-19 14:34:27.806 9 ERROR neutron.plugins.ml2.managers [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Failed to bind port a50d01a4-80fe-4802-bf09-59412c9f8f5a on host instance for vnic_type normal using segments [{'id': 'a70bf431-d453-4f37-900a-66607fcd7971', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 113, 'network_id': '5565b824-a96d-4ab4-8485-3a01dc7562f7'}] 2026-05-19 14:34:27.806 9 INFO neutron.plugins.ml2.plugin [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Attempt 10 to bind port a50d01a4-80fe-4802-bf09-59412c9f8f5a 2026-05-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6d869db0-e8b4-4cb4-b037-90bb323c1520 could not be found. 2026-05-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 14:34:27.826 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-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-19 14:34:27.826 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-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 14:34:27.826 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-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 14:34:27.826 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-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 14:34:27.826 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-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:34:27.826 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-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.826 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-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.826 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-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:34:27.826 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-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 14:34:27.826 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-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.826 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-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.826 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-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:34:27.826 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-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:34:27.826 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-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:34:27.826 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-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:34:27.826 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-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 14:34:27.826 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-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6d869db0-e8b4-4cb4-b037-90bb323c1520 could not be found. 2026-05-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers  2026-05-19 14:34:27.826 9 ERROR neutron.plugins.ml2.managers [None req-adb884fe-e91d-4afe-8573-70de0817a765 - - - - - -] Failed to bind port a50d01a4-80fe-4802-bf09-59412c9f8f5a on host instance for vnic_type normal using segments [{'id': 'a70bf431-d453-4f37-900a-66607fcd7971', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 113, 'network_id': '5565b824-a96d-4ab4-8485-3a01dc7562f7'}] 2026-05-19 14:34:28.116 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 5bdc8c83-c026-46bf-9566-47344478a1e2 2026-05-19 14:34:28.658 10 INFO neutron.plugins.ml2.plugin [None req-ca0ec4b6-d633-49fe-838e-09fa10c02bb9 - - - - - -] Attempt 1 to provision port 5bdc8c83-c026-46bf-9566-47344478a1e2 2026-05-19 14:34:35.774 10 INFO neutron.plugins.ml2.plugin [None req-6a840d07-bd83-4839-bb8a-9dc3dbf57779 - - - - - -] Attempt 1 to provision port 2e750ea2-fd67-4aa5-9b9f-374bdd61eef4 2026-05-19 14:34:38.179 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port e0578ae1-f821-417d-94fc-2ce7eeb7c12d 2026-05-19 14:34:42.270 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port defdac60-692c-4e5d-abe1-a6e0e9c2c47f 2026-05-19 14:34:42.317 10 INFO neutron.plugins.ml2.db [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] No ports have port_id starting with defdac60-692c-4e5d-abe1-a6e0e9c2c47f 2026-05-19 14:34:44.129 10 INFO neutron.plugins.ml2.plugin [None req-f5f5d3de-f751-4b53-a836-b7d66f24d6a8 - - - - - -] Attempt 1 to provision port 3ba17f3c-d9bb-4b85-9be0-2e418babaf0a 2026-05-19 14:34:46.277 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 3ba17f3c-d9bb-4b85-9be0-2e418babaf0a 2026-05-19 14:34:46.388 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-f1166432-eaed-4bdf-87c5-64a4b3c17b41'] response: {'server_uuid': '71224499-d183-4a60-9dda-21e3d64c7e06', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3ba17f3c-d9bb-4b85-9be0-2e418babaf0a', 'code': 200} 2026-05-19 14:34:46.398 10 INFO neutron.plugins.ml2.plugin [None req-730ce5c6-32df-44a5-97ba-4cde989d323f - - - - - -] Attempt 1 to provision port 50ca9856-89a5-4568-b967-14f69a84ced0 2026-05-19 14:34:46.703 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 50ca9856-89a5-4568-b967-14f69a84ced0 2026-05-19 14:34:46.979 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port af2a18f4-ea24-4d12-a179-8e1d0ea8187d 2026-05-19 14:34:47.029 9 INFO neutron.plugins.ml2.plugin [None req-d99e0df4-ce4c-4256-a14d-8d20353a0e34 - - - - - -] Attempt 1 to provision port acf5e7de-7bae-43b2-bfd1-40a1dfdcd67b 2026-05-19 14:34:47.190 9 INFO neutron.plugins.ml2.plugin [None req-7d6afa08-d10f-4d6b-9c11-66839601134b - - - - - -] Attempt 1 to provision port af2a18f4-ea24-4d12-a179-8e1d0ea8187d 2026-05-19 14:34:47.420 10 INFO neutron.plugins.ml2.plugin [None req-e883aa48-ba44-49d1-a428-422c7316989d - - - - - -] Attempt 1 to provision port 25610a48-547d-4bf2-acb5-ec45220310e8 2026-05-19 14:34:47.966 9 INFO neutron.plugins.ml2.plugin [None req-63b95cbe-7d8f-4ac3-9ecb-870fdb0c2525 - - - - - -] Attempt 1 to provision port 2d66aa54-7b1d-4d33-bd86-4705b58f7b96 2026-05-19 14:34:48.196 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 3ba17f3c-d9bb-4b85-9be0-2e418babaf0a 2026-05-19 14:34:48.466 9 INFO neutron.plugins.ml2.plugin [None req-6999db4b-2379-4c58-b38b-6e8f3dad7c5b - - - - - -] Attempt 1 to provision port 25610a48-547d-4bf2-acb5-ec45220310e8 2026-05-19 14:34:48.511 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 50ca9856-89a5-4568-b967-14f69a84ced0 2026-05-19 14:34:48.795 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port af2a18f4-ea24-4d12-a179-8e1d0ea8187d 2026-05-19 14:34:49.169 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 2d66aa54-7b1d-4d33-bd86-4705b58f7b96 2026-05-19 14:34:49.308 9 INFO neutron.plugins.ml2.plugin [None req-0f5a41da-780e-414e-a5bd-ad0925505bde - - - - - -] Attempt 1 to provision port f02952c3-3cf3-450d-ba44-919e06f96f3d 2026-05-19 14:34:50.048 10 INFO neutron.plugins.ml2.plugin [None req-7c4e02ad-5164-4fa9-8e42-9447aea647fc - - - - - -] Attempt 1 to provision port f02952c3-3cf3-450d-ba44-919e06f96f3d 2026-05-19 14:34:50.152 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 2d66aa54-7b1d-4d33-bd86-4705b58f7b96 2026-05-19 14:34:50.199 10 INFO neutron.plugins.ml2.plugin [None req-04553e71-7319-436d-8e20-1a24a1d9a5cc - - - - - -] Attempt 1 to provision port 073f940c-c918-4202-aaa8-ec19d3a51bfc 2026-05-19 14:34:50.749 10 INFO neutron.plugins.ml2.plugin [None req-e5731177-37bc-43d0-91ba-6f4fd8a4db80 - - - - - -] Attempt 1 to provision port 073f940c-c918-4202-aaa8-ec19d3a51bfc 2026-05-19 14:34:52.326 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 2d27383b-0a62-42a4-93b9-16b20e25b373 2026-05-19 14:34:53.842 9 INFO neutron.plugins.ml2.plugin [None req-e1b3fe2d-5b82-458c-a04b-b7086622d0f8 - - - - - -] Attempt 1 to provision port 1cb0f8d7-b5f1-4f9a-9ed5-4095086bd502 2026-05-19 14:34:54.250 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 603e2276-2f09-4647-8b4c-9c816a6cd7ce 2026-05-19 14:34:54.800 10 INFO neutron.plugins.ml2.plugin [None req-d3a2e4a5-7919-46cf-bffd-5b7923297d00 - - - - - -] Attempt 1 to provision port 603e2276-2f09-4647-8b4c-9c816a6cd7ce 2026-05-19 14:34:54.861 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 2d27383b-0a62-42a4-93b9-16b20e25b373 2026-05-19 14:34:56.236 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 603e2276-2f09-4647-8b4c-9c816a6cd7ce 2026-05-19 14:34:56.901 10 INFO neutron.plugins.ml2.plugin [None req-a697e638-d6c1-4809-a54a-40b5211bcdc1 - - - - - -] Attempt 1 to provision port f34e33ae-2c10-4030-abf0-f817f632d4b2 2026-05-19 14:34:57.457 10 INFO neutron.plugins.ml2.plugin [None req-e3ef051d-ff65-4019-971c-78d65c05c3ff - - - - - -] Attempt 1 to provision port f34e33ae-2c10-4030-abf0-f817f632d4b2 2026-05-19 14:34:58.021 10 INFO neutron.plugins.ml2.plugin [None req-00abc55a-52cf-492e-87f8-2eddd5a1a64e - - - - - -] Attempt 1 to provision port 3c69fdb4-5f1c-476b-9bb9-4b73d497a8a1 2026-05-19 14:34:58.077 10 INFO neutron.plugins.ml2.plugin [None req-00abc55a-52cf-492e-87f8-2eddd5a1a64e - - - - - -] Attempt 1 to provision port 66aa83d4-9e0a-4245-a48a-fab1b709dec3 2026-05-19 14:34:58.203 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 746a28ec-2a6e-4dac-a928-85afb15f4080 2026-05-19 14:34:58.788 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 66aa83d4-9e0a-4245-a48a-fab1b709dec3 2026-05-19 14:34:59.553 10 INFO neutron.plugins.ml2.plugin [None req-e8304d69-68fb-4e8b-a972-e75e7b63597b - - - - - -] Attempt 1 to provision port 3c69fdb4-5f1c-476b-9bb9-4b73d497a8a1 2026-05-19 14:35:00.224 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 746a28ec-2a6e-4dac-a928-85afb15f4080 2026-05-19 14:35:00.528 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 66aa83d4-9e0a-4245-a48a-fab1b709dec3 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-19 14:35:03.167 10 INFO neutron.plugins.ml2.plugin [None req-95ef881e-ea4f-4b4d-9061-02766c4fcc41 - - - - - -] Attempt 1 to provision port f110e115-206c-4a45-8d77-2c559f729687 2026-05-19 14:35:04.198 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 22a02979-301c-4327-bf13-456ee65f438e 2026-05-19 14:35:04.932 10 INFO neutron.plugins.ml2.plugin [None req-b0b50467-ace2-4de2-98a3-151b85c8cb3d - - - - - -] Attempt 1 to provision port 22a02979-301c-4327-bf13-456ee65f438e 2026-05-19 14:35:05.068 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa65968b-5d6c-4287-862a-54cd48412638'] response: {'server_uuid': '71224499-d183-4a60-9dda-21e3d64c7e06', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '3ba17f3c-d9bb-4b85-9be0-2e418babaf0a', 'code': 200} 2026-05-19 14:35:06.130 10 INFO neutron.plugins.ml2.plugin [None req-6d999db0-f520-4645-b33e-d63fefb5a640 - - - - - -] Attempt 1 to provision port fe1ad8dd-8177-4b0f-899f-b9319ad55b28 2026-05-19 14:35:06.386 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 22a02979-301c-4327-bf13-456ee65f438e 2026-05-19 14:35:06.515 10 INFO neutron.plugins.ml2.plugin [None req-1b464cfb-cb3f-4f4a-8ce3-a567952de06c - - - - - -] Attempt 1 to provision port fe1ad8dd-8177-4b0f-899f-b9319ad55b28 2026-05-19 14:35:06.865 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port f110e115-206c-4a45-8d77-2c559f729687 2026-05-19 14:35:07.119 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-a22ff8f2-3923-4894-a984-978139035af5'] response: {'server_uuid': '62dfaafc-894f-4330-a7a0-479293ae2264', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f110e115-206c-4a45-8d77-2c559f729687', 'code': 200} 2026-05-19 14:35:08.301 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port f110e115-206c-4a45-8d77-2c559f729687 2026-05-19 14:35:08.604 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 073f940c-c918-4202-aaa8-ec19d3a51bfc 2026-05-19 14:35:09.052 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port acf5e7de-7bae-43b2-bfd1-40a1dfdcd67b /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-19 14:35:10.160 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 073f940c-c918-4202-aaa8-ec19d3a51bfc 2026-05-19 14:35:10.412 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port acf5e7de-7bae-43b2-bfd1-40a1dfdcd67b 2026-05-19 14:35:10.811 10 INFO neutron.plugins.ml2.plugin [None req-5ffd2e20-20ab-4f1b-bd26-8dbb0dd2f0e7 - - - - - -] Attempt 1 to provision port f223395e-12f8-4c47-958f-430be315d16b 2026-05-19 14:35:12.310 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 1cb0f8d7-b5f1-4f9a-9ed5-4095086bd502 2026-05-19 14:35:14.175 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port f34e33ae-2c10-4030-abf0-f817f632d4b2 2026-05-19 14:35:14.492 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 1cb0f8d7-b5f1-4f9a-9ed5-4095086bd502 2026-05-19 14:35:16.163 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port f34e33ae-2c10-4030-abf0-f817f632d4b2 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7e82e594-38a3-4d5e-a136-5383c915aa32 could not be found. 2026-05-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 14:35:31.574 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-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-19 14:35:31.574 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-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 14:35:31.574 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-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 14:35:31.574 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-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 14:35:31.574 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-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:35:31.574 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-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.574 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-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.574 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-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:35:31.574 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-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 14:35:31.574 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-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.574 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-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.574 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-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:35:31.574 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-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:35:31.574 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-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.574 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-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.574 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-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 14:35:31.574 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-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7e82e594-38a3-4d5e-a136-5383c915aa32 could not be found. 2026-05-19 14:35:31.574 10 ERROR neutron.plugins.ml2.managers  2026-05-19 14:35:31.577 10 ERROR neutron.plugins.ml2.managers [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Failed to bind port 668162f0-44e6-4f13-b680-4172ab0a640c on host instance for vnic_type normal using segments [{'id': '71fe1d67-c100-443f-9e92-9ac6c7f6be05', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 811, 'network_id': '90078392-5eb3-4a82-8f8e-3c7cfba4a283'}] 2026-05-19 14:35:31.577 10 INFO neutron.plugins.ml2.plugin [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Attempt 2 to bind port 668162f0-44e6-4f13-b680-4172ab0a640c 2026-05-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7e82e594-38a3-4d5e-a136-5383c915aa32 could not be found. 2026-05-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 14:35:31.594 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-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-19 14:35:31.594 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-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 14:35:31.594 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-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 14:35:31.594 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-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 14:35:31.594 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-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:35:31.594 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-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.594 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-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.594 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-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:35:31.594 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-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 14:35:31.594 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-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.594 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-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.594 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-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:35:31.594 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-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:35:31.594 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-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.594 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-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.594 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-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 14:35:31.594 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-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7e82e594-38a3-4d5e-a136-5383c915aa32 could not be found. 2026-05-19 14:35:31.594 10 ERROR neutron.plugins.ml2.managers  2026-05-19 14:35:31.595 10 ERROR neutron.plugins.ml2.managers [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Failed to bind port 668162f0-44e6-4f13-b680-4172ab0a640c on host instance for vnic_type normal using segments [{'id': '71fe1d67-c100-443f-9e92-9ac6c7f6be05', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 811, 'network_id': '90078392-5eb3-4a82-8f8e-3c7cfba4a283'}] 2026-05-19 14:35:31.595 10 INFO neutron.plugins.ml2.plugin [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Attempt 3 to bind port 668162f0-44e6-4f13-b680-4172ab0a640c 2026-05-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7e82e594-38a3-4d5e-a136-5383c915aa32 could not be found. 2026-05-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 14:35:31.614 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-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-19 14:35:31.614 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-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 14:35:31.614 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-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 14:35:31.614 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-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 14:35:31.614 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-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:35:31.614 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-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.614 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-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.614 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-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:35:31.614 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-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 14:35:31.614 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-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.614 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-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.614 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-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:35:31.614 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-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:35:31.614 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-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.614 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-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.614 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-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 14:35:31.614 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-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7e82e594-38a3-4d5e-a136-5383c915aa32 could not be found. 2026-05-19 14:35:31.614 10 ERROR neutron.plugins.ml2.managers  2026-05-19 14:35:31.615 10 ERROR neutron.plugins.ml2.managers [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Failed to bind port 668162f0-44e6-4f13-b680-4172ab0a640c on host instance for vnic_type normal using segments [{'id': '71fe1d67-c100-443f-9e92-9ac6c7f6be05', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 811, 'network_id': '90078392-5eb3-4a82-8f8e-3c7cfba4a283'}] 2026-05-19 14:35:31.615 10 INFO neutron.plugins.ml2.plugin [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Attempt 4 to bind port 668162f0-44e6-4f13-b680-4172ab0a640c 2026-05-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7e82e594-38a3-4d5e-a136-5383c915aa32 could not be found. 2026-05-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 14:35:31.642 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-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-19 14:35:31.642 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-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 14:35:31.642 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-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 14:35:31.642 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-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 14:35:31.642 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-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:35:31.642 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-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.642 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-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.642 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-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:35:31.642 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-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 14:35:31.642 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-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.642 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-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.642 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-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:35:31.642 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-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:35:31.642 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-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.642 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-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.642 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-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 14:35:31.642 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-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7e82e594-38a3-4d5e-a136-5383c915aa32 could not be found. 2026-05-19 14:35:31.642 10 ERROR neutron.plugins.ml2.managers  2026-05-19 14:35:31.643 10 ERROR neutron.plugins.ml2.managers [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Failed to bind port 668162f0-44e6-4f13-b680-4172ab0a640c on host instance for vnic_type normal using segments [{'id': '71fe1d67-c100-443f-9e92-9ac6c7f6be05', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 811, 'network_id': '90078392-5eb3-4a82-8f8e-3c7cfba4a283'}] 2026-05-19 14:35:31.643 10 INFO neutron.plugins.ml2.plugin [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Attempt 5 to bind port 668162f0-44e6-4f13-b680-4172ab0a640c 2026-05-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7e82e594-38a3-4d5e-a136-5383c915aa32 could not be found. 2026-05-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 14:35:31.665 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-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-19 14:35:31.665 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-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 14:35:31.665 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-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 14:35:31.665 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-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 14:35:31.665 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-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:35:31.665 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-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.665 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-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.665 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-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:35:31.665 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-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 14:35:31.665 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-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.665 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-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.665 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-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:35:31.665 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-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:35:31.665 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-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.665 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-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.665 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-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 14:35:31.665 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-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7e82e594-38a3-4d5e-a136-5383c915aa32 could not be found. 2026-05-19 14:35:31.665 10 ERROR neutron.plugins.ml2.managers  2026-05-19 14:35:31.666 10 ERROR neutron.plugins.ml2.managers [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Failed to bind port 668162f0-44e6-4f13-b680-4172ab0a640c on host instance for vnic_type normal using segments [{'id': '71fe1d67-c100-443f-9e92-9ac6c7f6be05', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 811, 'network_id': '90078392-5eb3-4a82-8f8e-3c7cfba4a283'}] 2026-05-19 14:35:31.666 10 INFO neutron.plugins.ml2.plugin [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Attempt 6 to bind port 668162f0-44e6-4f13-b680-4172ab0a640c 2026-05-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7e82e594-38a3-4d5e-a136-5383c915aa32 could not be found. 2026-05-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 14:35:31.682 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-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-19 14:35:31.682 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-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 14:35:31.682 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-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 14:35:31.682 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-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 14:35:31.682 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-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:35:31.682 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-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.682 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-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.682 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-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:35:31.682 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-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 14:35:31.682 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-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.682 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-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.682 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-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:35:31.682 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-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:35:31.682 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-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.682 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-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.682 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-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 14:35:31.682 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-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7e82e594-38a3-4d5e-a136-5383c915aa32 could not be found. 2026-05-19 14:35:31.682 10 ERROR neutron.plugins.ml2.managers  2026-05-19 14:35:31.683 10 ERROR neutron.plugins.ml2.managers [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Failed to bind port 668162f0-44e6-4f13-b680-4172ab0a640c on host instance for vnic_type normal using segments [{'id': '71fe1d67-c100-443f-9e92-9ac6c7f6be05', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 811, 'network_id': '90078392-5eb3-4a82-8f8e-3c7cfba4a283'}] 2026-05-19 14:35:31.683 10 INFO neutron.plugins.ml2.plugin [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Attempt 7 to bind port 668162f0-44e6-4f13-b680-4172ab0a640c 2026-05-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7e82e594-38a3-4d5e-a136-5383c915aa32 could not be found. 2026-05-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 14:35:31.702 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-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-19 14:35:31.702 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-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 14:35:31.702 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-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 14:35:31.702 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-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 14:35:31.702 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-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:35:31.702 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-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.702 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-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.702 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-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:35:31.702 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-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 14:35:31.702 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-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.702 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-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.702 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-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:35:31.702 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-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:35:31.702 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-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.702 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-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.702 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-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 14:35:31.702 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-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7e82e594-38a3-4d5e-a136-5383c915aa32 could not be found. 2026-05-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers  2026-05-19 14:35:31.702 10 ERROR neutron.plugins.ml2.managers [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Failed to bind port 668162f0-44e6-4f13-b680-4172ab0a640c on host instance for vnic_type normal using segments [{'id': '71fe1d67-c100-443f-9e92-9ac6c7f6be05', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 811, 'network_id': '90078392-5eb3-4a82-8f8e-3c7cfba4a283'}] 2026-05-19 14:35:31.702 10 INFO neutron.plugins.ml2.plugin [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Attempt 8 to bind port 668162f0-44e6-4f13-b680-4172ab0a640c 2026-05-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7e82e594-38a3-4d5e-a136-5383c915aa32 could not be found. 2026-05-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 14:35:31.721 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-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-19 14:35:31.721 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-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 14:35:31.721 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-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 14:35:31.721 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-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 14:35:31.721 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-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:35:31.721 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-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.721 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-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.721 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-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:35:31.721 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-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 14:35:31.721 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-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.721 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-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.721 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-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:35:31.721 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-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:35:31.721 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-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.721 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-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.721 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-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 14:35:31.721 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-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7e82e594-38a3-4d5e-a136-5383c915aa32 could not be found. 2026-05-19 14:35:31.721 10 ERROR neutron.plugins.ml2.managers  2026-05-19 14:35:31.722 10 ERROR neutron.plugins.ml2.managers [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Failed to bind port 668162f0-44e6-4f13-b680-4172ab0a640c on host instance for vnic_type normal using segments [{'id': '71fe1d67-c100-443f-9e92-9ac6c7f6be05', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 811, 'network_id': '90078392-5eb3-4a82-8f8e-3c7cfba4a283'}] 2026-05-19 14:35:31.722 10 INFO neutron.plugins.ml2.plugin [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Attempt 9 to bind port 668162f0-44e6-4f13-b680-4172ab0a640c 2026-05-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7e82e594-38a3-4d5e-a136-5383c915aa32 could not be found. 2026-05-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 14:35:31.738 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-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-19 14:35:31.738 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-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 14:35:31.738 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-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 14:35:31.738 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-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 14:35:31.738 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-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:35:31.738 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-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.738 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-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.738 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-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:35:31.738 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-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 14:35:31.738 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-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.738 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-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.738 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-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:35:31.738 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-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:35:31.738 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-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.738 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-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.738 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-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 14:35:31.738 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-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7e82e594-38a3-4d5e-a136-5383c915aa32 could not be found. 2026-05-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers  2026-05-19 14:35:31.738 10 ERROR neutron.plugins.ml2.managers [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Failed to bind port 668162f0-44e6-4f13-b680-4172ab0a640c on host instance for vnic_type normal using segments [{'id': '71fe1d67-c100-443f-9e92-9ac6c7f6be05', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 811, 'network_id': '90078392-5eb3-4a82-8f8e-3c7cfba4a283'}] 2026-05-19 14:35:31.739 10 INFO neutron.plugins.ml2.plugin [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Attempt 10 to bind port 668162f0-44e6-4f13-b680-4172ab0a640c 2026-05-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7e82e594-38a3-4d5e-a136-5383c915aa32 could not be found. 2026-05-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-05-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 14:35:31.759 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-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-19 14:35:31.759 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-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 14:35:31.759 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-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 14:35:31.759 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-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 14:35:31.759 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-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:35:31.759 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-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.759 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-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.759 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-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:35:31.759 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-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 14:35:31.759 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-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.759 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-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.759 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-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 14:35:31.759 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-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 14:35:31.759 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-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 14:35:31.759 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-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 14:35:31.759 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-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-05-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 14:35:31.759 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-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7e82e594-38a3-4d5e-a136-5383c915aa32 could not be found. 2026-05-19 14:35:31.759 10 ERROR neutron.plugins.ml2.managers  2026-05-19 14:35:31.760 10 ERROR neutron.plugins.ml2.managers [None req-9b47e611-52dd-4b38-816d-33a08346373c - - - - - -] Failed to bind port 668162f0-44e6-4f13-b680-4172ab0a640c on host instance for vnic_type normal using segments [{'id': '71fe1d67-c100-443f-9e92-9ac6c7f6be05', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 811, 'network_id': '90078392-5eb3-4a82-8f8e-3c7cfba4a283'}] 2026-05-19 14:35:34.215 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port e95b20e1-a5b7-4f4b-b621-6a800da1bdd0 2026-05-19 14:35:34.973 10 INFO neutron.plugins.ml2.plugin [None req-f4f03fba-aa59-40d7-b74f-4cfe618749c1 - - - - - -] Attempt 1 to provision port e95b20e1-a5b7-4f4b-b621-6a800da1bdd0 2026-05-19 14:35:34.997 10 INFO neutron.plugins.ml2.db [None req-f4f03fba-aa59-40d7-b74f-4cfe618749c1 - - - - - -] No ports have port_id starting with e95b20e1-a5b7-4f4b-b621-6a800da1bdd0 2026-05-19 14:35:50.260 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 283a9916-5623-4535-99b1-68a46c1275ec 2026-05-19 14:35:51.038 9 INFO neutron.plugins.ml2.plugin [None req-c7fa41a8-d324-42ea-a3e9-008f0efb7c4a - - - - - -] Attempt 1 to provision port 283a9916-5623-4535-99b1-68a46c1275ec 2026-05-19 14:35:52.127 10 INFO neutron.plugins.ml2.plugin [None req-a16796fc-8380-42dd-a608-81aca20ad31c - - - - - -] Attempt 1 to provision port 050f2e27-927d-41e4-b6df-0aeb82565232 2026-05-19 14:35:52.264 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 283a9916-5623-4535-99b1-68a46c1275ec 2026-05-19 14:35:52.766 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port f08adb88-7371-4f04-9d17-a2e172b7f52f 2026-05-19 14:35:53.086 9 INFO neutron.plugins.ml2.plugin [None req-f4921d99-933c-480b-a1c9-4f931b0d7f87 - - - - - -] Attempt 1 to provision port f08adb88-7371-4f04-9d17-a2e172b7f52f 2026-05-19 14:35:53.262 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 050f2e27-927d-41e4-b6df-0aeb82565232 2026-05-19 14:35:53.599 9 INFO neutron.plugins.ml2.plugin [None req-708b7994-5886-4518-b225-91753f05d998 - - - - - -] Attempt 1 to provision port 3d572728-92ba-460d-8bd5-739b8a139b5d 2026-05-19 14:35:54.241 10 INFO neutron.plugins.ml2.plugin [None req-5f2bf4b3-a041-4dd1-ab32-1b5643d72836 - - - - - -] Attempt 1 to provision port 6b509dd2-3796-4964-8814-15cd4632dad5 2026-05-19 14:35:54.290 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 6b509dd2-3796-4964-8814-15cd4632dad5 2026-05-19 14:35:55.180 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port f08adb88-7371-4f04-9d17-a2e172b7f52f 2026-05-19 14:35:55.455 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 050f2e27-927d-41e4-b6df-0aeb82565232 2026-05-19 14:35:55.715 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 3d572728-92ba-460d-8bd5-739b8a139b5d 2026-05-19 14:35:56.246 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 6b509dd2-3796-4964-8814-15cd4632dad5 2026-05-19 14:35:57.876 9 INFO neutron.plugins.ml2.plugin [None req-820c0c9d-26dc-4366-9957-eefe08d5328e - - - - - -] Attempt 1 to provision port 3ce0563a-45cb-41ac-a39a-23460fd87aa1 2026-05-19 14:35:58.222 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 3ce0563a-45cb-41ac-a39a-23460fd87aa1 2026-05-19 14:36:24.349 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 58a1fba0-69e8-465e-9d78-708f2ebe91c1 2026-05-19 14:36:25.855 9 INFO neutron.plugins.ml2.plugin [None req-8101b33f-5926-4f84-adc4-e3a812a486a1 - - - - - -] Attempt 1 to provision port 58a1fba0-69e8-465e-9d78-708f2ebe91c1 2026-05-19 14:36:26.302 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 2f535cb2-9421-4e98-b942-7cf4d661af1c 2026-05-19 14:36:26.537 10 INFO neutron.plugins.ml2.plugin [None req-eed9325a-ec76-44da-bd59-80c7dd80aa1b - - - - - -] Attempt 1 to provision port 58a1fba0-69e8-465e-9d78-708f2ebe91c1 2026-05-19 14:36:27.003 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 58a1fba0-69e8-465e-9d78-708f2ebe91c1 2026-05-19 14:36:27.436 10 INFO neutron.plugins.ml2.plugin [None req-622ac2e8-e8bb-4213-aee5-2bd72c93a6ae - - - - - -] Attempt 1 to provision port 763ea18f-c025-4b7e-b807-f88f61727cfa 2026-05-19 14:36:27.677 9 INFO neutron.plugins.ml2.plugin [None req-7b3cb405-b844-4419-89c4-da3e7d7d5dcc - - - - - -] Attempt 1 to provision port 2f535cb2-9421-4e98-b942-7cf4d661af1c 2026-05-19 14:36:28.254 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 2f535cb2-9421-4e98-b942-7cf4d661af1c 2026-05-19 14:36:28.378 10 INFO neutron.plugins.ml2.plugin [None req-5a058710-8344-452d-b6a5-078b414f41f9 - - - - - -] Attempt 1 to provision port 1f3c5c3e-8aa4-4495-92a4-e38b709aa5b7 2026-05-19 14:36:28.566 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 1f3c5c3e-8aa4-4495-92a4-e38b709aa5b7 2026-05-19 14:36:28.741 9 INFO neutron.plugins.ml2.plugin [None req-cd05e3db-ffe9-4923-a7ba-b51fe8bf367e - - - - - -] Attempt 1 to provision port 2f535cb2-9421-4e98-b942-7cf4d661af1c 2026-05-19 14:36:29.342 10 INFO neutron.plugins.ml2.plugin [None req-b3126d40-b115-4ed8-82af-b5a7e3d9a743 - - - - - -] Attempt 1 to provision port 1f3c5c3e-8aa4-4495-92a4-e38b709aa5b7 2026-05-19 14:36:29.819 10 INFO neutron.plugins.ml2.plugin [None req-7a679894-c646-479d-b23d-f73901222cd8 - - - - - -] Attempt 1 to provision port 8fcb1a85-adb9-447e-8739-4c79f80f34ca 2026-05-19 14:36:30.245 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 42fdfce5-2faa-4785-943c-70e05453900b 2026-05-19 14:36:30.586 9 INFO neutron.plugins.ml2.plugin [None req-115aeb42-2cf9-4842-9542-e19660818285 - - - - - -] Attempt 1 to provision port 8fcb1a85-adb9-447e-8739-4c79f80f34ca 2026-05-19 14:36:30.809 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 1f3c5c3e-8aa4-4495-92a4-e38b709aa5b7 2026-05-19 14:36:31.553 9 INFO neutron.plugins.ml2.plugin [None req-630382aa-44ee-4fea-bc73-89e65fd59d81 - - - - - -] Attempt 1 to provision port 3fa9df74-1c22-4760-ae52-bd9827f59fca 2026-05-19 14:36:32.195 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 42fdfce5-2faa-4785-943c-70e05453900b 2026-05-19 14:36:32.703 10 INFO neutron.plugins.ml2.plugin [None req-2c5544c6-cb37-4090-8051-4ecc5862b44e - - - - - -] Attempt 1 to provision port 3fa9df74-1c22-4760-ae52-bd9827f59fca 2026-05-19 14:36:33.663 10 INFO neutron.plugins.ml2.plugin [None req-e77d149e-9db0-430f-bf25-c1ef7f9590d7 - - - - - -] Attempt 1 to provision port b7ad9876-2d5c-44c5-8110-034f2e3e83cc 2026-05-19 14:36:34.406 10 INFO neutron.plugins.ml2.plugin [None req-a77a87e4-d619-4900-8318-77a69f232ba8 - - - - - -] Attempt 1 to provision port b7ad9876-2d5c-44c5-8110-034f2e3e83cc 2026-05-19 14:36:38.270 10 INFO neutron.plugins.ml2.plugin [None req-b8363bb8-8592-40cd-8f58-23f6867245a0 - - - - - -] Attempt 1 to provision port 8532aa2a-9678-435d-b98e-b29048f6422a 2026-05-19 14:36:40.264 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 8532aa2a-9678-435d-b98e-b29048f6422a 2026-05-19 14:36:40.399 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-51e7df49-e897-4634-a93d-09cdd5156663'] response: {'server_uuid': '23f3248b-e017-49b8-b27f-76fb18dd60b9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8532aa2a-9678-435d-b98e-b29048f6422a', 'code': 200} 2026-05-19 14:36:42.226 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 8532aa2a-9678-435d-b98e-b29048f6422a 2026-05-19 14:36:45.876 9 INFO neutron.plugins.ml2.plugin [None req-78b9885b-b367-4078-bd80-7b6dcb287db0 - - - - - -] Attempt 1 to provision port 58f1bb22-d819-4b06-8d19-baba85370a93 2026-05-19 14:36:48.255 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 58f1bb22-d819-4b06-8d19-baba85370a93 2026-05-19 14:36:48.380 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-c99ab077-ad38-4138-91eb-c963f7993ab9'] response: {'server_uuid': '1e74d548-c930-478a-8709-b9286869f83d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '58f1bb22-d819-4b06-8d19-baba85370a93', 'code': 200} 2026-05-19 14:36:50.223 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 58f1bb22-d819-4b06-8d19-baba85370a93 2026-05-19 14:36:54.216 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 3fa9df74-1c22-4760-ae52-bd9827f59fca 2026-05-19 14:36:56.372 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port b7ad9876-2d5c-44c5-8110-034f2e3e83cc 2026-05-19 14:36:56.713 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 3fa9df74-1c22-4760-ae52-bd9827f59fca 2026-05-19 14:36:56.962 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 763ea18f-c025-4b7e-b807-f88f61727cfa 2026-05-19 14:36:57.270 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 8fcb1a85-adb9-447e-8739-4c79f80f34ca 2026-05-19 14:36:58.247 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port b7ad9876-2d5c-44c5-8110-034f2e3e83cc 2026-05-19 14:36:58.513 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 763ea18f-c025-4b7e-b807-f88f61727cfa 2026-05-19 14:36:58.706 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 8fcb1a85-adb9-447e-8739-4c79f80f34ca 2026-05-19 14:37:06.804 10 INFO neutron.plugins.ml2.plugin [None req-f0d4c504-8f93-4ef3-a7ce-a8facfe273cc - - - - - -] Attempt 1 to provision port 5146ac82-3091-4a5b-a6e0-3a323ae4bebf 2026-05-19 14:37:19.148 10 INFO neutron.plugins.ml2.plugin [None req-ca12b26e-0c5e-4439-9887-3cc38871fea0 - - - - - -] Attempt 1 to provision port d8571a16-b350-4bee-b673-b0230046927c 2026-05-19 14:37:20.292 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port d8571a16-b350-4bee-b673-b0230046927c 2026-05-19 14:37:20.410 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-756779e3-1b06-4ea2-9057-ca2a5d365cb6'] response: {'server_uuid': '306f2cf6-1bfa-4b20-971e-a68509e6315c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd8571a16-b350-4bee-b673-b0230046927c', 'code': 200} 2026-05-19 14:37:22.278 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port d8571a16-b350-4bee-b673-b0230046927c 2026-05-19 14:37:59.988 9 INFO neutron.plugins.ml2.plugin [None req-6f4c6d81-70bb-4df0-95d1-d48466f46205 - - - - - -] Attempt 1 to provision port c2e28726-6b56-4a12-98bf-40b449c454bb 2026-05-19 14:38:02.490 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port c2e28726-6b56-4a12-98bf-40b449c454bb 2026-05-19 14:38:03.320 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd7d593c-b094-4b17-88f4-72a8c7b35126'] response: {'server_uuid': '306f2cf6-1bfa-4b20-971e-a68509e6315c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c2e28726-6b56-4a12-98bf-40b449c454bb', 'code': 200} 2026-05-19 14:38:04.392 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port c2e28726-6b56-4a12-98bf-40b449c454bb 2026-05-19 14:38:28.371 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 5d1c8216-f444-4e89-89e1-030d490eec82 2026-05-19 14:38:28.536 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-5349a025-817b-47e2-b4e5-6bc61ba254cd'] response: {'server_uuid': '306f2cf6-1bfa-4b20-971e-a68509e6315c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5d1c8216-f444-4e89-89e1-030d490eec82', 'code': 200} 2026-05-19 14:38:30.302 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 5d1c8216-f444-4e89-89e1-030d490eec82 2026-05-19 14:38:42.537 10 INFO neutron.plugins.ml2.plugin [None req-9ab8c427-7968-423d-b58c-dbfb78105697 - - - - - -] Attempt 1 to provision port d2cd9eac-1c9c-4feb-9b64-2bd32db6344a 2026-05-19 14:38:42.717 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-17fa1585-6290-4c15-ad9b-6581afb638fe'] response: {'server_uuid': '306f2cf6-1bfa-4b20-971e-a68509e6315c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd2cd9eac-1c9c-4feb-9b64-2bd32db6344a', 'code': 200} 2026-05-19 14:38:44.351 9 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port d2cd9eac-1c9c-4feb-9b64-2bd32db6344a 2026-05-19 14:38:52.913 9 INFO neutron.plugins.ml2.plugin [None req-7079c508-5ca7-4452-914e-2b28b114383a - - - - - -] Attempt 1 to provision port d2cd9eac-1c9c-4feb-9b64-2bd32db6344a 2026-05-19 14:38:58.345 9 INFO neutron.plugins.ml2.plugin [None req-f08f1442-c6e3-42fb-afac-2b0187f9937c - - - - - -] Attempt 1 to provision port 5d1c8216-f444-4e89-89e1-030d490eec82 2026-05-19 14:38:58.396 10 INFO neutron.plugins.ml2.plugin [None req-88e7a9dc-9e44-4dc8-8bae-a4ed01edefc3 - - - - - -] Attempt 1 to provision port 5d1c8216-f444-4e89-89e1-030d490eec82