+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini 2026-03-06 01:07:32.327 1 INFO neutron.common.config [-] Logging enabled! 2026-03-06 01:07:32.327 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 27.0.2.dev36 2026-03-06 01:07:32.327 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-03-06 01:07:32.327 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-06 01:07:33.744 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-06 01:07:33.746 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-06 01:07:33.749 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-06 01:07:33.750 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-06 01:07:33.750 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-06 01:07:33.751 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-06 01:07:33.751 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 01:07:33.757 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 01:07:33.757 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 01:07:33.757 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-06 01:07:33.775 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-06 01:07:33.776 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-06 01:07:33.776 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-06 01:07:33.795 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-06 01:07:33.796 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-06 01:07:33.796 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-06 01:07:33.796 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-06 01:07:34.053 1 INFO neutron.plugins.ml2.managers [None req-71328490-5060-4472-8e92-cc6d67620809 - - - - - -] Initializing driver for type 'vlan' 2026-03-06 01:07:34.193 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-71328490-5060-4472-8e92-cc6d67620809 - - - - - -] VlanTypeDriver initialization complete 2026-03-06 01:07:34.193 1 INFO neutron.plugins.ml2.managers [None req-71328490-5060-4472-8e92-cc6d67620809 - - - - - -] Initializing driver for type 'vxlan' 2026-03-06 01:07:34.194 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-71328490-5060-4472-8e92-cc6d67620809 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-06 01:07:34.244 1 INFO neutron.plugins.ml2.managers [None req-71328490-5060-4472-8e92-cc6d67620809 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-06 01:07:34.245 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-71328490-5060-4472-8e92-cc6d67620809 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-06 01:07:34.245 1 INFO neutron.plugins.ml2.managers [None req-71328490-5060-4472-8e92-cc6d67620809 - - - - - -] Initializing extension driver 'port_security' 2026-03-06 01:07:34.245 1 INFO neutron.plugins.ml2.extensions.port_security [None req-71328490-5060-4472-8e92-cc6d67620809 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-06 01:07:34.245 1 INFO neutron.plugins.ml2.managers [None req-71328490-5060-4472-8e92-cc6d67620809 - - - - - -] Initializing extension driver 'qos' 2026-03-06 01:07:34.246 1 INFO neutron.plugins.ml2.managers [None req-71328490-5060-4472-8e92-cc6d67620809 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-06 01:07:34.246 1 INFO neutron.plugins.ml2.managers [None req-71328490-5060-4472-8e92-cc6d67620809 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-06 01:07:34.261 1 INFO neutron.quota [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded quota_driver: . 2026-03-06 01:07:34.262 1 INFO neutron.plugins.ml2.plugin [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Modular L2 Plugin initialization complete 2026-03-06 01:07:34.262 1 INFO neutron.plugins.ml2.managers [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-06 01:07:34.262 1 INFO neutron.plugins.ml2.managers [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-06 01:07:34.262 1 INFO neutron.plugins.ml2.managers [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Got port-security extension from driver 'port_security' 2026-03-06 01:07:34.263 1 INFO neutron.manager [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loading Plugin: qos 2026-03-06 01:07:34.274 1 INFO neutron.manager [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loading Plugin: router 2026-03-06 01:07:34.308 1 INFO neutron.services.service_base [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-06 01:07:34.308 1 INFO neutron.manager [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loading Plugin: segments 2026-03-06 01:07:34.372 1 INFO neutron.manager [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loading Plugin: trunk 2026-03-06 01:07:34.383 1 INFO neutron.manager [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loading Plugin: vpnaas 2026-03-06 01:07:34.421 1 WARNING stevedore.named [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 01:07:34.544 1 INFO neutron_vpnaas.services.vpn.plugin [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-06 01:07:34.545 1 INFO neutron.common.utils [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-06 01:07:34.545 1 INFO neutron.manager [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loading Plugin: taas 2026-03-06 01:07:34.566 1 WARNING stevedore.named [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 01:07:34.566 1 WARNING stevedore.named [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-06 01:07:34.589 1 INFO neutron_taas.services.taas.taas_plugin [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-06 01:07:34.590 1 INFO neutron.manager [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loading Plugin: tapmirror 2026-03-06 01:07:34.601 1 WARNING stevedore.named [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 01:07:34.601 1 WARNING stevedore.named [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-06 01:07:34.617 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-06 01:07:34.618 1 INFO neutron.manager [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loading Plugin: auto_allocate 2026-03-06 01:07:34.626 1 INFO neutron.manager [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loading Plugin: tag 2026-03-06 01:07:34.634 1 INFO neutron.manager [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loading Plugin: timestamp 2026-03-06 01:07:34.637 1 INFO neutron.manager [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loading Plugin: network_ip_availability 2026-03-06 01:07:34.641 1 INFO neutron.manager [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loading Plugin: flavors 2026-03-06 01:07:34.645 1 INFO neutron.manager [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loading Plugin: revisions 2026-03-06 01:07:34.648 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Initializing extension manager. 2026-03-06 01:07:34.649 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: address-group 2026-03-06 01:07:34.650 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: address-scope 2026-03-06 01:07:34.650 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-06 01:07:34.651 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: agent 2026-03-06 01:07:34.652 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: agent-resources-synced 2026-03-06 01:07:34.653 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: allowed-address-pairs 2026-03-06 01:07:34.653 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: auto-allocated-topology 2026-03-06 01:07:34.654 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: availability_zone 2026-03-06 01:07:34.654 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: availability_zone_filter 2026-03-06 01:07:34.655 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-06 01:07:34.655 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: default-subnetpools 2026-03-06 01:07:34.657 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-06 01:07:34.657 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: dns-integration 2026-03-06 01:07:34.658 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: dns-domain-ports 2026-03-06 01:07:34.658 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-06 01:07:34.659 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: dvr 2026-03-06 01:07:34.659 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-06 01:07:34.660 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: empty-string-filtering 2026-03-06 01:07:34.660 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-06 01:07:34.661 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-06 01:07:34.661 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: external-net 2026-03-06 01:07:34.661 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-06 01:07:34.662 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: extraroute 2026-03-06 01:07:34.662 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: extraroute-atomic 2026-03-06 01:07:34.664 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-06 01:07:34.664 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-06 01:07:34.665 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-06 01:07:34.666 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-06 01:07:34.666 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: fip-port-details 2026-03-06 01:07:34.667 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: flavors 2026-03-06 01:07:34.668 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-06 01:07:34.673 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: floatingip-pools 2026-03-06 01:07:34.674 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: ip_allocation 2026-03-06 01:07:34.675 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: ip-substring-filtering 2026-03-06 01:07:34.676 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: l2_adjacency 2026-03-06 01:07:34.679 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: router 2026-03-06 01:07:34.682 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-06 01:07:34.682 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-06 01:07:34.683 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-06 01:07:34.684 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: ext-gw-mode 2026-03-06 01:07:34.684 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: l3-ha 2026-03-06 01:07:34.685 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-06 01:07:34.686 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-06 01:07:34.686 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: l3-flavors 2026-03-06 01:07:34.689 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-06 01:07:34.689 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-06 01:07:34.691 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-06 01:07:34.692 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-06 01:07:34.693 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-06 01:07:34.694 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-06 01:07:34.695 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-06 01:07:34.695 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: multi-provider 2026-03-06 01:07:34.696 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: net-mtu 2026-03-06 01:07:34.696 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: net-mtu-writable 2026-03-06 01:07:34.697 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: network_availability_zone 2026-03-06 01:07:34.697 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: network_ha 2026-03-06 01:07:34.698 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: network-ip-availability 2026-03-06 01:07:34.699 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-06 01:07:34.699 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: pagination 2026-03-06 01:07:34.700 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: port-device-profile 2026-03-06 01:07:34.700 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-06 01:07:34.701 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-06 01:07:34.701 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-06 01:07:34.702 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: port-mac-override 2026-03-06 01:07:34.703 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-06 01:07:34.703 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-06 01:07:34.704 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-06 01:07:34.704 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: port-resource-request 2026-03-06 01:07:34.705 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: port-resource-request-groups 2026-03-06 01:07:34.705 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-06 01:07:34.706 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: binding 2026-03-06 01:07:34.706 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: binding-extended 2026-03-06 01:07:34.707 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: port-security 2026-03-06 01:07:34.707 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: project-id 2026-03-06 01:07:34.708 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: provider 2026-03-06 01:07:34.709 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-06 01:07:34.711 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: qos 2026-03-06 01:07:34.712 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-06 01:07:34.712 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-06 01:07:34.713 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: qos-default 2026-03-06 01:07:34.714 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: qos-fip 2026-03-06 01:07:34.714 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-06 01:07:34.715 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: qos-gateway-ip 2026-03-06 01:07:34.715 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: qos-port-network-policy 2026-03-06 01:07:34.716 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: qos-pps-minimum 2026-03-06 01:07:34.716 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-06 01:07:34.717 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: qos-pps 2026-03-06 01:07:34.717 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: qos-rule-type-details 2026-03-06 01:07:34.718 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-06 01:07:34.718 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: qos-rules-alias 2026-03-06 01:07:34.719 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: quota-check-limit 2026-03-06 01:07:34.719 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: quota-check-limit-default 2026-03-06 01:07:34.721 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: quotas 2026-03-06 01:07:34.724 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: quota_details 2026-03-06 01:07:34.725 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: rbac-policies 2026-03-06 01:07:34.725 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: rbac-address-group 2026-03-06 01:07:34.726 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: rbac-address-scope 2026-03-06 01:07:34.726 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: rbac-security-groups 2026-03-06 01:07:34.727 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: rbac-subnetpool 2026-03-06 01:07:34.727 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: revision-if-match 2026-03-06 01:07:34.728 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: standard-attr-revisions 2026-03-06 01:07:34.728 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: router_availability_zone 2026-03-06 01:07:34.729 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-06 01:07:34.730 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: security-groups-default-rules 2026-03-06 01:07:34.731 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-06 01:07:34.731 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-06 01:07:34.732 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-06 01:07:34.732 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-06 01:07:34.732 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-06 01:07:34.736 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: security-group 2026-03-06 01:07:34.737 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: segment 2026-03-06 01:07:34.738 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-06 01:07:34.738 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: service-type 2026-03-06 01:07:34.739 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: sorting 2026-03-06 01:07:34.739 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: standard-attr-segment 2026-03-06 01:07:34.740 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: standard-attr-description 2026-03-06 01:07:34.740 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: stateful-security-group 2026-03-06 01:07:34.741 1 WARNING neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-06 01:07:34.741 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-06 01:07:34.742 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: subnet-external-network 2026-03-06 01:07:34.742 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: subnet_onboard 2026-03-06 01:07:34.743 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-06 01:07:34.743 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: subnet-service-types 2026-03-06 01:07:34.744 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: subnet_allocation 2026-03-06 01:07:34.745 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-06 01:07:34.745 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: tag-creation 2026-03-06 01:07:34.746 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-06 01:07:34.749 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: standard-attr-tag 2026-03-06 01:07:34.750 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-06 01:07:34.750 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: trunk 2026-03-06 01:07:34.751 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: trunk-details 2026-03-06 01:07:34.751 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-06 01:07:34.753 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-06 01:07:34.754 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-06 01:07:34.756 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-06 01:07:34.759 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-06 01:07:34.760 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-06 01:07:34.760 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: vpn-flavors 2026-03-06 01:07:34.762 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: vpnaas 2026-03-06 01:07:34.764 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: taas 2026-03-06 01:07:34.765 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: tap-mirror 2026-03-06 01:07:34.766 1 INFO neutron.api.extensions [None req-74a2321b-3b26-49b0-bb1f-6171d8b78f88 - - - - - -] Loaded extension: taas-vlan-filter 2026-03-06 01:08:04.850 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-03-06 01:08:04.899 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-03-06 01:08:04.903 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-03-06 01:08:12.425 16 INFO neutron.db.l3_hamode_db [None req-67117ed6-f0e0-4505-9cc0-ce711b8497bb - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 01:08:27.020 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port b1bf2900-6b13-41f6-ac95-ce48f9747688 2026-03-06 01:08:27.740 16 INFO neutron.plugins.ml2.plugin [None req-d6eedd5e-0b23-4792-943a-43ea6ce86f1e - - - - - -] Attempt 1 to provision port b1bf2900-6b13-41f6-ac95-ce48f9747688 2026-03-06 01:08:28.945 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port b1bf2900-6b13-41f6-ac95-ce48f9747688 2026-03-06 01:08:29.573 16 INFO neutron.plugins.ml2.plugin [None req-66711f8c-4136-4c53-8cfb-48067fbb584f - - - - - -] Attempt 1 to provision port b1bf2900-6b13-41f6-ac95-ce48f9747688 2026-03-06 01:12:56.962 13 INFO neutron.plugins.ml2.plugin [None req-4be206e4-deb0-4a2c-8f36-c7a369b9509c - - - - - -] Attempt 1 to provision port 92cbe22d-01f9-4dc5-afff-e66d19d5bac9 2026-03-06 01:12:57.023 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 92cbe22d-01f9-4dc5-afff-e66d19d5bac9 2026-03-06 01:12:58.602 13 INFO neutron.plugins.ml2.plugin [None req-959c276d-ab6c-4fe8-91d0-bbc503b41998 - - - - - -] Attempt 1 to provision port 92cbe22d-01f9-4dc5-afff-e66d19d5bac9 2026-03-06 01:12:59.011 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 92cbe22d-01f9-4dc5-afff-e66d19d5bac9 2026-03-06 01:13:03.840 16 INFO neutron.plugins.ml2.plugin [None req-041daffd-6e2e-4649-ad35-8a9ae6591333 - - - - - -] Attempt 1 to provision port c449e8ac-06b0-410d-ae62-dd27c3e6edd2 2026-03-06 01:16:37.645 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port c449e8ac-06b0-410d-ae62-dd27c3e6edd2 2026-03-06 01:16:39.079 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port c449e8ac-06b0-410d-ae62-dd27c3e6edd2 2026-03-06 01:25:05.239 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 7687889d-67e5-404b-8dcf-bcc8d286d903 2026-03-06 01:25:07.227 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 7687889d-67e5-404b-8dcf-bcc8d286d903 2026-03-06 01:36:04.457 13 INFO neutron.plugins.ml2.plugin [None req-5d998e30-2199-44ae-b709-51192d4ee724 - - - - - -] Attempt 1 to provision port c449e8ac-06b0-410d-ae62-dd27c3e6edd2 2026-03-06 01:36:04.504 13 INFO neutron.plugins.ml2.plugin [None req-5d998e30-2199-44ae-b709-51192d4ee724 - - - - - -] Attempt 1 to provision port 92cbe22d-01f9-4dc5-afff-e66d19d5bac9 2026-03-06 01:36:04.547 13 INFO neutron.plugins.ml2.plugin [None req-5d998e30-2199-44ae-b709-51192d4ee724 - - - - - -] Attempt 1 to provision port b1bf2900-6b13-41f6-ac95-ce48f9747688 2026-03-06 01:39:25.352 13 INFO neutron.plugins.ml2.plugin [None req-ee255b64-b796-4243-9b49-a34b31e3e6f3 - - - - - -] Attempt 1 to provision port 4cfee306-ac26-4746-9033-e8c505adaa3c 2026-03-06 01:39:25.505 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 4cfee306-ac26-4746-9033-e8c505adaa3c 2026-03-06 01:39:27.709 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 4cfee306-ac26-4746-9033-e8c505adaa3c 2026-03-06 01:39:27.901 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port eda999e8-0ab4-4c1c-9033-9172720885c0 2026-03-06 01:39:31.664 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 9e133dbf-bbee-4091-85ef-d50e2ad4d20b 2026-03-06 01:39:33.593 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 402fe70b-80ca-44ec-a78e-977352320acf 2026-03-06 01:39:33.923 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 9e133dbf-bbee-4091-85ef-d50e2ad4d20b 2026-03-06 01:39:34.096 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 30f0098a-417a-43e7-afa0-d68dbb8c6a42 2026-03-06 01:39:35.660 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 402fe70b-80ca-44ec-a78e-977352320acf 2026-03-06 01:39:35.933 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 1718963a-3692-46a3-9987-78b9d82b8f44 2026-03-06 01:39:36.234 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 30f0098a-417a-43e7-afa0-d68dbb8c6a42 2026-03-06 01:39:37.518 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 1718963a-3692-46a3-9987-78b9d82b8f44 2026-03-06 01:39:37.756 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 5558df25-bdda-47a8-a9c5-31de1c6cd3e2 2026-03-06 01:39:39.537 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 5558df25-bdda-47a8-a9c5-31de1c6cd3e2 2026-03-06 01:39:41.873 16 INFO neutron.plugins.ml2.plugin [None req-a7e823c5-5d05-4d0e-a1a9-7cf0e6596eaa - - - - - -] Attempt 1 to provision port 9e133dbf-bbee-4091-85ef-d50e2ad4d20b 2026-03-06 01:39:41.937 16 INFO neutron.plugins.ml2.plugin [None req-a7e823c5-5d05-4d0e-a1a9-7cf0e6596eaa - - - - - -] Attempt 1 to provision port 338965f8-8d26-4fda-8ccc-ba2da3f8a9cf 2026-03-06 01:39:41.961 16 INFO neutron.plugins.ml2.plugin [None req-a7e823c5-5d05-4d0e-a1a9-7cf0e6596eaa - - - - - -] Attempt 1 to provision port 1718963a-3692-46a3-9987-78b9d82b8f44 2026-03-06 01:39:42.008 16 INFO neutron.plugins.ml2.plugin [None req-a7e823c5-5d05-4d0e-a1a9-7cf0e6596eaa - - - - - -] Attempt 1 to provision port 9283b92b-a9b7-4aa3-a96c-ef4e8712851f 2026-03-06 01:39:42.588 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 1dba8ddc-14d9-4c1c-81f7-0a57982aaa1b 2026-03-06 01:39:42.882 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 77726ff2-8bd5-438d-b542-c6022cd61ee8 2026-03-06 01:39:43.131 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c00f7629-ae82-4441-bacd-f75f8173e457'] response: {'server_uuid': '474e05c1-ec0e-4739-9775-9d966afdb97c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1dba8ddc-14d9-4c1c-81f7-0a57982aaa1b', 'code': 200} 2026-03-06 01:39:43.777 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 1dba8ddc-14d9-4c1c-81f7-0a57982aaa1b 2026-03-06 01:39:43.998 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 77726ff2-8bd5-438d-b542-c6022cd61ee8 2026-03-06 01:39:45.168 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-6c84244d-5679-47a8-9b99-9f11d7217c37'] response: {'server_uuid': '92601a85-ec5f-497c-9e47-e9569a5ad366', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '77726ff2-8bd5-438d-b542-c6022cd61ee8', 'code': 200} 2026-03-06 01:39:48.229 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port ab9481dd-9bcc-4cb2-a8a7-430aa891000e 2026-03-06 01:39:48.331 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-f855b401-6a34-463c-b43a-a13099fc2b10'] response: {'server_uuid': '6c8b915b-6c46-478e-9216-ba0b2e1ddc14', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ab9481dd-9bcc-4cb2-a8a7-430aa891000e', 'code': 200} 2026-03-06 01:39:49.826 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 3cb04c36-3874-4cb2-8ab7-95c33416551c 2026-03-06 01:39:50.166 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port ab9481dd-9bcc-4cb2-a8a7-430aa891000e 2026-03-06 01:39:51.251 16 INFO neutron.plugins.ml2.plugin [None req-63dbb941-0346-4fbe-8fe0-98647a34c720 - - - - - -] Attempt 1 to provision port 5240387b-8f5e-40b3-bc45-dee6d18b02d6 2026-03-06 01:39:51.276 16 INFO neutron.plugins.ml2.plugin [None req-63dbb941-0346-4fbe-8fe0-98647a34c720 - - - - - -] Attempt 1 to provision port 3cb04c36-3874-4cb2-8ab7-95c33416551c 2026-03-06 01:39:51.328 16 INFO neutron.plugins.ml2.plugin [None req-63dbb941-0346-4fbe-8fe0-98647a34c720 - - - - - -] Attempt 1 to provision port 9e133dbf-bbee-4091-85ef-d50e2ad4d20b 2026-03-06 01:39:51.377 16 INFO neutron.plugins.ml2.plugin [None req-63dbb941-0346-4fbe-8fe0-98647a34c720 - - - - - -] Attempt 1 to provision port 338965f8-8d26-4fda-8ccc-ba2da3f8a9cf 2026-03-06 01:39:51.397 16 INFO neutron.plugins.ml2.plugin [None req-63dbb941-0346-4fbe-8fe0-98647a34c720 - - - - - -] Attempt 1 to provision port 9283b92b-a9b7-4aa3-a96c-ef4e8712851f 2026-03-06 01:39:51.419 16 INFO neutron.plugins.ml2.plugin [None req-63dbb941-0346-4fbe-8fe0-98647a34c720 - - - - - -] Attempt 1 to provision port 77726ff2-8bd5-438d-b542-c6022cd61ee8 2026-03-06 01:39:51.465 16 INFO neutron.plugins.ml2.plugin [None req-63dbb941-0346-4fbe-8fe0-98647a34c720 - - - - - -] Attempt 1 to provision port ab9481dd-9bcc-4cb2-a8a7-430aa891000e 2026-03-06 01:39:51.708 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 3cb04c36-3874-4cb2-8ab7-95c33416551c 2026-03-06 01:39:56.142 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-02eeed8b-a64e-43b7-a328-2d016bf5aeb9'] response: {'server_uuid': '6c8b915b-6c46-478e-9216-ba0b2e1ddc14', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'ab9481dd-9bcc-4cb2-a8a7-430aa891000e', 'code': 200} 2026-03-06 01:39:56.708 13 INFO neutron.plugins.ml2.plugin [None req-5ebb6511-b4b7-4d5f-97b1-94034e2a486a - - - - - -] Attempt 1 to provision port 5240387b-8f5e-40b3-bc45-dee6d18b02d6 2026-03-06 01:39:56.740 13 INFO neutron.plugins.ml2.plugin [None req-5ebb6511-b4b7-4d5f-97b1-94034e2a486a - - - - - -] Attempt 1 to provision port 3cb04c36-3874-4cb2-8ab7-95c33416551c 2026-03-06 01:40:03.989 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 2a2613d6-8a27-4aea-a39d-3c7d2657fd55 2026-03-06 01:40:04.030 16 INFO neutron.plugins.ml2.plugin [None req-0a98a213-bc47-45d0-9643-2e11e87c7a7e - - - - - -] Attempt 1 to provision port 4658eb08-fc7d-44e3-8eef-47db79271ef8 2026-03-06 01:40:05.938 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 2a2613d6-8a27-4aea-a39d-3c7d2657fd55 2026-03-06 01:40:07.745 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port b98ad933-f5ec-403f-a189-e28417e18065 2026-03-06 01:40:09.837 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port b98ad933-f5ec-403f-a189-e28417e18065 2026-03-06 01:40:11.135 16 INFO neutron.plugins.ml2.plugin [None req-e8373cbc-866b-4129-bc6e-d39de441ef7e - - - - - -] Attempt 1 to provision port 678cd7f2-2b57-4932-aa57-cdab2b127c13 2026-03-06 01:40:11.160 16 INFO neutron.plugins.ml2.plugin [None req-e8373cbc-866b-4129-bc6e-d39de441ef7e - - - - - -] Attempt 1 to provision port b98ad933-f5ec-403f-a189-e28417e18065 2026-03-06 01:40:11.742 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 338965f8-8d26-4fda-8ccc-ba2da3f8a9cf 2026-03-06 01:40:12.018 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 4658eb08-fc7d-44e3-8eef-47db79271ef8 2026-03-06 01:40:13.764 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 338965f8-8d26-4fda-8ccc-ba2da3f8a9cf 2026-03-06 01:40:13.972 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 4658eb08-fc7d-44e3-8eef-47db79271ef8 2026-03-06 01:40:16.261 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port da23b397-9f78-41ad-8a2c-b98d60fce271 2026-03-06 01:40:16.785 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-40d97c37-6732-4f90-ae80-9c7064ad6b5d'] response: {'server_uuid': '96bc7ca4-985e-4953-a414-0f406bcd3bac', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'da23b397-9f78-41ad-8a2c-b98d60fce271', 'code': 200} 2026-03-06 01:40:17.816 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port da23b397-9f78-41ad-8a2c-b98d60fce271 2026-03-06 01:40:18.863 16 INFO neutron.plugins.ml2.plugin [None req-9453a883-95a1-459f-93a3-5a1215ec459a - - - - - -] Attempt 1 to provision port b98ad933-f5ec-403f-a189-e28417e18065 2026-03-06 01:40:18.909 16 INFO neutron.plugins.ml2.plugin [None req-9453a883-95a1-459f-93a3-5a1215ec459a - - - - - -] Attempt 1 to provision port 678cd7f2-2b57-4932-aa57-cdab2b127c13 2026-03-06 01:40:18.932 16 INFO neutron.plugins.ml2.plugin [None req-9453a883-95a1-459f-93a3-5a1215ec459a - - - - - -] Attempt 1 to provision port da23b397-9f78-41ad-8a2c-b98d60fce271 2026-03-06 01:40:19.739 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 678cd7f2-2b57-4932-aa57-cdab2b127c13 2026-03-06 01:40:20.011 16 WARNING neutron.plugins.ml2.plugin [None req-49d80303-938b-415e-b8dc-06fd0f71b3a3 - - - - - -] Concurrent port binding operations failed on port a283577f-dd12-4d71-beec-9ffb4f0257f9 2026-03-06 01:40:20.041 16 INFO neutron.plugins.ml2.plugin [None req-49d80303-938b-415e-b8dc-06fd0f71b3a3 - - - - - -] Attempt 2 to bind port a283577f-dd12-4d71-beec-9ffb4f0257f9 2026-03-06 01:40:21.842 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port a283577f-dd12-4d71-beec-9ffb4f0257f9 2026-03-06 01:40:22.187 16 INFO neutron.plugins.ml2.plugin [None req-155afa46-0ca7-45a0-97e5-d6c17ac44249 - - - - - -] Attempt 1 to provision port 678cd7f2-2b57-4932-aa57-cdab2b127c13 2026-03-06 01:40:22.237 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 678cd7f2-2b57-4932-aa57-cdab2b127c13 2026-03-06 01:40:23.733 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port a283577f-dd12-4d71-beec-9ffb4f0257f9 2026-03-06 01:40:26.043 13 INFO neutron.plugins.ml2.plugin [None req-68131093-edba-4583-b89d-fb96900f4d1e - - - - - -] Attempt 1 to provision port da23b397-9f78-41ad-8a2c-b98d60fce271 2026-03-06 01:40:26.102 13 INFO neutron.plugins.ml2.plugin [None req-68131093-edba-4583-b89d-fb96900f4d1e - - - - - -] Attempt 1 to provision port a283577f-dd12-4d71-beec-9ffb4f0257f9 2026-03-06 01:40:33.987 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 37d80a13-1ac6-4df1-a08a-a22bfde7d18c 2026-03-06 01:40:35.799 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 37d80a13-1ac6-4df1-a08a-a22bfde7d18c 2026-03-06 01:40:35.974 13 INFO neutron.plugins.ml2.plugin [None req-da9108a2-7410-4039-b234-8601d21626c6 - - - - - -] Attempt 1 to provision port 6ec98cf6-0a9d-413e-b5ad-4cdab621f60f 2026-03-06 01:40:39.747 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 3bf2aa56-d665-41d5-bd36-4476d23eb619 2026-03-06 01:40:41.320 13 INFO neutron.plugins.ml2.plugin [None req-f7e577e3-d4e8-42ec-af65-50a760b7cf03 - - - - - -] Attempt 1 to provision port 5762edd3-5bef-49ce-b004-6e097e5a91e6 2026-03-06 01:40:41.590 13 INFO neutron.plugins.ml2.plugin [None req-f7e577e3-d4e8-42ec-af65-50a760b7cf03 - - - - - -] Attempt 1 to provision port bc9ff1af-cb3c-4e98-8ffb-fda3ce7ccd80 2026-03-06 01:40:41.631 13 INFO neutron.plugins.ml2.plugin [None req-f7e577e3-d4e8-42ec-af65-50a760b7cf03 - - - - - -] Attempt 1 to provision port 3bf2aa56-d665-41d5-bd36-4476d23eb619 2026-03-06 01:40:41.813 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 3bf2aa56-d665-41d5-bd36-4476d23eb619 2026-03-06 01:40:42.010 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 5762edd3-5bef-49ce-b004-6e097e5a91e6 2026-03-06 01:40:42.207 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port ef07f8b8-3a8c-47e2-ae2c-690da07eb115 2026-03-06 01:40:43.787 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 5762edd3-5bef-49ce-b004-6e097e5a91e6 2026-03-06 01:40:43.954 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port ef07f8b8-3a8c-47e2-ae2c-690da07eb115 2026-03-06 01:40:46.805 13 INFO neutron.plugins.ml2.plugin [None req-4910a35b-0c79-4a60-a44b-cbe61243d7df - - - - - -] Attempt 1 to provision port 32f82f11-2750-4415-b250-591ce5ae8e50 2026-03-06 01:40:46.830 13 INFO neutron.plugins.ml2.plugin [None req-4910a35b-0c79-4a60-a44b-cbe61243d7df - - - - - -] Attempt 1 to provision port 5762edd3-5bef-49ce-b004-6e097e5a91e6 2026-03-06 01:40:46.889 13 INFO neutron.plugins.ml2.plugin [None req-4910a35b-0c79-4a60-a44b-cbe61243d7df - - - - - -] Attempt 1 to provision port 251cc577-ad66-4c89-bce3-0c90cef0cab2 2026-03-06 01:40:49.036 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 0d711ddd-63bf-4dcb-b364-5ca2e69f3e30 2026-03-06 01:40:49.201 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2011273-9e09-4cb9-92bc-caa344488a4f'] response: {'server_uuid': '8a207bb0-6dbb-4dbd-833e-9d99dc9ca194', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0d711ddd-63bf-4dcb-b364-5ca2e69f3e30', 'code': 200} 2026-03-06 01:40:50.082 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4f71ab3-fcea-4a5f-bfe6-d139417e5faa'] response: {'server_uuid': '96bc7ca4-985e-4953-a414-0f406bcd3bac', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'da23b397-9f78-41ad-8a2c-b98d60fce271', 'code': 200} 2026-03-06 01:40:50.956 13 INFO neutron.plugins.ml2.plugin [None req-e2909e04-792d-46ab-8f9c-d420bd9ad65f - - - - - -] Attempt 1 to provision port 251cc577-ad66-4c89-bce3-0c90cef0cab2 2026-03-06 01:40:50.982 13 INFO neutron.plugins.ml2.plugin [None req-e2909e04-792d-46ab-8f9c-d420bd9ad65f - - - - - -] Attempt 1 to provision port 3bf2aa56-d665-41d5-bd36-4476d23eb619 2026-03-06 01:40:51.030 13 INFO neutron.plugins.ml2.plugin [None req-e2909e04-792d-46ab-8f9c-d420bd9ad65f - - - - - -] Attempt 1 to provision port 0d711ddd-63bf-4dcb-b364-5ca2e69f3e30 2026-03-06 01:40:51.068 13 INFO neutron.plugins.ml2.plugin [None req-e2909e04-792d-46ab-8f9c-d420bd9ad65f - - - - - -] Attempt 1 to provision port bc9ff1af-cb3c-4e98-8ffb-fda3ce7ccd80 2026-03-06 01:40:51.324 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 32f82f11-2750-4415-b250-591ce5ae8e50 2026-03-06 01:40:51.590 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port da23b397-9f78-41ad-8a2c-b98d60fce271 2026-03-06 01:40:51.910 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port bc9ff1af-cb3c-4e98-8ffb-fda3ce7ccd80 2026-03-06 01:40:52.113 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-a167704c-db1a-4bad-a05e-8889a8621dad'] response: {'server_uuid': '96bc7ca4-985e-4953-a414-0f406bcd3bac', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'da23b397-9f78-41ad-8a2c-b98d60fce271', 'code': 200} 2026-03-06 01:40:52.161 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 0d711ddd-63bf-4dcb-b364-5ca2e69f3e30 2026-03-06 01:40:52.969 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port da23b397-9f78-41ad-8a2c-b98d60fce271 2026-03-06 01:40:53.180 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 32f82f11-2750-4415-b250-591ce5ae8e50 2026-03-06 01:40:53.334 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port bc9ff1af-cb3c-4e98-8ffb-fda3ce7ccd80 2026-03-06 01:40:56.819 13 INFO neutron.plugins.ml2.plugin [None req-93aa347b-8a8f-4566-94cf-ee7e102fd522 - - - - - -] Attempt 1 to provision port bc9ff1af-cb3c-4e98-8ffb-fda3ce7ccd80 2026-03-06 01:40:56.890 13 INFO neutron.plugins.ml2.plugin [None req-93aa347b-8a8f-4566-94cf-ee7e102fd522 - - - - - -] Attempt 1 to provision port 251cc577-ad66-4c89-bce3-0c90cef0cab2 2026-03-06 01:40:56.989 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 5f16a9fe-4115-44b3-bfaf-a6d16a411abe 2026-03-06 01:40:57.026 13 INFO neutron.plugins.ml2.plugin [None req-93aa347b-8a8f-4566-94cf-ee7e102fd522 - - - - - -] Attempt 1 to provision port 5f16a9fe-4115-44b3-bfaf-a6d16a411abe 2026-03-06 01:40:57.224 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 251cc577-ad66-4c89-bce3-0c90cef0cab2 2026-03-06 01:40:59.575 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 098e6fe6-4a96-4864-aaaa-9d56909e46c8 2026-03-06 01:40:59.674 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d3991d34-0527-40db-8c35-3bda459e1b4e'] response: {'server_uuid': '793bff6e-6041-4e5e-9849-aa8634649132', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '098e6fe6-4a96-4864-aaaa-9d56909e46c8', 'code': 200} 2026-03-06 01:40:59.881 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 251cc577-ad66-4c89-bce3-0c90cef0cab2 2026-03-06 01:41:00.115 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 5f16a9fe-4115-44b3-bfaf-a6d16a411abe 2026-03-06 01:41:01.156 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 098e6fe6-4a96-4864-aaaa-9d56909e46c8 2026-03-06 01:41:05.153 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f70d77d-c251-4918-ae71-5b1f8fd8894d'] response: {'server_uuid': '793bff6e-6041-4e5e-9849-aa8634649132', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '098e6fe6-4a96-4864-aaaa-9d56909e46c8', 'code': 200} 2026-03-06 01:41:09.733 13 INFO neutron.plugins.ml2.plugin [None req-18e7e0df-d2d3-4871-914c-ead673c557d5 - - - - - -] Attempt 1 to provision port 9bfe199e-b53c-47a0-8fa1-c60a3ec66db1 2026-03-06 01:41:09.758 13 INFO neutron.plugins.ml2.plugin [None req-18e7e0df-d2d3-4871-914c-ead673c557d5 - - - - - -] Attempt 1 to provision port a283577f-dd12-4d71-beec-9ffb4f0257f9 2026-03-06 01:41:09.810 13 INFO neutron.plugins.ml2.plugin [None req-18e7e0df-d2d3-4871-914c-ead673c557d5 - - - - - -] Attempt 1 to provision port 5f16a9fe-4115-44b3-bfaf-a6d16a411abe 2026-03-06 01:41:09.861 13 INFO neutron.plugins.ml2.plugin [None req-18e7e0df-d2d3-4871-914c-ead673c557d5 - - - - - -] Attempt 1 to provision port d7aa8353-a895-45c6-8e1a-c83533c3d9fb 2026-03-06 01:41:09.896 13 INFO neutron.plugins.ml2.plugin [None req-18e7e0df-d2d3-4871-914c-ead673c557d5 - - - - - -] Attempt 1 to provision port bc2726b2-db83-418d-acee-69759a30643f 2026-03-06 01:41:09.921 13 INFO neutron.plugins.ml2.plugin [None req-18e7e0df-d2d3-4871-914c-ead673c557d5 - - - - - -] Attempt 1 to provision port b1bf2900-6b13-41f6-ac95-ce48f9747688 2026-03-06 01:41:10.982 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port c9f44ba4-091b-4373-bfd0-e2a3352edc32 2026-03-06 01:41:13.118 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port e3b82a16-109e-4a79-92de-92b1394717ed 2026-03-06 01:41:13.443 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port c9f44ba4-091b-4373-bfd0-e2a3352edc32 2026-03-06 01:41:14.022 16 INFO neutron.plugins.ml2.plugin [None req-85b45565-d3c1-4ec5-8000-7a17e436e401 - - - - - -] Attempt 1 to provision port e3b82a16-109e-4a79-92de-92b1394717ed 2026-03-06 01:41:14.118 16 INFO neutron.plugins.ml2.plugin [None req-85b45565-d3c1-4ec5-8000-7a17e436e401 - - - - - -] Attempt 1 to provision port c00f00b7-3d93-4c74-813f-1a40eb489e04 2026-03-06 01:41:15.187 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port e3b82a16-109e-4a79-92de-92b1394717ed 2026-03-06 01:41:19.404 13 INFO neutron.plugins.ml2.plugin [None req-078a267d-18e9-4b62-bed8-6df953d2f9b8 - - - - - -] Attempt 1 to provision port c00f00b7-3d93-4c74-813f-1a40eb489e04 2026-03-06 01:41:20.641 13 INFO neutron.plugins.ml2.plugin [None req-f74dec75-d1f0-4663-8ba7-1b4e226ffde4 - - - - - -] Attempt 1 to provision port c00f00b7-3d93-4c74-813f-1a40eb489e04 2026-03-06 01:41:21.518 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 981c7fe8-d06d-499b-9fae-9e3ed9ff5448 2026-03-06 01:41:21.670 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-03c0fbf6-f8ee-482b-8e97-2badbfe68617'] response: {'server_uuid': '4f2d3826-719a-49bc-bb23-7c2836fc28bc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '981c7fe8-d06d-499b-9fae-9e3ed9ff5448', 'code': 200} 2026-03-06 01:41:23.266 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 981c7fe8-d06d-499b-9fae-9e3ed9ff5448 2026-03-06 01:41:24.424 16 INFO neutron.plugins.ml2.plugin [None req-6f7d4f19-14bf-46a0-b694-896e204ecb0c - - - - - -] Attempt 1 to provision port 981c7fe8-d06d-499b-9fae-9e3ed9ff5448 2026-03-06 01:41:26.970 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port bc2726b2-db83-418d-acee-69759a30643f 2026-03-06 01:41:27.222 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port c00f00b7-3d93-4c74-813f-1a40eb489e04 2026-03-06 01:41:29.098 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 8f3f3253-cb15-4ed3-83e0-bc2ab1b40950 2026-03-06 01:41:29.417 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port c00f00b7-3d93-4c74-813f-1a40eb489e04 2026-03-06 01:41:29.587 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port bc2726b2-db83-418d-acee-69759a30643f 2026-03-06 01:41:29.658 13 INFO neutron.plugins.ml2.plugin [None req-00322db5-ae56-49c7-94fc-e48781dde248 - - - - - -] Attempt 1 to provision port 8f3f3253-cb15-4ed3-83e0-bc2ab1b40950 2026-03-06 01:41:29.813 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port d2a3dc96-c4fb-403a-99ef-489889f1c21b 2026-03-06 01:41:30.944 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 8f3f3253-cb15-4ed3-83e0-bc2ab1b40950 2026-03-06 01:41:31.123 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port d2a3dc96-c4fb-403a-99ef-489889f1c21b 2026-03-06 01:41:32.598 13 INFO neutron.plugins.ml2.plugin [None req-b4ab2429-bda0-4ebe-8802-5a15255d0102 - - - - - -] Attempt 1 to provision port d5a40253-fff3-44b0-970e-827da879c9be 2026-03-06 01:41:32.624 13 INFO neutron.plugins.ml2.plugin [None req-b4ab2429-bda0-4ebe-8802-5a15255d0102 - - - - - -] Attempt 1 to provision port 8f3f3253-cb15-4ed3-83e0-bc2ab1b40950 2026-03-06 01:41:32.682 13 INFO neutron.plugins.ml2.plugin [None req-b4ab2429-bda0-4ebe-8802-5a15255d0102 - - - - - -] Attempt 1 to provision port 9cf332df-1943-433e-af4f-41285650ef0d 2026-03-06 01:41:37.025 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port a8abe48c-4cdb-4cd1-a375-80c448d9176b 2026-03-06 01:41:38.942 16 INFO neutron.plugins.ml2.plugin [None req-14eff29c-9393-40b6-9442-09d1251947a1 - - - - - -] Attempt 1 to provision port 9cf332df-1943-433e-af4f-41285650ef0d 2026-03-06 01:41:40.229 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 9a3877d5-a371-474a-adc2-1cef2c722751 2026-03-06 01:41:40.342 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-84f4e1f6-180d-48b3-9174-2be55a73f006'] response: {'server_uuid': '5ab6cdda-79b5-4cfb-9c50-0792ce7bb1be', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9a3877d5-a371-474a-adc2-1cef2c722751', 'code': 200} 2026-03-06 01:41:40.955 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 9a3877d5-a371-474a-adc2-1cef2c722751 2026-03-06 01:41:43.018 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 3a2d1de9-6d28-45dd-9221-10beb9adaa92 2026-03-06 01:41:45.222 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc53d217-f61d-413c-9c26-cd3c43a70867'] response: {'server_uuid': '5ab6cdda-79b5-4cfb-9c50-0792ce7bb1be', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '9a3877d5-a371-474a-adc2-1cef2c722751', 'code': 200} 2026-03-06 01:41:47.039 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port d5a40253-fff3-44b0-970e-827da879c9be 2026-03-06 01:41:47.348 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 9cf332df-1943-433e-af4f-41285650ef0d 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 122a66b9-c927-441a-80b5-48cda24ca917 could not be found. 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 122a66b9-c927-441a-80b5-48cda24ca917 could not be found. 2026-03-06 01:41:47.513 16 ERROR neutron.plugins.ml2.managers 2026-03-06 01:41:47.523 16 ERROR neutron.plugins.ml2.managers [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Failed to bind port 27a1b0cb-f531-418f-b2c2-f10e2bdaa469 on host instance for vnic_type normal using segments [{'id': '20e4f6b5-eafa-4345-a619-faa78edc7efe', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 77, 'network_id': 'dfa828e6-4064-4761-94fe-989ed2526b9b'}] 2026-03-06 01:41:47.524 16 INFO neutron.plugins.ml2.plugin [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Attempt 2 to bind port 27a1b0cb-f531-418f-b2c2-f10e2bdaa469 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 122a66b9-c927-441a-80b5-48cda24ca917 could not be found. 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 122a66b9-c927-441a-80b5-48cda24ca917 could not be found. 2026-03-06 01:41:47.543 16 ERROR neutron.plugins.ml2.managers 2026-03-06 01:41:47.547 16 ERROR neutron.plugins.ml2.managers [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Failed to bind port 27a1b0cb-f531-418f-b2c2-f10e2bdaa469 on host instance for vnic_type normal using segments [{'id': '20e4f6b5-eafa-4345-a619-faa78edc7efe', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 77, 'network_id': 'dfa828e6-4064-4761-94fe-989ed2526b9b'}] 2026-03-06 01:41:47.550 16 INFO neutron.plugins.ml2.plugin [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Attempt 3 to bind port 27a1b0cb-f531-418f-b2c2-f10e2bdaa469 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 122a66b9-c927-441a-80b5-48cda24ca917 could not be found. 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 122a66b9-c927-441a-80b5-48cda24ca917 could not be found. 2026-03-06 01:41:47.568 16 ERROR neutron.plugins.ml2.managers 2026-03-06 01:41:47.570 16 ERROR neutron.plugins.ml2.managers [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Failed to bind port 27a1b0cb-f531-418f-b2c2-f10e2bdaa469 on host instance for vnic_type normal using segments [{'id': '20e4f6b5-eafa-4345-a619-faa78edc7efe', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 77, 'network_id': 'dfa828e6-4064-4761-94fe-989ed2526b9b'}] 2026-03-06 01:41:47.571 16 INFO neutron.plugins.ml2.plugin [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Attempt 4 to bind port 27a1b0cb-f531-418f-b2c2-f10e2bdaa469 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 122a66b9-c927-441a-80b5-48cda24ca917 could not be found. 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 122a66b9-c927-441a-80b5-48cda24ca917 could not be found. 2026-03-06 01:41:47.579 16 ERROR neutron.plugins.ml2.managers 2026-03-06 01:41:47.580 16 ERROR neutron.plugins.ml2.managers [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Failed to bind port 27a1b0cb-f531-418f-b2c2-f10e2bdaa469 on host instance for vnic_type normal using segments [] 2026-03-06 01:41:47.581 16 INFO neutron.plugins.ml2.plugin [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Attempt 5 to bind port 27a1b0cb-f531-418f-b2c2-f10e2bdaa469 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 122a66b9-c927-441a-80b5-48cda24ca917 could not be found. 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 122a66b9-c927-441a-80b5-48cda24ca917 could not be found. 2026-03-06 01:41:47.590 16 ERROR neutron.plugins.ml2.managers 2026-03-06 01:41:47.591 16 ERROR neutron.plugins.ml2.managers [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Failed to bind port 27a1b0cb-f531-418f-b2c2-f10e2bdaa469 on host instance for vnic_type normal using segments [] 2026-03-06 01:41:47.592 16 INFO neutron.plugins.ml2.plugin [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Attempt 6 to bind port 27a1b0cb-f531-418f-b2c2-f10e2bdaa469 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 122a66b9-c927-441a-80b5-48cda24ca917 could not be found. 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 122a66b9-c927-441a-80b5-48cda24ca917 could not be found. 2026-03-06 01:41:47.609 16 ERROR neutron.plugins.ml2.managers 2026-03-06 01:41:47.611 16 ERROR neutron.plugins.ml2.managers [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Failed to bind port 27a1b0cb-f531-418f-b2c2-f10e2bdaa469 on host instance for vnic_type normal using segments [] 2026-03-06 01:41:47.611 16 INFO neutron.plugins.ml2.plugin [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Attempt 7 to bind port 27a1b0cb-f531-418f-b2c2-f10e2bdaa469 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 122a66b9-c927-441a-80b5-48cda24ca917 could not be found. 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 122a66b9-c927-441a-80b5-48cda24ca917 could not be found. 2026-03-06 01:41:47.620 16 ERROR neutron.plugins.ml2.managers 2026-03-06 01:41:47.622 16 ERROR neutron.plugins.ml2.managers [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Failed to bind port 27a1b0cb-f531-418f-b2c2-f10e2bdaa469 on host instance for vnic_type normal using segments [] 2026-03-06 01:41:47.622 16 INFO neutron.plugins.ml2.plugin [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Attempt 8 to bind port 27a1b0cb-f531-418f-b2c2-f10e2bdaa469 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 122a66b9-c927-441a-80b5-48cda24ca917 could not be found. 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 122a66b9-c927-441a-80b5-48cda24ca917 could not be found. 2026-03-06 01:41:47.631 16 ERROR neutron.plugins.ml2.managers 2026-03-06 01:41:47.632 16 ERROR neutron.plugins.ml2.managers [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Failed to bind port 27a1b0cb-f531-418f-b2c2-f10e2bdaa469 on host instance for vnic_type normal using segments [] 2026-03-06 01:41:47.632 16 INFO neutron.plugins.ml2.plugin [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Attempt 9 to bind port 27a1b0cb-f531-418f-b2c2-f10e2bdaa469 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 122a66b9-c927-441a-80b5-48cda24ca917 could not be found. 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 122a66b9-c927-441a-80b5-48cda24ca917 could not be found. 2026-03-06 01:41:47.645 16 ERROR neutron.plugins.ml2.managers 2026-03-06 01:41:47.646 16 ERROR neutron.plugins.ml2.managers [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Failed to bind port 27a1b0cb-f531-418f-b2c2-f10e2bdaa469 on host instance for vnic_type normal using segments [] 2026-03-06 01:41:47.655 16 INFO neutron.plugins.ml2.plugin [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Attempt 10 to bind port 27a1b0cb-f531-418f-b2c2-f10e2bdaa469 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 122a66b9-c927-441a-80b5-48cda24ca917 could not be found. 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 122a66b9-c927-441a-80b5-48cda24ca917 could not be found. 2026-03-06 01:41:47.677 16 ERROR neutron.plugins.ml2.managers 2026-03-06 01:41:47.679 16 ERROR neutron.plugins.ml2.managers [None req-5a15ffd5-9b12-45a5-8a68-2b64af01b5e5 - - - - - -] Failed to bind port 27a1b0cb-f531-418f-b2c2-f10e2bdaa469 on host instance for vnic_type normal using segments [] 2026-03-06 01:41:49.071 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port d5a40253-fff3-44b0-970e-827da879c9be 2026-03-06 01:41:49.210 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 9cf332df-1943-433e-af4f-41285650ef0d 2026-03-06 01:42:03.520 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port df1a67a5-9e71-4c49-9fd0-191964bf0a4b 2026-03-06 01:42:03.626 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-b4b34cd6-0e50-46ee-a4ee-c8caf70f2765'] response: {'server_uuid': '2f3299af-ac03-4079-a79e-c6270e601ebd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'df1a67a5-9e71-4c49-9fd0-191964bf0a4b', 'code': 200} 2026-03-06 01:42:04.987 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port df1a67a5-9e71-4c49-9fd0-191964bf0a4b 2026-03-06 01:42:34.980 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 4042ad70-383c-4d52-9e43-1ed6b70f5f71 2026-03-06 01:42:35.617 13 INFO neutron.plugins.ml2.plugin [None req-c8824fd0-c8ab-4054-9a29-b7f35cf7446f - - - - - -] Attempt 1 to provision port 4042ad70-383c-4d52-9e43-1ed6b70f5f71 2026-03-06 01:42:37.060 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 3ebc0fc0-d7ed-4f79-8eb7-fbea44aeb36c 2026-03-06 01:42:37.449 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 4042ad70-383c-4d52-9e43-1ed6b70f5f71 2026-03-06 01:42:38.941 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 3ebc0fc0-d7ed-4f79-8eb7-fbea44aeb36c 2026-03-06 01:42:41.156 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 7d449170-cd9b-4f5c-af2a-6b477a030066 2026-03-06 01:42:43.324 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 7d449170-cd9b-4f5c-af2a-6b477a030066 2026-03-06 01:42:44.991 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port d60a9524-04b5-4cc7-8fa1-4414251c9e0c 2026-03-06 01:42:46.980 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port d60a9524-04b5-4cc7-8fa1-4414251c9e0c 2026-03-06 01:42:47.667 16 INFO neutron.plugins.ml2.plugin [None req-38083419-2878-4fd0-95d3-d77748f1e5f1 - - - - - -] Attempt 1 to provision port 65d3456b-eb1e-4019-99a5-81a16966c5af 2026-03-06 01:42:47.720 16 INFO neutron.plugins.ml2.plugin [None req-38083419-2878-4fd0-95d3-d77748f1e5f1 - - - - - -] Attempt 1 to provision port 4042ad70-383c-4d52-9e43-1ed6b70f5f71 2026-03-06 01:42:47.789 16 INFO neutron.plugins.ml2.plugin [None req-38083419-2878-4fd0-95d3-d77748f1e5f1 - - - - - -] Attempt 1 to provision port c0b93f23-bddf-45b3-8035-5dcc8acc1ec6 2026-03-06 01:42:47.824 16 INFO neutron.plugins.ml2.plugin [None req-38083419-2878-4fd0-95d3-d77748f1e5f1 - - - - - -] Attempt 1 to provision port aa8f6452-8b81-4150-812f-838bdc5ce859 2026-03-06 01:42:47.845 16 INFO neutron.plugins.ml2.plugin [None req-38083419-2878-4fd0-95d3-d77748f1e5f1 - - - - - -] Attempt 1 to provision port d60a9524-04b5-4cc7-8fa1-4414251c9e0c 2026-03-06 01:42:51.509 16 INFO neutron.plugins.ml2.plugin [None req-a3396d79-d571-4502-9a42-373906626fba - - - - - -] Attempt 1 to provision port 57c51f62-e5ad-42a7-8d5e-f18efc848b17 2026-03-06 01:42:56.024 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port cb342259-07fd-4978-824d-d5d34d283402 2026-03-06 01:42:56.150 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-e58801a4-2712-4a40-b913-51cc59fe8627'] response: {'server_uuid': '00382425-1265-48be-ad22-850639df3614', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cb342259-07fd-4978-824d-d5d34d283402', 'code': 200} 2026-03-06 01:42:56.972 13 INFO neutron.plugins.ml2.plugin [None req-b25bf431-f479-4c97-8866-2ba6fa68023e - - - - - -] Attempt 1 to provision port 65d3456b-eb1e-4019-99a5-81a16966c5af 2026-03-06 01:42:56.997 13 INFO neutron.plugins.ml2.plugin [None req-b25bf431-f479-4c97-8866-2ba6fa68023e - - - - - -] Attempt 1 to provision port cb342259-07fd-4978-824d-d5d34d283402 2026-03-06 01:42:57.050 13 INFO neutron.plugins.ml2.plugin [None req-b25bf431-f479-4c97-8866-2ba6fa68023e - - - - - -] Attempt 1 to provision port d60a9524-04b5-4cc7-8fa1-4414251c9e0c 2026-03-06 01:42:57.053 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port cb342259-07fd-4978-824d-d5d34d283402 2026-03-06 01:42:57.244 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port c0b93f23-bddf-45b3-8035-5dcc8acc1ec6 2026-03-06 01:42:57.527 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port aa8f6452-8b81-4150-812f-838bdc5ce859 2026-03-06 01:42:58.209 16 INFO neutron.plugins.ml2.plugin [None req-0a21c192-4b1a-4ff9-a8b7-a5fe8cb2b445 - - - - - -] Attempt 1 to provision port 65d3456b-eb1e-4019-99a5-81a16966c5af 2026-03-06 01:42:59.046 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 57c51f62-e5ad-42a7-8d5e-f18efc848b17 2026-03-06 01:42:59.300 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 65d3456b-eb1e-4019-99a5-81a16966c5af 2026-03-06 01:42:59.444 13 INFO neutron.plugins.ml2.plugin [None req-4db37c4d-1fa7-4c78-90ef-56e3d7110c2e - - - - - -] Attempt 1 to provision port 65d3456b-eb1e-4019-99a5-81a16966c5af 2026-03-06 01:42:59.595 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port c0b93f23-bddf-45b3-8035-5dcc8acc1ec6 2026-03-06 01:42:59.725 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port aa8f6452-8b81-4150-812f-838bdc5ce859 2026-03-06 01:43:00.959 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 57c51f62-e5ad-42a7-8d5e-f18efc848b17 2026-03-06 01:43:01.109 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 65d3456b-eb1e-4019-99a5-81a16966c5af 2026-03-06 01:43:09.022 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port d26adc6f-03af-4aeb-b964-16f1c37a43d5 2026-03-06 01:43:09.943 16 INFO neutron.plugins.ml2.plugin [None req-58e6ff9a-c421-4ff3-aba9-5986b23d0fba - - - - - -] Attempt 1 to provision port d26adc6f-03af-4aeb-b964-16f1c37a43d5 2026-03-06 01:44:18.367 13 INFO neutron.plugins.ml2.plugin [None req-805c2dc5-abe6-4021-96b8-05236fa4c6d2 - - - - - -] Attempt 1 to provision port 5dfe2834-b076-4a30-a69e-c6dcd3aa5d32 2026-03-06 01:44:18.980 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 5dfe2834-b076-4a30-a69e-c6dcd3aa5d32 2026-03-06 01:44:20.988 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 5f0cff7c-0ec0-4ddc-9952-b7519325c6b8 2026-03-06 01:44:23.087 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 5f0cff7c-0ec0-4ddc-9952-b7519325c6b8 2026-03-06 01:44:23.266 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 7674c9be-03d8-4008-9e7c-29db5ffea0cf 2026-03-06 01:44:25.071 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 90cbde88-446e-49c3-b1f5-6e8525f33e2b 2026-03-06 01:44:25.445 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 7674c9be-03d8-4008-9e7c-29db5ffea0cf 2026-03-06 01:44:27.248 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 90cbde88-446e-49c3-b1f5-6e8525f33e2b 2026-03-06 01:44:29.126 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 5dfe2834-b076-4a30-a69e-c6dcd3aa5d32 2026-03-06 01:44:31.034 13 INFO neutron.plugins.ml2.plugin [None req-22a84c45-bea3-49ee-8d26-f59a510339f5 - - - - - -] Attempt 1 to provision port 5f0cff7c-0ec0-4ddc-9952-b7519325c6b8 2026-03-06 01:44:31.083 13 INFO neutron.plugins.ml2.plugin [None req-22a84c45-bea3-49ee-8d26-f59a510339f5 - - - - - -] Attempt 1 to provision port 6ea760b5-0669-4796-925d-6d2839cb2469 2026-03-06 01:44:31.101 13 INFO neutron.plugins.ml2.plugin [None req-22a84c45-bea3-49ee-8d26-f59a510339f5 - - - - - -] Attempt 1 to provision port 90cbde88-446e-49c3-b1f5-6e8525f33e2b 2026-03-06 01:44:31.142 13 INFO neutron.plugins.ml2.plugin [None req-22a84c45-bea3-49ee-8d26-f59a510339f5 - - - - - -] Attempt 1 to provision port 5dfe2834-b076-4a30-a69e-c6dcd3aa5d32 2026-03-06 01:44:31.185 13 INFO neutron.plugins.ml2.plugin [None req-22a84c45-bea3-49ee-8d26-f59a510339f5 - - - - - -] Attempt 1 to provision port 3fa88549-433b-4d73-81ff-f7a88c8e2fea 2026-03-06 01:44:36.135 13 INFO neutron.plugins.ml2.plugin [None req-8f6a6451-6baf-4d92-8ca5-56b00766fea9 - - - - - -] Attempt 1 to provision port 5f0cff7c-0ec0-4ddc-9952-b7519325c6b8 2026-03-06 01:44:36.180 13 INFO neutron.plugins.ml2.plugin [None req-8f6a6451-6baf-4d92-8ca5-56b00766fea9 - - - - - -] Attempt 1 to provision port 6ea760b5-0669-4796-925d-6d2839cb2469 2026-03-06 01:44:36.206 13 INFO neutron.plugins.ml2.plugin [None req-8f6a6451-6baf-4d92-8ca5-56b00766fea9 - - - - - -] Attempt 1 to provision port 924f5e3a-1d91-49d6-8f14-8e829f3eb4cb 2026-03-06 01:44:36.233 13 INFO neutron.plugins.ml2.plugin [None req-8f6a6451-6baf-4d92-8ca5-56b00766fea9 - - - - - -] Attempt 1 to provision port 5dfe2834-b076-4a30-a69e-c6dcd3aa5d32 2026-03-06 01:44:37.540 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 2f904d88-c733-4f8e-8dbf-a073f8635eaf 2026-03-06 01:44:37.640 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-8c8f19fe-a628-45e5-9f41-21234ff55cc1'] response: {'server_uuid': '2f08eff4-0a49-4960-add9-e0e925f42f71', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2f904d88-c733-4f8e-8dbf-a073f8635eaf', 'code': 200} 2026-03-06 01:44:39.041 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 3fa88549-433b-4d73-81ff-f7a88c8e2fea 2026-03-06 01:44:39.304 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 2f904d88-c733-4f8e-8dbf-a073f8635eaf 2026-03-06 01:44:39.518 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 6ea760b5-0669-4796-925d-6d2839cb2469 2026-03-06 01:44:39.669 13 INFO neutron.plugins.ml2.plugin [None req-6aaf0641-e772-4b07-860c-5c65e52c8bdf - - - - - -] Attempt 1 to provision port 90cbde88-446e-49c3-b1f5-6e8525f33e2b 2026-03-06 01:44:39.736 13 INFO neutron.plugins.ml2.plugin [None req-6aaf0641-e772-4b07-860c-5c65e52c8bdf - - - - - -] Attempt 1 to provision port ea31c3cf-6ca2-4621-b278-316c31e74d69 2026-03-06 01:44:39.872 13 INFO neutron.plugins.ml2.plugin [None req-6aaf0641-e772-4b07-860c-5c65e52c8bdf - - - - - -] Attempt 1 to provision port 6ea760b5-0669-4796-925d-6d2839cb2469 2026-03-06 01:44:39.941 13 INFO neutron.plugins.ml2.plugin [None req-6aaf0641-e772-4b07-860c-5c65e52c8bdf - - - - - -] Attempt 1 to provision port 924f5e3a-1d91-49d6-8f14-8e829f3eb4cb 2026-03-06 01:44:41.032 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 924f5e3a-1d91-49d6-8f14-8e829f3eb4cb 2026-03-06 01:44:41.212 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port ea31c3cf-6ca2-4621-b278-316c31e74d69 2026-03-06 01:44:41.392 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 3fa88549-433b-4d73-81ff-f7a88c8e2fea 2026-03-06 01:44:41.545 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 6ea760b5-0669-4796-925d-6d2839cb2469 2026-03-06 01:44:43.176 13 INFO neutron.plugins.ml2.plugin [None req-bd0adcd9-06af-42ae-b6ea-eeae59f1373e - - - - - -] Attempt 1 to provision port 90cbde88-446e-49c3-b1f5-6e8525f33e2b 2026-03-06 01:44:43.223 13 INFO neutron.plugins.ml2.plugin [None req-bd0adcd9-06af-42ae-b6ea-eeae59f1373e - - - - - -] Attempt 1 to provision port ea31c3cf-6ca2-4621-b278-316c31e74d69 2026-03-06 01:44:43.270 13 INFO neutron.plugins.ml2.plugin [None req-bd0adcd9-06af-42ae-b6ea-eeae59f1373e - - - - - -] Attempt 1 to provision port 6ea760b5-0669-4796-925d-6d2839cb2469 2026-03-06 01:44:43.318 13 INFO neutron.plugins.ml2.plugin [None req-bd0adcd9-06af-42ae-b6ea-eeae59f1373e - - - - - -] Attempt 1 to provision port 924f5e3a-1d91-49d6-8f14-8e829f3eb4cb 2026-03-06 01:44:45.344 16 INFO neutron.plugins.ml2.plugin [None req-72476e5d-95f4-4866-8c0b-a57a4eecb304 - - - - - -] Attempt 1 to provision port ea31c3cf-6ca2-4621-b278-316c31e74d69 2026-03-06 01:44:46.701 16 INFO neutron.plugins.ml2.plugin [None req-3c03d2f5-a963-494f-a605-b3e990148bfa - - - - - -] Attempt 1 to provision port 2f904d88-c733-4f8e-8dbf-a073f8635eaf 2026-03-06 01:44:53.018 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 25ff01f3-2b89-4dad-89a5-1b60c565d476 2026-03-06 01:44:53.122 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-09f2a94d-19ee-44b7-ad3a-b00017cae239'] response: {'server_uuid': '2e1b23de-120e-480d-bb00-a78ab9b556ae', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '25ff01f3-2b89-4dad-89a5-1b60c565d476', 'code': 200} 2026-03-06 01:44:55.003 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 25ff01f3-2b89-4dad-89a5-1b60c565d476 2026-03-06 01:45:20.444 16 INFO neutron.plugins.ml2.plugin [None req-ca8e4a41-dcf7-486a-8c57-52717c6e48c5 - - - - - -] Attempt 1 to provision port f67041ce-f884-4844-9118-deb3556072ff 2026-03-06 01:45:41.536 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port eb762e1e-a8cd-4e3a-a1ca-8dd701190bcf 2026-03-06 01:45:41.679 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-d0d4335b-b758-4e26-972a-90ab898ed16a'] response: {'server_uuid': '6215fb2a-fe8c-4823-97db-930fd6f37112', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'eb762e1e-a8cd-4e3a-a1ca-8dd701190bcf', 'code': 200} 2026-03-06 01:45:43.007 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port eb762e1e-a8cd-4e3a-a1ca-8dd701190bcf 2026-03-06 01:46:21.365 13 INFO neutron.plugins.ml2.plugin [None req-1f70d148-be2f-40ec-bb9d-2c2a6bd3ec25 - - - - - -] Attempt 1 to provision port 5f0ba483-5141-42a0-b5b4-965197b1a6d4 2026-03-06 01:46:27.066 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 5f0ba483-5141-42a0-b5b4-965197b1a6d4 2026-03-06 01:46:27.208 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-649a9274-e539-4871-830e-dc7a3957e5d0'] response: {'server_uuid': '6215fb2a-fe8c-4823-97db-930fd6f37112', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5f0ba483-5141-42a0-b5b4-965197b1a6d4', 'code': 200} 2026-03-06 01:46:29.022 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 5f0ba483-5141-42a0-b5b4-965197b1a6d4 2026-03-06 01:46:31.545 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port 5f0ba483-5141-42a0-b5b4-965197b1a6d4 2026-03-06 01:46:55.992 13 INFO neutron.plugins.ml2.plugin [None req-06688059-1784-4ca3-9945-bfd1753cd663 - - - - - -] Attempt 1 to provision port aac1df4a-8484-4710-a209-3aa045f90d09 2026-03-06 01:47:02.617 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port aac1df4a-8484-4710-a209-3aa045f90d09 2026-03-06 01:47:02.775 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e123610-015a-42bc-9a43-8dc8c1fe17dc'] response: {'server_uuid': '6215fb2a-fe8c-4823-97db-930fd6f37112', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'aac1df4a-8484-4710-a209-3aa045f90d09', 'code': 200} 2026-03-06 01:47:03.221 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port aac1df4a-8484-4710-a209-3aa045f90d09 2026-03-06 01:47:12.945 16 INFO neutron.plugins.ml2.plugin [None req-7410db63-e1be-49a5-84b4-1b4e5014b64e - - - - - -] Attempt 1 to provision port df610dea-e72a-41ee-8380-810f06084c12 2026-03-06 01:47:19.296 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port df610dea-e72a-41ee-8380-810f06084c12 2026-03-06 01:47:19.398 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-4d0959f4-c2d7-4db5-8226-44d308c0f93c'] response: {'server_uuid': '6215fb2a-fe8c-4823-97db-930fd6f37112', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'df610dea-e72a-41ee-8380-810f06084c12', 'code': 200} 2026-03-06 01:47:21.219 16 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port df610dea-e72a-41ee-8380-810f06084c12 2026-03-06 01:47:22.642 16 INFO neutron.plugins.ml2.plugin [None req-c49ce0f1-da62-43c8-9567-f09007e52556 - - - - - -] Attempt 1 to provision port aac1df4a-8484-4710-a209-3aa045f90d09 2026-03-06 01:47:23.269 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port aac1df4a-8484-4710-a209-3aa045f90d09 2026-03-06 01:47:35.320 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port df610dea-e72a-41ee-8380-810f06084c12 2026-03-06 01:47:35.367 16 INFO neutron.plugins.ml2.plugin [None req-3bf2db4e-8de1-48b7-b0e2-2c4069c0029d - - - - - -] Attempt 1 to provision port df610dea-e72a-41ee-8380-810f06084c12 2026-03-06 01:47:36.762 16 INFO neutron.plugins.ml2.plugin [None req-f80fc5cf-21a9-4df4-bc87-f4098be5b0fa - - - - - -] Attempt 1 to provision port df610dea-e72a-41ee-8380-810f06084c12 2026-03-06 01:47:46.851 16 INFO neutron.plugins.ml2.plugin [None req-3cf90868-fdac-4e89-bd2f-412834a5cde4 - - - - - -] Attempt 1 to provision port aac1df4a-8484-4710-a209-3aa045f90d09 2026-03-06 01:47:47.290 13 INFO neutron.plugins.ml2.plugin [None req-cbf3eeda-4aeb-4c52-a54a-aebf0de31ba6 - - - - - -] Attempt 1 to provision port aac1df4a-8484-4710-a209-3aa045f90d09 2026-03-06 01:48:29.397 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea679e03-990d-4511-8dd9-9eee1020341b'] response: {'server_uuid': '2f08eff4-0a49-4960-add9-e0e925f42f71', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '2f904d88-c733-4f8e-8dbf-a073f8635eaf', 'code': 200}