+ 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/munch/__init__.py:24: 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-09-07 19:00:09.912 1 INFO neutron.common.config [-] Logging enabled! 2026-09-07 19:00:09.913 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 21.2.26.dev5 2026-09-07 19:00:09.913 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-09-07 19:00:09.913 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-09-07 19:00:10.661 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-07 19:00:10.664 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-09-07 19:00:10.666 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-09-07 19:00:10.667 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-07 19:00:10.667 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-09-07 19:00:10.667 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-09-07 19:00:10.668 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-07 19:00:10.672 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-07 19:00:10.673 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-07 19:00:10.673 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-09-07 19:00:10.689 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-09-07 19:00:10.690 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-09-07 19:00:10.690 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-09-07 19:00:10.720 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-09-07 19:00:10.721 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-09-07 19:00:10.721 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-09-07 19:00:10.721 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-09-07 19:00:10.999 1 INFO neutron.plugins.ml2.managers [None req-dcbb9113-bb42-4147-b4ac-703feb49264c - - - - - -] Initializing driver for type 'vlan' 2026-09-07 19:00:11.306 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-dcbb9113-bb42-4147-b4ac-703feb49264c - - - - - -] VlanTypeDriver initialization complete 2026-09-07 19:00:11.306 1 INFO neutron.plugins.ml2.managers [None req-dcbb9113-bb42-4147-b4ac-703feb49264c - - - - - -] Initializing driver for type 'vxlan' 2026-09-07 19:00:11.307 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-dcbb9113-bb42-4147-b4ac-703feb49264c - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-09-07 19:00:11.361 1 INFO neutron.plugins.ml2.managers [None req-dcbb9113-bb42-4147-b4ac-703feb49264c - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-09-07 19:00:11.361 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-dcbb9113-bb42-4147-b4ac-703feb49264c - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-09-07 19:00:11.361 1 INFO neutron.plugins.ml2.managers [None req-dcbb9113-bb42-4147-b4ac-703feb49264c - - - - - -] Initializing extension driver 'port_security' 2026-09-07 19:00:11.362 1 INFO neutron.plugins.ml2.extensions.port_security [None req-dcbb9113-bb42-4147-b4ac-703feb49264c - - - - - -] PortSecurityExtensionDriver initialization complete 2026-09-07 19:00:11.362 1 INFO neutron.plugins.ml2.managers [None req-dcbb9113-bb42-4147-b4ac-703feb49264c - - - - - -] Initializing extension driver 'qos' 2026-09-07 19:00:11.362 1 INFO neutron.plugins.ml2.managers [None req-dcbb9113-bb42-4147-b4ac-703feb49264c - - - - - -] Initializing mechanism driver 'openvswitch' 2026-09-07 19:00:11.362 1 INFO neutron.plugins.ml2.managers [None req-dcbb9113-bb42-4147-b4ac-703feb49264c - - - - - -] Initializing mechanism driver 'l2population' 2026-09-07 19:00:11.377 1 INFO neutron.quota [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded quota_driver: . 2026-09-07 19:00:11.378 1 INFO neutron.plugins.ml2.plugin [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Modular L2 Plugin initialization complete 2026-09-07 19:00:11.378 1 INFO neutron.plugins.ml2.managers [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-09-07 19:00:11.378 1 INFO neutron.plugins.ml2.managers [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-09-07 19:00:11.378 1 INFO neutron.plugins.ml2.managers [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Got port-security extension from driver 'port_security' 2026-09-07 19:00:11.378 1 INFO neutron.extensions.vlantransparent [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Disabled vlantransparent extension. 2026-09-07 19:00:11.379 1 INFO neutron.manager [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loading Plugin: qos 2026-09-07 19:00:11.390 1 INFO neutron.manager [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loading Plugin: router 2026-09-07 19:00:11.420 1 INFO neutron.services.service_base [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-09-07 19:00:11.421 1 INFO neutron.manager [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loading Plugin: segments 2026-09-07 19:00:11.486 1 INFO neutron.manager [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loading Plugin: trunk 2026-09-07 19:00:11.572 1 INFO neutron.manager [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loading Plugin: vpnaas 2026-09-07 19:00:11.617 1 WARNING stevedore.named [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-09-07 19:00:11.677 1 INFO neutron_vpnaas.services.vpn.plugin [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-09-07 19:00:11.678 1 INFO neutron.common.utils [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-09-07 19:00:11.678 1 INFO neutron.manager [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loading Plugin: auto_allocate 2026-09-07 19:00:11.684 1 INFO neutron.manager [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loading Plugin: tag 2026-09-07 19:00:11.688 1 INFO neutron.manager [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loading Plugin: timestamp 2026-09-07 19:00:11.690 1 INFO neutron.manager [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loading Plugin: network_ip_availability 2026-09-07 19:00:11.693 1 INFO neutron.manager [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loading Plugin: flavors 2026-09-07 19:00:11.695 1 INFO neutron.manager [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loading Plugin: revisions 2026-09-07 19:00:11.698 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Initializing extension manager. 2026-09-07 19:00:11.699 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: address-group 2026-09-07 19:00:11.699 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: address-scope 2026-09-07 19:00:11.700 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-09-07 19:00:11.701 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: agent 2026-09-07 19:00:11.701 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: agent-resources-synced 2026-09-07 19:00:11.702 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: allowed-address-pairs 2026-09-07 19:00:11.704 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: auto-allocated-topology 2026-09-07 19:00:11.704 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: availability_zone 2026-09-07 19:00:11.705 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: availability_zone_filter 2026-09-07 19:00:11.705 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-09-07 19:00:11.706 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: default-subnetpools 2026-09-07 19:00:11.707 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-09-07 19:00:11.707 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: dns-integration 2026-09-07 19:00:11.708 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: dns-domain-ports 2026-09-07 19:00:11.708 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-09-07 19:00:11.709 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: dvr 2026-09-07 19:00:11.709 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-09-07 19:00:11.710 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: empty-string-filtering 2026-09-07 19:00:11.711 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-09-07 19:00:11.711 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-09-07 19:00:11.712 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: external-net 2026-09-07 19:00:11.712 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: extra_dhcp_opt 2026-09-07 19:00:11.713 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: extraroute 2026-09-07 19:00:11.714 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: extraroute-atomic 2026-09-07 19:00:11.714 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-09-07 19:00:11.715 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-09-07 19:00:11.715 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-09-07 19:00:11.716 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-09-07 19:00:11.717 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: fip-port-details 2026-09-07 19:00:11.717 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: flavors 2026-09-07 19:00:11.718 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-09-07 19:00:11.719 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: floatingip-pools 2026-09-07 19:00:11.719 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: ip_allocation 2026-09-07 19:00:11.720 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: ip-substring-filtering 2026-09-07 19:00:11.720 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: l2_adjacency 2026-09-07 19:00:11.721 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: router 2026-09-07 19:00:11.722 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-09-07 19:00:11.723 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: ext-gw-mode 2026-09-07 19:00:11.723 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: l3-ha 2026-09-07 19:00:11.724 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-09-07 19:00:11.724 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: l3-flavors 2026-09-07 19:00:11.725 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-09-07 19:00:11.725 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-09-07 19:00:11.727 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: l3_agent_scheduler 2026-09-07 19:00:11.730 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-09-07 19:00:11.730 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Extension logging not supported by any of loaded plugins 2026-09-07 19:00:11.731 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Extension metering not supported by any of loaded plugins 2026-09-07 19:00:11.732 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-09-07 19:00:11.733 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: multi-provider 2026-09-07 19:00:11.733 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: net-mtu 2026-09-07 19:00:11.734 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: net-mtu-writable 2026-09-07 19:00:11.734 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: network_availability_zone 2026-09-07 19:00:11.735 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: network-ip-availability 2026-09-07 19:00:11.735 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-09-07 19:00:11.736 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: pagination 2026-09-07 19:00:11.736 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: port-device-profile 2026-09-07 19:00:11.737 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: port-mac-override 2026-09-07 19:00:11.737 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-09-07 19:00:11.738 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-09-07 19:00:11.738 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: port-resource-request 2026-09-07 19:00:11.739 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: port-resource-request-groups 2026-09-07 19:00:11.739 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: binding 2026-09-07 19:00:11.740 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: binding-extended 2026-09-07 19:00:11.741 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: port-security 2026-09-07 19:00:11.741 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: project-id 2026-09-07 19:00:11.741 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: provider 2026-09-07 19:00:11.743 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: qos 2026-09-07 19:00:11.744 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-09-07 19:00:11.744 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-09-07 19:00:11.745 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: qos-default 2026-09-07 19:00:11.745 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: qos-fip 2026-09-07 19:00:11.746 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-09-07 19:00:11.746 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: qos-gateway-ip 2026-09-07 19:00:11.747 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: qos-port-network-policy 2026-09-07 19:00:11.747 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: qos-pps-minimum 2026-09-07 19:00:11.748 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-09-07 19:00:11.748 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: qos-pps 2026-09-07 19:00:11.749 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: qos-rule-type-details 2026-09-07 19:00:11.749 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: qos-rule-type-filter 2026-09-07 19:00:11.750 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: qos-rules-alias 2026-09-07 19:00:11.750 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: quota-check-limit 2026-09-07 19:00:11.752 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: quotas 2026-09-07 19:00:11.754 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: quota_details 2026-09-07 19:00:11.755 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: rbac-policies 2026-09-07 19:00:11.756 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: rbac-address-group 2026-09-07 19:00:11.756 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: rbac-address-scope 2026-09-07 19:00:11.757 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: rbac-security-groups 2026-09-07 19:00:11.757 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: rbac-subnetpool 2026-09-07 19:00:11.758 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: revision-if-match 2026-09-07 19:00:11.758 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: standard-attr-revisions 2026-09-07 19:00:11.759 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: router_availability_zone 2026-09-07 19:00:11.759 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-09-07 19:00:11.760 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-09-07 19:00:11.760 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: port-security-groups-filtering 2026-09-07 19:00:11.761 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-09-07 19:00:11.761 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-09-07 19:00:11.767 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: security-group 2026-09-07 19:00:11.768 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: segment 2026-09-07 19:00:11.768 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-09-07 19:00:11.769 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: service-type 2026-09-07 19:00:11.769 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: sorting 2026-09-07 19:00:11.770 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: standard-attr-segment 2026-09-07 19:00:11.770 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: standard-attr-description 2026-09-07 19:00:11.771 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: stateful-security-group 2026-09-07 19:00:11.771 1 WARNING neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-09-07 19:00:11.771 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-09-07 19:00:11.772 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: subnet_onboard 2026-09-07 19:00:11.772 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-09-07 19:00:11.773 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: subnet-service-types 2026-09-07 19:00:11.773 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: subnet_allocation 2026-09-07 19:00:11.774 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-09-07 19:00:11.775 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-09-07 19:00:11.776 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: standard-attr-tag 2026-09-07 19:00:11.777 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: standard-attr-timestamp 2026-09-07 19:00:11.777 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: trunk 2026-09-07 19:00:11.778 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: trunk-details 2026-09-07 19:00:11.778 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-09-07 19:00:11.779 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-09-07 19:00:11.780 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-09-07 19:00:11.780 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: vpn-flavors 2026-09-07 19:00:11.781 1 INFO neutron.api.extensions [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Loaded extension: vpnaas 2026-09-07 19:00:11.784 1 INFO oslo_service.service [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Starting 2 workers 2026-09-07 19:00:11.787 1 INFO oslo_service.service [None req-99939204-292d-43d3-925a-77cafa21fb06 - - - - - -] Starting 1 workers 2026-09-07 19:00:48.349 9 INFO neutron.db.l3_hamode_db [None req-b993224c-0c0f-4231-84b6-bb60f4f70e4c - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-07 19:00:56.903 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port c00ceccb-a898-4cac-8ae6-8afbd09ef3c0 2026-09-07 19:00:58.377 10 INFO neutron.plugins.ml2.plugin [None req-17e0764e-e593-45a7-8beb-0e7aaddfcd8a - - - - - -] Attempt 1 to provision port c00ceccb-a898-4cac-8ae6-8afbd09ef3c0 2026-09-07 19:00:58.684 9 INFO neutron.plugins.ml2.plugin [None req-73c9ca2e-c89e-4863-9807-2b5001fdcfd0 - - - - - -] Attempt 1 to provision port c00ceccb-a898-4cac-8ae6-8afbd09ef3c0 2026-09-07 19:00:58.799 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port c00ceccb-a898-4cac-8ae6-8afbd09ef3c0 2026-09-07 19:07:43.146 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 3ae2bd1e-cd6b-41d7-b7dc-a8a4b46e1fb2 2026-09-07 19:07:44.069 10 INFO neutron.plugins.ml2.plugin [None req-9e35fc45-190a-4837-8396-7b4c0a76d8de - - - - - -] Attempt 1 to provision port 3ae2bd1e-cd6b-41d7-b7dc-a8a4b46e1fb2 2026-09-07 19:07:44.384 9 INFO neutron.plugins.ml2.plugin [None req-9e59c58e-5028-45ee-8cdd-ac5b79798888 - - - - - -] Attempt 1 to provision port 3ae2bd1e-cd6b-41d7-b7dc-a8a4b46e1fb2 2026-09-07 19:07:45.144 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 3ae2bd1e-cd6b-41d7-b7dc-a8a4b46e1fb2 2026-09-07 19:07:51.777 9 INFO neutron.plugins.ml2.plugin [None req-860ee3f9-63ef-4ce0-8d89-f8db59e9cefb - - - - - -] Attempt 1 to provision port ebea7374-8083-4d15-a6d2-b675b100d638 2026-09-07 19:12:17.475 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port ebea7374-8083-4d15-a6d2-b675b100d638 2026-09-07 19:12:19.380 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port ebea7374-8083-4d15-a6d2-b675b100d638 2026-09-07 19:21:43.742 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port c0e7300d-1960-4c31-88e3-701c4b8d1d5f 2026-09-07 19:21:45.745 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port c0e7300d-1960-4c31-88e3-701c4b8d1d5f 2026-09-07 19:40:48.070 9 INFO neutron.plugins.ml2.plugin [None req-14ba377e-ff07-404c-aef9-65066ceb13b1 - - - - - -] Attempt 1 to provision port e0746759-5618-481d-8646-fb9d55f9f336 2026-09-07 19:40:48.579 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 7f83e5ba-9ea3-4249-8172-4506e586cbb2 2026-09-07 19:40:48.733 9 INFO neutron.plugins.ml2.plugin [None req-4cf2a020-d954-4d92-8a94-e9afd3f8f0e4 - - - - - -] Attempt 1 to provision port 80dd58f9-2d24-4db5-8583-255ae87350fb 2026-09-07 19:40:49.111 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 7ab1650e-27bd-4d5a-908e-f654f4081ea0 2026-09-07 19:40:49.584 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 26e37c70-f851-4d9b-ae1c-65755a7a844d 2026-09-07 19:40:50.042 10 INFO neutron.plugins.ml2.plugin [None req-3fb6f270-a9bb-43f7-82e2-110f4896c85e - - - - - -] Attempt 1 to provision port 7ab1650e-27bd-4d5a-908e-f654f4081ea0 2026-09-07 19:40:50.433 10 INFO neutron.plugins.ml2.plugin [None req-1c5dcf92-eb90-4a45-9a36-60c441d32954 - - - - - -] Attempt 1 to provision port 26e37c70-f851-4d9b-ae1c-65755a7a844d 2026-09-07 19:40:50.665 10 INFO neutron.plugins.ml2.plugin [None req-1c5dcf92-eb90-4a45-9a36-60c441d32954 - - - - - -] Attempt 1 to provision port 7ab1650e-27bd-4d5a-908e-f654f4081ea0 2026-09-07 19:40:50.730 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 7ab1650e-27bd-4d5a-908e-f654f4081ea0 2026-09-07 19:40:51.046 9 INFO neutron.plugins.ml2.plugin [None req-4a190658-e3b1-4b67-85c1-b3cf7f0e9422 - - - - - -] Attempt 1 to provision port 7f83e5ba-9ea3-4249-8172-4506e586cbb2 2026-09-07 19:40:51.189 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 26e37c70-f851-4d9b-ae1c-65755a7a844d 2026-09-07 19:40:51.295 9 INFO neutron.plugins.ml2.plugin [None req-b482f4a5-bb17-4e04-aa11-913b70121469 - - - - - -] Attempt 1 to provision port 26e37c70-f851-4d9b-ae1c-65755a7a844d 2026-09-07 19:40:51.443 9 INFO neutron.plugins.ml2.plugin [None req-b482f4a5-bb17-4e04-aa11-913b70121469 - - - - - -] Attempt 1 to provision port 7f83e5ba-9ea3-4249-8172-4506e586cbb2 2026-09-07 19:40:51.516 9 INFO neutron.plugins.ml2.plugin [None req-b482f4a5-bb17-4e04-aa11-913b70121469 - - - - - -] Attempt 1 to provision port 6bb8b5be-5869-4a25-8746-a17d0097dfd3 2026-09-07 19:40:51.667 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 7f83e5ba-9ea3-4249-8172-4506e586cbb2 2026-09-07 19:40:52.073 10 INFO neutron.plugins.ml2.plugin [None req-87a29312-15bd-4f65-b041-bff594f9b6a1 - - - - - -] Attempt 1 to provision port 495db987-78ab-4bd5-91e3-4bfa3fc5bce9 2026-09-07 19:40:52.733 9 INFO neutron.plugins.ml2.plugin [None req-1e229635-b60e-4b50-aed7-7efc32f70b5f - - - - - -] Attempt 1 to provision port 495db987-78ab-4bd5-91e3-4bfa3fc5bce9 2026-09-07 19:40:53.803 10 INFO neutron.plugins.ml2.plugin [None req-13fc90b3-017c-419a-bee5-16f503c15026 - - - - - -] Attempt 1 to provision port be9149ad-8828-419f-a509-c5a1b06d444e 2026-09-07 19:40:54.080 9 INFO neutron.plugins.ml2.plugin [None req-b20f0252-175d-4450-9493-38d53dafd013 - - - - - -] Attempt 1 to provision port 5efe9c03-7beb-4252-9254-abfaf6a3b259 2026-09-07 19:40:54.473 9 INFO neutron.plugins.ml2.plugin [None req-9349abff-7ab9-428a-9b76-aaa55a78cd22 - - - - - -] Attempt 1 to provision port be9149ad-8828-419f-a509-c5a1b06d444e 2026-09-07 19:40:54.655 10 INFO neutron.plugins.ml2.plugin [None req-5d537f13-fd8a-4b4b-8ba7-645200c81fc9 - - - - - -] Attempt 1 to provision port 5efe9c03-7beb-4252-9254-abfaf6a3b259 2026-09-07 19:40:54.686 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 2970ab22-730f-4450-9b85-d5b33f221166 2026-09-07 19:40:55.533 10 INFO neutron.plugins.ml2.plugin [None req-fce85b13-9208-4141-8e06-0d23b48cb686 - - - - - -] Attempt 1 to provision port 31969b72-6000-4a9f-999e-ae10050d5f28 2026-09-07 19:40:56.198 10 INFO neutron.plugins.ml2.plugin [None req-f9e6a043-068c-40dd-89aa-ff5d5d96aadf - - - - - -] Attempt 1 to provision port 2970ab22-730f-4450-9b85-d5b33f221166 2026-09-07 19:40:56.657 9 INFO neutron.plugins.ml2.plugin [None req-024564a8-8f2b-40b5-b775-5571c7b244a7 - - - - - -] Attempt 1 to provision port 2970ab22-730f-4450-9b85-d5b33f221166 2026-09-07 19:40:56.672 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 2970ab22-730f-4450-9b85-d5b33f221166 2026-09-07 19:40:58.071 9 INFO neutron.plugins.ml2.plugin [None req-d34a4d4d-2304-475c-aa39-08637f513f4e - - - - - -] Attempt 1 to provision port 206160a1-3f12-4a8b-985b-e1eee3bafa45 2026-09-07 19:40:58.535 10 INFO neutron.plugins.ml2.plugin [None req-85b29035-c5d6-49c8-a7ff-6bdaed3b0c49 - - - - - -] Attempt 1 to provision port 206160a1-3f12-4a8b-985b-e1eee3bafa45 2026-09-07 19:40:58.729 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port b987ac4e-68c4-4e5d-bd90-2dcbadf3ef62 2026-09-07 19:40:59.398 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port c5a66c01-25db-421b-8b09-85d3c1b0bc59 2026-09-07 19:41:00.016 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 1c19ef87-d643-455d-97b5-9d4eff316769 2026-09-07 19:41:00.464 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 2fbb4e1f-ca6d-4206-87b3-45068c1b1a4a 2026-09-07 19:41:01.241 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port b987ac4e-68c4-4e5d-bd90-2dcbadf3ef62 2026-09-07 19:41:01.331 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] No ports have port_id starting with b987ac4e-68c4-4e5d-bd90-2dcbadf3ef62 2026-09-07 19:41:01.396 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port c5a66c01-25db-421b-8b09-85d3c1b0bc59 2026-09-07 19:41:01.839 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 1c19ef87-d643-455d-97b5-9d4eff316769 2026-09-07 19:41:02.134 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 2fbb4e1f-ca6d-4206-87b3-45068c1b1a4a 2026-09-07 19:41:03.135 10 INFO neutron.plugins.ml2.plugin [None req-c5d4b57d-7ea2-49b8-91b7-1b916ba822d1 - - - - - -] Attempt 1 to provision port 7c3dde90-4b04-43da-b523-efc6c53871b2 2026-09-07 19:41:08.320 9 INFO neutron.plugins.ml2.plugin [None req-d84e4213-43e2-48be-8b3d-8fed0dedb5d2 - - - - - -] Attempt 1 to provision port 3f00983b-fce1-4ef1-9817-064f2fdbacb0 2026-09-07 19:41:08.791 10 INFO neutron.plugins.ml2.plugin [None req-dbb6735a-7cd9-4b32-88bd-a3215f132fb5 - - - - - -] Attempt 1 to provision port ad48751f-af17-41aa-a50c-b1a756d61f7c 2026-09-07 19:41:09.347 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 7c3dde90-4b04-43da-b523-efc6c53871b2 2026-09-07 19:41:10.048 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port ced05d01-5dc8-498f-a7be-c43ac3b573b9 2026-09-07 19:41:10.457 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-d612506a-1270-4ca4-a99c-e7cf8b69f7bf'] response: {'server_uuid': '6d8fedf7-1fab-4574-9fb0-63e24735e8b2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7c3dde90-4b04-43da-b523-efc6c53871b2', 'code': 200} 2026-09-07 19:41:10.474 10 INFO neutron.plugins.ml2.plugin [None req-5d7e0ba9-555e-45a1-9927-09af5a6f0b5e - - - - - -] Attempt 1 to provision port ced05d01-5dc8-498f-a7be-c43ac3b573b9 2026-09-07 19:41:10.754 10 INFO neutron.plugins.ml2.plugin [None req-5175c877-aadb-4bbf-a9fd-12336bbedce9 - - - - - -] Attempt 1 to provision port 87dfa4b1-8b7c-4f6f-aa16-b75d465d61b2 2026-09-07 19:41:10.918 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 87dfa4b1-8b7c-4f6f-aa16-b75d465d61b2 2026-09-07 19:41:11.346 9 INFO neutron.plugins.ml2.plugin [None req-3f070fe5-30db-48b8-a0a3-471148f81d48 - - - - - -] Attempt 1 to provision port ced05d01-5dc8-498f-a7be-c43ac3b573b9 2026-09-07 19:41:11.449 9 INFO neutron.plugins.ml2.plugin [None req-3f070fe5-30db-48b8-a0a3-471148f81d48 - - - - - -] Attempt 1 to provision port 87dfa4b1-8b7c-4f6f-aa16-b75d465d61b2 2026-09-07 19:41:11.647 9 INFO neutron.plugins.ml2.plugin [None req-d73e7f58-90e4-46c7-be85-6d7eea1c570b - - - - - -] Attempt 1 to provision port bc57bc57-ee85-42ea-aa59-0a21fd77d815 2026-09-07 19:41:11.762 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 7c3dde90-4b04-43da-b523-efc6c53871b2 2026-09-07 19:41:12.112 10 INFO neutron.plugins.ml2.plugin [None req-44ef8392-0e6f-4ba7-ad5c-e0b67e0d6a58 - - - - - -] Attempt 1 to provision port fc941ca0-c23b-4262-900b-ef7af1c97654 2026-09-07 19:41:12.161 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 87dfa4b1-8b7c-4f6f-aa16-b75d465d61b2 2026-09-07 19:41:12.270 9 INFO neutron.plugins.ml2.plugin [None req-39751e4f-93ec-4a2a-9842-da7d40cbeb09 - - - - - -] Attempt 1 to provision port bc57bc57-ee85-42ea-aa59-0a21fd77d815 2026-09-07 19:41:12.460 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port ced05d01-5dc8-498f-a7be-c43ac3b573b9 2026-09-07 19:41:12.833 10 INFO neutron.plugins.ml2.plugin [None req-7a1ec2f7-bc79-49e5-a7da-a7dced5642ca - - - - - -] Attempt 1 to provision port fc941ca0-c23b-4262-900b-ef7af1c97654 2026-09-07 19:41:13.578 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 5208eb55-7836-4562-b5d4-aa6062e4426d 2026-09-07 19:41:14.263 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port bba2a9da-9a00-4f9b-bedd-c9b44edb75f4 2026-09-07 19:41:15.694 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 5208eb55-7836-4562-b5d4-aa6062e4426d 2026-09-07 19:41:16.071 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port bba2a9da-9a00-4f9b-bedd-c9b44edb75f4 2026-09-07 19:41:16.343 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port fa9f6ca2-ea83-4cb6-9e92-8a0b27cd70df 2026-09-07 19:41:17.050 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-261ad1d6-2673-444d-9837-6ded68f90dea'] response: {'server_uuid': 'c904d9a5-877c-4f5d-bb33-40a56a3aaf8e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fa9f6ca2-ea83-4cb6-9e92-8a0b27cd70df', 'code': 200} 2026-09-07 19:41:17.670 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port fa9f6ca2-ea83-4cb6-9e92-8a0b27cd70df 2026-09-07 19:41:18.906 9 INFO neutron.plugins.ml2.plugin [None req-5f97fe9e-99bc-4dd4-8c40-f20a2acf9b7d - - - - - -] Attempt 1 to provision port 9ff65ce9-0cad-45ec-8969-a49f474bc610 2026-09-07 19:41:20.289 10 INFO neutron.plugins.ml2.plugin [None req-33422a08-cab9-4d2e-b478-247c2b7f877a - - - - - -] Attempt 1 to provision port 342e3f4d-7a05-4fb4-ac51-3c2d26652460 2026-09-07 19:41:20.838 10 INFO neutron.plugins.ml2.plugin [None req-33422a08-cab9-4d2e-b478-247c2b7f877a - - - - - -] Attempt 2 to provision port 342e3f4d-7a05-4fb4-ac51-3c2d26652460 2026-09-07 19:41:21.835 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 9ff65ce9-0cad-45ec-8969-a49f474bc610 2026-09-07 19:41:22.067 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-8df1f453-5025-4653-bcfe-f824364bfe36'] response: {'server_uuid': '8b216233-3797-4ee7-9283-ae5a1a14be4e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9ff65ce9-0cad-45ec-8969-a49f474bc610', 'code': 200} 2026-09-07 19:41:22.789 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 342e3f4d-7a05-4fb4-ac51-3c2d26652460 2026-09-07 19:41:23.798 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 9ff65ce9-0cad-45ec-8969-a49f474bc610 2026-09-07 19:41:24.125 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-2292596e-37cb-4592-8a4a-a6af0c7d4fe5'] response: {'server_uuid': 'f708a0e6-c44c-4e53-b67b-d9ab5ed0735e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '342e3f4d-7a05-4fb4-ac51-3c2d26652460', 'code': 200} 2026-09-07 19:41:24.172 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 342e3f4d-7a05-4fb4-ac51-3c2d26652460 2026-09-07 19:41:25.846 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 5efe9c03-7beb-4252-9254-abfaf6a3b259 2026-09-07 19:41:27.949 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 6bb8b5be-5869-4a25-8746-a17d0097dfd3 2026-09-07 19:41:28.446 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 5efe9c03-7beb-4252-9254-abfaf6a3b259 2026-09-07 19:41:29.747 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 6bb8b5be-5869-4a25-8746-a17d0097dfd3 2026-09-07 19:41:31.760 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6329ab5-3bff-493d-a6cb-89f7e790d91e'] response: {'server_uuid': '6d8fedf7-1fab-4574-9fb0-63e24735e8b2', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7c3dde90-4b04-43da-b523-efc6c53871b2', 'code': 200} 2026-09-07 19:41:33.015 10 INFO neutron.plugins.ml2.plugin [None req-b422bf4c-a9e8-41a8-8ed0-5a84054cc0eb - - - - - -] Attempt 1 to provision port a8c07742-39f0-429b-8d6f-db918baaec18 2026-09-07 19:41:33.215 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 7c3dde90-4b04-43da-b523-efc6c53871b2 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:676: 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:676: 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:676: 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:676: 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-09-07 19:41:33.845 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-b644011f-0bd4-4f67-85bb-8cfe551144c9'] response: {'server_uuid': '6d8fedf7-1fab-4574-9fb0-63e24735e8b2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7c3dde90-4b04-43da-b523-efc6c53871b2', 'code': 200} 2026-09-07 19:41:33.852 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 2d62ce99-5b31-43c6-9468-d03cdee13c27 2026-09-07 19:41:34.395 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 7c3dde90-4b04-43da-b523-efc6c53871b2 2026-09-07 19:41:34.684 9 INFO neutron.plugins.ml2.plugin [None req-3d7790fa-c5f1-4831-8355-fb899336f4b0 - - - - - -] Attempt 1 to provision port 2d62ce99-5b31-43c6-9468-d03cdee13c27 2026-09-07 19:41:35.083 10 INFO neutron.plugins.ml2.plugin [None req-3e88305f-854e-46bb-a875-1a03ed8a13cc - - - - - -] Attempt 1 to provision port 2d62ce99-5b31-43c6-9468-d03cdee13c27 2026-09-07 19:41:35.862 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 2d62ce99-5b31-43c6-9468-d03cdee13c27 2026-09-07 19:41:36.027 9 INFO neutron.plugins.ml2.plugin [None req-e80e9f22-b29f-4212-af55-7ea3c430777b - - - - - -] Attempt 1 to provision port 4d99ef65-89ca-4366-b0f6-b91de58150c6 2026-09-07 19:41:36.961 10 INFO neutron.plugins.ml2.plugin [None req-46f015e3-90c1-4064-a636-76d2fc1a1059 - - - - - -] Attempt 1 to provision port 4d99ef65-89ca-4366-b0f6-b91de58150c6 2026-09-07 19:41:37.883 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 3f00983b-fce1-4ef1-9817-064f2fdbacb0 2026-09-07 19:41:38.342 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port bc57bc57-ee85-42ea-aa59-0a21fd77d815 2026-09-07 19:41:38.721 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 904be988-39fd-4fcd-b512-bde156feb478 2026-09-07 19:41:39.846 9 INFO neutron.plugins.ml2.plugin [None req-12d11459-7c4f-4898-972c-f0d9437aa300 - - - - - -] Attempt 1 to provision port 92a713f0-15fb-4945-be5d-b4ff0b50b60b 2026-09-07 19:41:39.871 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 604bdd3b-3e6c-45bb-9ad3-502a4115b380 2026-09-07 19:41:40.143 10 INFO neutron.plugins.ml2.plugin [None req-b4aa1e10-349b-459c-8a33-45acd2dfe00c - - - - - -] Attempt 1 to provision port 9ff65ce9-0cad-45ec-8969-a49f474bc610 2026-09-07 19:41:40.475 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 3f00983b-fce1-4ef1-9817-064f2fdbacb0 2026-09-07 19:41:40.677 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 904be988-39fd-4fcd-b512-bde156feb478 2026-09-07 19:41:40.796 10 INFO neutron.plugins.ml2.plugin [None req-e48b3d24-a638-4953-adba-c6e6fda2bf54 - - - - - -] Attempt 1 to provision port 604bdd3b-3e6c-45bb-9ad3-502a4115b380 2026-09-07 19:41:40.995 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port bc57bc57-ee85-42ea-aa59-0a21fd77d815 2026-09-07 19:41:41.211 9 INFO neutron.plugins.ml2.plugin [None req-4ba8ba0a-9f12-4d86-a744-2371e955adcb - - - - - -] Attempt 1 to provision port 604bdd3b-3e6c-45bb-9ad3-502a4115b380 2026-09-07 19:41:41.826 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 9ff65ce9-0cad-45ec-8969-a49f474bc610 2026-09-07 19:41:42.225 9 INFO neutron.plugins.ml2.plugin [None req-20a46f3f-8655-4a5e-9d23-be46bc948be0 - - - - - -] Attempt 1 to provision port 84e7fbd4-f02c-477d-afd0-73dabb707f16 2026-09-07 19:41:42.266 9 INFO neutron.plugins.ml2.plugin [None req-20a46f3f-8655-4a5e-9d23-be46bc948be0 - - - - - -] Attempt 1 to provision port 7774a6bd-c881-4ccd-82ee-2750e2faec97 2026-09-07 19:41:42.390 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 604bdd3b-3e6c-45bb-9ad3-502a4115b380 2026-09-07 19:41:42.832 10 INFO neutron.plugins.ml2.plugin [None req-10808957-cbca-4d14-9aa0-d3688622ea38 - - - - - -] Attempt 1 to provision port 84e7fbd4-f02c-477d-afd0-73dabb707f16 2026-09-07 19:41:43.329 9 INFO neutron.plugins.ml2.plugin [None req-ac826f79-712d-48dd-a574-f71dbb2ea8fa - - - - - -] Attempt 1 to provision port 9ff65ce9-0cad-45ec-8969-a49f474bc610 2026-09-07 19:41:43.898 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 9ff65ce9-0cad-45ec-8969-a49f474bc610 2026-09-07 19:41:44.194 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port f1465884-43cc-4166-bfac-c84ba8aafd4a 2026-09-07 19:41:45.873 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port f1465884-43cc-4166-bfac-c84ba8aafd4a 2026-09-07 19:41:46.187 9 INFO neutron.plugins.ml2.plugin [None req-dd9e187e-95af-41cb-b14b-b46ba8f85b9e - - - - - -] Attempt 1 to provision port 50771634-f3af-47ad-bb9f-aa362e4d3f53 2026-09-07 19:41:46.208 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 7774a6bd-c881-4ccd-82ee-2750e2faec97 2026-09-07 19:41:46.326 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-97d2d069-b941-4174-b693-5420c4004909'] response: {'server_uuid': '0e6ae481-6897-46e3-a27d-040b1c4c1dd1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7774a6bd-c881-4ccd-82ee-2750e2faec97', 'code': 200} 2026-09-07 19:41:48.364 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 50771634-f3af-47ad-bb9f-aa362e4d3f53 2026-09-07 19:41:48.582 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-3040c782-ab98-4371-80d0-21f205c33592'] response: {'server_uuid': '5f0cbdf3-3a80-40b9-a850-930d5fa696ad', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '50771634-f3af-47ad-bb9f-aa362e4d3f53', 'code': 200} 2026-09-07 19:41:49.287 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 7774a6bd-c881-4ccd-82ee-2750e2faec97 2026-09-07 19:41:50.082 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 50771634-f3af-47ad-bb9f-aa362e4d3f53 2026-09-07 19:41:52.198 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-dc032262-9fc3-42cd-b515-d1ed25728c13'] response: {'server_uuid': '6d8fedf7-1fab-4574-9fb0-63e24735e8b2', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7c3dde90-4b04-43da-b523-efc6c53871b2', 'code': 200} 2026-09-07 19:41:53.900 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port a8c07742-39f0-429b-8d6f-db918baaec18 2026-09-07 19:41:53.950 9 INFO neutron.plugins.ml2.db [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] No ports have port_id starting with a8c07742-39f0-429b-8d6f-db918baaec18 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:676: 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:676: 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:676: 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:676: 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-09-07 19:42:14.355 10 INFO neutron.plugins.ml2.plugin [None req-558c268c-c2d1-4e65-98a8-a3285e032ad6 - - - - - -] Attempt 1 to provision port b4a21620-78da-4db3-91d4-64d0e524ede9 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 177eeb4b-c22d-4c13-b1e9-b8442499fdea could not be found. 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-07 19:42:35.220 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-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-07 19:42:35.220 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-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-07 19:42:35.220 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-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 226, in wrapped 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 140, in wrapped 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.220 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-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 138, in wrapped 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.220 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-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 186, in wrapped 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.220 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-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 184, in wrapped 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1121, in get_subnet 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 177eeb4b-c22d-4c13-b1e9-b8442499fdea could not be found. 2026-09-07 19:42:35.220 10 ERROR neutron.plugins.ml2.managers  2026-09-07 19:42:35.223 10 ERROR neutron.plugins.ml2.managers [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Failed to bind port 0a5bc745-ed3c-4e14-83bf-48107611553b on host instance for vnic_type normal using segments [{'id': 'f789e950-8cea-415e-9a23-439123518446', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 349, 'network_id': '1d1e5c89-de2f-4e45-934a-586bdd9f4f86'}] 2026-09-07 19:42:35.223 10 INFO neutron.plugins.ml2.plugin [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Attempt 2 to bind port 0a5bc745-ed3c-4e14-83bf-48107611553b 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 177eeb4b-c22d-4c13-b1e9-b8442499fdea could not be found. 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-07 19:42:35.257 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-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-07 19:42:35.257 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-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-07 19:42:35.257 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-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 226, in wrapped 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 140, in wrapped 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.257 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-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 138, in wrapped 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.257 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-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 186, in wrapped 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.257 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-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 184, in wrapped 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1121, in get_subnet 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 177eeb4b-c22d-4c13-b1e9-b8442499fdea could not be found. 2026-09-07 19:42:35.257 10 ERROR neutron.plugins.ml2.managers  2026-09-07 19:42:35.258 10 ERROR neutron.plugins.ml2.managers [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Failed to bind port 0a5bc745-ed3c-4e14-83bf-48107611553b on host instance for vnic_type normal using segments [{'id': 'f789e950-8cea-415e-9a23-439123518446', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 349, 'network_id': '1d1e5c89-de2f-4e45-934a-586bdd9f4f86'}] 2026-09-07 19:42:35.258 10 INFO neutron.plugins.ml2.plugin [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Attempt 3 to bind port 0a5bc745-ed3c-4e14-83bf-48107611553b 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 177eeb4b-c22d-4c13-b1e9-b8442499fdea could not be found. 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-07 19:42:35.284 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-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-07 19:42:35.284 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-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-07 19:42:35.284 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-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 226, in wrapped 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 140, in wrapped 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.284 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-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 138, in wrapped 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.284 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-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 186, in wrapped 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.284 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-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 184, in wrapped 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1121, in get_subnet 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 177eeb4b-c22d-4c13-b1e9-b8442499fdea could not be found. 2026-09-07 19:42:35.284 10 ERROR neutron.plugins.ml2.managers  2026-09-07 19:42:35.285 10 ERROR neutron.plugins.ml2.managers [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Failed to bind port 0a5bc745-ed3c-4e14-83bf-48107611553b on host instance for vnic_type normal using segments [{'id': 'f789e950-8cea-415e-9a23-439123518446', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 349, 'network_id': '1d1e5c89-de2f-4e45-934a-586bdd9f4f86'}] 2026-09-07 19:42:35.285 10 INFO neutron.plugins.ml2.plugin [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Attempt 4 to bind port 0a5bc745-ed3c-4e14-83bf-48107611553b 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 177eeb4b-c22d-4c13-b1e9-b8442499fdea could not be found. 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-07 19:42:35.305 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-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-07 19:42:35.305 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-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-07 19:42:35.305 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-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 226, in wrapped 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 140, in wrapped 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.305 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-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 138, in wrapped 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.305 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-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 186, in wrapped 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.305 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-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 184, in wrapped 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1121, in get_subnet 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 177eeb4b-c22d-4c13-b1e9-b8442499fdea could not be found. 2026-09-07 19:42:35.305 10 ERROR neutron.plugins.ml2.managers  2026-09-07 19:42:35.306 10 ERROR neutron.plugins.ml2.managers [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Failed to bind port 0a5bc745-ed3c-4e14-83bf-48107611553b on host instance for vnic_type normal using segments [{'id': 'f789e950-8cea-415e-9a23-439123518446', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 349, 'network_id': '1d1e5c89-de2f-4e45-934a-586bdd9f4f86'}] 2026-09-07 19:42:35.307 10 INFO neutron.plugins.ml2.plugin [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Attempt 5 to bind port 0a5bc745-ed3c-4e14-83bf-48107611553b 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 177eeb4b-c22d-4c13-b1e9-b8442499fdea could not be found. 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-07 19:42:35.322 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-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-07 19:42:35.322 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-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-07 19:42:35.322 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-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 226, in wrapped 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 140, in wrapped 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.322 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-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 138, in wrapped 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.322 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-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 186, in wrapped 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.322 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-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 184, in wrapped 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1121, in get_subnet 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 177eeb4b-c22d-4c13-b1e9-b8442499fdea could not be found. 2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers  2026-09-07 19:42:35.322 10 ERROR neutron.plugins.ml2.managers [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Failed to bind port 0a5bc745-ed3c-4e14-83bf-48107611553b on host instance for vnic_type normal using segments [{'id': 'f789e950-8cea-415e-9a23-439123518446', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 349, 'network_id': '1d1e5c89-de2f-4e45-934a-586bdd9f4f86'}] 2026-09-07 19:42:35.322 10 INFO neutron.plugins.ml2.plugin [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Attempt 6 to bind port 0a5bc745-ed3c-4e14-83bf-48107611553b 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 177eeb4b-c22d-4c13-b1e9-b8442499fdea could not be found. 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-07 19:42:35.337 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-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-07 19:42:35.337 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-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-07 19:42:35.337 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-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 226, in wrapped 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 140, in wrapped 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.337 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-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 138, in wrapped 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.337 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-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 186, in wrapped 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.337 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-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 184, in wrapped 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1121, in get_subnet 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 177eeb4b-c22d-4c13-b1e9-b8442499fdea could not be found. 2026-09-07 19:42:35.337 10 ERROR neutron.plugins.ml2.managers  2026-09-07 19:42:35.338 10 ERROR neutron.plugins.ml2.managers [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Failed to bind port 0a5bc745-ed3c-4e14-83bf-48107611553b on host instance for vnic_type normal using segments [{'id': 'f789e950-8cea-415e-9a23-439123518446', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 349, 'network_id': '1d1e5c89-de2f-4e45-934a-586bdd9f4f86'}] 2026-09-07 19:42:35.338 10 INFO neutron.plugins.ml2.plugin [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Attempt 7 to bind port 0a5bc745-ed3c-4e14-83bf-48107611553b 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 177eeb4b-c22d-4c13-b1e9-b8442499fdea could not be found. 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-07 19:42:35.355 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-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-07 19:42:35.355 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-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-07 19:42:35.355 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-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 226, in wrapped 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 140, in wrapped 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.355 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-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 138, in wrapped 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.355 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-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 186, in wrapped 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.355 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-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 184, in wrapped 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1121, in get_subnet 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 177eeb4b-c22d-4c13-b1e9-b8442499fdea could not be found. 2026-09-07 19:42:35.355 10 ERROR neutron.plugins.ml2.managers  2026-09-07 19:42:35.356 10 ERROR neutron.plugins.ml2.managers [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Failed to bind port 0a5bc745-ed3c-4e14-83bf-48107611553b on host instance for vnic_type normal using segments [{'id': 'f789e950-8cea-415e-9a23-439123518446', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 349, 'network_id': '1d1e5c89-de2f-4e45-934a-586bdd9f4f86'}] 2026-09-07 19:42:35.357 10 INFO neutron.plugins.ml2.plugin [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Attempt 8 to bind port 0a5bc745-ed3c-4e14-83bf-48107611553b 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 177eeb4b-c22d-4c13-b1e9-b8442499fdea could not be found. 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-07 19:42:35.391 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-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-07 19:42:35.391 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-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-07 19:42:35.391 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-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 226, in wrapped 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 140, in wrapped 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.391 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-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 138, in wrapped 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.391 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-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 186, in wrapped 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.391 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-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 184, in wrapped 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1121, in get_subnet 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 177eeb4b-c22d-4c13-b1e9-b8442499fdea could not be found. 2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers  2026-09-07 19:42:35.391 10 ERROR neutron.plugins.ml2.managers [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Failed to bind port 0a5bc745-ed3c-4e14-83bf-48107611553b on host instance for vnic_type normal using segments [{'id': 'f789e950-8cea-415e-9a23-439123518446', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 349, 'network_id': '1d1e5c89-de2f-4e45-934a-586bdd9f4f86'}] 2026-09-07 19:42:35.394 10 INFO neutron.plugins.ml2.plugin [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Attempt 9 to bind port 0a5bc745-ed3c-4e14-83bf-48107611553b 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 177eeb4b-c22d-4c13-b1e9-b8442499fdea could not be found. 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-07 19:42:35.415 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-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-07 19:42:35.415 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-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-07 19:42:35.415 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-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 226, in wrapped 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 140, in wrapped 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.415 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-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 138, in wrapped 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.415 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-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 186, in wrapped 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.415 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-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 184, in wrapped 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1121, in get_subnet 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 177eeb4b-c22d-4c13-b1e9-b8442499fdea could not be found. 2026-09-07 19:42:35.415 10 ERROR neutron.plugins.ml2.managers  2026-09-07 19:42:35.416 10 ERROR neutron.plugins.ml2.managers [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Failed to bind port 0a5bc745-ed3c-4e14-83bf-48107611553b on host instance for vnic_type normal using segments [{'id': 'f789e950-8cea-415e-9a23-439123518446', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 349, 'network_id': '1d1e5c89-de2f-4e45-934a-586bdd9f4f86'}] 2026-09-07 19:42:35.416 10 INFO neutron.plugins.ml2.plugin [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Attempt 10 to bind port 0a5bc745-ed3c-4e14-83bf-48107611553b 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 177eeb4b-c22d-4c13-b1e9-b8442499fdea could not be found. 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-07 19:42:35.442 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-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-07 19:42:35.442 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-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-07 19:42:35.442 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-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 226, in wrapped 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 140, in wrapped 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.442 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-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 138, in wrapped 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.442 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-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 186, in wrapped 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:42:35.442 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-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 184, in wrapped 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1121, in get_subnet 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 177eeb4b-c22d-4c13-b1e9-b8442499fdea could not be found. 2026-09-07 19:42:35.442 10 ERROR neutron.plugins.ml2.managers  2026-09-07 19:42:35.443 10 ERROR neutron.plugins.ml2.managers [None req-89a99c40-1014-43bf-bae0-83f04594f2a0 - - - - - -] Failed to bind port 0a5bc745-ed3c-4e14-83bf-48107611553b on host instance for vnic_type normal using segments [{'id': 'f789e950-8cea-415e-9a23-439123518446', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 349, 'network_id': '1d1e5c89-de2f-4e45-934a-586bdd9f4f86'}] 2026-09-07 19:42:35.823 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port c7f979fc-d804-4a6e-a15b-90f64384aa4a 2026-09-07 19:42:36.914 9 INFO neutron.plugins.ml2.plugin [None req-7df9053e-508c-43ca-9705-9a5544df4be8 - - - - - -] Attempt 1 to provision port c7f979fc-d804-4a6e-a15b-90f64384aa4a 2026-09-07 19:42:37.953 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port c7f979fc-d804-4a6e-a15b-90f64384aa4a 2026-09-07 19:42:45.903 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 8411c7f8-c5de-4b54-aea7-1830c18425f5 2026-09-07 19:42:46.809 9 INFO neutron.plugins.ml2.plugin [None req-856bdf18-b61e-44f0-9bbf-b547f943b04d - - - - - -] Attempt 1 to provision port 8411c7f8-c5de-4b54-aea7-1830c18425f5 2026-09-07 19:42:47.119 10 INFO neutron.plugins.ml2.plugin [None req-f5a2abf4-b812-4e04-b2ac-b15ed3442a66 - - - - - -] Attempt 1 to provision port 8411c7f8-c5de-4b54-aea7-1830c18425f5 2026-09-07 19:42:52.109 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 33a4b8d8-a392-4597-9cb6-a55694e98bf4 2026-09-07 19:42:52.589 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port b6b4dd28-fab6-4f60-ba33-ef3b6361745d 2026-09-07 19:42:53.065 10 INFO neutron.plugins.ml2.plugin [None req-36b0473f-2ae4-49ee-86d8-f6df8e974b08 - - - - - -] Attempt 1 to provision port 33a4b8d8-a392-4597-9cb6-a55694e98bf4 2026-09-07 19:42:53.163 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port c07f0097-34fc-4adb-9986-2d86f7d5f81e 2026-09-07 19:42:53.266 9 INFO neutron.plugins.ml2.plugin [None req-f224638d-4031-42e1-9e78-768061b4a7e1 - - - - - -] Attempt 1 to provision port c07f0097-34fc-4adb-9986-2d86f7d5f81e 2026-09-07 19:42:53.495 10 INFO neutron.plugins.ml2.plugin [None req-76663b60-95e8-4fa7-869b-04d613650676 - - - - - -] Attempt 1 to provision port 03523caa-eaec-48b5-8d1e-12e15ff6f223 2026-09-07 19:42:53.995 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 03523caa-eaec-48b5-8d1e-12e15ff6f223 2026-09-07 19:42:54.044 10 INFO neutron.plugins.ml2.plugin [None req-76663b60-95e8-4fa7-869b-04d613650676 - - - - - -] Attempt 1 to provision port bc59775d-b8b9-461f-930c-37d501f91d9d 2026-09-07 19:42:54.092 10 INFO neutron.plugins.ml2.plugin [None req-76663b60-95e8-4fa7-869b-04d613650676 - - - - - -] Attempt 1 to provision port 33a4b8d8-a392-4597-9cb6-a55694e98bf4 2026-09-07 19:42:54.272 9 INFO neutron.plugins.ml2.plugin [None req-7e274e8f-765a-4af8-99a3-333efd1b13d2 - - - - - -] Attempt 1 to provision port b6b4dd28-fab6-4f60-ba33-ef3b6361745d 2026-09-07 19:42:54.345 9 INFO neutron.plugins.ml2.plugin [None req-7e274e8f-765a-4af8-99a3-333efd1b13d2 - - - - - -] Attempt 1 to provision port 03523caa-eaec-48b5-8d1e-12e15ff6f223 2026-09-07 19:42:54.402 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 33a4b8d8-a392-4597-9cb6-a55694e98bf4 2026-09-07 19:42:54.421 9 INFO neutron.plugins.ml2.plugin [None req-7e274e8f-765a-4af8-99a3-333efd1b13d2 - - - - - -] Attempt 1 to provision port a4113388-d835-4382-9a14-e0073afab959 2026-09-07 19:42:54.446 9 INFO neutron.plugins.ml2.plugin [None req-7e274e8f-765a-4af8-99a3-333efd1b13d2 - - - - - -] Attempt 1 to provision port bc59775d-b8b9-461f-930c-37d501f91d9d 2026-09-07 19:42:54.500 9 INFO neutron.plugins.ml2.plugin [None req-7e274e8f-765a-4af8-99a3-333efd1b13d2 - - - - - -] Attempt 1 to provision port c07f0097-34fc-4adb-9986-2d86f7d5f81e 2026-09-07 19:42:54.676 9 INFO neutron.plugins.ml2.plugin [None req-b25dc485-b987-43d8-b4cc-2e61b01352ab - - - - - -] Attempt 1 to provision port a4113388-d835-4382-9a14-e0073afab959 2026-09-07 19:42:54.714 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port b6b4dd28-fab6-4f60-ba33-ef3b6361745d 2026-09-07 19:42:54.974 10 INFO neutron.plugins.ml2.plugin [None req-54cee5e0-6106-402f-bcae-848722448d26 - - - - - -] Attempt 1 to provision port bc59775d-b8b9-461f-930c-37d501f91d9d 2026-09-07 19:42:55.064 10 INFO neutron.plugins.ml2.plugin [None req-54cee5e0-6106-402f-bcae-848722448d26 - - - - - -] Attempt 1 to provision port 582f4a06-8d27-4be4-9fc9-73c54d95fed8 2026-09-07 19:42:55.129 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 03523caa-eaec-48b5-8d1e-12e15ff6f223 2026-09-07 19:42:55.231 10 INFO neutron.plugins.ml2.plugin [None req-ccd12d4c-fa66-43cc-83c3-a0f16d320e9e - - - - - -] Attempt 1 to provision port a4113388-d835-4382-9a14-e0073afab959 2026-09-07 19:42:55.310 10 INFO neutron.plugins.ml2.plugin [None req-ccd12d4c-fa66-43cc-83c3-a0f16d320e9e - - - - - -] Attempt 1 to provision port fe75311b-7b54-492e-aef2-ae6c01e73799 2026-09-07 19:42:55.516 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port c07f0097-34fc-4adb-9986-2d86f7d5f81e 2026-09-07 19:42:55.583 9 INFO neutron.plugins.ml2.plugin [None req-918a2eb5-2d64-43db-a1cc-d77839ef6b1b - - - - - -] Attempt 1 to provision port 582f4a06-8d27-4be4-9fc9-73c54d95fed8 2026-09-07 19:42:55.641 9 INFO neutron.plugins.ml2.plugin [None req-918a2eb5-2d64-43db-a1cc-d77839ef6b1b - - - - - -] Attempt 1 to provision port fe75311b-7b54-492e-aef2-ae6c01e73799 2026-09-07 19:42:58.450 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 68ae3bd9-71ab-4dda-b015-d36f49a26a2e 2026-09-07 19:42:59.418 10 INFO neutron.plugins.ml2.plugin [None req-e1ddb51f-e5a1-4e0e-86d2-cb577ec85564 - - - - - -] Attempt 1 to provision port 68ae3bd9-71ab-4dda-b015-d36f49a26a2e 2026-09-07 19:43:04.440 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 087e742f-dce8-4521-bf08-c2e992d113c7 2026-09-07 19:43:05.279 10 INFO neutron.plugins.ml2.plugin [None req-513413db-8fe3-4327-b2d4-7bd7dc8e818e - - - - - -] Attempt 1 to provision port 087e742f-dce8-4521-bf08-c2e992d113c7 2026-09-07 19:43:06.427 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port d167f175-d95b-4388-97e7-f2a53bec8e3d 2026-09-07 19:43:07.255 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 4ff202b2-709a-4b50-af21-cb637ed180f9 2026-09-07 19:43:07.304 10 INFO neutron.plugins.ml2.plugin [None req-773cc8f5-9e96-481a-b0af-c81fccec021e - - - - - -] Attempt 1 to provision port 4ff202b2-709a-4b50-af21-cb637ed180f9 2026-09-07 19:43:08.085 9 INFO neutron.plugins.ml2.plugin [None req-613b26b2-3f1d-415e-a0af-f3953ca01eb1 - - - - - -] Attempt 1 to provision port 4ff202b2-709a-4b50-af21-cb637ed180f9 2026-09-07 19:43:08.178 9 INFO neutron.plugins.ml2.plugin [None req-613b26b2-3f1d-415e-a0af-f3953ca01eb1 - - - - - -] Attempt 1 to provision port 600e9394-bddf-4bac-9eb1-22de5a32b4ce 2026-09-07 19:43:08.214 9 INFO neutron.plugins.ml2.plugin [None req-613b26b2-3f1d-415e-a0af-f3953ca01eb1 - - - - - -] Attempt 1 to provision port d167f175-d95b-4388-97e7-f2a53bec8e3d 2026-09-07 19:43:08.380 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port d167f175-d95b-4388-97e7-f2a53bec8e3d 2026-09-07 19:43:08.386 9 INFO neutron.plugins.ml2.plugin [None req-2c69e0e3-95d3-401a-899b-ec4cfbd15bda - - - - - -] Attempt 1 to provision port ea865361-3eb2-4ed7-9d40-94fc071abb9d 2026-09-07 19:43:08.429 9 INFO neutron.plugins.ml2.plugin [None req-2c69e0e3-95d3-401a-899b-ec4cfbd15bda - - - - - -] Attempt 1 to provision port d167f175-d95b-4388-97e7-f2a53bec8e3d 2026-09-07 19:43:08.635 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 4ff202b2-709a-4b50-af21-cb637ed180f9 2026-09-07 19:43:08.638 10 INFO neutron.plugins.ml2.plugin [None req-831e4eb5-df55-41a8-8000-2b4f8941ffd0 - - - - - -] Attempt 1 to provision port ea865361-3eb2-4ed7-9d40-94fc071abb9d 2026-09-07 19:43:09.107 9 INFO neutron.plugins.ml2.plugin [None req-093b28a7-affa-4757-8bf0-5dd420c88266 - - - - - -] Attempt 1 to provision port ea865361-3eb2-4ed7-9d40-94fc071abb9d 2026-09-07 19:43:09.292 10 INFO neutron.plugins.ml2.plugin [None req-1a207973-d48b-47e5-8b42-6ab83c333c27 - - - - - -] Attempt 1 to provision port 600e9394-bddf-4bac-9eb1-22de5a32b4ce 2026-09-07 19:43:16.644 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port cb9f89c0-9b7d-49e1-822b-597d826b8f75 2026-09-07 19:43:17.192 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port a7ba1054-8a2d-4382-aec2-b90a2ed7359f 2026-09-07 19:43:17.706 9 INFO neutron.plugins.ml2.plugin [None req-22f827e5-dea4-4e8a-ae39-f3e8e9a8ebe4 - - - - - -] Attempt 1 to provision port a7ba1054-8a2d-4382-aec2-b90a2ed7359f 2026-09-07 19:43:17.998 9 INFO neutron.plugins.ml2.plugin [None req-1cf3887a-aaf2-415f-806a-9ac8f53a6eab - - - - - -] Attempt 1 to provision port cb9f89c0-9b7d-49e1-822b-597d826b8f75 2026-09-07 19:43:18.428 9 INFO neutron.plugins.ml2.plugin [None req-9c60bd1b-aae1-4b1c-992b-ff6e797d3df9 - - - - - -] Attempt 1 to provision port d40b0660-9fb9-4ea7-a7f1-58011b650cff 2026-09-07 19:43:18.473 9 INFO neutron.plugins.ml2.plugin [None req-9c60bd1b-aae1-4b1c-992b-ff6e797d3df9 - - - - - -] Attempt 1 to provision port a7ba1054-8a2d-4382-aec2-b90a2ed7359f 2026-09-07 19:43:18.559 9 INFO neutron.plugins.ml2.plugin [None req-9c60bd1b-aae1-4b1c-992b-ff6e797d3df9 - - - - - -] Attempt 1 to provision port cb9f89c0-9b7d-49e1-822b-597d826b8f75 2026-09-07 19:43:18.563 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port cb9f89c0-9b7d-49e1-822b-597d826b8f75 2026-09-07 19:43:18.681 9 INFO neutron.plugins.ml2.plugin [None req-9c60bd1b-aae1-4b1c-992b-ff6e797d3df9 - - - - - -] Attempt 1 to provision port da80c387-66b3-42ee-8443-cb19655d8b4f 2026-09-07 19:43:18.845 9 INFO neutron.plugins.ml2.plugin [None req-112da051-b5d9-4e9a-8c8c-5af793869dbe - - - - - -] Attempt 1 to provision port d40b0660-9fb9-4ea7-a7f1-58011b650cff 2026-09-07 19:43:18.862 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port a7ba1054-8a2d-4382-aec2-b90a2ed7359f 2026-09-07 19:43:18.897 9 INFO neutron.plugins.ml2.plugin [None req-112da051-b5d9-4e9a-8c8c-5af793869dbe - - - - - -] Attempt 1 to provision port da80c387-66b3-42ee-8443-cb19655d8b4f 2026-09-07 19:43:19.245 9 INFO neutron.plugins.ml2.plugin [None req-4b53441a-d2fd-4dca-a07f-d95357639b02 - - - - - -] Attempt 1 to provision port d40b0660-9fb9-4ea7-a7f1-58011b650cff 2026-09-07 19:43:19.291 9 INFO neutron.plugins.ml2.plugin [None req-4b53441a-d2fd-4dca-a07f-d95357639b02 - - - - - -] Attempt 1 to provision port da80c387-66b3-42ee-8443-cb19655d8b4f /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:676: 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:676: 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:676: 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:676: 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-09-07 19:43:23.274 9 INFO neutron.plugins.ml2.plugin [None req-2649b43d-81cd-43d4-9322-03a3718b27cc - - - - - -] Attempt 1 to provision port 3db1cfaf-e9d9-455a-87a8-2dac0fd6e8ea 2026-09-07 19:43:23.964 10 INFO neutron.plugins.ml2.plugin [None req-a2c8f5c1-8cd1-453f-a16c-88bd00c74c0e - - - - - -] Attempt 1 to provision port 493098f4-7717-40ef-8975-82dcbc0bfeb6 2026-09-07 19:43:45.393 10 INFO neutron.plugins.ml2.plugin [None req-bfa3b164-3fda-485f-a81f-2ae2c3b52b87 - - - - - -] Attempt 1 to provision port 6e515923-703f-4472-a16d-1ebc89da3e13 2026-09-07 19:43:46.588 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port a7787001-aaac-4186-95cc-65486a11cbc8 2026-09-07 19:43:47.675 9 INFO neutron.plugins.ml2.plugin [None req-ff8d7aa7-82a2-463f-8ebd-eef43bb9c7ea - - - - - -] Attempt 1 to provision port a7787001-aaac-4186-95cc-65486a11cbc8 2026-09-07 19:43:48.067 9 INFO neutron.plugins.ml2.plugin [None req-0d2b0572-760e-4e69-9cd4-35a4ae0bdafa - - - - - -] Attempt 1 to provision port a7787001-aaac-4186-95cc-65486a11cbc8 2026-09-07 19:43:48.568 10 INFO neutron.plugins.ml2.plugin [None req-dda2eaf0-e6af-4d38-92d7-fbdc5c397ef8 - - - - - -] Attempt 1 to provision port 14f5646f-51e2-4498-845c-30303ae5d014 2026-09-07 19:43:48.576 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port a7787001-aaac-4186-95cc-65486a11cbc8 2026-09-07 19:43:49.337 9 INFO neutron.plugins.ml2.plugin [None req-84f9b583-6a44-4236-a72b-ff8da5dcc370 - - - - - -] Attempt 1 to provision port 14f5646f-51e2-4498-845c-30303ae5d014 2026-09-07 19:43:50.654 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 2f221234-0ae0-4745-8e8f-c8429288b8de 2026-09-07 19:43:52.734 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port a2affddd-7867-46e9-8bb3-73641545850d 2026-09-07 19:43:53.144 10 INFO neutron.plugins.ml2.plugin [None req-e37ba5c5-b010-40a2-a6f8-cda7d4b1fb89 - - - - - -] Attempt 1 to provision port 3720655b-4018-4a55-adcc-821a94654ebc 2026-09-07 19:43:53.457 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 3720655b-4018-4a55-adcc-821a94654ebc 2026-09-07 19:43:53.804 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 2f221234-0ae0-4745-8e8f-c8429288b8de 2026-09-07 19:43:54.373 10 INFO neutron.plugins.ml2.plugin [None req-23ec1f89-27d5-41f9-a26b-d85ea747d242 - - - - - -] Attempt 1 to provision port a2affddd-7867-46e9-8bb3-73641545850d 2026-09-07 19:43:54.580 10 INFO neutron.plugins.ml2.plugin [None req-8136be80-6865-4114-9237-5e62ea1852dc - - - - - -] Attempt 1 to provision port 8e05ddd9-96d4-4070-ae92-e05d03229639 2026-09-07 19:43:54.701 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port a2affddd-7867-46e9-8bb3-73641545850d 2026-09-07 19:43:54.748 10 INFO neutron.plugins.ml2.plugin [None req-2cf98178-311a-4403-9370-c574d0d032ba - - - - - -] Attempt 1 to provision port 3720655b-4018-4a55-adcc-821a94654ebc 2026-09-07 19:43:55.098 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port f58a90f7-4632-46b6-b09b-98547565cd5c 2026-09-07 19:43:55.332 9 INFO neutron.plugins.ml2.plugin [None req-e64443f8-06a4-469b-b035-232fbddad27d - - - - - -] Attempt 1 to provision port 3720655b-4018-4a55-adcc-821a94654ebc 2026-09-07 19:43:55.440 9 INFO neutron.plugins.ml2.plugin [None req-e64443f8-06a4-469b-b035-232fbddad27d - - - - - -] Attempt 1 to provision port f58a90f7-4632-46b6-b09b-98547565cd5c 2026-09-07 19:43:55.689 9 INFO neutron.plugins.ml2.plugin [None req-1d62a3f2-fe7c-4d9b-84c0-a8138fd76180 - - - - - -] Attempt 1 to provision port a2affddd-7867-46e9-8bb3-73641545850d 2026-09-07 19:43:55.839 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 3720655b-4018-4a55-adcc-821a94654ebc 2026-09-07 19:43:56.049 9 INFO neutron.plugins.ml2.plugin [None req-466a6ed6-f1e1-42c4-9f6b-f3a28714d192 - - - - - -] Attempt 1 to provision port 8b748b78-7d9e-4df7-9618-92c00592205d 2026-09-07 19:43:56.588 9 INFO neutron.plugins.ml2.plugin [None req-466a6ed6-f1e1-42c4-9f6b-f3a28714d192 - - - - - -] Attempt 2 to provision port 8b748b78-7d9e-4df7-9618-92c00592205d 2026-09-07 19:43:56.640 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port a2affddd-7867-46e9-8bb3-73641545850d 2026-09-07 19:43:56.888 10 INFO neutron.plugins.ml2.plugin [None req-852e0a93-282e-4912-9cff-9259f3a13af2 - - - - - -] Attempt 1 to provision port a2affddd-7867-46e9-8bb3-73641545850d 2026-09-07 19:43:56.967 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port f58a90f7-4632-46b6-b09b-98547565cd5c 2026-09-07 19:43:57.001 10 INFO neutron.plugins.ml2.plugin [None req-852e0a93-282e-4912-9cff-9259f3a13af2 - - - - - -] Attempt 1 to provision port f58a90f7-4632-46b6-b09b-98547565cd5c 2026-09-07 19:43:57.402 9 INFO neutron.plugins.ml2.plugin [None req-16df5a19-3b0a-4ca5-aa9f-535c85b04e76 - - - - - -] Attempt 1 to provision port 690d53ad-bddb-4c87-baea-8d3e0381c1b2 2026-09-07 19:43:57.460 9 INFO neutron.plugins.ml2.plugin [None req-16df5a19-3b0a-4ca5-aa9f-535c85b04e76 - - - - - -] Attempt 1 to provision port f58a90f7-4632-46b6-b09b-98547565cd5c 2026-09-07 19:43:57.868 10 INFO neutron.plugins.ml2.plugin [None req-a47ec3b0-150d-43dc-9a1f-4dff3b3e2c26 - - - - - -] Attempt 1 to provision port 690d53ad-bddb-4c87-baea-8d3e0381c1b2 2026-09-07 19:43:58.897 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port c2ed36a2-b5cb-45df-abd1-753796bc610e 2026-09-07 19:43:59.172 10 INFO neutron.plugins.ml2.plugin [None req-617e26d4-8ab6-4af1-89b5-5ba7c997deb8 - - - - - -] Attempt 1 to provision port c2c2c694-d07b-49aa-890b-3c34577e3da4 2026-09-07 19:43:59.625 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 8b748b78-7d9e-4df7-9618-92c00592205d 2026-09-07 19:43:59.803 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-6756a028-0410-4ced-a728-bd02598db96a'] response: {'server_uuid': '52a15a49-6b60-4266-bf12-1400f5aba3b4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8b748b78-7d9e-4df7-9618-92c00592205d', 'code': 200} 2026-09-07 19:44:00.628 10 INFO neutron.plugins.ml2.plugin [None req-746ceab9-6295-4672-874d-6cf8d452afd1 - - - - - -] Attempt 1 to provision port c2c2c694-d07b-49aa-890b-3c34577e3da4 2026-09-07 19:44:00.678 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port c2ed36a2-b5cb-45df-abd1-753796bc610e 2026-09-07 19:44:01.027 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 8b748b78-7d9e-4df7-9618-92c00592205d 2026-09-07 19:44:01.612 10 INFO neutron.plugins.ml2.plugin [None req-648117a6-c790-4f2c-97d8-0acd640b72de - - - - - -] Attempt 1 to provision port fa949bd8-9db0-425a-bb7e-72e654ee8580 2026-09-07 19:44:02.612 9 INFO neutron.plugins.ml2.plugin [None req-dcca6131-6c3d-494a-b48b-c3298c2972bb - - - - - -] Attempt 1 to provision port fa949bd8-9db0-425a-bb7e-72e654ee8580 2026-09-07 19:44:04.986 10 INFO neutron.plugins.ml2.plugin [None req-c1f21015-2fae-4a34-a9d2-4da56b88d890 - - - - - -] Attempt 1 to provision port 74f26d80-f640-43f4-b57e-d75a75b46e23 2026-09-07 19:44:06.735 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 6e515923-703f-4472-a16d-1ebc89da3e13 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:676: 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:676: 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:676: 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:676: 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-09-07 19:44:08.691 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 1fe9fe4e-92f0-489b-ae19-c8991a8fa209 2026-09-07 19:44:10.695 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 2f1a2624-5c54-43e3-90fd-bb851a6f5c51 2026-09-07 19:44:11.193 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 1fe9fe4e-92f0-489b-ae19-c8991a8fa209 2026-09-07 19:44:11.538 10 INFO neutron.plugins.ml2.plugin [None req-c5b623e7-cb35-42f8-aa1d-a47649fbf5e4 - - - - - -] Attempt 1 to provision port 2f1a2624-5c54-43e3-90fd-bb851a6f5c51 2026-09-07 19:44:11.891 9 INFO neutron.plugins.ml2.plugin [None req-28d5ab07-9e41-4efe-b8fc-7b199bfc66f8 - - - - - -] Attempt 1 to provision port 2f1a2624-5c54-43e3-90fd-bb851a6f5c51 2026-09-07 19:44:11.981 9 INFO neutron.plugins.ml2.plugin [None req-28d5ab07-9e41-4efe-b8fc-7b199bfc66f8 - - - - - -] Attempt 1 to provision port 03d7dfaf-3b45-46d6-931f-91b96d7e5d4a 2026-09-07 19:44:12.335 10 INFO neutron.plugins.ml2.plugin [None req-92ac9050-b4be-4d4d-8fe4-f38ca1660584 - - - - - -] Attempt 1 to provision port 03d7dfaf-3b45-46d6-931f-91b96d7e5d4a 2026-09-07 19:44:12.695 9 INFO neutron.plugins.ml2.plugin [None req-6c0b34d5-61eb-47f3-8b02-9e52f2ce7bb9 - - - - - -] Attempt 1 to provision port 03d7dfaf-3b45-46d6-931f-91b96d7e5d4a 2026-09-07 19:44:12.716 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 2f1a2624-5c54-43e3-90fd-bb851a6f5c51 2026-09-07 19:44:14.369 10 INFO neutron.plugins.ml2.plugin [None req-1efebba8-72e4-4f5c-affd-d11f8ac042ec - - - - - -] Attempt 1 to provision port 535d5b23-fa3a-4124-ac36-def73abf45ae 2026-09-07 19:44:14.677 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port be843d21-18c4-4899-856e-040eefa554dc 2026-09-07 19:44:15.213 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port c6546f5c-a358-4dd7-8c0f-3d054db11292 2026-09-07 19:44:15.363 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c952849-70c4-490f-85f8-c28ef6e99cdc'] response: {'server_uuid': 'e5760051-17fd-4325-a407-1b072b409382', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c6546f5c-a358-4dd7-8c0f-3d054db11292', 'code': 200} 2026-09-07 19:44:16.064 9 INFO neutron.plugins.ml2.plugin [None req-cd9f81f1-a812-4a99-b706-fd2c079edd11 - - - - - -] Attempt 1 to provision port ade4ab50-7f5f-4377-99f2-1d09fd9bf32d 2026-09-07 19:44:16.635 10 INFO neutron.plugins.ml2.plugin [None req-cfc51e23-9559-4969-ad43-87f9e48c9405 - - - - - -] Attempt 1 to provision port be843d21-18c4-4899-856e-040eefa554dc 2026-09-07 19:44:16.659 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port be843d21-18c4-4899-856e-040eefa554dc 2026-09-07 19:44:16.932 9 INFO neutron.plugins.ml2.plugin [None req-3d871947-e0be-49e5-8b4f-67dc724eda12 - - - - - -] Attempt 1 to provision port be843d21-18c4-4899-856e-040eefa554dc 2026-09-07 19:44:17.194 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port c6546f5c-a358-4dd7-8c0f-3d054db11292 2026-09-07 19:44:17.532 10 INFO neutron.plugins.ml2.plugin [None req-80abaa96-f5f1-4236-ad3a-2fa96923aad2 - - - - - -] Attempt 1 to provision port 1df4ab79-10bb-4f9e-a847-082de60cd329 2026-09-07 19:44:18.399 9 INFO neutron.plugins.ml2.plugin [None req-1757a174-a278-4057-b6e0-4eb6160df91c - - - - - -] Attempt 1 to provision port 1df4ab79-10bb-4f9e-a847-082de60cd329 2026-09-07 19:44:18.749 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port c2c2c694-d07b-49aa-890b-3c34577e3da4 2026-09-07 19:44:19.221 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 7cb81ace-b546-4abf-83e7-5b30becfff6d 2026-09-07 19:44:19.679 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 690d53ad-bddb-4c87-baea-8d3e0381c1b2 2026-09-07 19:44:19.983 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 8e05ddd9-96d4-4070-ae92-e05d03229639 2026-09-07 19:44:20.322 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port ade4ab50-7f5f-4377-99f2-1d09fd9bf32d 2026-09-07 19:44:20.632 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-1963de33-f85b-45db-abfb-ddfe521c529c'] response: {'server_uuid': '583f91ff-688f-45be-b55e-dd4e2662b15a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ade4ab50-7f5f-4377-99f2-1d09fd9bf32d', 'code': 200} 2026-09-07 19:44:21.339 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 8e05ddd9-96d4-4070-ae92-e05d03229639 2026-09-07 19:44:21.568 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port fa949bd8-9db0-425a-bb7e-72e654ee8580 2026-09-07 19:44:22.085 10 INFO neutron.plugins.ml2.plugin [None req-fa1c644e-d47b-4370-8730-3254b8f21fe4 - - - - - -] Attempt 1 to provision port e3f24bca-0983-4e16-83f5-377199684259 2026-09-07 19:44:22.117 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port c2c2c694-d07b-49aa-890b-3c34577e3da4 2026-09-07 19:44:22.368 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 7cb81ace-b546-4abf-83e7-5b30becfff6d 2026-09-07 19:44:22.645 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port ade4ab50-7f5f-4377-99f2-1d09fd9bf32d 2026-09-07 19:44:23.075 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 690d53ad-bddb-4c87-baea-8d3e0381c1b2 2026-09-07 19:44:23.875 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port fa949bd8-9db0-425a-bb7e-72e654ee8580 2026-09-07 19:44:24.518 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port aed35586-48ed-4120-9787-f36b02d329d2 2026-09-07 19:44:24.769 9 INFO neutron.plugins.ml2.plugin [None req-ef6fdb53-64e5-44ed-9cb6-59a8d9d13264 - - - - - -] Attempt 1 to provision port aed35586-48ed-4120-9787-f36b02d329d2 2026-09-07 19:44:25.112 10 INFO neutron.plugins.ml2.plugin [None req-9dfd1653-e92d-4c28-a16a-08d6b362cefc - - - - - -] Attempt 1 to provision port aed35586-48ed-4120-9787-f36b02d329d2 2026-09-07 19:44:25.492 9 INFO neutron.plugins.ml2.plugin [None req-0339b81c-7036-43c0-bb47-e2b26ef50e63 - - - - - -] Attempt 1 to provision port 498ff499-544f-4449-8052-8f1b791aec63 2026-09-07 19:44:25.882 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 74f26d80-f640-43f4-b57e-d75a75b46e23 2026-09-07 19:44:25.948 9 INFO neutron.plugins.ml2.plugin [None req-051a6093-3948-472e-8db7-60f1e40ae8d8 - - - - - -] Attempt 1 to provision port adaa8d75-c3e0-4b57-963a-85f7944e0e41 2026-09-07 19:44:26.135 10 INFO neutron.plugins.ml2.plugin [None req-48aaa536-3289-4d09-9562-e68f2f2bf253 - - - - - -] Attempt 1 to provision port 498ff499-544f-4449-8052-8f1b791aec63 2026-09-07 19:44:26.369 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port aed35586-48ed-4120-9787-f36b02d329d2 2026-09-07 19:44:26.606 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 03d7dfaf-3b45-46d6-931f-91b96d7e5d4a 2026-09-07 19:44:27.986 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port adaa8d75-c3e0-4b57-963a-85f7944e0e41 2026-09-07 19:44:28.133 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-6bacac20-b957-4395-b21e-8cc49db67d8e'] response: {'server_uuid': '24c023cc-822c-4cff-92ea-62f0975d16e5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'adaa8d75-c3e0-4b57-963a-85f7944e0e41', 'code': 200} 2026-09-07 19:44:28.538 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 74f26d80-f640-43f4-b57e-d75a75b46e23 2026-09-07 19:44:28.761 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 03d7dfaf-3b45-46d6-931f-91b96d7e5d4a 2026-09-07 19:44:29.015 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port ad9d5bc3-d38f-45d3-bfcd-5ec6291f07d5 2026-09-07 19:44:29.896 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port adaa8d75-c3e0-4b57-963a-85f7944e0e41 2026-09-07 19:44:30.419 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port ad9d5bc3-d38f-45d3-bfcd-5ec6291f07d5 2026-09-07 19:44:32.523 9 INFO neutron.plugins.ml2.plugin [None req-aa7ecba4-bd9f-42d3-9e01-9acf60db871e - - - - - -] Attempt 1 to provision port 2a245159-17b2-41d5-8db1-43b299d4b045 2026-09-07 19:44:35.997 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 2a245159-17b2-41d5-8db1-43b299d4b045 2026-09-07 19:44:36.140 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-88d7e47c-fb19-4e0d-af80-e3c83b7f5794'] response: {'server_uuid': '279378df-233d-40bb-b6f3-c617acd3bc50', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2a245159-17b2-41d5-8db1-43b299d4b045', 'code': 200} 2026-09-07 19:44:36.858 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 1df4ab79-10bb-4f9e-a847-082de60cd329 2026-09-07 19:44:37.500 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 535d5b23-fa3a-4124-ac36-def73abf45ae 2026-09-07 19:44:38.379 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 2a245159-17b2-41d5-8db1-43b299d4b045 2026-09-07 19:44:38.769 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 1df4ab79-10bb-4f9e-a847-082de60cd329 2026-09-07 19:44:39.399 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 535d5b23-fa3a-4124-ac36-def73abf45ae 2026-09-07 19:44:43.378 9 INFO neutron.plugins.ml2.plugin [None req-b724264d-d70f-4260-b6df-bd156f1497c4 - - - - - -] Attempt 1 to provision port 3ecb4507-1ee3-48db-ad79-f8a1d6e25354 2026-09-07 19:44:44.196 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 498ff499-544f-4449-8052-8f1b791aec63 2026-09-07 19:44:44.587 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port e3f24bca-0983-4e16-83f5-377199684259 2026-09-07 19:44:46.327 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 498ff499-544f-4449-8052-8f1b791aec63 2026-09-07 19:44:46.682 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 3ecb4507-1ee3-48db-ad79-f8a1d6e25354 2026-09-07 19:44:46.790 9 INFO neutron.plugins.ml2.plugin [None req-ea2f25ff-1547-49b8-a1a9-0075285e82d0 - - - - - -] Attempt 1 to provision port 4c7927d1-b41e-48c9-a94d-e49e8c86ad09 2026-09-07 19:44:46.838 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab62ed6d-4bba-45d4-ab9f-0f8e45a1ff7a'] response: {'server_uuid': '35fb4777-4b5b-4b5a-b0cc-677a8158f073', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3ecb4507-1ee3-48db-ad79-f8a1d6e25354', 'code': 200} 2026-09-07 19:44:47.163 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port e3f24bca-0983-4e16-83f5-377199684259 2026-09-07 19:44:48.186 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 3ecb4507-1ee3-48db-ad79-f8a1d6e25354 2026-09-07 19:45:00.356 9 INFO neutron.plugins.ml2.plugin [None req-656dac27-5c7f-456c-b9a7-2ccbafe334be - - - - - -] Attempt 1 to provision port e6d7edf5-8125-4d5f-b280-e3ca8c848b9d /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:676: 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:676: 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:676: 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:676: 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-09-07 19:45:02.326 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port e6d7edf5-8125-4d5f-b280-e3ca8c848b9d 2026-09-07 19:45:02.480 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-389734fd-d42b-453f-91b7-1379da8123a2'] response: {'server_uuid': 'cb6c067b-7c38-45c3-bbf3-f7942d0f479a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e6d7edf5-8125-4d5f-b280-e3ca8c848b9d', 'code': 200} 2026-09-07 19:45:04.294 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port e6d7edf5-8125-4d5f-b280-e3ca8c848b9d 2026-09-07 19:45:06.427 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-48973e2c-69e0-4aa8-a452-d10f690ef851'] response: {'server_uuid': '35fb4777-4b5b-4b5a-b0cc-677a8158f073', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '3ecb4507-1ee3-48db-ad79-f8a1d6e25354', 'code': 200} 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bcab3ac7-5680-479b-9dde-684aa98c3836 could not be found. 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-07 19:45:23.221 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-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-07 19:45:23.221 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-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-07 19:45:23.221 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-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 226, in wrapped 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 140, in wrapped 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.221 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-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 138, in wrapped 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.221 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-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 186, in wrapped 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.221 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-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 184, in wrapped 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1121, in get_subnet 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bcab3ac7-5680-479b-9dde-684aa98c3836 could not be found. 2026-09-07 19:45:23.221 10 ERROR neutron.plugins.ml2.managers  2026-09-07 19:45:23.222 10 ERROR neutron.plugins.ml2.managers [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Failed to bind port fe395ae8-8c0d-4de6-b0e1-b8a2fc321c59 on host instance for vnic_type normal using segments [{'id': '5dc14a52-7c88-487e-bf89-b3bca43f8ebd', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 446, 'network_id': '2cf26d3f-245a-445b-bbbc-86e2104f5945'}] 2026-09-07 19:45:23.223 10 INFO neutron.plugins.ml2.plugin [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Attempt 2 to bind port fe395ae8-8c0d-4de6-b0e1-b8a2fc321c59 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bcab3ac7-5680-479b-9dde-684aa98c3836 could not be found. 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-07 19:45:23.262 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-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-07 19:45:23.262 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-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-07 19:45:23.262 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-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 226, in wrapped 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 140, in wrapped 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.262 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-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 138, in wrapped 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.262 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-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 186, in wrapped 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.262 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-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 184, in wrapped 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1121, in get_subnet 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bcab3ac7-5680-479b-9dde-684aa98c3836 could not be found. 2026-09-07 19:45:23.262 10 ERROR neutron.plugins.ml2.managers  2026-09-07 19:45:23.264 10 ERROR neutron.plugins.ml2.managers [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Failed to bind port fe395ae8-8c0d-4de6-b0e1-b8a2fc321c59 on host instance for vnic_type normal using segments [{'id': '5dc14a52-7c88-487e-bf89-b3bca43f8ebd', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 446, 'network_id': '2cf26d3f-245a-445b-bbbc-86e2104f5945'}] 2026-09-07 19:45:23.265 10 INFO neutron.plugins.ml2.plugin [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Attempt 3 to bind port fe395ae8-8c0d-4de6-b0e1-b8a2fc321c59 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bcab3ac7-5680-479b-9dde-684aa98c3836 could not be found. 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-07 19:45:23.348 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-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-07 19:45:23.348 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-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-07 19:45:23.348 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-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 226, in wrapped 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 140, in wrapped 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.348 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-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 138, in wrapped 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.348 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-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 186, in wrapped 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.348 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-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 184, in wrapped 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1121, in get_subnet 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bcab3ac7-5680-479b-9dde-684aa98c3836 could not be found. 2026-09-07 19:45:23.348 10 ERROR neutron.plugins.ml2.managers  2026-09-07 19:45:23.349 10 ERROR neutron.plugins.ml2.managers [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Failed to bind port fe395ae8-8c0d-4de6-b0e1-b8a2fc321c59 on host instance for vnic_type normal using segments [{'id': '5dc14a52-7c88-487e-bf89-b3bca43f8ebd', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 446, 'network_id': '2cf26d3f-245a-445b-bbbc-86e2104f5945'}] 2026-09-07 19:45:23.349 10 INFO neutron.plugins.ml2.plugin [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Attempt 4 to bind port fe395ae8-8c0d-4de6-b0e1-b8a2fc321c59 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bcab3ac7-5680-479b-9dde-684aa98c3836 could not be found. 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-07 19:45:23.373 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-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-07 19:45:23.373 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-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-07 19:45:23.373 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-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 226, in wrapped 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 140, in wrapped 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.373 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-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 138, in wrapped 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.373 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-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 186, in wrapped 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.373 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-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 184, in wrapped 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1121, in get_subnet 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bcab3ac7-5680-479b-9dde-684aa98c3836 could not be found. 2026-09-07 19:45:23.373 10 ERROR neutron.plugins.ml2.managers  2026-09-07 19:45:23.374 10 ERROR neutron.plugins.ml2.managers [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Failed to bind port fe395ae8-8c0d-4de6-b0e1-b8a2fc321c59 on host instance for vnic_type normal using segments [{'id': '5dc14a52-7c88-487e-bf89-b3bca43f8ebd', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 446, 'network_id': '2cf26d3f-245a-445b-bbbc-86e2104f5945'}] 2026-09-07 19:45:23.374 10 INFO neutron.plugins.ml2.plugin [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Attempt 5 to bind port fe395ae8-8c0d-4de6-b0e1-b8a2fc321c59 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bcab3ac7-5680-479b-9dde-684aa98c3836 could not be found. 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-07 19:45:23.602 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-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-07 19:45:23.602 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-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-07 19:45:23.602 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-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 226, in wrapped 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 140, in wrapped 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.602 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-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 138, in wrapped 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.602 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-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 186, in wrapped 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.602 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-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 184, in wrapped 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1121, in get_subnet 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bcab3ac7-5680-479b-9dde-684aa98c3836 could not be found. 2026-09-07 19:45:23.602 10 ERROR neutron.plugins.ml2.managers  2026-09-07 19:45:23.603 10 ERROR neutron.plugins.ml2.managers [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Failed to bind port fe395ae8-8c0d-4de6-b0e1-b8a2fc321c59 on host instance for vnic_type normal using segments [{'id': '5dc14a52-7c88-487e-bf89-b3bca43f8ebd', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 446, 'network_id': '2cf26d3f-245a-445b-bbbc-86e2104f5945'}] 2026-09-07 19:45:23.603 10 INFO neutron.plugins.ml2.plugin [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Attempt 6 to bind port fe395ae8-8c0d-4de6-b0e1-b8a2fc321c59 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bcab3ac7-5680-479b-9dde-684aa98c3836 could not be found. 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-07 19:45:23.628 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-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-07 19:45:23.628 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-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-07 19:45:23.628 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-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 226, in wrapped 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 140, in wrapped 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.628 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-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 138, in wrapped 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.628 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-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 186, in wrapped 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.628 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-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 184, in wrapped 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1121, in get_subnet 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bcab3ac7-5680-479b-9dde-684aa98c3836 could not be found. 2026-09-07 19:45:23.628 10 ERROR neutron.plugins.ml2.managers  2026-09-07 19:45:23.629 10 ERROR neutron.plugins.ml2.managers [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Failed to bind port fe395ae8-8c0d-4de6-b0e1-b8a2fc321c59 on host instance for vnic_type normal using segments [{'id': '5dc14a52-7c88-487e-bf89-b3bca43f8ebd', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 446, 'network_id': '2cf26d3f-245a-445b-bbbc-86e2104f5945'}] 2026-09-07 19:45:23.629 10 INFO neutron.plugins.ml2.plugin [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Attempt 7 to bind port fe395ae8-8c0d-4de6-b0e1-b8a2fc321c59 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bcab3ac7-5680-479b-9dde-684aa98c3836 could not be found. 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-07 19:45:23.654 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-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-07 19:45:23.654 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-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-07 19:45:23.654 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-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 226, in wrapped 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 140, in wrapped 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.654 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-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 138, in wrapped 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.654 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-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 186, in wrapped 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.654 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-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 184, in wrapped 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1121, in get_subnet 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bcab3ac7-5680-479b-9dde-684aa98c3836 could not be found. 2026-09-07 19:45:23.654 10 ERROR neutron.plugins.ml2.managers  2026-09-07 19:45:23.655 10 ERROR neutron.plugins.ml2.managers [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Failed to bind port fe395ae8-8c0d-4de6-b0e1-b8a2fc321c59 on host instance for vnic_type normal using segments [{'id': '5dc14a52-7c88-487e-bf89-b3bca43f8ebd', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 446, 'network_id': '2cf26d3f-245a-445b-bbbc-86e2104f5945'}] 2026-09-07 19:45:23.655 10 INFO neutron.plugins.ml2.plugin [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Attempt 8 to bind port fe395ae8-8c0d-4de6-b0e1-b8a2fc321c59 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bcab3ac7-5680-479b-9dde-684aa98c3836 could not be found. 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-07 19:45:23.675 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-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-07 19:45:23.675 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-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-07 19:45:23.675 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-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 226, in wrapped 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 140, in wrapped 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.675 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-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 138, in wrapped 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.675 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-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 186, in wrapped 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.675 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-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 184, in wrapped 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1121, in get_subnet 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bcab3ac7-5680-479b-9dde-684aa98c3836 could not be found. 2026-09-07 19:45:23.675 10 ERROR neutron.plugins.ml2.managers  2026-09-07 19:45:23.676 10 ERROR neutron.plugins.ml2.managers [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Failed to bind port fe395ae8-8c0d-4de6-b0e1-b8a2fc321c59 on host instance for vnic_type normal using segments [{'id': '5dc14a52-7c88-487e-bf89-b3bca43f8ebd', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 446, 'network_id': '2cf26d3f-245a-445b-bbbc-86e2104f5945'}] 2026-09-07 19:45:23.677 10 INFO neutron.plugins.ml2.plugin [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Attempt 9 to bind port fe395ae8-8c0d-4de6-b0e1-b8a2fc321c59 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bcab3ac7-5680-479b-9dde-684aa98c3836 could not be found. 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 226, in wrapped 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 140, in wrapped 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 138, in wrapped 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 186, in wrapped 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 184, in wrapped 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1121, in get_subnet 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bcab3ac7-5680-479b-9dde-684aa98c3836 could not be found. 2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers  2026-09-07 19:45:23.695 10 ERROR neutron.plugins.ml2.managers [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Failed to bind port fe395ae8-8c0d-4de6-b0e1-b8a2fc321c59 on host instance for vnic_type normal using segments [{'id': '5dc14a52-7c88-487e-bf89-b3bca43f8ebd', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 446, 'network_id': '2cf26d3f-245a-445b-bbbc-86e2104f5945'}] 2026-09-07 19:45:23.696 10 INFO neutron.plugins.ml2.plugin [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Attempt 10 to bind port fe395ae8-8c0d-4de6-b0e1-b8a2fc321c59 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bcab3ac7-5680-479b-9dde-684aa98c3836 could not be found. 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-09-07 19:45:23.717 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-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-09-07 19:45:23.717 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-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-09-07 19:45:23.717 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-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 226, in wrapped 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 140, in wrapped 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.717 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-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 138, in wrapped 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.717 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-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 186, in wrapped 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-09-07 19:45:23.717 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-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 184, in wrapped 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1121, in get_subnet 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bcab3ac7-5680-479b-9dde-684aa98c3836 could not be found. 2026-09-07 19:45:23.717 10 ERROR neutron.plugins.ml2.managers  2026-09-07 19:45:23.718 10 ERROR neutron.plugins.ml2.managers [None req-9f040bf6-491c-4b77-8c00-67f7317a1bf0 - - - - - -] Failed to bind port fe395ae8-8c0d-4de6-b0e1-b8a2fc321c59 on host instance for vnic_type normal using segments [{'id': '5dc14a52-7c88-487e-bf89-b3bca43f8ebd', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 446, 'network_id': '2cf26d3f-245a-445b-bbbc-86e2104f5945'}] 2026-09-07 19:45:24.415 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 7ff385ee-ec93-499f-b8f9-45bd31aaf219 2026-09-07 19:45:26.245 9 INFO neutron.plugins.ml2.plugin [None req-9839d349-b609-4dfe-8d46-b936de923b2e - - - - - -] Attempt 1 to provision port 7ff385ee-ec93-499f-b8f9-45bd31aaf219 2026-09-07 19:45:26.287 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port e337e355-5c17-4c3a-bd1e-4cd21d6dd8e9 2026-09-07 19:45:26.842 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port d64b23f1-e62a-492b-9001-5d77842fe702 2026-09-07 19:45:27.035 10 INFO neutron.plugins.ml2.plugin [None req-680dde6d-bc70-4814-a3ba-938220846c32 - - - - - -] Attempt 1 to provision port e337e355-5c17-4c3a-bd1e-4cd21d6dd8e9 2026-09-07 19:45:27.103 10 INFO neutron.plugins.ml2.plugin [None req-680dde6d-bc70-4814-a3ba-938220846c32 - - - - - -] Attempt 1 to provision port d64b23f1-e62a-492b-9001-5d77842fe702 2026-09-07 19:45:27.310 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 7ff385ee-ec93-499f-b8f9-45bd31aaf219 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server [None req-df95fe3f-bb50-4cec-8e3b-841b85102784 - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 31badc10-b9aa-4d93-8e37-1a693fa9fc3c: This subnet is being modified by another concurrent operation. 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-09-07 19:45:27.535 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-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-09-07 19:45:27.535 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-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-09-07 19:45:27.535 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-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_messaging/rpc/server.py", line 241, in inner 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 140, in wrapped 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-09-07 19:45:27.535 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-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server raise self.value 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 138, in wrapped 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-09-07 19:45:27.535 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-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server raise self.value 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 186, in wrapped 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-09-07 19:45:27.535 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-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server raise self.value 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 184, in wrapped 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-09-07 19:45:27.535 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-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-09-07 19:45:27.535 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-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-09-07 19:45:27.535 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-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/plugins/utils.py", line 337, in create_port 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py", line 707, in inner 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 226, in wrapped 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 140, in wrapped 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-09-07 19:45:27.535 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-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server raise self.value 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 138, in wrapped 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-09-07 19:45:27.535 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-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server raise self.value 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 186, in wrapped 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-09-07 19:45:27.535 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-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server raise self.value 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 184, in wrapped 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1579, in create_port 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 1544, in _create_port_db 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1491, in create_port_db 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-09-07 19:45:27.535 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-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 224, in wrapped 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1010, in wrapper 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-09-07 19:45:27.535 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-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-09-07 19:45:27.535 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-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-09-07 19:45:27.535 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-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/models_v2.py", line 81, in read_lock_register 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server raise exception 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 31badc10-b9aa-4d93-8e37-1a693fa9fc3c: This subnet is being modified by another concurrent operation. 2026-09-07 19:45:27.535 9 ERROR oslo_messaging.rpc.server  2026-09-07 19:45:28.443 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port e337e355-5c17-4c3a-bd1e-4cd21d6dd8e9 2026-09-07 19:45:44.850 10 INFO neutron.plugins.ml2.plugin [None req-5c56b816-b2b8-4a55-9bf1-f6cd7d1d84f7 - - - - - -] Attempt 1 to provision port 68bae009-2cbe-47e8-9000-22b049db73e0 2026-09-07 19:45:48.292 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 68bae009-2cbe-47e8-9000-22b049db73e0 2026-09-07 19:45:48.465 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-9da747d9-a80a-4d81-9ffd-0f3c0c240643'] response: {'server_uuid': 'cb6c067b-7c38-45c3-bbf3-f7942d0f479a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '68bae009-2cbe-47e8-9000-22b049db73e0', 'code': 200} 2026-09-07 19:45:50.246 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 68bae009-2cbe-47e8-9000-22b049db73e0 2026-09-07 19:46:14.818 9 INFO neutron.plugins.ml2.plugin [None req-0274166c-69a5-49d1-b20b-308c711db43e - - - - - -] Attempt 1 to provision port 2b0001b8-b36e-42ee-8c98-af58f99c0d66 2026-09-07 19:46:18.498 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 2b0001b8-b36e-42ee-8c98-af58f99c0d66 2026-09-07 19:46:18.865 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7e0f747-1b69-42fd-9ee8-1eb09e41da8d'] response: {'server_uuid': 'cb6c067b-7c38-45c3-bbf3-f7942d0f479a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2b0001b8-b36e-42ee-8c98-af58f99c0d66', 'code': 200} 2026-09-07 19:46:20.277 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 2b0001b8-b36e-42ee-8c98-af58f99c0d66 2026-09-07 19:46:30.555 10 INFO neutron.plugins.ml2.plugin [None req-10c33887-22a5-4def-b194-68f4550cd4c9 - - - - - -] Attempt 1 to provision port 88d8949b-d5c6-4b2a-8555-f15ffd83bf2a 2026-09-07 19:46:34.398 9 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 88d8949b-d5c6-4b2a-8555-f15ffd83bf2a 2026-09-07 19:46:34.703 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-97639110-0cc4-40f1-84e1-14ae24c3ccfb'] response: {'server_uuid': 'cb6c067b-7c38-45c3-bbf3-f7942d0f479a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '88d8949b-d5c6-4b2a-8555-f15ffd83bf2a', 'code': 200} 2026-09-07 19:46:36.297 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 88d8949b-d5c6-4b2a-8555-f15ffd83bf2a 2026-09-07 19:46:43.850 9 INFO neutron.plugins.ml2.plugin [None req-678cb2dc-8d64-4175-813e-88eb148cbc03 - - - - - -] Attempt 1 to provision port 88d8949b-d5c6-4b2a-8555-f15ffd83bf2a 2026-09-07 19:46:44.443 10 INFO neutron.plugins.ml2.plugin [None req-ec8b8b60-e207-4e2d-a21f-8b831707a4e9 - - - - - -] Attempt 1 to provision port 88d8949b-d5c6-4b2a-8555-f15ffd83bf2a 2026-09-07 19:46:49.786 10 INFO neutron.plugins.ml2.plugin [None req-62605dc9-1dd3-44e0-9491-2c0dadee663f - - - - - -] Attempt 1 to provision port 2b0001b8-b36e-42ee-8c98-af58f99c0d66 2026-09-07 19:47:40.282 9 INFO neutron.plugins.ml2.plugin [None req-62a3526c-7e67-4d59-b33b-b6411c076b24 - - - - - -] Attempt 1 to provision port a2affddd-7867-46e9-8bb3-73641545850d