+ 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-05-27 01:15:39.748 1 INFO neutron.common.config [-] Logging enabled! 2026-05-27 01:15:39.749 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 27.0.0 2026-05-27 01:15:39.749 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-05-27 01:15:39.749 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-27 01:15:41.255 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-27 01:15:41.257 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-27 01:15:41.260 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-27 01:15:41.261 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-27 01:15:41.261 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-27 01:15:41.261 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-27 01:15:41.261 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-27 01:15:41.268 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-27 01:15:41.268 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-27 01:15:41.268 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-27 01:15:41.286 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-27 01:15:41.287 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-27 01:15:41.287 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-27 01:15:41.305 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-27 01:15:41.306 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-27 01:15:41.306 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-27 01:15:41.306 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-27 01:15:41.573 1 INFO neutron.plugins.ml2.managers [None req-01c39db3-9e32-4d3e-9d30-21273e3a4c4a - - - - - -] Initializing driver for type 'vlan' 2026-05-27 01:15:41.716 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-01c39db3-9e32-4d3e-9d30-21273e3a4c4a - - - - - -] VlanTypeDriver initialization complete 2026-05-27 01:15:41.716 1 INFO neutron.plugins.ml2.managers [None req-01c39db3-9e32-4d3e-9d30-21273e3a4c4a - - - - - -] Initializing driver for type 'vxlan' 2026-05-27 01:15:41.716 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-01c39db3-9e32-4d3e-9d30-21273e3a4c4a - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-27 01:15:41.760 1 INFO neutron.plugins.ml2.managers [None req-01c39db3-9e32-4d3e-9d30-21273e3a4c4a - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-27 01:15:41.760 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-01c39db3-9e32-4d3e-9d30-21273e3a4c4a - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-27 01:15:41.760 1 INFO neutron.plugins.ml2.managers [None req-01c39db3-9e32-4d3e-9d30-21273e3a4c4a - - - - - -] Initializing extension driver 'port_security' 2026-05-27 01:15:41.760 1 INFO neutron.plugins.ml2.extensions.port_security [None req-01c39db3-9e32-4d3e-9d30-21273e3a4c4a - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-27 01:15:41.761 1 INFO neutron.plugins.ml2.managers [None req-01c39db3-9e32-4d3e-9d30-21273e3a4c4a - - - - - -] Initializing extension driver 'qos' 2026-05-27 01:15:41.761 1 INFO neutron.plugins.ml2.managers [None req-01c39db3-9e32-4d3e-9d30-21273e3a4c4a - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-27 01:15:41.761 1 INFO neutron.plugins.ml2.managers [None req-01c39db3-9e32-4d3e-9d30-21273e3a4c4a - - - - - -] Initializing mechanism driver 'l2population' 2026-05-27 01:15:41.778 1 INFO neutron.quota [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded quota_driver: . 2026-05-27 01:15:41.778 1 INFO neutron.plugins.ml2.plugin [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Modular L2 Plugin initialization complete 2026-05-27 01:15:41.778 1 INFO neutron.plugins.ml2.managers [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-27 01:15:41.778 1 INFO neutron.plugins.ml2.managers [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-27 01:15:41.779 1 INFO neutron.plugins.ml2.managers [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Got port-security extension from driver 'port_security' 2026-05-27 01:15:41.779 1 INFO neutron.manager [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loading Plugin: qos 2026-05-27 01:15:41.791 1 INFO neutron.manager [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loading Plugin: router 2026-05-27 01:15:41.831 1 INFO neutron.services.service_base [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-27 01:15:41.831 1 INFO neutron.manager [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loading Plugin: segments 2026-05-27 01:15:41.895 1 INFO neutron.manager [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loading Plugin: trunk 2026-05-27 01:15:41.909 1 INFO neutron.manager [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loading Plugin: vpnaas 2026-05-27 01:15:41.941 1 WARNING stevedore.named [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-27 01:15:42.013 1 INFO neutron_vpnaas.services.vpn.plugin [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-27 01:15:42.013 1 INFO neutron.common.utils [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-27 01:15:42.013 1 INFO neutron.manager [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loading Plugin: taas 2026-05-27 01:15:42.033 1 WARNING stevedore.named [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-27 01:15:42.033 1 WARNING stevedore.named [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-27 01:15:42.058 1 INFO neutron_taas.services.taas.taas_plugin [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-27 01:15:42.059 1 INFO neutron.manager [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loading Plugin: tapmirror 2026-05-27 01:15:42.069 1 WARNING stevedore.named [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-27 01:15:42.069 1 WARNING stevedore.named [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-27 01:15:42.083 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-27 01:15:42.084 1 INFO neutron.manager [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loading Plugin: auto_allocate 2026-05-27 01:15:42.090 1 INFO neutron.manager [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loading Plugin: tag 2026-05-27 01:15:42.099 1 INFO neutron.manager [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loading Plugin: timestamp 2026-05-27 01:15:42.101 1 INFO neutron.manager [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loading Plugin: network_ip_availability 2026-05-27 01:15:42.104 1 INFO neutron.manager [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loading Plugin: flavors 2026-05-27 01:15:42.108 1 INFO neutron.manager [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loading Plugin: revisions 2026-05-27 01:15:42.111 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Initializing extension manager. 2026-05-27 01:15:42.112 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: address-group 2026-05-27 01:15:42.113 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: address-scope 2026-05-27 01:15:42.113 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-27 01:15:42.114 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: agent 2026-05-27 01:15:42.115 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: agent-resources-synced 2026-05-27 01:15:42.115 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: allowed-address-pairs 2026-05-27 01:15:42.116 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: auto-allocated-topology 2026-05-27 01:15:42.117 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: availability_zone 2026-05-27 01:15:42.118 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: availability_zone_filter 2026-05-27 01:15:42.119 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-27 01:15:42.119 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: default-subnetpools 2026-05-27 01:15:42.121 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-27 01:15:42.121 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: dns-integration 2026-05-27 01:15:42.122 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: dns-domain-ports 2026-05-27 01:15:42.122 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-27 01:15:42.123 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: dvr 2026-05-27 01:15:42.123 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-27 01:15:42.124 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: empty-string-filtering 2026-05-27 01:15:42.124 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-27 01:15:42.124 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-27 01:15:42.125 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: external-net 2026-05-27 01:15:42.125 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-27 01:15:42.126 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: extraroute 2026-05-27 01:15:42.126 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: extraroute-atomic 2026-05-27 01:15:42.127 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-27 01:15:42.127 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-27 01:15:42.128 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-27 01:15:42.128 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-27 01:15:42.129 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: fip-port-details 2026-05-27 01:15:42.130 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: flavors 2026-05-27 01:15:42.131 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-27 01:15:42.131 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: floatingip-pools 2026-05-27 01:15:42.132 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: ip_allocation 2026-05-27 01:15:42.132 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: ip-substring-filtering 2026-05-27 01:15:42.133 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: l2_adjacency 2026-05-27 01:15:42.134 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: router 2026-05-27 01:15:42.135 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-27 01:15:42.136 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-27 01:15:42.137 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-27 01:15:42.137 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: ext-gw-mode 2026-05-27 01:15:42.138 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: l3-ha 2026-05-27 01:15:42.139 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-27 01:15:42.139 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-27 01:15:42.140 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: l3-flavors 2026-05-27 01:15:42.140 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-27 01:15:42.141 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-27 01:15:42.143 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-27 01:15:42.144 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-27 01:15:42.145 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-27 01:15:42.146 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-27 01:15:42.146 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-27 01:15:42.147 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: multi-provider 2026-05-27 01:15:42.147 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: net-mtu 2026-05-27 01:15:42.148 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: net-mtu-writable 2026-05-27 01:15:42.148 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: network_availability_zone 2026-05-27 01:15:42.149 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: network_ha 2026-05-27 01:15:42.149 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: network-ip-availability 2026-05-27 01:15:42.150 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-27 01:15:42.151 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: pagination 2026-05-27 01:15:42.151 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: port-device-profile 2026-05-27 01:15:42.152 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-27 01:15:42.152 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-27 01:15:42.153 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-27 01:15:42.153 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: port-mac-override 2026-05-27 01:15:42.154 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-27 01:15:42.154 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-27 01:15:42.155 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-27 01:15:42.155 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: port-resource-request 2026-05-27 01:15:42.156 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: port-resource-request-groups 2026-05-27 01:15:42.156 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-27 01:15:42.157 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: binding 2026-05-27 01:15:42.159 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: binding-extended 2026-05-27 01:15:42.160 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: port-security 2026-05-27 01:15:42.161 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: project-id 2026-05-27 01:15:42.162 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: provider 2026-05-27 01:15:42.163 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-27 01:15:42.166 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: qos 2026-05-27 01:15:42.167 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-27 01:15:42.167 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-27 01:15:42.168 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: qos-default 2026-05-27 01:15:42.169 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: qos-fip 2026-05-27 01:15:42.169 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-27 01:15:42.170 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: qos-gateway-ip 2026-05-27 01:15:42.170 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: qos-port-network-policy 2026-05-27 01:15:42.171 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: qos-pps-minimum 2026-05-27 01:15:42.172 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-27 01:15:42.173 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: qos-pps 2026-05-27 01:15:42.173 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: qos-rule-type-details 2026-05-27 01:15:42.174 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-27 01:15:42.175 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: qos-rules-alias 2026-05-27 01:15:42.175 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: quota-check-limit 2026-05-27 01:15:42.176 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: quota-check-limit-default 2026-05-27 01:15:42.178 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: quotas 2026-05-27 01:15:42.181 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: quota_details 2026-05-27 01:15:42.182 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: rbac-policies 2026-05-27 01:15:42.183 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: rbac-address-group 2026-05-27 01:15:42.183 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: rbac-address-scope 2026-05-27 01:15:42.183 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: rbac-security-groups 2026-05-27 01:15:42.184 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: rbac-subnetpool 2026-05-27 01:15:42.184 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: revision-if-match 2026-05-27 01:15:42.185 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: standard-attr-revisions 2026-05-27 01:15:42.185 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: router_availability_zone 2026-05-27 01:15:42.186 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-27 01:15:42.187 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: security-groups-default-rules 2026-05-27 01:15:42.187 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-27 01:15:42.188 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-27 01:15:42.188 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-27 01:15:42.189 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-27 01:15:42.189 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-27 01:15:42.193 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: security-group 2026-05-27 01:15:42.194 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: segment 2026-05-27 01:15:42.194 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-27 01:15:42.195 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: service-type 2026-05-27 01:15:42.195 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: sorting 2026-05-27 01:15:42.196 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: standard-attr-segment 2026-05-27 01:15:42.196 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: standard-attr-description 2026-05-27 01:15:42.197 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: stateful-security-group 2026-05-27 01:15:42.197 1 WARNING neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-27 01:15:42.197 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-27 01:15:42.198 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: subnet-external-network 2026-05-27 01:15:42.198 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: subnet_onboard 2026-05-27 01:15:42.199 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-27 01:15:42.199 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: subnet-service-types 2026-05-27 01:15:42.200 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: subnet_allocation 2026-05-27 01:15:42.200 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-27 01:15:42.201 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: tag-creation 2026-05-27 01:15:42.201 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-27 01:15:42.204 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: standard-attr-tag 2026-05-27 01:15:42.205 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-27 01:15:42.206 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: trunk 2026-05-27 01:15:42.206 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: trunk-details 2026-05-27 01:15:42.207 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-27 01:15:42.207 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-27 01:15:42.207 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-27 01:15:42.208 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-27 01:15:42.210 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-27 01:15:42.210 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-27 01:15:42.211 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: vpn-flavors 2026-05-27 01:15:42.212 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: vpnaas 2026-05-27 01:15:42.213 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: taas 2026-05-27 01:15:42.214 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: tap-mirror 2026-05-27 01:15:42.214 1 INFO neutron.api.extensions [None req-12907554-a74a-45a1-8ee4-d008fd522f6b - - - - - -] Loaded extension: taas-vlan-filter 2026-05-27 01:16:12.299 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-27 01:16:12.338 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-27 01:16:12.345 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-27 01:16:17.105 16 INFO neutron.db.l3_hamode_db [None req-d7c98f3c-b801-4688-89b3-19ca75b5e4f6 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-27 01:16:35.652 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 8b2ab71a-198e-40cd-97df-cef9751116d1 2026-05-27 01:16:35.935 16 INFO neutron.plugins.ml2.plugin [None req-ad985982-39e7-4315-a0f3-58edee9dce45 - - - - - -] Attempt 1 to provision port 8b2ab71a-198e-40cd-97df-cef9751116d1 2026-05-27 01:16:37.554 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 8b2ab71a-198e-40cd-97df-cef9751116d1 2026-05-27 01:16:37.602 16 INFO neutron.plugins.ml2.plugin [None req-39e811ca-b4b8-4778-9747-b2e77cc3119f - - - - - -] Attempt 1 to provision port 8b2ab71a-198e-40cd-97df-cef9751116d1 2026-05-27 01:21:11.024 13 INFO neutron.plugins.ml2.plugin [None req-fdc6d5c9-20b4-4d64-963f-dee2fb891706 - - - - - -] Attempt 1 to provision port a0ff4f38-354b-48d4-8f1a-dc8b15632a6b 2026-05-27 01:21:11.671 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port a0ff4f38-354b-48d4-8f1a-dc8b15632a6b 2026-05-27 01:21:12.673 13 INFO neutron.plugins.ml2.plugin [None req-bd623733-d928-40a2-b6c7-664e81c09728 - - - - - -] Attempt 1 to provision port a0ff4f38-354b-48d4-8f1a-dc8b15632a6b 2026-05-27 01:21:17.635 13 INFO neutron.plugins.ml2.plugin [None req-c11064f7-877b-42e6-89b4-354ee0c2fa83 - - - - - -] Attempt 1 to provision port 58b0174b-1f4e-4c7c-92c0-7c06851b7ec5 2026-05-27 01:25:06.318 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 58b0174b-1f4e-4c7c-92c0-7c06851b7ec5 2026-05-27 01:25:07.771 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 58b0174b-1f4e-4c7c-92c0-7c06851b7ec5 2026-05-27 01:34:53.899 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port da8e90b7-050e-4f60-84f0-8b6d87ef3c72 2026-05-27 01:34:55.870 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port da8e90b7-050e-4f60-84f0-8b6d87ef3c72 2026-05-27 01:44:13.809 16 INFO neutron.plugins.ml2.plugin [None req-8698168e-b332-468a-b47d-bb67c6ba57a9 - - - - - -] Attempt 1 to provision port 58b0174b-1f4e-4c7c-92c0-7c06851b7ec5 2026-05-27 01:44:13.857 16 INFO neutron.plugins.ml2.plugin [None req-8698168e-b332-468a-b47d-bb67c6ba57a9 - - - - - -] Attempt 1 to provision port 8b2ab71a-198e-40cd-97df-cef9751116d1 2026-05-27 01:44:13.911 16 INFO neutron.plugins.ml2.plugin [None req-8698168e-b332-468a-b47d-bb67c6ba57a9 - - - - - -] Attempt 1 to provision port a0ff4f38-354b-48d4-8f1a-dc8b15632a6b 2026-05-27 01:50:54.192 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port bc95abfa-87f3-4bda-8cc7-281dabe2cc0c 2026-05-27 01:50:56.184 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port bc95abfa-87f3-4bda-8cc7-281dabe2cc0c 2026-05-27 01:50:58.358 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port b4f1f0e5-f00a-4ef2-9cfe-ff78f1bcc823 2026-05-27 01:51:00.131 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port b4f1f0e5-f00a-4ef2-9cfe-ff78f1bcc823 2026-05-27 01:51:00.995 13 INFO neutron.plugins.ml2.plugin [None req-4f636448-93a6-4b22-8167-b41348c5cc3f - - - - - -] Attempt 1 to provision port b4f1f0e5-f00a-4ef2-9cfe-ff78f1bcc823 2026-05-27 01:51:01.056 13 INFO neutron.plugins.ml2.plugin [None req-4f636448-93a6-4b22-8167-b41348c5cc3f - - - - - -] Attempt 1 to provision port 500d28f4-5086-4340-8478-095342ec3176 2026-05-27 01:51:01.093 13 INFO neutron.plugins.ml2.plugin [None req-4f636448-93a6-4b22-8167-b41348c5cc3f - - - - - -] Attempt 1 to provision port f3454181-248a-46d8-adcc-cb11be9be156 2026-05-27 01:51:02.275 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 16a39801-3936-46ad-a12c-cfdad32e410e 2026-05-27 01:51:04.257 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 4471ed7b-f8a5-4860-8b24-68babc3f8a59 2026-05-27 01:51:04.647 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 16a39801-3936-46ad-a12c-cfdad32e410e 2026-05-27 01:51:06.267 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 6c9c8564-df75-4dea-a359-e44cf08f490a 2026-05-27 01:51:06.604 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 4471ed7b-f8a5-4860-8b24-68babc3f8a59 2026-05-27 01:51:06.777 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 7cbe5e39-070e-4b7b-958f-fb6664555a37 2026-05-27 01:51:08.089 13 INFO neutron.plugins.ml2.plugin [None req-54c8f16f-9915-444f-b8f7-2c6ed3b2065b - - - - - -] Attempt 1 to provision port 6c9c8564-df75-4dea-a359-e44cf08f490a 2026-05-27 01:51:08.156 13 INFO neutron.plugins.ml2.plugin [None req-54c8f16f-9915-444f-b8f7-2c6ed3b2065b - - - - - -] Attempt 1 to provision port 1822749e-56f3-443b-9399-7d891d3a957f 2026-05-27 01:51:08.230 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 6c9c8564-df75-4dea-a359-e44cf08f490a 2026-05-27 01:51:08.444 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 7cbe5e39-070e-4b7b-958f-fb6664555a37 2026-05-27 01:51:10.748 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port cae9c2fa-97a1-44d9-b9fa-eae781151282 2026-05-27 01:51:11.285 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-72592819-a1d1-4bde-a1d6-7a75d0ec44bb'] response: {'server_uuid': 'ece4386f-96b1-4ce1-b8d4-b0b056bc5d8c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cae9c2fa-97a1-44d9-b9fa-eae781151282', 'code': 200} 2026-05-27 01:51:12.410 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port cae9c2fa-97a1-44d9-b9fa-eae781151282 2026-05-27 01:51:12.613 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 7e8d93c3-2ea3-411b-bb17-62f00b4ea704 2026-05-27 01:51:14.290 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 7e8d93c3-2ea3-411b-bb17-62f00b4ea704 2026-05-27 01:51:16.090 13 INFO neutron.plugins.ml2.plugin [None req-8a8ed818-9e22-4341-9207-8fa36e4800a0 - - - - - -] Attempt 1 to provision port b4f1f0e5-f00a-4ef2-9cfe-ff78f1bcc823 2026-05-27 01:51:16.165 13 INFO neutron.plugins.ml2.plugin [None req-8a8ed818-9e22-4341-9207-8fa36e4800a0 - - - - - -] Attempt 1 to provision port cae9c2fa-97a1-44d9-b9fa-eae781151282 2026-05-27 01:51:16.226 13 INFO neutron.plugins.ml2.plugin [None req-8a8ed818-9e22-4341-9207-8fa36e4800a0 - - - - - -] Attempt 1 to provision port 7e8d93c3-2ea3-411b-bb17-62f00b4ea704 2026-05-27 01:51:16.286 13 INFO neutron.plugins.ml2.plugin [None req-8a8ed818-9e22-4341-9207-8fa36e4800a0 - - - - - -] Attempt 1 to provision port f58bb1dd-92e8-4abd-b9f2-a3be18a0844f 2026-05-27 01:51:16.344 13 INFO neutron.plugins.ml2.plugin [None req-8a8ed818-9e22-4341-9207-8fa36e4800a0 - - - - - -] Attempt 1 to provision port 500d28f4-5086-4340-8478-095342ec3176 2026-05-27 01:51:16.369 13 INFO neutron.plugins.ml2.plugin [None req-8a8ed818-9e22-4341-9207-8fa36e4800a0 - - - - - -] Attempt 1 to provision port 1822749e-56f3-443b-9399-7d891d3a957f 2026-05-27 01:51:16.759 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 5288c6d8-d741-4653-86b6-c37df7af7247 2026-05-27 01:51:16.879 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-5743148d-6b07-48ea-9800-460572726959'] response: {'server_uuid': '0a941faf-41e5-4fd2-8bed-9d9cfacdc433', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5288c6d8-d741-4653-86b6-c37df7af7247', 'code': 200} 2026-05-27 01:51:18.297 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 5288c6d8-d741-4653-86b6-c37df7af7247 2026-05-27 01:51:23.689 13 INFO neutron.plugins.ml2.plugin [None req-6a9c256f-3fb9-401f-91ef-16cc80350454 - - - - - -] Attempt 1 to provision port e9bc8c83-54e6-4775-a781-29faec08b2c7 2026-05-27 01:51:23.740 13 INFO neutron.plugins.ml2.plugin [None req-6a9c256f-3fb9-401f-91ef-16cc80350454 - - - - - -] Attempt 1 to provision port 15cb90d0-42fa-4944-8758-e55a98c1d0f6 2026-05-27 01:51:23.782 13 INFO neutron.plugins.ml2.plugin [None req-6a9c256f-3fb9-401f-91ef-16cc80350454 - - - - - -] Attempt 1 to provision port 500d28f4-5086-4340-8478-095342ec3176 2026-05-27 01:51:23.838 13 INFO neutron.plugins.ml2.plugin [None req-6a9c256f-3fb9-401f-91ef-16cc80350454 - - - - - -] Attempt 1 to provision port 5288c6d8-d741-4653-86b6-c37df7af7247 2026-05-27 01:51:23.913 13 INFO neutron.plugins.ml2.plugin [None req-6a9c256f-3fb9-401f-91ef-16cc80350454 - - - - - -] Attempt 1 to provision port 1822749e-56f3-443b-9399-7d891d3a957f 2026-05-27 01:51:23.939 13 INFO neutron.plugins.ml2.plugin [None req-6a9c256f-3fb9-401f-91ef-16cc80350454 - - - - - -] Attempt 1 to provision port 7e8d93c3-2ea3-411b-bb17-62f00b4ea704 2026-05-27 01:51:24.002 13 INFO neutron.plugins.ml2.plugin [None req-6a9c256f-3fb9-401f-91ef-16cc80350454 - - - - - -] Attempt 1 to provision port f58bb1dd-92e8-4abd-b9f2-a3be18a0844f 2026-05-27 01:51:24.842 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port c833d1af-8aab-4c21-baa6-966c226c1aa1 2026-05-27 01:51:25.002 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-0fcbee5e-9bb7-43ab-94a2-b6b0c9405223'] response: {'server_uuid': 'fe800605-90da-4441-8526-f8d489b0db2b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c833d1af-8aab-4c21-baa6-966c226c1aa1', 'code': 200} 2026-05-27 01:51:26.258 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port c833d1af-8aab-4c21-baa6-966c226c1aa1 2026-05-27 01:51:27.176 13 INFO neutron.plugins.ml2.plugin [None req-61bfb09f-d5ab-4155-9387-88863c179490 - - - - - -] Attempt 1 to provision port c833d1af-8aab-4c21-baa6-966c226c1aa1 2026-05-27 01:51:27.238 13 INFO neutron.plugins.ml2.plugin [None req-61bfb09f-d5ab-4155-9387-88863c179490 - - - - - -] Attempt 1 to provision port cae9c2fa-97a1-44d9-b9fa-eae781151282 2026-05-27 01:51:36.244 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 500d28f4-5086-4340-8478-095342ec3176 2026-05-27 01:51:38.265 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 500d28f4-5086-4340-8478-095342ec3176 2026-05-27 01:51:38.466 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port f3454181-248a-46d8-adcc-cb11be9be156 2026-05-27 01:51:38.747 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 6e623fdc-3a59-4a6d-b7f1-a1ef87cf1373 2026-05-27 01:51:40.418 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 58a71562-cba1-4b75-b607-92c9bd63ee66 2026-05-27 01:51:40.839 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port f3454181-248a-46d8-adcc-cb11be9be156 2026-05-27 01:51:41.095 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 6e623fdc-3a59-4a6d-b7f1-a1ef87cf1373 2026-05-27 01:51:42.250 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 58a71562-cba1-4b75-b607-92c9bd63ee66 2026-05-27 01:51:43.796 16 INFO neutron.plugins.ml2.plugin [None req-158ec09c-7002-4765-994e-e76542862605 - - - - - -] Attempt 1 to provision port e677f735-4f07-4652-97ff-505062cf74ac 2026-05-27 01:51:43.827 16 INFO neutron.plugins.ml2.plugin [None req-158ec09c-7002-4765-994e-e76542862605 - - - - - -] Attempt 1 to provision port 58a71562-cba1-4b75-b607-92c9bd63ee66 2026-05-27 01:51:48.213 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 3d3bb25a-76d0-4a81-86ee-6c58f835f32d 2026-05-27 01:51:50.989 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port aaaf86c4-74d0-44bf-a85f-cd194d8d82e9 2026-05-27 01:51:51.125 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-502028ea-6194-46dc-837a-22a193d022fd'] response: {'server_uuid': '342ecfba-b345-424e-815c-1b168673587d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'aaaf86c4-74d0-44bf-a85f-cd194d8d82e9', 'code': 200} 2026-05-27 01:51:51.391 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 3d3bb25a-76d0-4a81-86ee-6c58f835f32d 2026-05-27 01:51:51.813 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 83192f72-6301-4d60-a23c-5cd9d244f63d 2026-05-27 01:51:52.694 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port aaaf86c4-74d0-44bf-a85f-cd194d8d82e9 2026-05-27 01:51:52.890 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 83192f72-6301-4d60-a23c-5cd9d244f63d 2026-05-27 01:51:55.107 13 INFO neutron.plugins.ml2.plugin [None req-94b951da-6bbe-41b2-892f-c0742d928668 - - - - - -] Attempt 1 to provision port 83192f72-6301-4d60-a23c-5cd9d244f63d 2026-05-27 01:51:55.784 16 WARNING neutron.plugins.ml2.plugin [None req-aba8f247-949e-441e-855f-d4766a1039a5 - - - - - -] Concurrent port binding operations failed on port 0fe149a9-daf1-492e-864c-0109c148e9c1 2026-05-27 01:51:55.787 16 INFO neutron.plugins.ml2.plugin [None req-aba8f247-949e-441e-855f-d4766a1039a5 - - - - - -] Attempt 2 to bind port 0fe149a9-daf1-492e-864c-0109c148e9c1 2026-05-27 01:51:56.144 16 WARNING neutron.plugins.ml2.plugin [None req-aba8f247-949e-441e-855f-d4766a1039a5 - - - - - -] Concurrent port binding operations failed on port e677f735-4f07-4652-97ff-505062cf74ac 2026-05-27 01:51:56.148 16 INFO neutron.plugins.ml2.plugin [None req-aba8f247-949e-441e-855f-d4766a1039a5 - - - - - -] Attempt 2 to bind port e677f735-4f07-4652-97ff-505062cf74ac 2026-05-27 01:51:56.672 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 0fe149a9-daf1-492e-864c-0109c148e9c1 2026-05-27 01:51:56.919 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port e677f735-4f07-4652-97ff-505062cf74ac 2026-05-27 01:51:58.588 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 0fe149a9-daf1-492e-864c-0109c148e9c1 2026-05-27 01:51:58.737 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port e677f735-4f07-4652-97ff-505062cf74ac 2026-05-27 01:52:01.227 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 21792c7f-4c14-4763-ae55-69de1e7531a5 2026-05-27 01:52:01.388 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-31cef762-eacf-426c-9879-5eeeabfc5569'] response: {'server_uuid': '557f42b7-b469-4c41-88eb-af72bbc26b70', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '21792c7f-4c14-4763-ae55-69de1e7531a5', 'code': 200} 2026-05-27 01:52:01.431 13 INFO neutron.plugins.ml2.plugin [None req-db0295b8-256a-4471-9d43-36cfaf1689b7 - - - - - -] Attempt 1 to provision port 4462e3a5-a45e-4ca0-90c2-47d4e311fa80 2026-05-27 01:52:01.488 13 INFO neutron.plugins.ml2.plugin [None req-db0295b8-256a-4471-9d43-36cfaf1689b7 - - - - - -] Attempt 1 to provision port e677f735-4f07-4652-97ff-505062cf74ac 2026-05-27 01:52:01.561 13 INFO neutron.plugins.ml2.plugin [None req-db0295b8-256a-4471-9d43-36cfaf1689b7 - - - - - -] Attempt 1 to provision port aaaf86c4-74d0-44bf-a85f-cd194d8d82e9 2026-05-27 01:52:01.650 13 INFO neutron.plugins.ml2.plugin [None req-db0295b8-256a-4471-9d43-36cfaf1689b7 - - - - - -] Attempt 1 to provision port 83192f72-6301-4d60-a23c-5cd9d244f63d 2026-05-27 01:52:01.725 13 INFO neutron.plugins.ml2.plugin [None req-db0295b8-256a-4471-9d43-36cfaf1689b7 - - - - - -] Attempt 1 to provision port 21792c7f-4c14-4763-ae55-69de1e7531a5 2026-05-27 01:52:01.789 13 INFO neutron.plugins.ml2.plugin [None req-db0295b8-256a-4471-9d43-36cfaf1689b7 - - - - - -] Attempt 1 to provision port 58a71562-cba1-4b75-b607-92c9bd63ee66 2026-05-27 01:52:02.700 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 21792c7f-4c14-4763-ae55-69de1e7531a5 2026-05-27 01:52:06.679 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 4462e3a5-a45e-4ca0-90c2-47d4e311fa80 2026-05-27 01:52:07.019 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 2d77491f-816a-4c19-a303-7a2922067a6f 2026-05-27 01:52:07.355 16 INFO neutron.plugins.ml2.plugin [None req-2a530065-4c38-4bbf-9c8e-1cf761f15b2d - - - - - -] Attempt 1 to provision port e677f735-4f07-4652-97ff-505062cf74ac 2026-05-27 01:52:07.441 16 INFO neutron.plugins.ml2.plugin [None req-2a530065-4c38-4bbf-9c8e-1cf761f15b2d - - - - - -] Attempt 1 to provision port aaaf86c4-74d0-44bf-a85f-cd194d8d82e9 2026-05-27 01:52:07.551 16 INFO neutron.plugins.ml2.plugin [None req-2a530065-4c38-4bbf-9c8e-1cf761f15b2d - - - - - -] Attempt 1 to provision port 0fe149a9-daf1-492e-864c-0109c148e9c1 2026-05-27 01:52:08.642 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 4462e3a5-a45e-4ca0-90c2-47d4e311fa80 2026-05-27 01:52:08.835 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 2d77491f-816a-4c19-a303-7a2922067a6f 2026-05-27 01:52:10.607 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 93b87c4f-600c-468b-8fd9-9a8e0ef68267 2026-05-27 01:52:12.707 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 93b87c4f-600c-468b-8fd9-9a8e0ef68267 2026-05-27 01:52:12.980 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 4bc8566e-8f0e-4d20-b8c2-fa16d445f48f 2026-05-27 01:52:15.040 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 4bc8566e-8f0e-4d20-b8c2-fa16d445f48f 2026-05-27 01:52:19.665 16 INFO neutron.plugins.ml2.plugin [None req-35babafb-4543-46e8-a5cf-ad8d8185a1c9 - - - - - -] Attempt 1 to provision port 4bc8566e-8f0e-4d20-b8c2-fa16d445f48f 2026-05-27 01:52:19.726 16 INFO neutron.plugins.ml2.plugin [None req-35babafb-4543-46e8-a5cf-ad8d8185a1c9 - - - - - -] Attempt 1 to provision port f7f2f411-1595-435f-b0ab-ed063d57e906 2026-05-27 01:52:21.655 16 INFO neutron.plugins.ml2.plugin [None req-60863d8a-c666-4ec9-883e-93061763aa44 - - - - - -] Attempt 1 to provision port f7f2f411-1595-435f-b0ab-ed063d57e906 2026-05-27 01:52:21.684 16 INFO neutron.plugins.ml2.plugin [None req-60863d8a-c666-4ec9-883e-93061763aa44 - - - - - -] Attempt 1 to provision port 67d3ca8f-832c-45f1-ad4d-c0acd01f86ff 2026-05-27 01:52:23.693 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 58dea206-da9f-4fd5-a949-cbe06d32edfa 2026-05-27 01:52:24.337 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-661d254d-90e6-4d00-8b8e-03696a39397c'] response: {'server_uuid': '9238ddf6-94b5-4434-9e51-70e1be3bc747', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '58dea206-da9f-4fd5-a949-cbe06d32edfa', 'code': 200} 2026-05-27 01:52:24.598 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 58dea206-da9f-4fd5-a949-cbe06d32edfa 2026-05-27 01:52:25.205 13 INFO neutron.plugins.ml2.plugin [None req-ac975722-227b-4a0b-9445-409ec1c8bb15 - - - - - -] Attempt 1 to provision port 58dea206-da9f-4fd5-a949-cbe06d32edfa 2026-05-27 01:52:25.327 13 INFO neutron.plugins.ml2.plugin [None req-ac975722-227b-4a0b-9445-409ec1c8bb15 - - - - - -] Attempt 1 to provision port f7f2f411-1595-435f-b0ab-ed063d57e906 2026-05-27 01:52:25.374 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-b2251cc4-f501-4e72-8187-bedb9a19c4bd'] response: {'server_uuid': '342ecfba-b345-424e-815c-1b168673587d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'aaaf86c4-74d0-44bf-a85f-cd194d8d82e9', 'code': 200} 2026-05-27 01:52:27.279 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port aaaf86c4-74d0-44bf-a85f-cd194d8d82e9 2026-05-27 01:52:27.393 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8fcdac9-18db-4c74-b0e8-053633be70c8'] response: {'server_uuid': '342ecfba-b345-424e-815c-1b168673587d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'aaaf86c4-74d0-44bf-a85f-cd194d8d82e9', 'code': 200} 2026-05-27 01:52:27.644 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port f7f2f411-1595-435f-b0ab-ed063d57e906 2026-05-27 01:52:27.943 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 67d3ca8f-832c-45f1-ad4d-c0acd01f86ff 2026-05-27 01:52:28.660 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port aaaf86c4-74d0-44bf-a85f-cd194d8d82e9 2026-05-27 01:52:28.846 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port f7f2f411-1595-435f-b0ab-ed063d57e906 2026-05-27 01:52:29.108 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 67d3ca8f-832c-45f1-ad4d-c0acd01f86ff 2026-05-27 01:52:40.976 16 INFO neutron.plugins.ml2.plugin [None req-35f55623-2bae-4553-b384-c4aec7fb1cfd - - - - - -] Attempt 1 to provision port 3fc21f2b-44d0-4fb2-9696-0c567a86b78e 2026-05-27 01:52:44.713 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 7890c799-62fa-4e30-a028-0e1798db091c 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6bde1f2d-6a16-4ad1-a87c-96a7026091e2 could not be found. 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-27 01:52:44.811 13 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-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-27 01:52:44.811 13 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-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-27 01:52:44.811 13 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-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.811 13 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-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.811 13 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-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.811 13 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-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6bde1f2d-6a16-4ad1-a87c-96a7026091e2 could not be found. 2026-05-27 01:52:44.811 13 ERROR neutron.plugins.ml2.managers 2026-05-27 01:52:44.819 13 ERROR neutron.plugins.ml2.managers [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Failed to bind port f16db920-446a-4fc5-9f83-1bf0c6d7e03d on host instance for vnic_type normal using segments [{'id': 'd5671401-3b55-45a9-9621-13f2319e1f85', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 68, 'network_id': 'f2cace7a-d47d-4e49-9473-7a4768b89dd0'}] 2026-05-27 01:52:44.820 13 INFO neutron.plugins.ml2.plugin [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Attempt 2 to bind port f16db920-446a-4fc5-9f83-1bf0c6d7e03d 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6bde1f2d-6a16-4ad1-a87c-96a7026091e2 could not be found. 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-27 01:52:44.841 13 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-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-27 01:52:44.841 13 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-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-27 01:52:44.841 13 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-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.841 13 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-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.841 13 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-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.841 13 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-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6bde1f2d-6a16-4ad1-a87c-96a7026091e2 could not be found. 2026-05-27 01:52:44.841 13 ERROR neutron.plugins.ml2.managers 2026-05-27 01:52:44.844 13 ERROR neutron.plugins.ml2.managers [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Failed to bind port f16db920-446a-4fc5-9f83-1bf0c6d7e03d on host instance for vnic_type normal using segments [{'id': 'd5671401-3b55-45a9-9621-13f2319e1f85', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 68, 'network_id': 'f2cace7a-d47d-4e49-9473-7a4768b89dd0'}] 2026-05-27 01:52:44.846 13 INFO neutron.plugins.ml2.plugin [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Attempt 3 to bind port f16db920-446a-4fc5-9f83-1bf0c6d7e03d 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6bde1f2d-6a16-4ad1-a87c-96a7026091e2 could not be found. 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-27 01:52:44.874 13 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-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-27 01:52:44.874 13 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-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-27 01:52:44.874 13 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-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.874 13 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-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.874 13 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-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.874 13 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-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6bde1f2d-6a16-4ad1-a87c-96a7026091e2 could not be found. 2026-05-27 01:52:44.874 13 ERROR neutron.plugins.ml2.managers 2026-05-27 01:52:44.878 13 ERROR neutron.plugins.ml2.managers [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Failed to bind port f16db920-446a-4fc5-9f83-1bf0c6d7e03d on host instance for vnic_type normal using segments [{'id': 'd5671401-3b55-45a9-9621-13f2319e1f85', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 68, 'network_id': 'f2cace7a-d47d-4e49-9473-7a4768b89dd0'}] 2026-05-27 01:52:44.878 13 INFO neutron.plugins.ml2.plugin [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Attempt 4 to bind port f16db920-446a-4fc5-9f83-1bf0c6d7e03d 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6bde1f2d-6a16-4ad1-a87c-96a7026091e2 could not be found. 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-27 01:52:44.903 13 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-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-27 01:52:44.903 13 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-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-27 01:52:44.903 13 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-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.903 13 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-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.903 13 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-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.903 13 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-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6bde1f2d-6a16-4ad1-a87c-96a7026091e2 could not be found. 2026-05-27 01:52:44.903 13 ERROR neutron.plugins.ml2.managers 2026-05-27 01:52:44.905 13 ERROR neutron.plugins.ml2.managers [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Failed to bind port f16db920-446a-4fc5-9f83-1bf0c6d7e03d on host instance for vnic_type normal using segments [{'id': 'd5671401-3b55-45a9-9621-13f2319e1f85', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 68, 'network_id': 'f2cace7a-d47d-4e49-9473-7a4768b89dd0'}] 2026-05-27 01:52:44.907 13 INFO neutron.plugins.ml2.plugin [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Attempt 5 to bind port f16db920-446a-4fc5-9f83-1bf0c6d7e03d 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6bde1f2d-6a16-4ad1-a87c-96a7026091e2 could not be found. 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-27 01:52:44.928 13 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-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-27 01:52:44.928 13 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-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-27 01:52:44.928 13 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-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.928 13 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-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.928 13 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-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.928 13 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-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6bde1f2d-6a16-4ad1-a87c-96a7026091e2 could not be found. 2026-05-27 01:52:44.928 13 ERROR neutron.plugins.ml2.managers 2026-05-27 01:52:44.932 13 ERROR neutron.plugins.ml2.managers [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Failed to bind port f16db920-446a-4fc5-9f83-1bf0c6d7e03d on host instance for vnic_type normal using segments [{'id': 'd5671401-3b55-45a9-9621-13f2319e1f85', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 68, 'network_id': 'f2cace7a-d47d-4e49-9473-7a4768b89dd0'}] 2026-05-27 01:52:44.932 13 INFO neutron.plugins.ml2.plugin [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Attempt 6 to bind port f16db920-446a-4fc5-9f83-1bf0c6d7e03d 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6bde1f2d-6a16-4ad1-a87c-96a7026091e2 could not be found. 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-27 01:52:44.966 13 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-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-27 01:52:44.966 13 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-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-27 01:52:44.966 13 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-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.966 13 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-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.966 13 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-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.966 13 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-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6bde1f2d-6a16-4ad1-a87c-96a7026091e2 could not be found. 2026-05-27 01:52:44.966 13 ERROR neutron.plugins.ml2.managers 2026-05-27 01:52:44.970 13 ERROR neutron.plugins.ml2.managers [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Failed to bind port f16db920-446a-4fc5-9f83-1bf0c6d7e03d on host instance for vnic_type normal using segments [{'id': 'd5671401-3b55-45a9-9621-13f2319e1f85', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 68, 'network_id': 'f2cace7a-d47d-4e49-9473-7a4768b89dd0'}] 2026-05-27 01:52:44.971 13 INFO neutron.plugins.ml2.plugin [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Attempt 7 to bind port f16db920-446a-4fc5-9f83-1bf0c6d7e03d 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6bde1f2d-6a16-4ad1-a87c-96a7026091e2 could not be found. 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-27 01:52:44.990 13 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-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-27 01:52:44.990 13 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-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-27 01:52:44.990 13 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-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.990 13 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-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.990 13 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-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:44.990 13 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-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6bde1f2d-6a16-4ad1-a87c-96a7026091e2 could not be found. 2026-05-27 01:52:44.990 13 ERROR neutron.plugins.ml2.managers 2026-05-27 01:52:44.992 13 ERROR neutron.plugins.ml2.managers [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Failed to bind port f16db920-446a-4fc5-9f83-1bf0c6d7e03d on host instance for vnic_type normal using segments [{'id': 'd5671401-3b55-45a9-9621-13f2319e1f85', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 68, 'network_id': 'f2cace7a-d47d-4e49-9473-7a4768b89dd0'}] 2026-05-27 01:52:44.993 13 INFO neutron.plugins.ml2.plugin [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Attempt 8 to bind port f16db920-446a-4fc5-9f83-1bf0c6d7e03d 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6bde1f2d-6a16-4ad1-a87c-96a7026091e2 could not be found. 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-27 01:52:45.017 13 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-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-27 01:52:45.017 13 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-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-27 01:52:45.017 13 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-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.017 13 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-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.017 13 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-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.017 13 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-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6bde1f2d-6a16-4ad1-a87c-96a7026091e2 could not be found. 2026-05-27 01:52:45.017 13 ERROR neutron.plugins.ml2.managers 2026-05-27 01:52:45.020 13 ERROR neutron.plugins.ml2.managers [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Failed to bind port f16db920-446a-4fc5-9f83-1bf0c6d7e03d on host instance for vnic_type normal using segments [{'id': 'd5671401-3b55-45a9-9621-13f2319e1f85', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 68, 'network_id': 'f2cace7a-d47d-4e49-9473-7a4768b89dd0'}] 2026-05-27 01:52:45.022 13 INFO neutron.plugins.ml2.plugin [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Attempt 9 to bind port f16db920-446a-4fc5-9f83-1bf0c6d7e03d 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6bde1f2d-6a16-4ad1-a87c-96a7026091e2 could not be found. 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-27 01:52:45.040 13 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-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-27 01:52:45.040 13 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-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-27 01:52:45.040 13 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-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.040 13 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-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.040 13 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-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.040 13 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-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6bde1f2d-6a16-4ad1-a87c-96a7026091e2 could not be found. 2026-05-27 01:52:45.040 13 ERROR neutron.plugins.ml2.managers 2026-05-27 01:52:45.049 13 ERROR neutron.plugins.ml2.managers [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Failed to bind port f16db920-446a-4fc5-9f83-1bf0c6d7e03d on host instance for vnic_type normal using segments [{'id': 'd5671401-3b55-45a9-9621-13f2319e1f85', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 68, 'network_id': 'f2cace7a-d47d-4e49-9473-7a4768b89dd0'}] 2026-05-27 01:52:45.050 13 INFO neutron.plugins.ml2.plugin [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Attempt 10 to bind port f16db920-446a-4fc5-9f83-1bf0c6d7e03d 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 6bde1f2d-6a16-4ad1-a87c-96a7026091e2 could not be found. 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-27 01:52:45.065 13 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-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-27 01:52:45.065 13 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-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-27 01:52:45.065 13 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-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.065 13 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-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.065 13 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-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.065 13 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-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 6bde1f2d-6a16-4ad1-a87c-96a7026091e2 could not be found. 2026-05-27 01:52:45.065 13 ERROR neutron.plugins.ml2.managers 2026-05-27 01:52:45.067 13 ERROR neutron.plugins.ml2.managers [None req-7810ab62-bd96-4431-a3ff-1dd342076c7e - - - - - -] Failed to bind port f16db920-446a-4fc5-9f83-1bf0c6d7e03d on host instance for vnic_type normal using segments [{'id': 'd5671401-3b55-45a9-9621-13f2319e1f85', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 68, 'network_id': 'f2cace7a-d47d-4e49-9473-7a4768b89dd0'}] 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server [None req-0a62a6b3-30cc-4da6-9daa-fd2be04c43ee - - - - - -] Exception during message handling: neutron_lib.exceptions.PortNotFound: Port f16db920-446a-4fc5-9f83-1bf0c6d7e03d could not be found. 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 292, in _get_port 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server port = model_query.get_by_id(context, models_v2.Port, id, 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/model_query.py", line 211, in get_by_id 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/query.py", line 2808, in one 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server return self._iter().one() # type: ignore 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 1815, in one 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 760, in _only_one_row 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 174, in _process_incoming 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server raise self.value 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server raise self.value 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server raise self.value 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 340, in get_dhcp_port 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server return plugin.get_port(context, port_id) 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server raise self.value 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server raise self.value 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server raise self.value 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1664, in get_port 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server port = self._get_port(context, id, lazy_fields=lazy_fields) 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 295, in _get_port 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server raise exceptions.PortNotFound(port_id=id) 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.PortNotFound: Port f16db920-446a-4fc5-9f83-1bf0c6d7e03d could not be found. 2026-05-27 01:52:45.496 13 ERROR oslo_messaging.rpc.server 2026-05-27 01:52:53.044 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-5fef10b3-ded0-439f-a44f-9294bb05023c'] response: {'server_uuid': '342ecfba-b345-424e-815c-1b168673587d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'aaaf86c4-74d0-44bf-a85f-cd194d8d82e9', 'code': 200} 2026-05-27 01:52:54.899 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 070f69b2-8fe4-464c-8010-305447d66826 2026-05-27 01:53:08.675 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port e461b142-8e9e-464b-9763-ff905ba9f7c1 2026-05-27 01:53:09.093 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port ef3b2839-6101-4be6-bcb2-8d85bf407fd2 2026-05-27 01:53:09.570 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port f3bdc946-81cd-46b3-a916-f64a2b7a540e 2026-05-27 01:53:10.645 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port e461b142-8e9e-464b-9763-ff905ba9f7c1 2026-05-27 01:53:10.873 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port ef3b2839-6101-4be6-bcb2-8d85bf407fd2 2026-05-27 01:53:11.094 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port f3bdc946-81cd-46b3-a916-f64a2b7a540e 2026-05-27 01:53:12.779 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port e0acbe4e-da37-4dad-b3f6-0ed9a68bb988 2026-05-27 01:53:15.059 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 69657ed2-15fa-45d9-9289-6299b9456030 2026-05-27 01:53:15.589 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port e0acbe4e-da37-4dad-b3f6-0ed9a68bb988 2026-05-27 01:53:16.701 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 69657ed2-15fa-45d9-9289-6299b9456030 2026-05-27 01:53:19.750 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 384d7ef5-5fa1-4255-ab33-3a50ff9d6a5b 2026-05-27 01:53:20.243 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 88343e05-beda-438c-b077-e22bd9531f9d 2026-05-27 01:53:20.419 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4dc36b8-d94e-4873-a96d-ead1234af723'] response: {'server_uuid': 'ab5074b0-7c81-4c46-89b8-6902afa49b02', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '88343e05-beda-438c-b077-e22bd9531f9d', 'code': 200} 2026-05-27 01:53:21.425 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 384d7ef5-5fa1-4255-ab33-3a50ff9d6a5b 2026-05-27 01:53:21.772 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 88343e05-beda-438c-b077-e22bd9531f9d 2026-05-27 01:53:23.419 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port bbeff5e9-cbb9-4648-baba-c8ae10141903 2026-05-27 01:53:25.407 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port bbeff5e9-cbb9-4648-baba-c8ae10141903 2026-05-27 01:53:28.401 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 51841ee7-9656-45ef-983a-95a6dbfde118 2026-05-27 01:53:29.058 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port b5a0c10e-2c17-484f-9ea7-432ab21589cf 2026-05-27 01:53:29.274 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-4da2d260-a354-4b6c-9a22-11482bab7f09'] response: {'server_uuid': 'ba2f1a37-247e-4cca-a29c-884e17f5f5f7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b5a0c10e-2c17-484f-9ea7-432ab21589cf', 'code': 200} 2026-05-27 01:53:29.378 13 INFO neutron.plugins.ml2.plugin [None req-9cc3d245-d217-4007-bdff-086a6aabf381 - - - - - -] Attempt 1 to provision port 51841ee7-9656-45ef-983a-95a6dbfde118 2026-05-27 01:53:29.633 13 INFO neutron.plugins.ml2.plugin [None req-9cc3d245-d217-4007-bdff-086a6aabf381 - - - - - -] Attempt 1 to provision port 384d7ef5-5fa1-4255-ab33-3a50ff9d6a5b 2026-05-27 01:53:29.839 13 INFO neutron.plugins.ml2.plugin [None req-9cc3d245-d217-4007-bdff-086a6aabf381 - - - - - -] Attempt 1 to provision port e461b142-8e9e-464b-9763-ff905ba9f7c1 2026-05-27 01:53:30.026 13 INFO neutron.plugins.ml2.plugin [None req-9cc3d245-d217-4007-bdff-086a6aabf381 - - - - - -] Attempt 1 to provision port e0acbe4e-da37-4dad-b3f6-0ed9a68bb988 2026-05-27 01:53:30.247 13 INFO neutron.plugins.ml2.plugin [None req-9cc3d245-d217-4007-bdff-086a6aabf381 - - - - - -] Attempt 1 to provision port bb4b3c1e-100e-454f-8638-49f4df47e5ff 2026-05-27 01:53:30.274 13 INFO neutron.plugins.ml2.plugin [None req-9cc3d245-d217-4007-bdff-086a6aabf381 - - - - - -] Attempt 1 to provision port 56f3a451-0019-49ce-8f58-afd2f1d6d070 2026-05-27 01:53:30.299 13 INFO neutron.plugins.ml2.plugin [None req-9cc3d245-d217-4007-bdff-086a6aabf381 - - - - - -] Attempt 1 to provision port ec150c34-571f-4018-a826-765cf57e2f38 2026-05-27 01:53:30.347 13 INFO neutron.plugins.ml2.plugin [None req-9cc3d245-d217-4007-bdff-086a6aabf381 - - - - - -] Attempt 1 to provision port 2206663c-4a73-42df-8d2e-5b191717af41 2026-05-27 01:53:30.862 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 51841ee7-9656-45ef-983a-95a6dbfde118 2026-05-27 01:53:31.157 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port b5a0c10e-2c17-484f-9ea7-432ab21589cf 2026-05-27 01:53:33.170 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port bb4b3c1e-100e-454f-8638-49f4df47e5ff 2026-05-27 01:53:33.879 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port a02b8ecb-2401-413d-adda-37474ffd05cf 2026-05-27 01:53:35.507 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port bb4b3c1e-100e-454f-8638-49f4df47e5ff 2026-05-27 01:53:35.766 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port a02b8ecb-2401-413d-adda-37474ffd05cf 2026-05-27 01:53:38.117 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port a511a66e-0ca8-4293-aa65-c350bb14afcb 2026-05-27 01:53:38.259 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-859c7b28-42f3-4d75-b701-9d99feff751a'] response: {'server_uuid': '4124e9e0-850d-4486-abbe-5454bf1145bb', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a511a66e-0ca8-4293-aa65-c350bb14afcb', 'code': 200} 2026-05-27 01:53:38.522 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 34428a0c-2eb5-4dab-9b89-5776d660963f 2026-05-27 01:53:38.816 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port ec150c34-571f-4018-a826-765cf57e2f38 2026-05-27 01:53:39.640 16 INFO neutron.plugins.ml2.plugin [None req-37a3c7e3-0d93-4d0b-b260-1e581291d33b - - - - - -] Attempt 1 to provision port 51841ee7-9656-45ef-983a-95a6dbfde118 2026-05-27 01:53:39.715 16 INFO neutron.plugins.ml2.plugin [None req-37a3c7e3-0d93-4d0b-b260-1e581291d33b - - - - - -] Attempt 1 to provision port 34428a0c-2eb5-4dab-9b89-5776d660963f 2026-05-27 01:53:39.783 16 INFO neutron.plugins.ml2.plugin [None req-37a3c7e3-0d93-4d0b-b260-1e581291d33b - - - - - -] Attempt 1 to provision port a02b8ecb-2401-413d-adda-37474ffd05cf 2026-05-27 01:53:39.812 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port a511a66e-0ca8-4293-aa65-c350bb14afcb 2026-05-27 01:53:39.877 16 INFO neutron.plugins.ml2.plugin [None req-37a3c7e3-0d93-4d0b-b260-1e581291d33b - - - - - -] Attempt 1 to provision port a511a66e-0ca8-4293-aa65-c350bb14afcb 2026-05-27 01:53:39.969 16 INFO neutron.plugins.ml2.plugin [None req-37a3c7e3-0d93-4d0b-b260-1e581291d33b - - - - - -] Attempt 1 to provision port c61228e4-2be5-4b60-ae64-11df9f55f225 2026-05-27 01:53:40.006 16 INFO neutron.plugins.ml2.plugin [None req-37a3c7e3-0d93-4d0b-b260-1e581291d33b - - - - - -] Attempt 1 to provision port 56f3a451-0019-49ce-8f58-afd2f1d6d070 2026-05-27 01:53:40.035 16 INFO neutron.plugins.ml2.plugin [None req-37a3c7e3-0d93-4d0b-b260-1e581291d33b - - - - - -] Attempt 1 to provision port b5a0c10e-2c17-484f-9ea7-432ab21589cf 2026-05-27 01:53:40.098 16 INFO neutron.plugins.ml2.plugin [None req-37a3c7e3-0d93-4d0b-b260-1e581291d33b - - - - - -] Attempt 1 to provision port ec150c34-571f-4018-a826-765cf57e2f38 2026-05-27 01:53:40.133 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 34428a0c-2eb5-4dab-9b89-5776d660963f 2026-05-27 01:53:40.470 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port ec150c34-571f-4018-a826-765cf57e2f38 2026-05-27 01:53:41.762 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 56f3a451-0019-49ce-8f58-afd2f1d6d070 2026-05-27 01:53:42.091 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port c61228e4-2be5-4b60-ae64-11df9f55f225 2026-05-27 01:53:43.709 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 56f3a451-0019-49ce-8f58-afd2f1d6d070 2026-05-27 01:53:43.897 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port c61228e4-2be5-4b60-ae64-11df9f55f225 2026-05-27 01:53:50.997 13 INFO neutron.plugins.ml2.plugin [None req-009387f2-993c-4743-ab8e-12c2448c8803 - - - - - -] Attempt 1 to provision port ec150c34-571f-4018-a826-765cf57e2f38 2026-05-27 01:53:54.596 16 INFO neutron.plugins.ml2.plugin [None req-f9c96d2c-657b-4382-930a-4fa5be50b05f - - - - - -] Attempt 1 to provision port 56f3a451-0019-49ce-8f58-afd2f1d6d070 2026-05-27 01:53:54.657 16 INFO neutron.plugins.ml2.plugin [None req-f9c96d2c-657b-4382-930a-4fa5be50b05f - - - - - -] Attempt 1 to provision port a511a66e-0ca8-4293-aa65-c350bb14afcb 2026-05-27 01:54:18.251 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port dbf5a0d6-214b-4fa8-b428-b8f0eb94fa50 2026-05-27 01:54:18.351 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b2f1699-ba8c-47e6-a68b-03c61192218d'] response: {'server_uuid': 'b06d7b61-6158-4d4e-b301-b44412a7c2f9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'dbf5a0d6-214b-4fa8-b428-b8f0eb94fa50', 'code': 200} 2026-05-27 01:54:19.747 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port dbf5a0d6-214b-4fa8-b428-b8f0eb94fa50 2026-05-27 01:55:05.782 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 2a0236c0-70d0-4a73-8b5e-d78f1d542b2a 2026-05-27 01:55:07.213 13 INFO neutron.plugins.ml2.plugin [None req-55a3e9e6-9388-4779-b039-6669ca5405d6 - - - - - -] Attempt 1 to provision port 2a0236c0-70d0-4a73-8b5e-d78f1d542b2a 2026-05-27 01:55:07.759 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 2a0236c0-70d0-4a73-8b5e-d78f1d542b2a 2026-05-27 01:55:09.857 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port b29b73bc-49cc-4f09-8e9c-3294ab5b2100 2026-05-27 01:55:10.341 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port a628050a-a445-4ca3-81df-b35fd6149160 2026-05-27 01:55:11.751 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port b29b73bc-49cc-4f09-8e9c-3294ab5b2100 2026-05-27 01:55:11.962 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port a628050a-a445-4ca3-81df-b35fd6149160 2026-05-27 01:55:17.769 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 2a0236c0-70d0-4a73-8b5e-d78f1d542b2a 2026-05-27 01:55:17.962 16 INFO neutron.plugins.ml2.plugin [None req-4026bcb6-a026-4340-ab43-4e91b0702e9d - - - - - -] Attempt 1 to provision port 2a0236c0-70d0-4a73-8b5e-d78f1d542b2a 2026-05-27 01:55:18.012 16 INFO neutron.plugins.ml2.plugin [None req-4026bcb6-a026-4340-ab43-4e91b0702e9d - - - - - -] Attempt 1 to provision port b29b73bc-49cc-4f09-8e9c-3294ab5b2100 2026-05-27 01:55:18.065 16 INFO neutron.plugins.ml2.plugin [None req-4026bcb6-a026-4340-ab43-4e91b0702e9d - - - - - -] Attempt 1 to provision port 1d1e2cc1-8575-46e6-999d-64575f126f7b 2026-05-27 01:55:18.084 16 INFO neutron.plugins.ml2.plugin [None req-4026bcb6-a026-4340-ab43-4e91b0702e9d - - - - - -] Attempt 1 to provision port a7a7c972-4da3-49cf-b375-80aea2e58c2b 2026-05-27 01:55:19.923 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 6847330a-003e-42ff-a9bd-621d4be59b53 2026-05-27 01:55:21.761 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 6847330a-003e-42ff-a9bd-621d4be59b53 2026-05-27 01:55:24.377 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port b76254d8-4ade-461a-bfe3-f71163e4d6a9 2026-05-27 01:55:24.496 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-0fcc9dd0-2714-4c76-a4fc-1e715b984c6f'] response: {'server_uuid': '4a08ab38-5e69-4c0f-9d5e-8280b02d5700', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b76254d8-4ade-461a-bfe3-f71163e4d6a9', 'code': 200} 2026-05-27 01:55:25.749 16 INFO neutron.plugins.ml2.plugin [None req-1387a669-ed5b-40cd-b97d-1ad062a62e3d - - - - - -] Attempt 1 to provision port b76254d8-4ade-461a-bfe3-f71163e4d6a9 2026-05-27 01:55:25.782 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port b76254d8-4ade-461a-bfe3-f71163e4d6a9 2026-05-27 01:55:25.849 16 INFO neutron.plugins.ml2.plugin [None req-1387a669-ed5b-40cd-b97d-1ad062a62e3d - - - - - -] Attempt 1 to provision port 1d1e2cc1-8575-46e6-999d-64575f126f7b 2026-05-27 01:55:25.876 16 INFO neutron.plugins.ml2.plugin [None req-1387a669-ed5b-40cd-b97d-1ad062a62e3d - - - - - -] Attempt 1 to provision port 20d52ddb-9087-4213-a9df-3fa38a2bd078 2026-05-27 01:55:25.901 16 INFO neutron.plugins.ml2.plugin [None req-1387a669-ed5b-40cd-b97d-1ad062a62e3d - - - - - -] Attempt 1 to provision port b29b73bc-49cc-4f09-8e9c-3294ab5b2100 2026-05-27 01:55:25.956 16 INFO neutron.plugins.ml2.plugin [None req-1387a669-ed5b-40cd-b97d-1ad062a62e3d - - - - - -] Attempt 1 to provision port 6847330a-003e-42ff-a9bd-621d4be59b53 2026-05-27 01:55:26.017 16 INFO neutron.plugins.ml2.plugin [None req-1387a669-ed5b-40cd-b97d-1ad062a62e3d - - - - - -] Attempt 1 to provision port 2a0236c0-70d0-4a73-8b5e-d78f1d542b2a 2026-05-27 01:55:26.070 16 INFO neutron.plugins.ml2.plugin [None req-1387a669-ed5b-40cd-b97d-1ad062a62e3d - - - - - -] Attempt 1 to provision port a7a7c972-4da3-49cf-b375-80aea2e58c2b 2026-05-27 01:55:27.811 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port a7a7c972-4da3-49cf-b375-80aea2e58c2b 2026-05-27 01:55:28.078 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 65365512-7b84-41fe-b9ac-74a99c2d633f 2026-05-27 01:55:28.375 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 20d52ddb-9087-4213-a9df-3fa38a2bd078 2026-05-27 01:55:28.667 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 1d1e2cc1-8575-46e6-999d-64575f126f7b 2026-05-27 01:55:29.781 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port a7a7c972-4da3-49cf-b375-80aea2e58c2b 2026-05-27 01:55:30.003 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 65365512-7b84-41fe-b9ac-74a99c2d633f 2026-05-27 01:55:30.155 13 INFO neutron.plugins.ml2.plugin [None req-010e0c9b-811e-47ee-b775-5b34190e85b3 - - - - - -] Attempt 1 to provision port 6847330a-003e-42ff-a9bd-621d4be59b53 2026-05-27 01:55:30.172 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 20d52ddb-9087-4213-a9df-3fa38a2bd078 2026-05-27 01:55:30.202 13 INFO neutron.plugins.ml2.plugin [None req-010e0c9b-811e-47ee-b775-5b34190e85b3 - - - - - -] Attempt 1 to provision port b76254d8-4ade-461a-bfe3-f71163e4d6a9 2026-05-27 01:55:30.256 13 INFO neutron.plugins.ml2.plugin [None req-010e0c9b-811e-47ee-b775-5b34190e85b3 - - - - - -] Attempt 1 to provision port 1d1e2cc1-8575-46e6-999d-64575f126f7b 2026-05-27 01:55:30.314 13 INFO neutron.plugins.ml2.plugin [None req-010e0c9b-811e-47ee-b775-5b34190e85b3 - - - - - -] Attempt 1 to provision port 65365512-7b84-41fe-b9ac-74a99c2d633f 2026-05-27 01:55:30.373 13 INFO neutron.plugins.ml2.plugin [None req-010e0c9b-811e-47ee-b775-5b34190e85b3 - - - - - -] Attempt 1 to provision port 20d52ddb-9087-4213-a9df-3fa38a2bd078 2026-05-27 01:55:30.415 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 1d1e2cc1-8575-46e6-999d-64575f126f7b 2026-05-27 01:55:32.930 13 INFO neutron.plugins.ml2.plugin [None req-d8e24616-32bb-477c-b6b5-0353420bfcdc - - - - - -] Attempt 1 to provision port 20d52ddb-9087-4213-a9df-3fa38a2bd078 2026-05-27 01:55:32.996 13 INFO neutron.plugins.ml2.plugin [None req-d8e24616-32bb-477c-b6b5-0353420bfcdc - - - - - -] Attempt 1 to provision port 6847330a-003e-42ff-a9bd-621d4be59b53 2026-05-27 01:55:33.044 13 INFO neutron.plugins.ml2.plugin [None req-d8e24616-32bb-477c-b6b5-0353420bfcdc - - - - - -] Attempt 1 to provision port a7a7c972-4da3-49cf-b375-80aea2e58c2b 2026-05-27 01:55:35.212 16 INFO neutron.plugins.ml2.plugin [None req-8d6b998b-923c-43f4-876f-25d15f954881 - - - - - -] Attempt 1 to provision port 20d52ddb-9087-4213-a9df-3fa38a2bd078 2026-05-27 01:55:35.269 16 INFO neutron.plugins.ml2.plugin [None req-8d6b998b-923c-43f4-876f-25d15f954881 - - - - - -] Attempt 1 to provision port a7a7c972-4da3-49cf-b375-80aea2e58c2b 2026-05-27 01:55:36.593 16 INFO neutron.plugins.ml2.plugin [None req-e5431ef8-8ef9-4f1e-8d90-850336b6ad3c - - - - - -] Attempt 1 to provision port 20d52ddb-9087-4213-a9df-3fa38a2bd078 2026-05-27 01:55:41.780 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port b044b533-fb61-488a-83ff-fa301583e379 2026-05-27 01:55:41.901 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-e5dcdd07-e07e-4941-a5ea-16b920d3ac6e'] response: {'server_uuid': 'bd10e8f4-8f05-4f2e-82a6-6c7729dd8c26', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b044b533-fb61-488a-83ff-fa301583e379', 'code': 200} 2026-05-27 01:55:43.741 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port b044b533-fb61-488a-83ff-fa301583e379 2026-05-27 01:56:14.787 16 INFO neutron.plugins.ml2.plugin [None req-52d032b4-a053-4882-972e-6b7803a5a2a0 - - - - - -] Attempt 1 to provision port 981dfe1b-b29d-43f0-bd06-8d4c5e08c74b 2026-05-27 01:56:36.285 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 8defd8ba-eaf2-429a-9f7d-78153762be0f 2026-05-27 01:56:36.427 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-c7c1ce1d-1b6f-4704-977a-89778544c337'] response: {'server_uuid': '05107bf2-2e3c-4598-a20e-1bf4ed146e71', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8defd8ba-eaf2-429a-9f7d-78153762be0f', 'code': 200} 2026-05-27 01:56:37.792 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 8defd8ba-eaf2-429a-9f7d-78153762be0f 2026-05-27 01:57:17.547 13 INFO neutron.plugins.ml2.plugin [None req-f48526e0-779d-4473-92aa-f151f5593386 - - - - - -] Attempt 1 to provision port 8af7e2e8-a442-463d-807d-df95f43ec58c 2026-05-27 01:57:23.794 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 8af7e2e8-a442-463d-807d-df95f43ec58c 2026-05-27 01:57:23.904 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-983e5fea-d7eb-430d-bea3-2a88fdcc0df1'] response: {'server_uuid': '05107bf2-2e3c-4598-a20e-1bf4ed146e71', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8af7e2e8-a442-463d-807d-df95f43ec58c', 'code': 200} 2026-05-27 01:57:25.781 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 8af7e2e8-a442-463d-807d-df95f43ec58c 2026-05-27 01:57:28.287 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 8af7e2e8-a442-463d-807d-df95f43ec58c 2026-05-27 01:57:54.352 13 INFO neutron.plugins.ml2.plugin [None req-de20ce28-0b16-44d0-bfcf-a0465631cd78 - - - - - -] Attempt 1 to provision port 894e8408-cfd1-4e31-adbf-233deda1c86d 2026-05-27 01:58:01.347 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 894e8408-cfd1-4e31-adbf-233deda1c86d 2026-05-27 01:58:01.488 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-a256d4a3-077f-4a4d-b18e-467c7bf4d16f'] response: {'server_uuid': '05107bf2-2e3c-4598-a20e-1bf4ed146e71', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '894e8408-cfd1-4e31-adbf-233deda1c86d', 'code': 200} 2026-05-27 01:58:01.949 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 894e8408-cfd1-4e31-adbf-233deda1c86d 2026-05-27 01:58:15.347 16 INFO neutron.plugins.ml2.plugin [None req-6e189819-2fb9-49d2-842a-2c1f3ef7cec8 - - - - - -] Attempt 1 to provision port 7e4ab3d2-b99b-45ff-a920-01edf252edae 2026-05-27 01:58:22.034 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 7e4ab3d2-b99b-45ff-a920-01edf252edae 2026-05-27 01:58:22.155 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2a45b26-acca-4526-b3d5-8344e18dce72'] response: {'server_uuid': '05107bf2-2e3c-4598-a20e-1bf4ed146e71', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7e4ab3d2-b99b-45ff-a920-01edf252edae', 'code': 200} 2026-05-27 01:58:23.963 16 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 7e4ab3d2-b99b-45ff-a920-01edf252edae 2026-05-27 01:58:25.473 16 INFO neutron.plugins.ml2.plugin [None req-69901b64-15de-4f1e-8473-4268b361146d - - - - - -] Attempt 1 to provision port 894e8408-cfd1-4e31-adbf-233deda1c86d 2026-05-27 01:58:26.011 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 894e8408-cfd1-4e31-adbf-233deda1c86d 2026-05-27 01:58:38.996 13 INFO neutron.plugins.ml2.plugin [None req-13cc5561-1c70-4695-ad37-ad37ee7668f5 - - - - - -] Attempt 1 to provision port 7e4ab3d2-b99b-45ff-a920-01edf252edae 2026-05-27 01:58:40.059 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 7e4ab3d2-b99b-45ff-a920-01edf252edae 2026-05-27 01:58:40.404 16 INFO neutron.plugins.ml2.plugin [None req-71c28f97-ed98-44fa-9a3f-525d75367988 - - - - - -] Attempt 1 to provision port 7e4ab3d2-b99b-45ff-a920-01edf252edae 2026-05-27 01:58:49.571 16 INFO neutron.plugins.ml2.plugin [None req-ab1d4e73-32e8-49ff-a364-aaee3a9e5657 - - - - - -] Attempt 1 to provision port 894e8408-cfd1-4e31-adbf-233deda1c86d 2026-05-27 01:58:50.032 13 INFO neutron.plugins.ml2.plugin [None req-03bf4483-16a0-48eb-b961-1da34024ff69 - - - - - -] Attempt 1 to provision port 894e8408-cfd1-4e31-adbf-233deda1c86d 2026-05-27 01:59:18.128 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-57ed60ea-edc6-436e-9297-4d87c59a5710'] response: {'server_uuid': '05107bf2-2e3c-4598-a20e-1bf4ed146e71', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '8defd8ba-eaf2-429a-9f7d-78153762be0f', 'code': 200} 2026-05-27 01:59:22.139 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-390210a6-4b57-4928-a739-bfff3e16c9e0'] response: {'server_uuid': 'bd10e8f4-8f05-4f2e-82a6-6c7729dd8c26', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'b044b533-fb61-488a-83ff-fa301583e379', 'code': 200}