+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini /var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py:55: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-07-02 15:59:17.392 1 INFO neutron.common.config [-] Logging enabled! 2026-07-02 15:59:17.392 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 24.2.2.dev7 2026-07-02 15:59:17.392 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-07-02 15:59:17.393 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-02 15:59:18.602 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 15:59:18.604 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-02 15:59:18.607 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-07-02 15:59:18.608 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 15:59:18.608 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-02 15:59:18.608 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-02 15:59:18.608 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 15:59:18.614 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 15:59:18.614 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 15:59:18.614 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 15:59:18.630 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-02 15:59:18.631 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 15:59:18.631 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-02 15:59:18.664 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-02 15:59:18.664 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-02 15:59:18.664 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-02 15:59:18.664 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-02 15:59:18.670 1 WARNING oslo_policy.policy [None req-9803e5aa-d3a8-4cf6-a6bf-00ae88b568f1 - - - - - -] 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-07-02 15:59:18.970 1 INFO neutron.plugins.ml2.managers [None req-9803e5aa-d3a8-4cf6-a6bf-00ae88b568f1 - - - - - -] Initializing driver for type 'vlan' 2026-07-02 15:59:19.139 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-9803e5aa-d3a8-4cf6-a6bf-00ae88b568f1 - - - - - -] VlanTypeDriver initialization complete 2026-07-02 15:59:19.140 1 INFO neutron.plugins.ml2.managers [None req-9803e5aa-d3a8-4cf6-a6bf-00ae88b568f1 - - - - - -] Initializing driver for type 'vxlan' 2026-07-02 15:59:19.140 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-9803e5aa-d3a8-4cf6-a6bf-00ae88b568f1 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-02 15:59:19.183 1 INFO neutron.plugins.ml2.managers [None req-9803e5aa-d3a8-4cf6-a6bf-00ae88b568f1 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-02 15:59:19.183 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-9803e5aa-d3a8-4cf6-a6bf-00ae88b568f1 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-02 15:59:19.184 1 INFO neutron.plugins.ml2.managers [None req-9803e5aa-d3a8-4cf6-a6bf-00ae88b568f1 - - - - - -] Initializing extension driver 'port_security' 2026-07-02 15:59:19.184 1 INFO neutron.plugins.ml2.extensions.port_security [None req-9803e5aa-d3a8-4cf6-a6bf-00ae88b568f1 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-02 15:59:19.184 1 INFO neutron.plugins.ml2.managers [None req-9803e5aa-d3a8-4cf6-a6bf-00ae88b568f1 - - - - - -] Initializing extension driver 'qos' 2026-07-02 15:59:19.185 1 INFO neutron.plugins.ml2.managers [None req-9803e5aa-d3a8-4cf6-a6bf-00ae88b568f1 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-02 15:59:19.185 1 INFO neutron.plugins.ml2.managers [None req-9803e5aa-d3a8-4cf6-a6bf-00ae88b568f1 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-02 15:59:19.200 1 INFO neutron.quota [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded quota_driver: . 2026-07-02 15:59:19.201 1 INFO neutron.plugins.ml2.plugin [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Modular L2 Plugin initialization complete 2026-07-02 15:59:19.201 1 INFO neutron.plugins.ml2.managers [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-02 15:59:19.201 1 INFO neutron.plugins.ml2.managers [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-02 15:59:19.202 1 INFO neutron.plugins.ml2.managers [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-02 15:59:19.202 1 INFO neutron.extensions.vlantransparent [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Disabled vlantransparent extension. 2026-07-02 15:59:19.202 1 INFO neutron.manager [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loading Plugin: qos 2026-07-02 15:59:19.212 1 INFO neutron.manager [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loading Plugin: router 2026-07-02 15:59:19.246 1 INFO neutron.services.service_base [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-02 15:59:19.247 1 INFO neutron.manager [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loading Plugin: segments 2026-07-02 15:59:19.332 1 INFO neutron.manager [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loading Plugin: trunk 2026-07-02 15:59:19.399 1 INFO neutron.manager [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loading Plugin: vpnaas 2026-07-02 15:59:19.440 1 WARNING stevedore.named [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-02 15:59:19.512 1 INFO neutron_vpnaas.services.vpn.plugin [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-02 15:59:19.512 1 INFO neutron.common.utils [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-02 15:59:19.512 1 INFO neutron.manager [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loading Plugin: auto_allocate 2026-07-02 15:59:19.516 1 INFO neutron.manager [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loading Plugin: tag 2026-07-02 15:59:19.522 1 INFO neutron.manager [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loading Plugin: timestamp 2026-07-02 15:59:19.525 1 INFO neutron.manager [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loading Plugin: network_ip_availability 2026-07-02 15:59:19.532 1 INFO neutron.manager [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loading Plugin: flavors 2026-07-02 15:59:19.535 1 INFO neutron.manager [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loading Plugin: revisions 2026-07-02 15:59:19.538 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Initializing extension manager. 2026-07-02 15:59:19.539 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: address-group 2026-07-02 15:59:19.540 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: address-scope 2026-07-02 15:59:19.540 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-02 15:59:19.541 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: agent 2026-07-02 15:59:19.542 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: agent-resources-synced 2026-07-02 15:59:19.543 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-02 15:59:19.543 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-02 15:59:19.544 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: availability_zone 2026-07-02 15:59:19.545 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: availability_zone_filter 2026-07-02 15:59:19.545 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-02 15:59:19.545 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: default-subnetpools 2026-07-02 15:59:19.547 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-02 15:59:19.547 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: dns-integration 2026-07-02 15:59:19.547 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: dns-domain-ports 2026-07-02 15:59:19.548 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-02 15:59:19.548 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: dvr 2026-07-02 15:59:19.549 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-02 15:59:19.550 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: empty-string-filtering 2026-07-02 15:59:19.550 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 15:59:19.550 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-02 15:59:19.551 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: external-net 2026-07-02 15:59:19.551 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-02 15:59:19.552 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: extraroute 2026-07-02 15:59:19.552 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: extraroute-atomic 2026-07-02 15:59:19.553 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-02 15:59:19.553 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-02 15:59:19.554 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-02 15:59:19.554 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-02 15:59:19.555 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: fip-port-details 2026-07-02 15:59:19.555 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: flavors 2026-07-02 15:59:19.556 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-02 15:59:19.557 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: floatingip-pools 2026-07-02 15:59:19.557 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: ip_allocation 2026-07-02 15:59:19.558 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-02 15:59:19.558 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: l2_adjacency 2026-07-02 15:59:19.559 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: router 2026-07-02 15:59:19.560 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 15:59:19.561 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-02 15:59:19.562 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-02 15:59:19.562 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: ext-gw-mode 2026-07-02 15:59:19.562 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: l3-ha 2026-07-02 15:59:19.563 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-02 15:59:19.563 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-02 15:59:19.564 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: l3-flavors 2026-07-02 15:59:19.565 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-02 15:59:19.565 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-02 15:59:19.567 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-02 15:59:19.568 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-02 15:59:19.568 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-02 15:59:19.569 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-02 15:59:19.570 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-02 15:59:19.570 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: multi-provider 2026-07-02 15:59:19.571 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: net-mtu 2026-07-02 15:59:19.571 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: net-mtu-writable 2026-07-02 15:59:19.572 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: network_availability_zone 2026-07-02 15:59:19.572 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: network_ha 2026-07-02 15:59:19.573 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: network-ip-availability 2026-07-02 15:59:19.574 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-02 15:59:19.574 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: pagination 2026-07-02 15:59:19.575 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: port-device-profile 2026-07-02 15:59:19.575 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-02 15:59:19.576 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-02 15:59:19.576 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-02 15:59:19.577 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: port-mac-override 2026-07-02 15:59:19.577 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-02 15:59:19.577 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-02 15:59:19.578 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: port-resource-request 2026-07-02 15:59:19.578 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-02 15:59:19.579 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: binding 2026-07-02 15:59:19.580 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: binding-extended 2026-07-02 15:59:19.580 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: port-security 2026-07-02 15:59:19.581 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: project-id 2026-07-02 15:59:19.581 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: provider 2026-07-02 15:59:19.583 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: qos 2026-07-02 15:59:19.583 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-02 15:59:19.584 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-02 15:59:19.585 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: qos-default 2026-07-02 15:59:19.585 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: qos-fip 2026-07-02 15:59:19.586 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-02 15:59:19.586 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-02 15:59:19.587 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-02 15:59:19.587 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-02 15:59:19.588 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-02 15:59:19.588 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: qos-pps 2026-07-02 15:59:19.589 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-02 15:59:19.589 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-02 15:59:19.590 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: qos-rules-alias 2026-07-02 15:59:19.591 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: quota-check-limit 2026-07-02 15:59:19.592 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: quotas 2026-07-02 15:59:19.595 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: quota_details 2026-07-02 15:59:19.596 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: rbac-policies 2026-07-02 15:59:19.596 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: rbac-address-group 2026-07-02 15:59:19.597 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: rbac-address-scope 2026-07-02 15:59:19.597 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: rbac-security-groups 2026-07-02 15:59:19.598 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-02 15:59:19.598 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: revision-if-match 2026-07-02 15:59:19.599 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-02 15:59:19.599 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: router_availability_zone 2026-07-02 15:59:19.600 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-02 15:59:19.601 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-02 15:59:19.602 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-02 15:59:19.602 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-02 15:59:19.603 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-02 15:59:19.603 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-02 15:59:19.604 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-02 15:59:19.613 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: security-group 2026-07-02 15:59:19.614 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: segment 2026-07-02 15:59:19.615 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-02 15:59:19.616 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: service-type 2026-07-02 15:59:19.616 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: sorting 2026-07-02 15:59:19.617 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: standard-attr-segment 2026-07-02 15:59:19.618 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: standard-attr-description 2026-07-02 15:59:19.618 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: stateful-security-group 2026-07-02 15:59:19.619 1 WARNING neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-07-02 15:59:19.619 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-02 15:59:19.620 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: subnet_onboard 2026-07-02 15:59:19.620 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-02 15:59:19.621 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: subnet-service-types 2026-07-02 15:59:19.621 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: subnet_allocation 2026-07-02 15:59:19.622 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-02 15:59:19.622 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-02 15:59:19.625 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: standard-attr-tag 2026-07-02 15:59:19.626 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-02 15:59:19.626 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: trunk 2026-07-02 15:59:19.626 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: trunk-details 2026-07-02 15:59:19.627 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-02 15:59:19.627 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-02 15:59:19.629 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-02 15:59:19.630 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-02 15:59:19.630 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: vpn-flavors 2026-07-02 15:59:19.631 1 INFO neutron.api.extensions [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Loaded extension: vpnaas 2026-07-02 15:59:19.634 1 INFO oslo_service.service [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Starting 2 workers 2026-07-02 15:59:19.643 1 INFO oslo_service.service [None req-1792aa68-0265-4204-84e9-d2acefd05989 - - - - - -] Starting 1 workers 2026-07-02 15:59:56.247 10 INFO neutron.db.l3_hamode_db [None req-d85c4692-06ea-406c-aaad-af0fd6402d7d - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 16:00:11.187 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port ce05b5df-25f5-4ceb-a00f-79f66d71bb5b 2026-07-02 16:00:12.192 10 INFO neutron.plugins.ml2.plugin [None req-debae7fd-6a20-4c9d-a5e1-8db9f1e8605b - - - - - -] Attempt 1 to provision port ce05b5df-25f5-4ceb-a00f-79f66d71bb5b 2026-07-02 16:00:13.175 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port ce05b5df-25f5-4ceb-a00f-79f66d71bb5b 2026-07-02 16:04:53.337 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 77a6a82b-60cb-4883-92d0-720b4cd9ec40 2026-07-02 16:04:53.741 9 INFO neutron.plugins.ml2.plugin [None req-f2467414-3602-4ef1-90d2-83097099d107 - - - - - -] Attempt 1 to provision port 77a6a82b-60cb-4883-92d0-720b4cd9ec40 2026-07-02 16:04:55.322 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 77a6a82b-60cb-4883-92d0-720b4cd9ec40 2026-07-02 16:05:01.989 10 INFO neutron.plugins.ml2.plugin [None req-7c56e5b9-fdd7-4fdf-a0a7-1d491e2e60d5 - - - - - -] Attempt 1 to provision port 74d3566f-fb63-4e69-be8a-55c1ab3dc4c7 2026-07-02 16:09:09.638 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 74d3566f-fb63-4e69-be8a-55c1ab3dc4c7 2026-07-02 16:09:11.502 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 74d3566f-fb63-4e69-be8a-55c1ab3dc4c7 2026-07-02 16:18:15.886 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port f6523c50-73b4-432c-8d62-e557e4227552 2026-07-02 16:18:17.881 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port f6523c50-73b4-432c-8d62-e557e4227552 2026-07-02 16:35:16.428 10 INFO neutron.plugins.ml2.plugin [None req-7a665e7b-e6af-4f35-874e-5ac926cb89b0 - - - - - -] Attempt 1 to provision port c00f5ce9-a7ce-49d1-9d08-388236788973 2026-07-02 16:35:16.791 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port a079b316-1652-4559-9596-23876219296b 2026-07-02 16:35:17.311 9 INFO neutron.plugins.ml2.plugin [None req-5d19c6ee-407f-4cbe-8db7-6b325e85a27e - - - - - -] Attempt 1 to provision port ff4c1767-777b-41fb-9a60-52202dd3aa98 2026-07-02 16:35:17.498 9 INFO neutron.plugins.ml2.plugin [None req-8e5938a0-eed7-40c1-b293-20919ffbd3d9 - - - - - -] Attempt 1 to provision port 73cd2d60-94d6-4e2c-9ac2-81b69d6ce088 2026-07-02 16:35:17.642 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 73cd2d60-94d6-4e2c-9ac2-81b69d6ce088 2026-07-02 16:35:18.078 10 INFO neutron.plugins.ml2.plugin [None req-33dceb46-0b31-46e2-a618-af729a04ce97 - - - - - -] Attempt 1 to provision port a079b316-1652-4559-9596-23876219296b 2026-07-02 16:35:18.153 10 INFO neutron.plugins.ml2.plugin [None req-33dceb46-0b31-46e2-a618-af729a04ce97 - - - - - -] Attempt 1 to provision port b546bd38-9663-441a-9d83-451eb2d1b9a1 2026-07-02 16:35:19.005 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port b546bd38-9663-441a-9d83-451eb2d1b9a1 2026-07-02 16:35:19.852 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port a079b316-1652-4559-9596-23876219296b 2026-07-02 16:35:20.278 10 INFO neutron.plugins.ml2.plugin [None req-ef14c3fc-8c77-4772-9df8-bcdeea807554 - - - - - -] Attempt 1 to provision port a32da280-3880-4785-8e7c-24a5814c590e 2026-07-02 16:35:20.435 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 73cd2d60-94d6-4e2c-9ac2-81b69d6ce088 2026-07-02 16:35:20.865 10 INFO neutron.plugins.ml2.plugin [None req-14ce2480-05cb-4ad6-bc4e-5a6e665e2095 - - - - - -] Attempt 1 to provision port 5e1918b1-3cf3-40b2-831c-60a2807f2570 2026-07-02 16:35:21.116 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port b546bd38-9663-441a-9d83-451eb2d1b9a1 2026-07-02 16:35:21.469 10 INFO neutron.plugins.ml2.plugin [None req-9098b517-db86-445a-b452-14fe1e9fc4a1 - - - - - -] Attempt 1 to provision port 5e1918b1-3cf3-40b2-831c-60a2807f2570 2026-07-02 16:35:22.958 9 INFO neutron.plugins.ml2.plugin [None req-2f8bb95b-514c-42a6-9181-4cef73ea0950 - - - - - -] Attempt 1 to provision port b1a5e832-fab5-483b-bd41-42ef8105c745 2026-07-02 16:35:23.716 10 INFO neutron.plugins.ml2.plugin [None req-7f320a01-4fd8-4e30-80b2-9d580b646245 - - - - - -] Attempt 1 to provision port b1a5e832-fab5-483b-bd41-42ef8105c745 2026-07-02 16:35:23.970 9 INFO neutron.plugins.ml2.plugin [None req-923866ef-a3a8-4471-aec2-951589a4dc40 - - - - - -] Attempt 1 to provision port 8e60fed2-0db5-4bd1-899f-cfdf9ea036f5 2026-07-02 16:35:24.642 10 INFO neutron.plugins.ml2.plugin [None req-aa2e702e-4064-4834-b9a0-71968600707f - - - - - -] Attempt 1 to provision port 8e60fed2-0db5-4bd1-899f-cfdf9ea036f5 2026-07-02 16:35:25.724 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 4a78caf5-a2ae-4ef5-b54e-0cdb48f66ea3 2026-07-02 16:35:25.803 10 INFO neutron.plugins.ml2.plugin [None req-3871924c-9994-4764-87a9-ae12e8d29295 - - - - - -] Attempt 1 to provision port 2b7f0fcf-f746-421f-b588-3971e53b9a99 2026-07-02 16:35:26.264 9 INFO neutron.plugins.ml2.plugin [None req-82834da3-d472-4418-a156-40082706c4c5 - - - - - -] Attempt 1 to provision port 4a78caf5-a2ae-4ef5-b54e-0cdb48f66ea3 2026-07-02 16:35:27.720 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 4a78caf5-a2ae-4ef5-b54e-0cdb48f66ea3 2026-07-02 16:35:28.714 10 INFO neutron.plugins.ml2.plugin [None req-78309a06-1e35-42c7-9b6c-c01d3fb14d7d - - - - - -] Attempt 1 to provision port 5c6b31ae-5ac7-4bc3-930e-a2155d13d52a 2026-07-02 16:35:29.394 10 INFO neutron.plugins.ml2.plugin [None req-f25990cd-2c0a-44fa-a856-63094b69d690 - - - - - -] Attempt 1 to provision port 5c6b31ae-5ac7-4bc3-930e-a2155d13d52a 2026-07-02 16:35:31.869 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 0cbebfc8-61d5-45c8-abd7-9cfa0586dd2a 2026-07-02 16:35:32.522 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 1a3b6a22-7e6e-4f69-b424-bffb5a340b8d 2026-07-02 16:35:33.346 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port cc3a29a8-cc30-4e89-af03-46d0352d5d36 2026-07-02 16:35:33.654 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 7b2ae103-282f-4ff7-bae8-88d03e7c728d 2026-07-02 16:35:34.482 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 0cbebfc8-61d5-45c8-abd7-9cfa0586dd2a 2026-07-02 16:35:34.853 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 7b2ae103-282f-4ff7-bae8-88d03e7c728d 2026-07-02 16:35:35.012 10 INFO neutron.plugins.ml2.plugin [None req-1cd9781a-7444-4053-8dff-c585a1de3fd1 - - - - - -] Attempt 1 to provision port 23e14703-ed4d-4d4f-a0fa-7c2b421d60d5 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-02 16:35:40.498 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 23e14703-ed4d-4d4f-a0fa-7c2b421d60d5 2026-07-02 16:35:40.837 9 INFO neutron.plugins.ml2.plugin [None req-d62ca030-0fe0-407d-be42-46d865aabc54 - - - - - -] Attempt 1 to provision port 39c3bc94-6693-4d0e-87ac-93afd7431fdc 2026-07-02 16:35:41.302 9 INFO neutron.plugins.ml2.plugin [None req-df69ae76-78bd-4f66-bb13-5266b8282f79 - - - - - -] Attempt 1 to provision port 2be6c0c0-2c36-43cb-9754-a369a5964a6e 2026-07-02 16:35:42.271 9 INFO neutron.plugins.ml2.plugin [None req-46a07832-c418-4766-80ab-9f30779d350d - - - - - -] Attempt 1 to provision port 44010679-bac9-4d3a-ba6d-3402107c5e3a 2026-07-02 16:35:42.530 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 23e14703-ed4d-4d4f-a0fa-7c2b421d60d5 2026-07-02 16:35:42.790 9 INFO neutron.plugins.ml2.plugin [None req-972a7e90-cff7-4afd-917a-9391f49c2c65 - - - - - -] Attempt 1 to provision port 579d8360-2dbf-48a8-9052-faef0cd8f89b 2026-07-02 16:35:42.909 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 579d8360-2dbf-48a8-9052-faef0cd8f89b 2026-07-02 16:35:43.583 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-678d3e83-8351-4a0b-bd01-9a63156e4ab7'] response: {'server_uuid': 'b54bcb20-0d64-4be5-bfbc-e3988ab25015', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '23e14703-ed4d-4d4f-a0fa-7c2b421d60d5', 'code': 200} 2026-07-02 16:35:43.942 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 44010679-bac9-4d3a-ba6d-3402107c5e3a 2026-07-02 16:35:44.603 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 579d8360-2dbf-48a8-9052-faef0cd8f89b 2026-07-02 16:35:44.738 9 INFO neutron.plugins.ml2.plugin [None req-acdbbb08-5df1-4527-9daf-993e9d3185ab - - - - - -] Attempt 1 to provision port d2eb1a2e-a186-42b9-b1b7-275262f5ca73 2026-07-02 16:35:45.048 10 INFO neutron.plugins.ml2.plugin [None req-4ebb9e8d-bd14-4183-a2f5-0191836f698a - - - - - -] Attempt 1 to provision port ef301e6b-8408-4f3c-b74a-5c9c9b340e66 2026-07-02 16:35:45.229 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 44010679-bac9-4d3a-ba6d-3402107c5e3a 2026-07-02 16:35:45.639 10 INFO neutron.plugins.ml2.plugin [None req-85d734fc-fbfa-4c00-9a16-d547abb41fd1 - - - - - -] Attempt 1 to provision port d2eb1a2e-a186-42b9-b1b7-275262f5ca73 2026-07-02 16:35:45.937 9 INFO neutron.plugins.ml2.plugin [None req-53fe5b00-32f1-4b15-8590-60a2d17a8791 - - - - - -] Attempt 1 to provision port ef301e6b-8408-4f3c-b74a-5c9c9b340e66 2026-07-02 16:35:46.601 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port c578873e-938c-4e33-9ec2-f2de9598869e 2026-07-02 16:35:47.166 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port d9a10b12-3102-4dc6-99c3-54231fab3597 2026-07-02 16:35:48.705 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port c578873e-938c-4e33-9ec2-f2de9598869e 2026-07-02 16:35:49.204 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port d9a10b12-3102-4dc6-99c3-54231fab3597 2026-07-02 16:35:50.061 9 INFO neutron.plugins.ml2.plugin [None req-fbfdc6bd-7aec-4251-9241-aaf75cf0e2c1 - - - - - -] Attempt 1 to provision port 40377e82-9407-484b-95f4-1525133987dc 2026-07-02 16:35:52.779 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 40377e82-9407-484b-95f4-1525133987dc 2026-07-02 16:35:53.155 10 INFO neutron.plugins.ml2.plugin [None req-58d277f2-e220-44ef-8157-33ca43dd1c51 - - - - - -] Attempt 1 to provision port 53272ff9-86da-4d72-908c-5cf37464b835 2026-07-02 16:35:53.628 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-891d4980-1022-4d07-940b-6cbd6abf80ec'] response: {'server_uuid': '9e686e5d-606d-4bdb-afeb-efd8f7143074', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '40377e82-9407-484b-95f4-1525133987dc', 'code': 200} 2026-07-02 16:35:54.309 9 INFO neutron.plugins.ml2.plugin [None req-02c1b908-a8d9-4e5f-adea-a49839f8d060 - - - - - -] Attempt 1 to provision port 0a92d24b-1837-4f71-9778-b4dc13774300 2026-07-02 16:35:54.738 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 40377e82-9407-484b-95f4-1525133987dc 2026-07-02 16:35:56.959 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 53272ff9-86da-4d72-908c-5cf37464b835 2026-07-02 16:35:57.279 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc5329e5-3ead-4a89-90c6-81c7eda84e06'] response: {'server_uuid': 'f94bc814-e170-4bab-b377-f1e9145846b7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '53272ff9-86da-4d72-908c-5cf37464b835', 'code': 200} 2026-07-02 16:35:58.004 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 0a92d24b-1837-4f71-9778-b4dc13774300 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-02 16:35:59.097 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 53272ff9-86da-4d72-908c-5cf37464b835 2026-07-02 16:35:59.321 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-9edf959c-1aa9-40f8-b832-743e0b31c165'] response: {'server_uuid': 'f7e11607-055a-4ddc-900a-638d1f6ba3d6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0a92d24b-1837-4f71-9778-b4dc13774300', 'code': 200} 2026-07-02 16:35:59.660 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 0a92d24b-1837-4f71-9778-b4dc13774300 2026-07-02 16:36:01.347 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ca8993c-6f28-4237-946b-baedcf986e44'] response: {'server_uuid': '9e686e5d-606d-4bdb-afeb-efd8f7143074', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '40377e82-9407-484b-95f4-1525133987dc', 'code': 200} 2026-07-02 16:36:07.112 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port ef301e6b-8408-4f3c-b74a-5c9c9b340e66 2026-07-02 16:36:07.641 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 2be6c0c0-2c36-43cb-9754-a369a5964a6e 2026-07-02 16:36:09.043 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port ef301e6b-8408-4f3c-b74a-5c9c9b340e66 2026-07-02 16:36:09.399 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 2be6c0c0-2c36-43cb-9754-a369a5964a6e 2026-07-02 16:36:13.067 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 39c3bc94-6693-4d0e-87ac-93afd7431fdc 2026-07-02 16:36:13.673 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port d2eb1a2e-a186-42b9-b1b7-275262f5ca73 2026-07-02 16:36:15.076 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 39c3bc94-6693-4d0e-87ac-93afd7431fdc 2026-07-02 16:36:15.328 9 INFO neutron.plugins.ml2.plugin [None req-ac8d27db-62e4-41ff-aa48-026d139e83b2 - - - - - -] Attempt 1 to provision port 53272ff9-86da-4d72-908c-5cf37464b835 2026-07-02 16:36:15.374 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port d2eb1a2e-a186-42b9-b1b7-275262f5ca73 2026-07-02 16:36:17.070 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-357f78ab-92b4-4941-8f07-603384a7e59b'] response: {'server_uuid': 'f7e11607-055a-4ddc-900a-638d1f6ba3d6', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '0a92d24b-1837-4f71-9778-b4dc13774300', 'code': 200} 2026-07-02 16:36:17.578 9 INFO neutron.plugins.ml2.plugin [None req-f16d92ef-d04a-4b62-9aef-8082224f986a - - - - - -] Attempt 1 to provision port 53272ff9-86da-4d72-908c-5cf37464b835 2026-07-02 16:36:18.025 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 53272ff9-86da-4d72-908c-5cf37464b835 2026-07-02 16:36:18.360 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 0a92d24b-1837-4f71-9778-b4dc13774300 2026-07-02 16:36:19.118 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-3aac323c-17b7-4101-94e0-f811f1444aaa'] response: {'server_uuid': 'f7e11607-055a-4ddc-900a-638d1f6ba3d6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0a92d24b-1837-4f71-9778-b4dc13774300', 'code': 200} 2026-07-02 16:36:19.438 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 53272ff9-86da-4d72-908c-5cf37464b835 2026-07-02 16:36:19.789 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 0a92d24b-1837-4f71-9778-b4dc13774300 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d8a88697-b669-46c7-adca-a283685140c0 could not be found. 2026-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 16:36:29.109 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-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-02 16:36:29.109 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-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 16:36:29.109 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-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 16:36:29.109 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-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 16:36:29.109 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-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.109 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-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.109 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-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.109 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-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:36:29.109 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-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.109 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-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.109 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-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 16:36:29.109 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-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d8a88697-b669-46c7-adca-a283685140c0 could not be found. 2026-07-02 16:36:29.109 10 ERROR neutron.plugins.ml2.managers  2026-07-02 16:36:29.111 10 ERROR neutron.plugins.ml2.managers [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Failed to bind port 26cef263-297d-4c0e-b18b-934828795d0c on host instance for vnic_type normal using segments [{'id': '85715ee8-2744-4321-a656-d272e27ebcee', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 95, 'network_id': '494b222b-abea-4280-adad-091c0e284881'}] 2026-07-02 16:36:29.115 10 INFO neutron.plugins.ml2.plugin [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Attempt 2 to bind port 26cef263-297d-4c0e-b18b-934828795d0c 2026-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d8a88697-b669-46c7-adca-a283685140c0 could not be found. 2026-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 16:36:29.136 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-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-02 16:36:29.136 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-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 16:36:29.136 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-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 16:36:29.136 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-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 16:36:29.136 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-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.136 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-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.136 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-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.136 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-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:36:29.136 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-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.136 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-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.136 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-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 16:36:29.136 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-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d8a88697-b669-46c7-adca-a283685140c0 could not be found. 2026-07-02 16:36:29.136 10 ERROR neutron.plugins.ml2.managers  2026-07-02 16:36:29.137 10 ERROR neutron.plugins.ml2.managers [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Failed to bind port 26cef263-297d-4c0e-b18b-934828795d0c on host instance for vnic_type normal using segments [{'id': '85715ee8-2744-4321-a656-d272e27ebcee', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 95, 'network_id': '494b222b-abea-4280-adad-091c0e284881'}] 2026-07-02 16:36:29.137 10 INFO neutron.plugins.ml2.plugin [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Attempt 3 to bind port 26cef263-297d-4c0e-b18b-934828795d0c 2026-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d8a88697-b669-46c7-adca-a283685140c0 could not be found. 2026-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 16:36:29.170 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-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-02 16:36:29.170 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-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 16:36:29.170 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-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 16:36:29.170 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-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 16:36:29.170 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-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.170 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-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.170 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-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.170 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-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:36:29.170 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-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.170 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-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.170 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-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 16:36:29.170 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-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d8a88697-b669-46c7-adca-a283685140c0 could not be found. 2026-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers  2026-07-02 16:36:29.170 10 ERROR neutron.plugins.ml2.managers [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Failed to bind port 26cef263-297d-4c0e-b18b-934828795d0c on host instance for vnic_type normal using segments [{'id': '85715ee8-2744-4321-a656-d272e27ebcee', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 95, 'network_id': '494b222b-abea-4280-adad-091c0e284881'}] 2026-07-02 16:36:29.171 10 INFO neutron.plugins.ml2.plugin [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Attempt 4 to bind port 26cef263-297d-4c0e-b18b-934828795d0c 2026-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d8a88697-b669-46c7-adca-a283685140c0 could not be found. 2026-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 16:36:29.205 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-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-02 16:36:29.205 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-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 16:36:29.205 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-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 16:36:29.205 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-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 16:36:29.205 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-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.205 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-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.205 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-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.205 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-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:36:29.205 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-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.205 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-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.205 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-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 16:36:29.205 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-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d8a88697-b669-46c7-adca-a283685140c0 could not be found. 2026-07-02 16:36:29.205 10 ERROR neutron.plugins.ml2.managers  2026-07-02 16:36:29.206 10 ERROR neutron.plugins.ml2.managers [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Failed to bind port 26cef263-297d-4c0e-b18b-934828795d0c on host instance for vnic_type normal using segments [{'id': '85715ee8-2744-4321-a656-d272e27ebcee', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 95, 'network_id': '494b222b-abea-4280-adad-091c0e284881'}] 2026-07-02 16:36:29.208 10 INFO neutron.plugins.ml2.plugin [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Attempt 5 to bind port 26cef263-297d-4c0e-b18b-934828795d0c 2026-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d8a88697-b669-46c7-adca-a283685140c0 could not be found. 2026-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 16:36:29.237 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-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-02 16:36:29.237 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-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 16:36:29.237 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-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 16:36:29.237 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-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 16:36:29.237 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-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.237 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-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.237 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-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.237 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-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:36:29.237 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-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.237 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-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.237 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-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 16:36:29.237 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-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d8a88697-b669-46c7-adca-a283685140c0 could not be found. 2026-07-02 16:36:29.237 10 ERROR neutron.plugins.ml2.managers  2026-07-02 16:36:29.238 10 ERROR neutron.plugins.ml2.managers [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Failed to bind port 26cef263-297d-4c0e-b18b-934828795d0c on host instance for vnic_type normal using segments [{'id': '85715ee8-2744-4321-a656-d272e27ebcee', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 95, 'network_id': '494b222b-abea-4280-adad-091c0e284881'}] 2026-07-02 16:36:29.239 10 INFO neutron.plugins.ml2.plugin [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Attempt 6 to bind port 26cef263-297d-4c0e-b18b-934828795d0c 2026-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d8a88697-b669-46c7-adca-a283685140c0 could not be found. 2026-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 16:36:29.267 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-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-02 16:36:29.267 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-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 16:36:29.267 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-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 16:36:29.267 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-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 16:36:29.267 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-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.267 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-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.267 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-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.267 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-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:36:29.267 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-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.267 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-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.267 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-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 16:36:29.267 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-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d8a88697-b669-46c7-adca-a283685140c0 could not be found. 2026-07-02 16:36:29.267 10 ERROR neutron.plugins.ml2.managers  2026-07-02 16:36:29.268 10 ERROR neutron.plugins.ml2.managers [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Failed to bind port 26cef263-297d-4c0e-b18b-934828795d0c on host instance for vnic_type normal using segments [{'id': '85715ee8-2744-4321-a656-d272e27ebcee', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 95, 'network_id': '494b222b-abea-4280-adad-091c0e284881'}] 2026-07-02 16:36:29.269 10 INFO neutron.plugins.ml2.plugin [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Attempt 7 to bind port 26cef263-297d-4c0e-b18b-934828795d0c 2026-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d8a88697-b669-46c7-adca-a283685140c0 could not be found. 2026-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 16:36:29.299 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-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-02 16:36:29.299 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-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 16:36:29.299 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-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 16:36:29.299 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-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 16:36:29.299 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-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.299 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-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.299 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-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.299 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-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:36:29.299 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-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.299 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-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.299 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-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 16:36:29.299 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-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d8a88697-b669-46c7-adca-a283685140c0 could not be found. 2026-07-02 16:36:29.299 10 ERROR neutron.plugins.ml2.managers  2026-07-02 16:36:29.300 10 ERROR neutron.plugins.ml2.managers [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Failed to bind port 26cef263-297d-4c0e-b18b-934828795d0c on host instance for vnic_type normal using segments [{'id': '85715ee8-2744-4321-a656-d272e27ebcee', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 95, 'network_id': '494b222b-abea-4280-adad-091c0e284881'}] 2026-07-02 16:36:29.301 10 INFO neutron.plugins.ml2.plugin [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Attempt 8 to bind port 26cef263-297d-4c0e-b18b-934828795d0c 2026-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d8a88697-b669-46c7-adca-a283685140c0 could not be found. 2026-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 16:36:29.342 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-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-02 16:36:29.342 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-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 16:36:29.342 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-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 16:36:29.342 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-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 16:36:29.342 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-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.342 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-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.342 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-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.342 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-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:36:29.342 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-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.342 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-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.342 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-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 16:36:29.342 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-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d8a88697-b669-46c7-adca-a283685140c0 could not be found. 2026-07-02 16:36:29.342 10 ERROR neutron.plugins.ml2.managers  2026-07-02 16:36:29.343 10 ERROR neutron.plugins.ml2.managers [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Failed to bind port 26cef263-297d-4c0e-b18b-934828795d0c on host instance for vnic_type normal using segments [{'id': '85715ee8-2744-4321-a656-d272e27ebcee', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 95, 'network_id': '494b222b-abea-4280-adad-091c0e284881'}] 2026-07-02 16:36:29.345 10 INFO neutron.plugins.ml2.plugin [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Attempt 9 to bind port 26cef263-297d-4c0e-b18b-934828795d0c 2026-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d8a88697-b669-46c7-adca-a283685140c0 could not be found. 2026-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 16:36:29.371 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-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-02 16:36:29.371 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-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 16:36:29.371 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-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 16:36:29.371 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-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 16:36:29.371 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-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.371 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-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.371 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-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.371 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-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:36:29.371 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-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.371 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-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.371 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-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 16:36:29.371 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-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d8a88697-b669-46c7-adca-a283685140c0 could not be found. 2026-07-02 16:36:29.371 10 ERROR neutron.plugins.ml2.managers  2026-07-02 16:36:29.372 10 ERROR neutron.plugins.ml2.managers [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Failed to bind port 26cef263-297d-4c0e-b18b-934828795d0c on host instance for vnic_type normal using segments [{'id': '85715ee8-2744-4321-a656-d272e27ebcee', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 95, 'network_id': '494b222b-abea-4280-adad-091c0e284881'}] 2026-07-02 16:36:29.373 10 INFO neutron.plugins.ml2.plugin [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Attempt 10 to bind port 26cef263-297d-4c0e-b18b-934828795d0c 2026-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d8a88697-b669-46c7-adca-a283685140c0 could not be found. 2026-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 16:36:29.394 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-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-02 16:36:29.394 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-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 16:36:29.394 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-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 16:36:29.394 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-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 16:36:29.394 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-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.394 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-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.394 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-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.394 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-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:36:29.394 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-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:36:29.394 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-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:36:29.394 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-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 16:36:29.394 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-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d8a88697-b669-46c7-adca-a283685140c0 could not be found. 2026-07-02 16:36:29.394 10 ERROR neutron.plugins.ml2.managers  2026-07-02 16:36:29.395 10 ERROR neutron.plugins.ml2.managers [None req-5569e0e0-1edb-4f7b-a3ed-7c6e706edde6 - - - - - -] Failed to bind port 26cef263-297d-4c0e-b18b-934828795d0c on host instance for vnic_type normal using segments [{'id': '85715ee8-2744-4321-a656-d272e27ebcee', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 95, 'network_id': '494b222b-abea-4280-adad-091c0e284881'}] 2026-07-02 16:36:32.840 10 INFO neutron.plugins.ml2.plugin [None req-d5ec3245-f454-49e6-b117-b874ffd77bc1 - - - - - -] Attempt 1 to provision port 7bb67830-0a3b-45a2-9e97-33be04f6fe00 2026-07-02 16:36:33.066 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 6f6ffb3a-2db5-444f-b57e-03ef552114a7 2026-07-02 16:36:33.352 10 INFO neutron.plugins.ml2.plugin [None req-485bccb0-8ebf-4333-8f97-6bbceac8dad6 - - - - - -] Attempt 1 to provision port 6f6ffb3a-2db5-444f-b57e-03ef552114a7 2026-07-02 16:36:33.900 10 INFO neutron.plugins.ml2.plugin [None req-5be7740b-8fa2-4e22-88be-d5a88664baca - - - - - -] Attempt 1 to provision port 6f6ffb3a-2db5-444f-b57e-03ef552114a7 2026-07-02 16:36:34.356 10 INFO neutron.plugins.ml2.plugin [None req-32229dc0-0a4a-465b-a46b-3343b335cf18 - - - - - -] Attempt 1 to provision port ca689204-b575-4a17-81fe-489675fb31b1 2026-07-02 16:36:35.191 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 6f6ffb3a-2db5-444f-b57e-03ef552114a7 2026-07-02 16:36:35.332 10 INFO neutron.plugins.ml2.plugin [None req-140a6a37-a952-4f7c-8cca-ec5c278fa3ab - - - - - -] Attempt 1 to provision port ca689204-b575-4a17-81fe-489675fb31b1 2026-07-02 16:36:37.089 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port b18080c4-5514-4d84-952c-d919ba6f0475 2026-07-02 16:36:39.103 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port b18080c4-5514-4d84-952c-d919ba6f0475 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server [None req-f20733eb-88f9-438d-87da-5158903db29d - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet a0b2af59-a478-461d-8b26-c7b4df97bf38: This subnet is being modified by another concurrent operation. 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/server.py", line 165, in _process_incoming 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/server.py", line 244, in inner 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server raise self.value 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server raise self.value 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server raise self.value 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/quota/resource_registry.py", line 95, in wrapper 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 292, in create_dhcp_port 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 118, in _port_action 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/plugins/utils.py", line 338, in create_port 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py", line 724, in inner 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server raise self.value 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server raise self.value 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server raise self.value 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1586, in create_port 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1551, in _create_port_db 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1603, in create_port_db 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/ipam_pluggable_backend.py", line 219, in allocate_ips_for_port_and_store 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 221, in wrapped 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 998, in wrapper 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/ipam_pluggable_backend.py", line 226, in allocate_ips_for_port 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/ipam_pluggable_backend.py", line 258, in _allocate_ips_for_port 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/ipam_backend_mixin.py", line 686, in _ipam_get_subnets 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/models_v2.py", line 77, in read_lock_register 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server raise exception 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet a0b2af59-a478-461d-8b26-c7b4df97bf38: This subnet is being modified by another concurrent operation. 2026-07-02 16:36:40.989 9 ERROR oslo_messaging.rpc.server  2026-07-02 16:36:42.975 10 INFO neutron.plugins.ml2.plugin [None req-7df3e28b-0acc-4073-ae0f-4a7ce92bb563 - - - - - -] Attempt 1 to provision port 1398cb27-2d21-4b3f-84ea-854eb274570b 2026-07-02 16:36:45.302 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 1398cb27-2d21-4b3f-84ea-854eb274570b 2026-07-02 16:36:45.567 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-e086e484-cdb5-454d-817b-65cbd658b1ac'] response: {'server_uuid': '9b56ef62-229d-44ac-b952-b9b0c8841e75', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1398cb27-2d21-4b3f-84ea-854eb274570b', 'code': 200} 2026-07-02 16:36:47.085 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 1398cb27-2d21-4b3f-84ea-854eb274570b 2026-07-02 16:36:51.227 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 082c9f77-b1c2-4f87-b849-e0ded3fae5d9 2026-07-02 16:36:52.123 9 INFO neutron.plugins.ml2.plugin [None req-bae64e60-b5d3-4393-8607-5687d2ddace5 - - - - - -] Attempt 1 to provision port 082c9f77-b1c2-4f87-b849-e0ded3fae5d9 2026-07-02 16:36:52.556 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b817708-cc99-4697-beeb-efa964c7896b'] response: {'server_uuid': '9b56ef62-229d-44ac-b952-b9b0c8841e75', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '1398cb27-2d21-4b3f-84ea-854eb274570b', 'code': 200} 2026-07-02 16:36:53.267 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 082c9f77-b1c2-4f87-b849-e0ded3fae5d9 2026-07-02 16:36:54.117 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 7bb67830-0a3b-45a2-9e97-33be04f6fe00 2026-07-02 16:36:55.475 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port ca689204-b575-4a17-81fe-489675fb31b1 2026-07-02 16:36:56.015 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 7bb67830-0a3b-45a2-9e97-33be04f6fe00 2026-07-02 16:36:59.278 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port cd356fdf-4a0b-4aee-a0c2-fb4443169559 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-02 16:37:05.147 9 INFO neutron.plugins.ml2.plugin [None req-2a8bcc0a-e33b-43ff-83f8-c7c98db5349e - - - - - -] Attempt 1 to provision port c558f16a-8ee5-4407-8b91-398702ca9d9b 2026-07-02 16:37:05.194 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port c3b4c426-c24d-40d4-b78e-119733a28a23 2026-07-02 16:37:06.001 9 INFO neutron.plugins.ml2.plugin [None req-03c12699-4a7c-4f01-ada8-be57f64045a4 - - - - - -] Attempt 1 to provision port c3b4c426-c24d-40d4-b78e-119733a28a23 2026-07-02 16:37:07.153 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port c3b4c426-c24d-40d4-b78e-119733a28a23 2026-07-02 16:37:08.334 10 INFO neutron.plugins.ml2.plugin [None req-a5c7410c-738c-47aa-be90-8db4b23e285c - - - - - -] Attempt 1 to provision port 1a0f6c0b-0e88-40b8-a314-8da8a2d92493 2026-07-02 16:37:09.016 10 INFO neutron.plugins.ml2.plugin [None req-e13d7793-bbd6-4f73-82d0-2cffb1eddcac - - - - - -] Attempt 1 to provision port 1a0f6c0b-0e88-40b8-a314-8da8a2d92493 2026-07-02 16:37:09.414 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 2a4766f2-ed1d-46cd-a998-10c438685386 2026-07-02 16:37:10.102 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 6aa19820-17fc-4591-9a8d-b503110bb22b 2026-07-02 16:37:10.174 10 INFO neutron.plugins.ml2.plugin [None req-4a17fc31-a7ec-4310-b14a-278209dda7e3 - - - - - -] Attempt 1 to provision port 2a4766f2-ed1d-46cd-a998-10c438685386 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-02 16:37:11.173 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 6aa19820-17fc-4591-9a8d-b503110bb22b 2026-07-02 16:37:12.917 9 INFO neutron.plugins.ml2.plugin [None req-ea21ff46-fd28-4f88-8f6e-b6fe7b43af0e - - - - - -] Attempt 1 to provision port 17057941-e821-4353-8ef8-07cfd206aa44 2026-07-02 16:37:13.423 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port e63cd022-36ba-42ea-8cc9-d9537e3c014d 2026-07-02 16:37:13.828 10 INFO neutron.plugins.ml2.plugin [None req-1e54aa5e-2dfb-4e8b-b02f-56264b084efd - - - - - -] Attempt 1 to provision port 5ce2bb87-cca9-40c7-adec-b4bab88aac6d 2026-07-02 16:37:14.128 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 17057941-e821-4353-8ef8-07cfd206aa44 2026-07-02 16:37:14.551 9 INFO neutron.plugins.ml2.plugin [None req-6d94f1d6-6e9f-4ebe-bb44-162056cf4fb0 - - - - - -] Attempt 1 to provision port 5ebd1f0e-9b51-4019-aa0b-c7142f301095 2026-07-02 16:37:14.824 9 INFO neutron.plugins.ml2.plugin [None req-6d94f1d6-6e9f-4ebe-bb44-162056cf4fb0 - - - - - -] Attempt 1 to provision port e63cd022-36ba-42ea-8cc9-d9537e3c014d 2026-07-02 16:37:14.864 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 5ce2bb87-cca9-40c7-adec-b4bab88aac6d 2026-07-02 16:37:14.896 9 INFO neutron.plugins.ml2.db [None req-6d94f1d6-6e9f-4ebe-bb44-162056cf4fb0 - - - - - -] No ports have port_id starting with e63cd022-36ba-42ea-8cc9-d9537e3c014d 2026-07-02 16:37:15.236 9 INFO neutron.plugins.ml2.plugin [None req-0f01b2db-aa33-47db-b082-21592d9ef9d1 - - - - - -] Attempt 1 to provision port 5ebd1f0e-9b51-4019-aa0b-c7142f301095 2026-07-02 16:37:15.681 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 17057941-e821-4353-8ef8-07cfd206aa44 2026-07-02 16:37:16.166 10 INFO neutron.plugins.ml2.plugin [None req-339d273c-c47c-4045-95dc-a6b173dfecae - - - - - -] Attempt 1 to provision port a080a5fa-68e8-44e0-a73d-5d5c7666ec8e 2026-07-02 16:37:16.242 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 5ce2bb87-cca9-40c7-adec-b4bab88aac6d 2026-07-02 16:37:17.439 10 INFO neutron.plugins.ml2.plugin [None req-dbdfc4a5-21ec-43df-b4a7-43f468a35ff7 - - - - - -] Attempt 1 to provision port a30e0c66-4ec8-4e8e-a40d-28f967e89e00 2026-07-02 16:37:18.114 9 INFO neutron.plugins.ml2.plugin [None req-d672c728-f8c2-445a-bc47-f4769905acea - - - - - -] Attempt 1 to provision port a30e0c66-4ec8-4e8e-a40d-28f967e89e00 2026-07-02 16:37:19.819 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port a080a5fa-68e8-44e0-a73d-5d5c7666ec8e 2026-07-02 16:37:19.977 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-87e03900-13a2-458c-b091-76b2d06791bd'] response: {'server_uuid': '34d3047d-d1ca-4098-96a7-ce3efa329bb6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a080a5fa-68e8-44e0-a73d-5d5c7666ec8e', 'code': 200} 2026-07-02 16:37:21.756 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port a080a5fa-68e8-44e0-a73d-5d5c7666ec8e 2026-07-02 16:37:27.651 9 INFO neutron.plugins.ml2.plugin [None req-0f8ee9f7-0873-4189-9a58-0db91034c6a6 - - - - - -] Attempt 1 to provision port 2c2b8602-335e-4962-bde1-bd30964e7d15 2026-07-02 16:37:27.743 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 2c2b8602-335e-4962-bde1-bd30964e7d15 2026-07-02 16:37:29.415 10 INFO neutron.plugins.ml2.plugin [None req-f161e39a-2f1c-4842-b6e1-8505d18e4a93 - - - - - -] Attempt 1 to provision port 2d835fbe-6662-4283-b782-c36f40eacb4c 2026-07-02 16:37:29.728 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 2c2b8602-335e-4962-bde1-bd30964e7d15 2026-07-02 16:37:30.490 9 INFO neutron.plugins.ml2.plugin [None req-a6fd0f68-7104-41dc-9da7-d7a7fe267104 - - - - - -] Attempt 1 to provision port 2d835fbe-6662-4283-b782-c36f40eacb4c 2026-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 29214a06-61ba-4377-ae9a-8f5ede48de61 could not be found. 2026-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 16:37:30.704 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-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-02 16:37:30.704 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-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 16:37:30.704 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-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 16:37:30.704 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-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 16:37:30.704 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-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.704 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-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.704 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-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.704 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-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:37:30.704 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-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.704 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-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.704 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-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 16:37:30.704 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-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 29214a06-61ba-4377-ae9a-8f5ede48de61 could not be found. 2026-07-02 16:37:30.704 9 ERROR neutron.plugins.ml2.managers  2026-07-02 16:37:30.707 9 ERROR neutron.plugins.ml2.managers [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Failed to bind port 0f59764c-1763-456d-a9ae-9a15d385f6dc on host instance for vnic_type normal using segments [{'id': 'c1dc3386-7398-4e96-86f7-31fb1d113846', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 976, 'network_id': '0f4bf993-0ab9-4fd5-91f1-91b7464b0cf4'}] 2026-07-02 16:37:30.708 9 INFO neutron.plugins.ml2.plugin [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Attempt 2 to bind port 0f59764c-1763-456d-a9ae-9a15d385f6dc 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 29214a06-61ba-4377-ae9a-8f5ede48de61 could not be found. 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 29214a06-61ba-4377-ae9a-8f5ede48de61 could not be found. 2026-07-02 16:37:30.734 9 ERROR neutron.plugins.ml2.managers  2026-07-02 16:37:30.735 9 ERROR neutron.plugins.ml2.managers [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Failed to bind port 0f59764c-1763-456d-a9ae-9a15d385f6dc on host instance for vnic_type normal using segments [{'id': 'c1dc3386-7398-4e96-86f7-31fb1d113846', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 976, 'network_id': '0f4bf993-0ab9-4fd5-91f1-91b7464b0cf4'}] 2026-07-02 16:37:30.735 9 INFO neutron.plugins.ml2.plugin [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Attempt 3 to bind port 0f59764c-1763-456d-a9ae-9a15d385f6dc 2026-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 29214a06-61ba-4377-ae9a-8f5ede48de61 could not be found. 2026-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 16:37:30.761 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-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-02 16:37:30.761 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-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 16:37:30.761 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-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 16:37:30.761 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-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 16:37:30.761 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-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.761 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-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.761 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-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.761 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-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:37:30.761 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-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.761 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-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.761 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-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 16:37:30.761 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-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 29214a06-61ba-4377-ae9a-8f5ede48de61 could not be found. 2026-07-02 16:37:30.761 9 ERROR neutron.plugins.ml2.managers  2026-07-02 16:37:30.763 9 ERROR neutron.plugins.ml2.managers [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Failed to bind port 0f59764c-1763-456d-a9ae-9a15d385f6dc on host instance for vnic_type normal using segments [{'id': 'c1dc3386-7398-4e96-86f7-31fb1d113846', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 976, 'network_id': '0f4bf993-0ab9-4fd5-91f1-91b7464b0cf4'}] 2026-07-02 16:37:30.763 9 INFO neutron.plugins.ml2.plugin [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Attempt 4 to bind port 0f59764c-1763-456d-a9ae-9a15d385f6dc 2026-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 29214a06-61ba-4377-ae9a-8f5ede48de61 could not be found. 2026-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 16:37:30.792 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-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-02 16:37:30.792 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-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 16:37:30.792 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-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 16:37:30.792 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-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 16:37:30.792 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-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.792 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-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.792 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-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.792 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-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:37:30.792 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-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.792 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-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.792 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-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 16:37:30.792 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-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 29214a06-61ba-4377-ae9a-8f5ede48de61 could not be found. 2026-07-02 16:37:30.792 9 ERROR neutron.plugins.ml2.managers  2026-07-02 16:37:30.793 9 ERROR neutron.plugins.ml2.managers [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Failed to bind port 0f59764c-1763-456d-a9ae-9a15d385f6dc on host instance for vnic_type normal using segments [{'id': 'c1dc3386-7398-4e96-86f7-31fb1d113846', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 976, 'network_id': '0f4bf993-0ab9-4fd5-91f1-91b7464b0cf4'}] 2026-07-02 16:37:30.793 9 INFO neutron.plugins.ml2.plugin [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Attempt 5 to bind port 0f59764c-1763-456d-a9ae-9a15d385f6dc 2026-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 29214a06-61ba-4377-ae9a-8f5ede48de61 could not be found. 2026-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 16:37:30.822 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-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-02 16:37:30.822 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-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 16:37:30.822 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-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 16:37:30.822 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-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 16:37:30.822 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-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.822 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-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.822 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-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.822 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-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:37:30.822 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-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.822 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-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.822 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-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 16:37:30.822 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-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 29214a06-61ba-4377-ae9a-8f5ede48de61 could not be found. 2026-07-02 16:37:30.822 9 ERROR neutron.plugins.ml2.managers  2026-07-02 16:37:30.823 9 ERROR neutron.plugins.ml2.managers [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Failed to bind port 0f59764c-1763-456d-a9ae-9a15d385f6dc on host instance for vnic_type normal using segments [{'id': 'c1dc3386-7398-4e96-86f7-31fb1d113846', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 976, 'network_id': '0f4bf993-0ab9-4fd5-91f1-91b7464b0cf4'}] 2026-07-02 16:37:30.823 9 INFO neutron.plugins.ml2.plugin [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Attempt 6 to bind port 0f59764c-1763-456d-a9ae-9a15d385f6dc 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 29214a06-61ba-4377-ae9a-8f5ede48de61 could not be found. 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 29214a06-61ba-4377-ae9a-8f5ede48de61 could not be found. 2026-07-02 16:37:30.853 9 ERROR neutron.plugins.ml2.managers  2026-07-02 16:37:30.855 9 ERROR neutron.plugins.ml2.managers [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Failed to bind port 0f59764c-1763-456d-a9ae-9a15d385f6dc on host instance for vnic_type normal using segments [{'id': 'c1dc3386-7398-4e96-86f7-31fb1d113846', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 976, 'network_id': '0f4bf993-0ab9-4fd5-91f1-91b7464b0cf4'}] 2026-07-02 16:37:30.855 9 INFO neutron.plugins.ml2.plugin [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Attempt 7 to bind port 0f59764c-1763-456d-a9ae-9a15d385f6dc 2026-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 29214a06-61ba-4377-ae9a-8f5ede48de61 could not be found. 2026-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 16:37:30.881 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-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-02 16:37:30.881 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-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 16:37:30.881 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-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 16:37:30.881 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-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 16:37:30.881 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-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.881 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-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.881 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-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.881 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-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:37:30.881 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-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.881 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-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.881 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-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 16:37:30.881 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-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 29214a06-61ba-4377-ae9a-8f5ede48de61 could not be found. 2026-07-02 16:37:30.881 9 ERROR neutron.plugins.ml2.managers  2026-07-02 16:37:30.882 9 ERROR neutron.plugins.ml2.managers [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Failed to bind port 0f59764c-1763-456d-a9ae-9a15d385f6dc on host instance for vnic_type normal using segments [{'id': 'c1dc3386-7398-4e96-86f7-31fb1d113846', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 976, 'network_id': '0f4bf993-0ab9-4fd5-91f1-91b7464b0cf4'}] 2026-07-02 16:37:30.882 9 INFO neutron.plugins.ml2.plugin [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Attempt 8 to bind port 0f59764c-1763-456d-a9ae-9a15d385f6dc 2026-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 29214a06-61ba-4377-ae9a-8f5ede48de61 could not be found. 2026-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 16:37:30.908 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-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-02 16:37:30.908 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-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 16:37:30.908 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-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 16:37:30.908 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-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 16:37:30.908 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-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.908 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-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.908 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-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.908 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-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:37:30.908 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-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.908 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-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.908 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-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 16:37:30.908 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-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 29214a06-61ba-4377-ae9a-8f5ede48de61 could not be found. 2026-07-02 16:37:30.908 9 ERROR neutron.plugins.ml2.managers  2026-07-02 16:37:30.909 9 ERROR neutron.plugins.ml2.managers [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Failed to bind port 0f59764c-1763-456d-a9ae-9a15d385f6dc on host instance for vnic_type normal using segments [{'id': 'c1dc3386-7398-4e96-86f7-31fb1d113846', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 976, 'network_id': '0f4bf993-0ab9-4fd5-91f1-91b7464b0cf4'}] 2026-07-02 16:37:30.909 9 INFO neutron.plugins.ml2.plugin [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Attempt 9 to bind port 0f59764c-1763-456d-a9ae-9a15d385f6dc 2026-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 29214a06-61ba-4377-ae9a-8f5ede48de61 could not be found. 2026-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 16:37:30.936 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-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-02 16:37:30.936 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-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 16:37:30.936 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-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 16:37:30.936 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-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 16:37:30.936 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-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.936 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-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.936 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-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.936 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-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:37:30.936 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-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.936 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-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.936 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-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 16:37:30.936 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-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 29214a06-61ba-4377-ae9a-8f5ede48de61 could not be found. 2026-07-02 16:37:30.936 9 ERROR neutron.plugins.ml2.managers  2026-07-02 16:37:30.937 9 ERROR neutron.plugins.ml2.managers [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Failed to bind port 0f59764c-1763-456d-a9ae-9a15d385f6dc on host instance for vnic_type normal using segments [{'id': 'c1dc3386-7398-4e96-86f7-31fb1d113846', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 976, 'network_id': '0f4bf993-0ab9-4fd5-91f1-91b7464b0cf4'}] 2026-07-02 16:37:30.937 9 INFO neutron.plugins.ml2.plugin [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Attempt 10 to bind port 0f59764c-1763-456d-a9ae-9a15d385f6dc 2026-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 29214a06-61ba-4377-ae9a-8f5ede48de61 could not be found. 2026-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 16:37:30.960 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-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-07-02 16:37:30.960 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-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 16:37:30.960 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-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 16:37:30.960 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-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 16:37:30.960 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-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.960 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-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.960 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-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.960 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-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 16:37:30.960 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-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 16:37:30.960 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-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 16:37:30.960 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-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 16:37:30.960 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-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 29214a06-61ba-4377-ae9a-8f5ede48de61 could not be found. 2026-07-02 16:37:30.960 9 ERROR neutron.plugins.ml2.managers  2026-07-02 16:37:30.961 9 ERROR neutron.plugins.ml2.managers [None req-304c9a48-f557-48b6-9ae3-81c7e0e955bc - - - - - -] Failed to bind port 0f59764c-1763-456d-a9ae-9a15d385f6dc on host instance for vnic_type normal using segments [{'id': 'c1dc3386-7398-4e96-86f7-31fb1d113846', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 976, 'network_id': '0f4bf993-0ab9-4fd5-91f1-91b7464b0cf4'}] 2026-07-02 16:37:33.693 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 2984945f-d07d-45cf-b443-7d94354901a8 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-02 16:37:34.725 9 INFO neutron.plugins.ml2.plugin [None req-68f21bff-f01b-4dab-9198-1ceba5973591 - - - - - -] Attempt 1 to provision port 2984945f-d07d-45cf-b443-7d94354901a8 2026-07-02 16:37:37.560 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port d75c6a43-98d9-4ac2-ae96-4a622cdedab4 2026-07-02 16:37:38.688 9 INFO neutron.plugins.ml2.plugin [None req-bba11e13-624c-4a13-a8df-b4bc45cf50ec - - - - - -] Attempt 1 to provision port d75c6a43-98d9-4ac2-ae96-4a622cdedab4 2026-07-02 16:37:39.103 10 INFO neutron.plugins.ml2.plugin [None req-736c6f74-b72e-4cf2-b1f6-9dc5aca702ba - - - - - -] Attempt 1 to provision port d75c6a43-98d9-4ac2-ae96-4a622cdedab4 2026-07-02 16:37:39.407 9 INFO neutron.plugins.ml2.plugin [None req-aed2ab46-d560-4cfb-8bbc-e2a549b00007 - - - - - -] Attempt 1 to provision port fd54bc74-f077-4c90-a74e-69a8cc6d1833 2026-07-02 16:37:39.540 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port d75c6a43-98d9-4ac2-ae96-4a622cdedab4 2026-07-02 16:37:40.180 9 INFO neutron.plugins.ml2.plugin [None req-56062b10-b602-43fb-a44d-ed9764b32a31 - - - - - -] Attempt 1 to provision port fd54bc74-f077-4c90-a74e-69a8cc6d1833 2026-07-02 16:37:45.397 10 INFO neutron.plugins.ml2.plugin [None req-72c1f3ab-b2b1-43aa-933f-b3e62f4872f9 - - - - - -] Attempt 1 to provision port 04db752d-d44e-4a9e-b9f9-4cd61f0a3d32 2026-07-02 16:37:50.102 10 INFO neutron.plugins.ml2.plugin [None req-c5ef7153-18c4-4d05-8c45-9c34b2ba5013 - - - - - -] Attempt 1 to provision port 88882357-7b5c-4b33-bb5c-eedea29eb81b 2026-07-02 16:38:07.638 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 4fdc1795-9003-4e13-8ca9-0e15ea7e4eb6 2026-07-02 16:38:08.329 10 INFO neutron.plugins.ml2.plugin [None req-7f575ef0-3da5-4053-877b-1e0223cde105 - - - - - -] Attempt 1 to provision port 4fdc1795-9003-4e13-8ca9-0e15ea7e4eb6 2026-07-02 16:38:09.227 10 INFO neutron.plugins.ml2.plugin [None req-f7963674-2d4a-483f-bc6b-44366bc83ed2 - - - - - -] Attempt 1 to provision port 1ec7f68a-4485-4c69-b6eb-b56b12f8add7 2026-07-02 16:38:09.738 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 4fdc1795-9003-4e13-8ca9-0e15ea7e4eb6 2026-07-02 16:38:10.135 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 1ec7f68a-4485-4c69-b6eb-b56b12f8add7 2026-07-02 16:38:11.279 10 INFO neutron.plugins.ml2.plugin [None req-b4aa185e-2e81-4fe1-aa78-c258fda34fbe - - - - - -] Attempt 1 to provision port 3f749e5d-34b8-407f-be5e-5c86553cf7ee 2026-07-02 16:38:11.858 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port f4b9eb44-a91b-4407-b1a2-5979a2a6bbc7 2026-07-02 16:38:12.685 10 INFO neutron.plugins.ml2.plugin [None req-9a39189a-2289-40a7-ac4b-8d6543c50121 - - - - - -] Attempt 1 to provision port f4b9eb44-a91b-4407-b1a2-5979a2a6bbc7 2026-07-02 16:38:12.726 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 3f749e5d-34b8-407f-be5e-5c86553cf7ee 2026-07-02 16:38:13.224 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 1ec7f68a-4485-4c69-b6eb-b56b12f8add7 2026-07-02 16:38:14.247 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port f4b9eb44-a91b-4407-b1a2-5979a2a6bbc7 2026-07-02 16:38:14.731 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 3f749e5d-34b8-407f-be5e-5c86553cf7ee 2026-07-02 16:38:15.110 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 56ab02b9-a768-4f5b-a0c7-35024da5d079 2026-07-02 16:38:15.113 10 INFO neutron.plugins.ml2.plugin [None req-eb3d7c8e-0eee-4afd-9cd5-c73c9870d384 - - - - - -] Attempt 1 to provision port 56ab02b9-a768-4f5b-a0c7-35024da5d079 2026-07-02 16:38:16.196 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 56ab02b9-a768-4f5b-a0c7-35024da5d079 2026-07-02 16:38:22.250 10 INFO neutron.plugins.ml2.plugin [None req-335a67cd-eafd-4451-b808-0f5d0bc05fac - - - - - -] Attempt 1 to provision port 7ee727b4-31b6-4b48-8143-a9bfd1f8f2f3 2026-07-02 16:38:22.337 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 7ee727b4-31b6-4b48-8143-a9bfd1f8f2f3 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-02 16:38:30.228 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 32431af5-cf2a-4144-b6f4-deda567f5f4f 2026-07-02 16:38:30.918 9 INFO neutron.plugins.ml2.plugin [None req-0f9968de-cc8c-4fb9-90fe-927d331bd652 - - - - - -] Attempt 1 to provision port 32431af5-cf2a-4144-b6f4-deda567f5f4f 2026-07-02 16:38:32.272 9 INFO neutron.plugins.ml2.plugin [None req-f4c77dc4-6c40-4c67-b5fa-1d9e5c54d775 - - - - - -] Attempt 1 to provision port 835434ae-7dc6-4037-a961-ae1d0805ff84 2026-07-02 16:38:32.513 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 835434ae-7dc6-4037-a961-ae1d0805ff84 2026-07-02 16:38:32.958 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 32431af5-cf2a-4144-b6f4-deda567f5f4f 2026-07-02 16:38:33.445 10 INFO neutron.plugins.ml2.plugin [None req-643b60d6-d283-453e-bc66-6c70ee925b86 - - - - - -] Attempt 1 to provision port 8ccd0c19-7b13-4163-927d-8df55f36f2a7 2026-07-02 16:38:34.178 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 835434ae-7dc6-4037-a961-ae1d0805ff84 2026-07-02 16:38:34.230 9 INFO neutron.plugins.ml2.plugin [None req-c318e51b-6dd7-4c17-be6d-5315f0986c1b - - - - - -] Attempt 1 to provision port 8ccd0c19-7b13-4163-927d-8df55f36f2a7 2026-07-02 16:38:35.511 9 INFO neutron.plugins.ml2.plugin [None req-95b4ef4d-2afb-47c3-977a-57c8721aa29d - - - - - -] Attempt 1 to provision port 73d518a4-f98a-4490-87e0-8dd7e5fbb970 2026-07-02 16:38:36.385 9 INFO neutron.plugins.ml2.plugin [None req-574123be-b879-435d-8245-91f45cd1d0ca - - - - - -] Attempt 1 to provision port 73d518a4-f98a-4490-87e0-8dd7e5fbb970 2026-07-02 16:38:46.140 10 INFO neutron.plugins.ml2.plugin [None req-fb2aaba2-3a56-4493-9413-cf9f386124aa - - - - - -] Attempt 1 to provision port b77b1dec-a998-48b1-a180-b48b943bb9c5 2026-07-02 16:38:46.233 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port b77b1dec-a998-48b1-a180-b48b943bb9c5 2026-07-02 16:38:47.566 9 INFO neutron.plugins.ml2.plugin [None req-5d3856d5-4ed3-46b2-bada-a75994311655 - - - - - -] Attempt 1 to provision port 85c4f5f0-68e7-4098-bcaf-315f0ccadae4 2026-07-02 16:38:48.229 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port b77b1dec-a998-48b1-a180-b48b943bb9c5 2026-07-02 16:38:48.429 10 INFO neutron.plugins.ml2.plugin [None req-45156873-e715-49b7-8fd9-4e0947cfee57 - - - - - -] Attempt 1 to provision port 5b0a94bd-63ea-4e93-81d3-ba7a91399c77 2026-07-02 16:38:49.492 10 INFO neutron.plugins.ml2.plugin [None req-f77397dd-0467-4bf1-92e7-9db91fb9b296 - - - - - -] Attempt 1 to provision port 85c4f5f0-68e7-4098-bcaf-315f0ccadae4 2026-07-02 16:38:54.255 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 84450f76-b0ab-4c78-8850-63c24939f22e 2026-07-02 16:38:54.317 10 INFO neutron.plugins.ml2.plugin [None req-7f340b67-3ea4-4cb6-b39c-c6dd13e3b2b5 - - - - - -] Attempt 1 to provision port bfa80e04-1e88-43f5-b15d-2debbd3852c3 2026-07-02 16:38:54.778 10 INFO neutron.plugins.ml2.plugin [None req-7f340b67-3ea4-4cb6-b39c-c6dd13e3b2b5 - - - - - -] Attempt 1 to provision port 34cee9e1-51cf-4193-8c30-5f463c0f0fca 2026-07-02 16:38:54.902 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port bfa80e04-1e88-43f5-b15d-2debbd3852c3 2026-07-02 16:38:54.931 9 INFO neutron.plugins.ml2.plugin [None req-fc4294b0-cbdd-4f2b-b07f-a493149a6f28 - - - - - -] Attempt 1 to provision port 34cee9e1-51cf-4193-8c30-5f463c0f0fca 2026-07-02 16:38:56.319 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 84450f76-b0ab-4c78-8850-63c24939f22e 2026-07-02 16:38:56.956 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port bfa80e04-1e88-43f5-b15d-2debbd3852c3 2026-07-02 16:38:57.297 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port f6414744-4d51-44f2-b326-6ee31cda468d 2026-07-02 16:38:57.300 10 INFO neutron.plugins.ml2.plugin [None req-ce2705ed-4ab9-4c56-bd64-721c848f4dc9 - - - - - -] Attempt 1 to provision port f6414744-4d51-44f2-b326-6ee31cda468d 2026-07-02 16:38:58.332 10 INFO neutron.plugins.ml2.plugin [None req-b6f96fd9-a6d8-480f-98f1-dfc7eea43676 - - - - - -] Attempt 1 to provision port cfedac30-1d66-4e05-aaee-bd125396bd7a 2026-07-02 16:38:58.742 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port f6414744-4d51-44f2-b326-6ee31cda468d 2026-07-02 16:38:59.012 9 INFO neutron.plugins.ml2.plugin [None req-4e3bcb2e-88d1-445f-8153-f21a27add568 - - - - - -] Attempt 1 to provision port cfedac30-1d66-4e05-aaee-bd125396bd7a 2026-07-02 16:39:04.525 9 INFO neutron.plugins.ml2.plugin [None req-c762f177-732e-4347-8859-2f84d877a223 - - - - - -] Attempt 1 to provision port cc8a4b1b-3a63-478c-abdf-e857e9fe1944 2026-07-02 16:39:04.781 10 INFO neutron.plugins.ml2.plugin [None req-d67eb803-0434-41d9-8e3b-5ad8f6976a53 - - - - - -] Attempt 1 to provision port 57ddc2f3-a93f-4c5a-99fb-8461c5fba7ce 2026-07-02 16:39:06.789 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port cc8a4b1b-3a63-478c-abdf-e857e9fe1944 2026-07-02 16:39:06.984 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-d83d3bbd-2237-46a6-8a07-173d91e60ee5'] response: {'server_uuid': '63ee654b-2ab8-48ae-b1ef-d5ce42fb34c0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cc8a4b1b-3a63-478c-abdf-e857e9fe1944', 'code': 200} 2026-07-02 16:39:08.702 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port cc8a4b1b-3a63-478c-abdf-e857e9fe1944 2026-07-02 16:39:10.798 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 34cee9e1-51cf-4193-8c30-5f463c0f0fca 2026-07-02 16:39:11.261 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 5b0a94bd-63ea-4e93-81d3-ba7a91399c77 2026-07-02 16:39:12.803 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 34cee9e1-51cf-4193-8c30-5f463c0f0fca 2026-07-02 16:39:13.227 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 5b0a94bd-63ea-4e93-81d3-ba7a91399c77 2026-07-02 16:39:26.304 10 INFO neutron.plugins.ml2.plugin [None req-80ae83ea-5a77-4dfc-ac94-d0bb35e49398 - - - - - -] Attempt 1 to provision port eb9af684-2222-47ac-b285-1c1909ef37bb 2026-07-02 16:39:26.774 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 80c3f14f-c00e-427a-9b89-6726f7eabbc2 2026-07-02 16:39:26.972 9 INFO neutron.plugins.ml2.plugin [None req-f764a5e2-f70a-43af-bc5e-dd485a98e161 - - - - - -] Attempt 1 to provision port 80c3f14f-c00e-427a-9b89-6726f7eabbc2 2026-07-02 16:39:28.714 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 80c3f14f-c00e-427a-9b89-6726f7eabbc2 2026-07-02 16:39:29.385 10 INFO neutron.plugins.ml2.plugin [None req-ab85a429-37f3-4903-8b68-9157c685dc07 - - - - - -] Attempt 1 to provision port 3f88193b-38b2-44b0-a4e9-494491902bc8 2026-07-02 16:39:30.148 10 INFO neutron.plugins.ml2.plugin [None req-4fd0b0e2-67be-49ec-9c85-f5d6dccb2a28 - - - - - -] Attempt 1 to provision port 3f88193b-38b2-44b0-a4e9-494491902bc8 2026-07-02 16:39:30.739 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 87bea53e-59db-45bd-a210-0710668fb65a 2026-07-02 16:39:32.746 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 87bea53e-59db-45bd-a210-0710668fb65a 2026-07-02 16:39:33.950 10 INFO neutron.plugins.ml2.plugin [None req-91185ff0-230e-4c76-9217-24618af09538 - - - - - -] Attempt 1 to provision port c2b31245-7dd5-43a6-8ab3-55668af8670d 2026-07-02 16:39:35.838 10 INFO neutron.plugins.ml2.plugin [None req-63ca0b33-d416-450c-8109-bc80678b2d93 - - - - - -] Attempt 1 to provision port c5af0d08-cbe0-4d9e-8240-6ed2dddd8dc2 2026-07-02 16:39:36.816 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port c2b31245-7dd5-43a6-8ab3-55668af8670d 2026-07-02 16:39:37.025 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-19ab5e63-587f-4bf9-8638-e92997ed44a1'] response: {'server_uuid': 'e0dc8742-2759-47cf-be6b-db447855e6e1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c2b31245-7dd5-43a6-8ab3-55668af8670d', 'code': 200} 2026-07-02 16:39:39.013 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port c5af0d08-cbe0-4d9e-8240-6ed2dddd8dc2 2026-07-02 16:39:39.196 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-5380260f-67de-4cc6-883e-937bf21a6257'] response: {'server_uuid': '0b165279-f137-4814-8544-2eff3c4396a2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c5af0d08-cbe0-4d9e-8240-6ed2dddd8dc2', 'code': 200} 2026-07-02 16:39:39.617 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port c2b31245-7dd5-43a6-8ab3-55668af8670d 2026-07-02 16:39:40.713 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port c5af0d08-cbe0-4d9e-8240-6ed2dddd8dc2 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-02 16:40:04.825 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 6828e993-0f8a-471a-b28a-5359dc1faa14 2026-07-02 16:40:05.058 10 INFO neutron.plugins.ml2.plugin [None req-b96c5693-119c-4285-983a-9712d263ea2b - - - - - -] Attempt 1 to provision port 220e0472-f7bb-4575-a5f2-a2b49a2642f8 2026-07-02 16:40:05.734 9 INFO neutron.plugins.ml2.plugin [None req-3ab5b93f-e7ee-4720-a108-08b2363b8719 - - - - - -] Attempt 1 to provision port 6828e993-0f8a-471a-b28a-5359dc1faa14 2026-07-02 16:40:06.768 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 6828e993-0f8a-471a-b28a-5359dc1faa14 2026-07-02 16:40:08.264 9 INFO neutron.plugins.ml2.plugin [None req-99ccca8a-2b4d-4bf8-818a-4b548eb14684 - - - - - -] Attempt 1 to provision port 5457b29d-239f-482c-98a3-b56f875294fb 2026-07-02 16:40:09.023 9 INFO neutron.plugins.ml2.plugin [None req-e6b38731-aea1-48ca-913e-89c5a1566cdf - - - - - -] Attempt 1 to provision port 5457b29d-239f-482c-98a3-b56f875294fb 2026-07-02 16:40:10.759 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 841d43c3-e954-435f-be63-93c7be687210 2026-07-02 16:40:12.828 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 7eb7ffac-42ec-427c-a4b9-0252090fa60c 2026-07-02 16:40:13.223 9 INFO neutron.plugins.ml2.plugin [None req-a2a9467f-9155-477e-8eb2-912f2495be00 - - - - - -] Attempt 1 to provision port 7eb7ffac-42ec-427c-a4b9-0252090fa60c 2026-07-02 16:40:13.541 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 841d43c3-e954-435f-be63-93c7be687210 2026-07-02 16:40:14.548 10 INFO neutron.plugins.ml2.plugin [None req-785ec9aa-6d3f-42d0-8898-4a1d7056abf0 - - - - - -] Attempt 1 to provision port 14a88ef4-9418-40c2-afdb-0f4808670a03 2026-07-02 16:40:14.878 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 7eb7ffac-42ec-427c-a4b9-0252090fa60c 2026-07-02 16:40:17.457 10 INFO neutron.plugins.ml2.plugin [None req-31f407cc-d04f-46a5-b34b-7a0bf514fff9 - - - - - -] Attempt 1 to provision port 4277fba2-53da-40ec-bd48-29f144d63a54 2026-07-02 16:40:18.861 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 0fa88de5-9af2-4ec2-8bf2-61e7eac65869 2026-07-02 16:40:19.235 9 INFO neutron.plugins.ml2.plugin [None req-7edc04ab-49ee-48db-8140-d1b3e8cd5495 - - - - - -] Attempt 1 to provision port 4277fba2-53da-40ec-bd48-29f144d63a54 2026-07-02 16:40:20.809 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 0fa88de5-9af2-4ec2-8bf2-61e7eac65869 2026-07-02 16:40:26.554 10 INFO neutron.plugins.ml2.plugin [None req-8b990cd4-f608-493d-ab1e-1f0dfcdb3bb3 - - - - - -] Attempt 1 to provision port 2d2e3c4c-8ba8-40f0-9f76-c1f3e01117e3 2026-07-02 16:40:26.856 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 5457b29d-239f-482c-98a3-b56f875294fb 2026-07-02 16:40:27.285 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 220e0472-f7bb-4575-a5f2-a2b49a2642f8 2026-07-02 16:40:28.974 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 5457b29d-239f-482c-98a3-b56f875294fb 2026-07-02 16:40:29.291 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 2d2e3c4c-8ba8-40f0-9f76-c1f3e01117e3 2026-07-02 16:40:29.472 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-280eb9af-63b0-49de-8aab-bb1ae52759d7'] response: {'server_uuid': 'ec2d1621-13e1-47a1-acc8-994f54bde5de', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2d2e3c4c-8ba8-40f0-9f76-c1f3e01117e3', 'code': 200} 2026-07-02 16:40:29.903 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 220e0472-f7bb-4575-a5f2-a2b49a2642f8 2026-07-02 16:40:30.776 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 2d2e3c4c-8ba8-40f0-9f76-c1f3e01117e3 2026-07-02 16:40:36.768 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 14a88ef4-9418-40c2-afdb-0f4808670a03 2026-07-02 16:40:37.323 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 4277fba2-53da-40ec-bd48-29f144d63a54 2026-07-02 16:40:38.749 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 14a88ef4-9418-40c2-afdb-0f4808670a03 2026-07-02 16:40:38.996 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 4277fba2-53da-40ec-bd48-29f144d63a54 2026-07-02 16:40:44.786 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 87049e56-2747-4a5c-b4fc-b8aabed08624 2026-07-02 16:40:45.266 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] No ports have port_id starting with 87049e56-2747-4a5c-b4fc-b8aabed08624 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-02 16:41:06.901 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 5ad36b53-1d88-4274-804c-4b0877d85d40 2026-07-02 16:41:08.873 9 INFO neutron.plugins.ml2.plugin [None req-4f10de2a-55ba-4bd6-8fa4-1dc7c59e5d0d - - - - - -] Attempt 1 to provision port 5ad36b53-1d88-4274-804c-4b0877d85d40 2026-07-02 16:41:08.898 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 5ad36b53-1d88-4274-804c-4b0877d85d40 2026-07-02 16:41:09.635 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 5448e658-45c1-45db-9fff-3ef8e49d76d4 2026-07-02 16:41:10.858 10 INFO neutron.plugins.ml2.plugin [None req-5d45815a-58fe-497b-bd91-880ceab10ac1 - - - - - -] Attempt 1 to provision port 68ee5e80-4e08-47b6-aa5b-0524f276e2d9 2026-07-02 16:41:10.959 10 INFO neutron.plugins.ml2.plugin [None req-5d45815a-58fe-497b-bd91-880ceab10ac1 - - - - - -] Attempt 1 to provision port 5ad36b53-1d88-4274-804c-4b0877d85d40 2026-07-02 16:41:11.224 9 INFO neutron.plugins.ml2.plugin [None req-94b20229-d236-4086-b817-1e6b0c24fb9d - - - - - -] Attempt 1 to provision port 5448e658-45c1-45db-9fff-3ef8e49d76d4 2026-07-02 16:41:11.302 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 5448e658-45c1-45db-9fff-3ef8e49d76d4 2026-07-02 16:41:11.647 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 03a59dfa-9858-4357-8da2-eca15bd230e0 2026-07-02 16:41:12.231 10 INFO neutron.plugins.ml2.plugin [None req-b8024ff4-1933-44a6-a16b-bd59bbad9fb5 - - - - - -] Attempt 1 to provision port 03a59dfa-9858-4357-8da2-eca15bd230e0 2026-07-02 16:41:12.968 10 INFO neutron.plugins.ml2.plugin [None req-61dd0fd3-cf8e-422b-a958-a76943198342 - - - - - -] Attempt 1 to provision port 5448e658-45c1-45db-9fff-3ef8e49d76d4 2026-07-02 16:41:13.267 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 03a59dfa-9858-4357-8da2-eca15bd230e0 2026-07-02 16:41:13.383 9 INFO neutron.plugins.ml2.plugin [None req-0de09893-9b11-491c-8efd-80411ad707ea - - - - - -] Attempt 1 to provision port 03a59dfa-9858-4357-8da2-eca15bd230e0 2026-07-02 16:41:14.807 9 INFO neutron.plugins.ml2.plugin [None req-bfb86e57-14a2-4793-b37b-97341ccc26e3 - - - - - -] Attempt 1 to provision port 4358dab3-2a91-4bd4-b4c0-d3c863b6fc89 2026-07-02 16:41:15.246 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port a95af177-8664-4681-9b40-97212dd2b153 2026-07-02 16:41:15.736 10 INFO neutron.plugins.ml2.plugin [None req-2dcedd4e-0e9f-4b1c-8674-e40a19bd0cff - - - - - -] Attempt 1 to provision port 4358dab3-2a91-4bd4-b4c0-d3c863b6fc89 2026-07-02 16:41:17.128 10 INFO neutron.plugins.ml2.plugin [None req-6da319da-763d-40c6-b238-f516464d2a2a - - - - - -] Attempt 1 to provision port 7397c82a-8bb6-4fc6-9357-bfe7ae3f70f7 2026-07-02 16:41:17.204 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port a95af177-8664-4681-9b40-97212dd2b153 2026-07-02 16:41:18.207 9 INFO neutron.plugins.ml2.plugin [None req-70db1c44-bcd1-44dc-b28a-192e828b21c7 - - - - - -] Attempt 1 to provision port 7397c82a-8bb6-4fc6-9357-bfe7ae3f70f7 2026-07-02 16:41:19.899 9 INFO neutron.plugins.ml2.plugin [None req-f1fec127-e5fe-46cf-a2fa-eb4aae18aeab - - - - - -] Attempt 1 to provision port a1ecb47f-d240-406f-ba66-d7440eff0c78 2026-07-02 16:41:21.175 9 INFO neutron.plugins.ml2.plugin [None req-6e785fed-eef7-4689-8a44-9dc0395f1912 - - - - - -] Attempt 1 to provision port a1ecb47f-d240-406f-ba66-d7440eff0c78 2026-07-02 16:41:27.086 9 INFO neutron.plugins.ml2.plugin [None req-9116d9e5-d19b-47a2-b158-6cf8b3a3be9f - - - - - -] Attempt 1 to provision port d6167f11-0fec-4813-981a-73815113bbcd 2026-07-02 16:41:29.370 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port d6167f11-0fec-4813-981a-73815113bbcd 2026-07-02 16:41:29.675 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-246c43bb-6191-4b27-8d79-02160728b9b3'] response: {'server_uuid': '8742a7c0-e81f-4219-927f-098d4a51888e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd6167f11-0fec-4813-981a-73815113bbcd', 'code': 200} 2026-07-02 16:41:31.243 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port d6167f11-0fec-4813-981a-73815113bbcd 2026-07-02 16:41:35.623 10 INFO neutron.plugins.ml2.plugin [None req-61cdc302-aec5-4be1-a921-cf6a16829455 - - - - - -] Attempt 1 to provision port c54676d6-1518-4000-9585-b6acdd12392e 2026-07-02 16:41:37.438 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 68ee5e80-4e08-47b6-aa5b-0524f276e2d9 2026-07-02 16:41:37.902 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 7397c82a-8bb6-4fc6-9357-bfe7ae3f70f7 2026-07-02 16:41:38.365 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port c54676d6-1518-4000-9585-b6acdd12392e 2026-07-02 16:41:38.517 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f5f8643-b185-4188-b95e-79b9dea87fc8'] response: {'server_uuid': 'eba003e8-72d9-4c04-8137-65ab850cb07a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c54676d6-1518-4000-9585-b6acdd12392e', 'code': 200} 2026-07-02 16:41:39.031 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 4358dab3-2a91-4bd4-b4c0-d3c863b6fc89 2026-07-02 16:41:39.662 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 68ee5e80-4e08-47b6-aa5b-0524f276e2d9 2026-07-02 16:41:39.960 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 7397c82a-8bb6-4fc6-9357-bfe7ae3f70f7 2026-07-02 16:41:40.290 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port c54676d6-1518-4000-9585-b6acdd12392e 2026-07-02 16:41:40.671 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 4358dab3-2a91-4bd4-b4c0-d3c863b6fc89 2026-07-02 16:41:41.026 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port a1ecb47f-d240-406f-ba66-d7440eff0c78 2026-07-02 16:41:41.562 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port a1ecb47f-d240-406f-ba66-d7440eff0c78 2026-07-02 16:42:00.473 9 INFO neutron.plugins.ml2.plugin [None req-6acd07fc-7f94-4cf0-aa90-fbe1c503e7cb - - - - - -] Attempt 1 to provision port c48f833f-b3c3-44d6-a367-42e16a05705b 2026-07-02 16:42:14.545 9 INFO neutron.plugins.ml2.plugin [None req-1bd298b4-471d-4559-91fa-d99a8a367bfe - - - - - -] Attempt 1 to provision port 70a09631-727c-4432-921d-705c53f6ddc8 2026-07-02 16:42:17.668 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 70a09631-727c-4432-921d-705c53f6ddc8 2026-07-02 16:42:17.856 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8b5db9a-31a3-4926-b118-a68952e93f8c'] response: {'server_uuid': '58d043c1-ce0d-4494-8e6a-da5ca20872f2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '70a09631-727c-4432-921d-705c53f6ddc8', 'code': 200} 2026-07-02 16:42:19.611 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 70a09631-727c-4432-921d-705c53f6ddc8 2026-07-02 16:42:57.339 10 INFO neutron.plugins.ml2.plugin [None req-852f6680-b845-46ee-9169-43524cbae3ab - - - - - -] Attempt 1 to provision port ff9a2f39-779c-4db4-ae4d-756bb72d26d7 2026-07-02 16:43:01.706 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port ff9a2f39-779c-4db4-ae4d-756bb72d26d7 2026-07-02 16:43:01.953 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-48f2c1b9-549c-4a57-8baf-1498e90bdc02'] response: {'server_uuid': '58d043c1-ce0d-4494-8e6a-da5ca20872f2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ff9a2f39-779c-4db4-ae4d-756bb72d26d7', 'code': 200} 2026-07-02 16:43:03.648 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port ff9a2f39-779c-4db4-ae4d-756bb72d26d7 2026-07-02 16:43:28.125 9 INFO neutron.plugins.ml2.plugin [None req-765f3083-085b-4098-97de-0ccf5122ff50 - - - - - -] Attempt 1 to provision port 6ae1a444-930b-417b-ae20-37f092dac4df 2026-07-02 16:43:31.937 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 6ae1a444-930b-417b-ae20-37f092dac4df 2026-07-02 16:43:32.112 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-457afd28-7ebc-4ed0-b347-5ddcbf1c3f75'] response: {'server_uuid': '58d043c1-ce0d-4494-8e6a-da5ca20872f2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6ae1a444-930b-417b-ae20-37f092dac4df', 'code': 200} 2026-07-02 16:43:33.669 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 6ae1a444-930b-417b-ae20-37f092dac4df 2026-07-02 16:43:39.208 10 INFO neutron.plugins.ml2.plugin [None req-851728f0-7fa6-4691-8d8e-bb91be9ee517 - - - - - -] Attempt 1 to provision port 70b3788a-6d0c-4707-b438-23fd71faf9c1 2026-07-02 16:43:41.735 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 70b3788a-6d0c-4707-b438-23fd71faf9c1 2026-07-02 16:43:41.874 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-91a22beb-c4eb-47da-9b1c-878df673c1c1'] response: {'server_uuid': '58d043c1-ce0d-4494-8e6a-da5ca20872f2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '70b3788a-6d0c-4707-b438-23fd71faf9c1', 'code': 200} 2026-07-02 16:43:42.799 9 INFO neutron.plugins.ml2.plugin [None req-c41bfa10-da25-487f-a92b-09583827fa65 - - - - - -] Attempt 1 to provision port 70b3788a-6d0c-4707-b438-23fd71faf9c1 2026-07-02 16:43:43.687 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 70b3788a-6d0c-4707-b438-23fd71faf9c1 2026-07-02 16:43:58.771 10 INFO neutron.plugins.ml2.plugin [None req-2b65b324-b956-4cc6-ae93-97f92b8c23db - - - - - -] Attempt 1 to provision port 70b3788a-6d0c-4707-b438-23fd71faf9c1 2026-07-02 16:43:59.733 9 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 70b3788a-6d0c-4707-b438-23fd71faf9c1 2026-07-02 16:44:28.580 9 INFO neutron.plugins.ml2.plugin [None req-ee88c3c8-7861-4d2a-9456-8a67f5203b7b - - - - - -] Attempt 1 to provision port 6ae1a444-930b-417b-ae20-37f092dac4df 2026-07-02 16:44:29.752 10 INFO neutron.plugins.ml2.plugin [None req-85e69269-29a5-468c-8b21-2d2539ab8890 - - - - - -] Attempt 1 to provision port 6ae1a444-930b-417b-ae20-37f092dac4df 2026-07-02 16:45:42.053 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-a562f2b0-8f5e-4c45-bcb1-a5597e48854e'] response: {'server_uuid': 'eba003e8-72d9-4c04-8137-65ab850cb07a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c54676d6-1518-4000-9585-b6acdd12392e', 'code': 200} 2026-07-02 16:46:05.821 10 INFO neutron.plugins.ml2.plugin [None req-de810849-24ef-41cd-a35e-b7ddaf406f18 - - - - - -] Attempt 1 to provision port 5448e658-45c1-45db-9fff-3ef8e49d76d4 2026-07-02 16:46:05.888 10 INFO neutron.plugins.ml2.db [None req-de810849-24ef-41cd-a35e-b7ddaf406f18 - - - - - -] No ports have port_id starting with 5448e658-45c1-45db-9fff-3ef8e49d76d4