+ 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 /var/lib/openstack/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:41: EventletDeprecationWarning: Eventlet is deprecated. It is currently being maintained in bugfix mode, and we strongly recommend against using it for new projects. If you are already using Eventlet, we recommend migrating to a different framework. For more detail see https://eventlet.readthedocs.io/en/latest/asyncio/migration.html import eventlet 2026-05-06 15:05:47.958 1 INFO neutron.common.config [-] Logging enabled! 2026-05-06 15:05:47.958 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 28.1.0.dev173 2026-05-06 15:05:47.958 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-05-06 15:05:47.959 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-06 15:05:49.272 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-06 15:05:49.274 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-06 15:05:49.277 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-06 15:05:49.278 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-06 15:05:49.278 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-06 15:05:49.279 1 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-05-06 15:05:49.279 1 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-05-06 15:05:49.279 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-06 15:05:49.285 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-06 15:05:49.285 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-06 15:05:49.285 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-06 15:05:49.303 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-06 15:05:49.304 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-06 15:05:49.304 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-06 15:05:49.321 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-06 15:05:49.321 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-06 15:05:49.321 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-06 15:05:49.321 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-06 15:05:49.620 1 INFO neutron.plugins.ml2.managers [None req-e258ef68-c9da-46f6-b8a9-ca2cb774d333 - - - - - -] Initializing driver for type 'vlan' 2026-05-06 15:05:49.774 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e258ef68-c9da-46f6-b8a9-ca2cb774d333 - - - - - -] VlanTypeDriver initialization complete 2026-05-06 15:05:49.774 1 INFO neutron.plugins.ml2.managers [None req-e258ef68-c9da-46f6-b8a9-ca2cb774d333 - - - - - -] Initializing driver for type 'vxlan' 2026-05-06 15:05:49.774 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e258ef68-c9da-46f6-b8a9-ca2cb774d333 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-06 15:05:49.828 1 INFO neutron.plugins.ml2.managers [None req-e258ef68-c9da-46f6-b8a9-ca2cb774d333 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-06 15:05:49.828 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e258ef68-c9da-46f6-b8a9-ca2cb774d333 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-06 15:05:49.829 1 INFO neutron.plugins.ml2.managers [None req-e258ef68-c9da-46f6-b8a9-ca2cb774d333 - - - - - -] Initializing extension driver 'port_security' 2026-05-06 15:05:49.829 1 INFO neutron.plugins.ml2.extensions.port_security [None req-e258ef68-c9da-46f6-b8a9-ca2cb774d333 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-06 15:05:49.829 1 INFO neutron.plugins.ml2.managers [None req-e258ef68-c9da-46f6-b8a9-ca2cb774d333 - - - - - -] Initializing extension driver 'qos' 2026-05-06 15:05:49.829 1 INFO neutron.plugins.ml2.managers [None req-e258ef68-c9da-46f6-b8a9-ca2cb774d333 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-06 15:05:49.829 1 INFO neutron.plugins.ml2.managers [None req-e258ef68-c9da-46f6-b8a9-ca2cb774d333 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-06 15:05:49.844 1 INFO neutron.quota [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded quota_driver: . 2026-05-06 15:05:49.844 1 INFO neutron.plugins.ml2.plugin [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Modular L2 Plugin initialization complete 2026-05-06 15:05:49.845 1 INFO neutron.plugins.ml2.managers [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-06 15:05:49.845 1 INFO neutron.plugins.ml2.managers [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-06 15:05:49.845 1 INFO neutron.plugins.ml2.managers [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-06 15:05:49.845 1 INFO neutron.manager [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loading Plugin: qos 2026-05-06 15:05:49.864 1 INFO neutron.manager [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loading Plugin: router 2026-05-06 15:05:49.899 1 INFO neutron.services.service_base [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-06 15:05:49.900 1 INFO neutron.manager [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loading Plugin: segments 2026-05-06 15:05:49.966 1 INFO neutron.manager [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loading Plugin: trunk 2026-05-06 15:05:49.979 1 INFO neutron.manager [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loading Plugin: vpnaas 2026-05-06 15:05:50.013 1 WARNING stevedore.named [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-06 15:05:50.094 1 INFO neutron_vpnaas.services.vpn.plugin [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-06 15:05:50.095 1 INFO neutron.manager [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loading Plugin: taas 2026-05-06 15:05:50.261 1 WARNING stevedore.named [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-06 15:05:50.287 1 INFO neutron_taas.services.taas.taas_plugin [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-06 15:05:50.287 1 INFO neutron.manager [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loading Plugin: tapmirror 2026-05-06 15:05:50.300 1 WARNING stevedore.named [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-06 15:05:50.315 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-06 15:05:50.315 1 INFO neutron.manager [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loading Plugin: auto_allocate 2026-05-06 15:05:50.325 1 INFO neutron.manager [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loading Plugin: tag 2026-05-06 15:05:50.333 1 INFO neutron.manager [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loading Plugin: timestamp 2026-05-06 15:05:50.337 1 INFO neutron.manager [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loading Plugin: network_ip_availability 2026-05-06 15:05:50.341 1 INFO neutron.manager [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loading Plugin: flavors 2026-05-06 15:05:50.345 1 INFO neutron.manager [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loading Plugin: revisions 2026-05-06 15:05:50.349 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Initializing extension manager. 2026-05-06 15:05:50.350 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: address-group 2026-05-06 15:05:50.351 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: address-scope 2026-05-06 15:05:50.351 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-06 15:05:50.352 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: agent 2026-05-06 15:05:50.352 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: agent-resources-synced 2026-05-06 15:05:50.353 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-06 15:05:50.354 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-06 15:05:50.355 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: availability_zone 2026-05-06 15:05:50.355 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: availability_zone_filter 2026-05-06 15:05:50.355 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-06 15:05:50.356 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: default-subnetpools 2026-05-06 15:05:50.358 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-06 15:05:50.358 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: dns-integration 2026-05-06 15:05:50.359 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: dns-domain-ports 2026-05-06 15:05:50.359 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-06 15:05:50.360 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: dvr 2026-05-06 15:05:50.360 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-06 15:05:50.360 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: empty-string-filtering 2026-05-06 15:05:50.361 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-06 15:05:50.361 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-06 15:05:50.362 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: external-net 2026-05-06 15:05:50.363 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-06 15:05:50.363 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: extraroute 2026-05-06 15:05:50.364 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: extraroute-atomic 2026-05-06 15:05:50.364 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: filter-validation 2026-05-06 15:05:50.365 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-06 15:05:50.365 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-06 15:05:50.366 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-06 15:05:50.366 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: fip-port-details 2026-05-06 15:05:50.367 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: flavors 2026-05-06 15:05:50.368 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-06 15:05:50.369 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: floatingip-pools 2026-05-06 15:05:50.369 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: ip_allocation 2026-05-06 15:05:50.370 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-06 15:05:50.370 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: l2_adjacency 2026-05-06 15:05:50.371 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: router 2026-05-06 15:05:50.372 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-06 15:05:50.373 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-06 15:05:50.373 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-06 15:05:50.374 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: ext-gw-mode 2026-05-06 15:05:50.374 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: l3-ha 2026-05-06 15:05:50.375 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-06 15:05:50.375 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-06 15:05:50.375 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: l3-flavors 2026-05-06 15:05:50.376 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-06 15:05:50.377 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-06 15:05:50.379 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-06 15:05:50.380 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-06 15:05:50.381 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-06 15:05:50.382 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-06 15:05:50.383 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-06 15:05:50.383 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: multi-provider 2026-05-06 15:05:50.384 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: net-mtu 2026-05-06 15:05:50.384 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: net-mtu-writable 2026-05-06 15:05:50.385 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: network_availability_zone 2026-05-06 15:05:50.385 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: network_ha 2026-05-06 15:05:50.386 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: network-ip-availability 2026-05-06 15:05:50.386 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: network-ip-availability-details 2026-05-06 15:05:50.387 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-06 15:05:50.387 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: pagination 2026-05-06 15:05:50.388 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: port-device-profile 2026-05-06 15:05:50.388 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-06 15:05:50.389 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-06 15:05:50.389 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-06 15:05:50.389 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: port-mac-override 2026-05-06 15:05:50.390 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-06 15:05:50.390 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-06 15:05:50.391 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-06 15:05:50.391 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: port-resource-request 2026-05-06 15:05:50.391 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-06 15:05:50.392 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-06 15:05:50.392 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: binding 2026-05-06 15:05:50.393 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: binding-extended 2026-05-06 15:05:50.393 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: port-security 2026-05-06 15:05:50.394 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: project-id 2026-05-06 15:05:50.394 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: provider 2026-05-06 15:05:50.395 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-06 15:05:50.397 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: qos 2026-05-06 15:05:50.398 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-06 15:05:50.398 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-06 15:05:50.399 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: qos-default 2026-05-06 15:05:50.399 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: qos-fip 2026-05-06 15:05:50.400 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-06 15:05:50.400 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-06 15:05:50.400 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-06 15:05:50.401 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-06 15:05:50.402 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-06 15:05:50.402 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: qos-pps 2026-05-06 15:05:50.403 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-06 15:05:50.403 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-06 15:05:50.404 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: qos-rules-alias 2026-05-06 15:05:50.404 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: quota-check-limit 2026-05-06 15:05:50.405 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-06 15:05:50.407 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: quotas 2026-05-06 15:05:50.410 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: quota_details 2026-05-06 15:05:50.411 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: rbac-policies 2026-05-06 15:05:50.411 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: rbac-address-group 2026-05-06 15:05:50.412 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: rbac-address-scope 2026-05-06 15:05:50.412 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: rbac-security-groups 2026-05-06 15:05:50.413 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-06 15:05:50.413 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: revision-if-match 2026-05-06 15:05:50.414 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-06 15:05:50.414 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: router_availability_zone 2026-05-06 15:05:50.415 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-05-06 15:05:50.416 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-06 15:05:50.418 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-06 15:05:50.418 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-06 15:05:50.419 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-06 15:05:50.419 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-06 15:05:50.420 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-06 15:05:50.420 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-06 15:05:50.424 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: security-group 2026-05-06 15:05:50.425 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: segment 2026-05-06 15:05:50.426 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-06 15:05:50.427 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: service-type 2026-05-06 15:05:50.427 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: sorting 2026-05-06 15:05:50.427 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: standard-attr-segment 2026-05-06 15:05:50.428 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: standard-attr-description 2026-05-06 15:05:50.428 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: stateful-security-group 2026-05-06 15:05:50.429 1 WARNING neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-06 15:05:50.429 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-06 15:05:50.430 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: subnet-external-network 2026-05-06 15:05:50.430 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: subnet_onboard 2026-05-06 15:05:50.431 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-06 15:05:50.431 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: subnet-service-types 2026-05-06 15:05:50.432 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: subnet_allocation 2026-05-06 15:05:50.433 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-06 15:05:50.433 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: tag-creation 2026-05-06 15:05:50.434 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-06 15:05:50.437 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: standard-attr-tag 2026-05-06 15:05:50.438 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-06 15:05:50.438 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: trunk 2026-05-06 15:05:50.439 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: trunk-details 2026-05-06 15:05:50.439 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-06 15:05:50.440 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-06 15:05:50.440 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-06 15:05:50.441 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-06 15:05:50.443 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-06 15:05:50.443 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-06 15:05:50.444 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: vpn-flavors 2026-05-06 15:05:50.445 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: vpnaas 2026-05-06 15:05:50.446 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: taas 2026-05-06 15:05:50.447 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: tap-mirror 2026-05-06 15:05:50.448 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-05-06 15:05:50.448 1 INFO neutron.api.extensions [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-06 15:05:50.452 1 WARNING oslo_service.backend._threading.service [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Service RpcWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-05-06 15:05:50.458 1 WARNING oslo_service.backend._threading.service [None req-ddd5e876-9a0e-4d93-9127-32d43a143029 - - - - - -] Service RpcReportsWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-05-06 15:06:20.540 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-06 15:06:20.585 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-06 15:06:20.585 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-06 15:06:36.978 16 INFO neutron.db.l3_hamode_db [None req-1f8207f2-335c-434d-8665-213950d0fa7d - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 15:07:01.330 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port e7baec54-5ee5-4a23-af9c-be04d102392b 2026-05-06 15:07:02.110 13 INFO neutron.plugins.ml2.plugin [None req-32c3d054-12d1-4df9-8775-cf0a1e7726fa - - - - - -] Attempt 1 to provision port e7baec54-5ee5-4a23-af9c-be04d102392b 2026-05-06 15:07:03.260 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port e7baec54-5ee5-4a23-af9c-be04d102392b 2026-05-06 15:07:03.777 13 INFO neutron.plugins.ml2.plugin [None req-77bd9afb-7ace-4bbc-83b7-9795df34d276 - - - - - -] Attempt 1 to provision port e7baec54-5ee5-4a23-af9c-be04d102392b 2026-05-06 15:11:45.322 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 7d348551-62c7-4da3-9009-8dfc6ddf0502 2026-05-06 15:11:46.874 16 INFO neutron.plugins.ml2.plugin [None req-026068fd-752e-4b59-992a-82f12ffb27f3 - - - - - -] Attempt 1 to provision port 7d348551-62c7-4da3-9009-8dfc6ddf0502 2026-05-06 15:11:47.285 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 7d348551-62c7-4da3-9009-8dfc6ddf0502 2026-05-06 15:11:51.705 13 INFO neutron.plugins.ml2.plugin [None req-c32297b7-0f8d-4fa4-8523-68fc89a9754a - - - - - -] Attempt 1 to provision port b0bd64a9-a355-4694-ae09-52662a5fabc0 2026-05-06 15:16:35.953 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port b0bd64a9-a355-4694-ae09-52662a5fabc0 2026-05-06 15:16:37.387 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port b0bd64a9-a355-4694-ae09-52662a5fabc0 2026-05-06 15:28:49.645 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 0d5f5048-0927-4b7f-bc50-34b0d17cb158 2026-05-06 15:28:51.636 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 0d5f5048-0927-4b7f-bc50-34b0d17cb158 2026-05-06 15:33:28.726 16 INFO neutron.plugins.ml2.plugin [None req-d48f91a9-e742-47d4-945b-e79db3e98761 - - - - - -] Attempt 1 to provision port b0bd64a9-a355-4694-ae09-52662a5fabc0 2026-05-06 15:33:28.786 16 INFO neutron.plugins.ml2.plugin [None req-d48f91a9-e742-47d4-945b-e79db3e98761 - - - - - -] Attempt 1 to provision port 7d348551-62c7-4da3-9009-8dfc6ddf0502 2026-05-06 15:33:28.832 16 INFO neutron.plugins.ml2.plugin [None req-d48f91a9-e742-47d4-945b-e79db3e98761 - - - - - -] Attempt 1 to provision port e7baec54-5ee5-4a23-af9c-be04d102392b 2026-05-06 15:44:15.973 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 5124ac0f-09a2-4c99-9d1e-9af9d08aeca5 2026-05-06 15:44:17.973 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 5124ac0f-09a2-4c99-9d1e-9af9d08aeca5 2026-05-06 15:44:18.221 13 INFO neutron.plugins.ml2.plugin [None req-ca82fb41-14cd-4e6f-8cdf-685502e24a1d - - - - - -] Attempt 1 to provision port 5124ac0f-09a2-4c99-9d1e-9af9d08aeca5 2026-05-06 15:44:24.107 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 63a33ad9-6400-4296-91bf-93aacea1c8ca 2026-05-06 15:44:24.801 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 4638b68e-7624-4d1f-838f-00c1dbc31edb 2026-05-06 15:44:26.136 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 4638b68e-7624-4d1f-838f-00c1dbc31edb 2026-05-06 15:44:26.326 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 63a33ad9-6400-4296-91bf-93aacea1c8ca 2026-05-06 15:44:26.556 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port a3019d38-cf81-47c3-bea2-c683b2c5d447 2026-05-06 15:44:28.025 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 74dc82e9-d5de-468f-9986-4bce475c14a8 2026-05-06 15:44:28.454 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 60abcd1f-68bc-4e24-a1f7-b162ec759e05 2026-05-06 15:44:28.976 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port a3019d38-cf81-47c3-bea2-c683b2c5d447 2026-05-06 15:44:29.998 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 74dc82e9-d5de-468f-9986-4bce475c14a8 2026-05-06 15:44:30.229 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 60abcd1f-68bc-4e24-a1f7-b162ec759e05 2026-05-06 15:44:31.196 16 INFO neutron.plugins.ml2.plugin [None req-4b5b1500-4842-4cf2-90aa-62542afa200e - - - - - -] Attempt 1 to provision port 83928ef9-8677-4c06-82ed-d0d7587b6907 2026-05-06 15:44:31.232 16 INFO neutron.plugins.ml2.plugin [None req-4b5b1500-4842-4cf2-90aa-62542afa200e - - - - - -] Attempt 1 to provision port 74dc82e9-d5de-468f-9986-4bce475c14a8 2026-05-06 15:44:31.296 16 INFO neutron.plugins.ml2.plugin [None req-4b5b1500-4842-4cf2-90aa-62542afa200e - - - - - -] Attempt 1 to provision port 4638b68e-7624-4d1f-838f-00c1dbc31edb 2026-05-06 15:44:31.341 16 INFO neutron.plugins.ml2.plugin [None req-4b5b1500-4842-4cf2-90aa-62542afa200e - - - - - -] Attempt 1 to provision port bbb30e9c-f7cf-4819-9b36-9129f16a5008 2026-05-06 15:44:33.957 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 6e529553-a442-4590-a298-a3878f642aad 2026-05-06 15:44:35.996 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 6e529553-a442-4590-a298-a3878f642aad 2026-05-06 15:44:41.412 13 INFO neutron.plugins.ml2.plugin [None req-5743e280-475b-48f5-b086-777549bff6f7 - - - - - -] Attempt 1 to provision port 6e529553-a442-4590-a298-a3878f642aad 2026-05-06 15:44:41.488 13 INFO neutron.plugins.ml2.plugin [None req-5743e280-475b-48f5-b086-777549bff6f7 - - - - - -] Attempt 1 to provision port 7dcc00f8-1098-4a30-b96b-c3c8364cbc42 2026-05-06 15:44:41.512 13 INFO neutron.plugins.ml2.plugin [None req-5743e280-475b-48f5-b086-777549bff6f7 - - - - - -] Attempt 1 to provision port 4638b68e-7624-4d1f-838f-00c1dbc31edb 2026-05-06 15:44:41.572 13 INFO neutron.plugins.ml2.plugin [None req-5743e280-475b-48f5-b086-777549bff6f7 - - - - - -] Attempt 1 to provision port 83928ef9-8677-4c06-82ed-d0d7587b6907 2026-05-06 15:44:41.606 13 INFO neutron.plugins.ml2.plugin [None req-5743e280-475b-48f5-b086-777549bff6f7 - - - - - -] Attempt 1 to provision port 9b1888ee-76df-4837-8755-2b4ef62dfadc 2026-05-06 15:44:41.628 13 INFO neutron.plugins.ml2.plugin [None req-5743e280-475b-48f5-b086-777549bff6f7 - - - - - -] Attempt 1 to provision port bbb30e9c-f7cf-4819-9b36-9129f16a5008 2026-05-06 15:44:43.595 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 8ea6d659-5738-47b2-a1fc-16594f4818ce 2026-05-06 15:44:44.199 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-fdf31430-2e15-4475-a254-9a0416520848'] response: {'server_uuid': '640be9dd-a477-4a1b-80e8-5533c6f4cbce', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8ea6d659-5738-47b2-a1fc-16594f4818ce', 'code': 200} 2026-05-06 15:44:44.237 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port b3df9ad9-e96e-44dd-8cd3-772c2c5fd7d0 2026-05-06 15:44:45.210 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port aea520f2-5373-48ab-a3d8-76d25b55a1ea 2026-05-06 15:44:46.307 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-00c8edce-aee1-42f5-9bca-875d9f9760f2'] response: {'server_uuid': 'b023a5bc-f683-4801-81f0-1c7bf24a05f6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b3df9ad9-e96e-44dd-8cd3-772c2c5fd7d0', 'code': 200} 2026-05-06 15:44:46.307 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-00c8edce-aee1-42f5-9bca-875d9f9760f2'] response: {'server_uuid': '54586f54-9b95-4858-afbd-4e8f72f694f6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'aea520f2-5373-48ab-a3d8-76d25b55a1ea', 'code': 200} 2026-05-06 15:44:46.413 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 8ea6d659-5738-47b2-a1fc-16594f4818ce 2026-05-06 15:44:46.646 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port b3df9ad9-e96e-44dd-8cd3-772c2c5fd7d0 2026-05-06 15:44:46.829 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port aea520f2-5373-48ab-a3d8-76d25b55a1ea 2026-05-06 15:44:50.583 13 INFO neutron.plugins.ml2.plugin [None req-60814649-ef73-4778-8874-3c7cd12a6422 - - - - - -] Attempt 1 to provision port a1c99d03-744c-44bb-941e-8f154283bdf4 2026-05-06 15:44:50.633 13 INFO neutron.plugins.ml2.plugin [None req-60814649-ef73-4778-8874-3c7cd12a6422 - - - - - -] Attempt 1 to provision port 419e93de-bd90-46d0-87e1-ea436d696216 2026-05-06 15:44:50.683 13 INFO neutron.plugins.ml2.plugin [None req-60814649-ef73-4778-8874-3c7cd12a6422 - - - - - -] Attempt 1 to provision port 7dcc00f8-1098-4a30-b96b-c3c8364cbc42 2026-05-06 15:44:50.754 13 INFO neutron.plugins.ml2.plugin [None req-60814649-ef73-4778-8874-3c7cd12a6422 - - - - - -] Attempt 1 to provision port 2d2cef7f-e8ad-4582-8c25-a87898472446 2026-05-06 15:44:50.813 13 INFO neutron.plugins.ml2.plugin [None req-60814649-ef73-4778-8874-3c7cd12a6422 - - - - - -] Attempt 1 to provision port b3df9ad9-e96e-44dd-8cd3-772c2c5fd7d0 2026-05-06 15:44:52.288 16 INFO neutron.plugins.ml2.plugin [None req-ec21e233-74bc-4b9a-8775-22f0dcb84dc1 - - - - - -] Attempt 1 to provision port bbb30e9c-f7cf-4819-9b36-9129f16a5008 2026-05-06 15:44:52.895 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-6f1cded9-2010-41be-9c67-e0dcf6158ba6'] response: {'server_uuid': 'b023a5bc-f683-4801-81f0-1c7bf24a05f6', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'b3df9ad9-e96e-44dd-8cd3-772c2c5fd7d0', 'code': 200} 2026-05-06 15:44:55.001 16 INFO neutron.plugins.ml2.plugin [None req-88ab2218-8876-4b37-a933-ec34bfd2132e - - - - - -] Attempt 1 to provision port bbb30e9c-f7cf-4819-9b36-9129f16a5008 2026-05-06 15:45:00.510 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 83928ef9-8677-4c06-82ed-d0d7587b6907 2026-05-06 15:45:02.413 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port a1c99d03-744c-44bb-941e-8f154283bdf4 2026-05-06 15:45:02.689 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 83928ef9-8677-4c06-82ed-d0d7587b6907 2026-05-06 15:45:04.199 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port a1c99d03-744c-44bb-941e-8f154283bdf4 2026-05-06 15:45:06.274 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port a89b1bb6-ece3-4370-afb2-cb0269048eb8 2026-05-06 15:45:08.331 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port a89b1bb6-ece3-4370-afb2-cb0269048eb8 2026-05-06 15:45:08.540 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port e40ebe78-c38d-45fd-b01c-22cdbb6b8694 2026-05-06 15:45:09.361 16 INFO neutron.plugins.ml2.plugin [None req-baa68947-7dda-495e-b9db-838375d02df4 - - - - - -] Attempt 1 to provision port e40ebe78-c38d-45fd-b01c-22cdbb6b8694 2026-05-06 15:45:09.448 16 INFO neutron.plugins.ml2.plugin [None req-baa68947-7dda-495e-b9db-838375d02df4 - - - - - -] Attempt 1 to provision port 41e86fd7-b294-4c71-b81e-a3668a1cde06 2026-05-06 15:45:09.481 16 INFO neutron.plugins.ml2.plugin [None req-baa68947-7dda-495e-b9db-838375d02df4 - - - - - -] Attempt 1 to provision port a3d0e11e-ac62-4bdc-a8d8-81581e587b48 2026-05-06 15:45:10.536 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port e40ebe78-c38d-45fd-b01c-22cdbb6b8694 2026-05-06 15:45:13.132 16 INFO neutron.plugins.ml2.plugin [None req-5ca3cafb-992e-4b09-9df5-568a79ec2ba0 - - - - - -] Attempt 1 to provision port 41e86fd7-b294-4c71-b81e-a3668a1cde06 2026-05-06 15:45:19.887 13 INFO neutron.plugins.ml2.plugin [None req-9190f626-e536-4bb2-8603-0c1ef4a5d7ae - - - - - -] Attempt 1 to provision port 41e86fd7-b294-4c71-b81e-a3668a1cde06 2026-05-06 15:45:20.980 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 59be7123-737d-4d69-9ad6-8ae8c5866e7f 2026-05-06 15:45:21.098 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed983591-bfae-44d1-a4d5-88c6739fbb86'] response: {'server_uuid': 'bc4f3ad5-0cdc-4474-8571-aa4a7de523b0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '59be7123-737d-4d69-9ad6-8ae8c5866e7f', 'code': 200} 2026-05-06 15:45:22.466 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 59be7123-737d-4d69-9ad6-8ae8c5866e7f 2026-05-06 15:45:24.452 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port a3d0e11e-ac62-4bdc-a8d8-81581e587b48 2026-05-06 15:45:24.820 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 41e86fd7-b294-4c71-b81e-a3668a1cde06 2026-05-06 15:45:26.341 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port a3d0e11e-ac62-4bdc-a8d8-81581e587b48 2026-05-06 15:45:26.559 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 41e86fd7-b294-4c71-b81e-a3668a1cde06 2026-05-06 15:45:29.236 16 INFO neutron.plugins.ml2.plugin [None req-30940068-e4cb-4a2b-9319-ca4721f17bd6 - - - - - -] Attempt 1 to provision port 59be7123-737d-4d69-9ad6-8ae8c5866e7f 2026-05-06 15:45:32.557 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 2c9908c2-c36b-4c9f-a2c5-db1973454479 2026-05-06 15:45:32.966 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port c0d7e071-7480-49de-8565-7801e990a601 2026-05-06 15:45:34.254 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 2c9908c2-c36b-4c9f-a2c5-db1973454479 2026-05-06 15:45:34.459 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port c0d7e071-7480-49de-8565-7801e990a601 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d274fcd8-9c95-4a91-b1b6-065833dc290d could not be found. 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-06 15:45:36.386 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-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-06 15:45:36.386 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-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.386 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-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.386 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-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.386 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-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.386 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-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.386 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-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.386 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-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.386 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-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.386 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-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d274fcd8-9c95-4a91-b1b6-065833dc290d could not be found. 2026-05-06 15:45:36.386 13 ERROR neutron.plugins.ml2.managers 2026-05-06 15:45:36.395 13 ERROR neutron.plugins.ml2.managers [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Failed to bind port b8047ac3-87bb-4334-91a7-5e8c25a58fba on host instance for vnic_type normal using segments [{'id': '461b810f-3448-4a70-83b9-895dc112f557', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 155, 'network_id': 'c9c40389-219c-4f9f-a30e-01700a61001f'}] 2026-05-06 15:45:36.395 13 INFO neutron.plugins.ml2.plugin [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Attempt 2 to bind port b8047ac3-87bb-4334-91a7-5e8c25a58fba 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d274fcd8-9c95-4a91-b1b6-065833dc290d could not be found. 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-06 15:45:36.413 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-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-06 15:45:36.413 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-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.413 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-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.413 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-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.413 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-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.413 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-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.413 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-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.413 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-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.413 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-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.413 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-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d274fcd8-9c95-4a91-b1b6-065833dc290d could not be found. 2026-05-06 15:45:36.413 13 ERROR neutron.plugins.ml2.managers 2026-05-06 15:45:36.424 13 ERROR neutron.plugins.ml2.managers [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Failed to bind port b8047ac3-87bb-4334-91a7-5e8c25a58fba on host instance for vnic_type normal using segments [{'id': '461b810f-3448-4a70-83b9-895dc112f557', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 155, 'network_id': 'c9c40389-219c-4f9f-a30e-01700a61001f'}] 2026-05-06 15:45:36.425 13 INFO neutron.plugins.ml2.plugin [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Attempt 3 to bind port b8047ac3-87bb-4334-91a7-5e8c25a58fba 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d274fcd8-9c95-4a91-b1b6-065833dc290d could not be found. 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-06 15:45:36.444 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-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-06 15:45:36.444 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-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.444 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-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.444 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-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.444 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-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.444 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-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.444 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-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.444 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-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.444 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-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.444 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-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d274fcd8-9c95-4a91-b1b6-065833dc290d could not be found. 2026-05-06 15:45:36.444 13 ERROR neutron.plugins.ml2.managers 2026-05-06 15:45:36.453 13 ERROR neutron.plugins.ml2.managers [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Failed to bind port b8047ac3-87bb-4334-91a7-5e8c25a58fba on host instance for vnic_type normal using segments [{'id': '461b810f-3448-4a70-83b9-895dc112f557', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 155, 'network_id': 'c9c40389-219c-4f9f-a30e-01700a61001f'}] 2026-05-06 15:45:36.456 13 INFO neutron.plugins.ml2.plugin [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Attempt 4 to bind port b8047ac3-87bb-4334-91a7-5e8c25a58fba 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d274fcd8-9c95-4a91-b1b6-065833dc290d could not be found. 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-06 15:45:36.477 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-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-06 15:45:36.477 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-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.477 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-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.477 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-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.477 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-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.477 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-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.477 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-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.477 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-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.477 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-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.477 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-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d274fcd8-9c95-4a91-b1b6-065833dc290d could not be found. 2026-05-06 15:45:36.477 13 ERROR neutron.plugins.ml2.managers 2026-05-06 15:45:36.479 13 ERROR neutron.plugins.ml2.managers [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Failed to bind port b8047ac3-87bb-4334-91a7-5e8c25a58fba on host instance for vnic_type normal using segments [{'id': '461b810f-3448-4a70-83b9-895dc112f557', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 155, 'network_id': 'c9c40389-219c-4f9f-a30e-01700a61001f'}] 2026-05-06 15:45:36.486 13 INFO neutron.plugins.ml2.plugin [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Attempt 5 to bind port b8047ac3-87bb-4334-91a7-5e8c25a58fba 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d274fcd8-9c95-4a91-b1b6-065833dc290d could not be found. 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-06 15:45:36.504 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-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-06 15:45:36.504 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-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.504 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-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.504 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-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.504 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-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.504 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-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.504 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-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.504 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-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.504 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-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.504 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-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d274fcd8-9c95-4a91-b1b6-065833dc290d could not be found. 2026-05-06 15:45:36.504 13 ERROR neutron.plugins.ml2.managers 2026-05-06 15:45:36.507 13 ERROR neutron.plugins.ml2.managers [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Failed to bind port b8047ac3-87bb-4334-91a7-5e8c25a58fba on host instance for vnic_type normal using segments [{'id': '461b810f-3448-4a70-83b9-895dc112f557', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 155, 'network_id': 'c9c40389-219c-4f9f-a30e-01700a61001f'}] 2026-05-06 15:45:36.508 13 INFO neutron.plugins.ml2.plugin [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Attempt 6 to bind port b8047ac3-87bb-4334-91a7-5e8c25a58fba 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d274fcd8-9c95-4a91-b1b6-065833dc290d could not be found. 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-06 15:45:36.530 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-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-06 15:45:36.530 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-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.530 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-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.530 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-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.530 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-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.530 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-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.530 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-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.530 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-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.530 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-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.530 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-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d274fcd8-9c95-4a91-b1b6-065833dc290d could not be found. 2026-05-06 15:45:36.530 13 ERROR neutron.plugins.ml2.managers 2026-05-06 15:45:36.533 13 ERROR neutron.plugins.ml2.managers [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Failed to bind port b8047ac3-87bb-4334-91a7-5e8c25a58fba on host instance for vnic_type normal using segments [{'id': '461b810f-3448-4a70-83b9-895dc112f557', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 155, 'network_id': 'c9c40389-219c-4f9f-a30e-01700a61001f'}] 2026-05-06 15:45:36.535 13 INFO neutron.plugins.ml2.plugin [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Attempt 7 to bind port b8047ac3-87bb-4334-91a7-5e8c25a58fba 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d274fcd8-9c95-4a91-b1b6-065833dc290d could not be found. 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-06 15:45:36.585 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-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-06 15:45:36.585 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-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.585 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-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.585 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-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.585 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-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.585 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-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.585 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-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.585 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-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.585 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-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.585 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-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d274fcd8-9c95-4a91-b1b6-065833dc290d could not be found. 2026-05-06 15:45:36.585 13 ERROR neutron.plugins.ml2.managers 2026-05-06 15:45:36.588 13 ERROR neutron.plugins.ml2.managers [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Failed to bind port b8047ac3-87bb-4334-91a7-5e8c25a58fba on host instance for vnic_type normal using segments [{'id': '461b810f-3448-4a70-83b9-895dc112f557', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 155, 'network_id': 'c9c40389-219c-4f9f-a30e-01700a61001f'}] 2026-05-06 15:45:36.589 13 INFO neutron.plugins.ml2.plugin [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Attempt 8 to bind port b8047ac3-87bb-4334-91a7-5e8c25a58fba 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d274fcd8-9c95-4a91-b1b6-065833dc290d could not be found. 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-06 15:45:36.607 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-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-06 15:45:36.607 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-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.607 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-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.607 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-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.607 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-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.607 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-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.607 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-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.607 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-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.607 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-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.607 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-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d274fcd8-9c95-4a91-b1b6-065833dc290d could not be found. 2026-05-06 15:45:36.607 13 ERROR neutron.plugins.ml2.managers 2026-05-06 15:45:36.610 13 ERROR neutron.plugins.ml2.managers [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Failed to bind port b8047ac3-87bb-4334-91a7-5e8c25a58fba on host instance for vnic_type normal using segments [{'id': '461b810f-3448-4a70-83b9-895dc112f557', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 155, 'network_id': 'c9c40389-219c-4f9f-a30e-01700a61001f'}] 2026-05-06 15:45:36.610 13 INFO neutron.plugins.ml2.plugin [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Attempt 9 to bind port b8047ac3-87bb-4334-91a7-5e8c25a58fba 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d274fcd8-9c95-4a91-b1b6-065833dc290d could not be found. 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-06 15:45:36.628 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-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-06 15:45:36.628 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-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.628 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-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.628 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-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.628 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-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.628 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-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.628 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-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.628 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-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.628 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-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.628 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-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d274fcd8-9c95-4a91-b1b6-065833dc290d could not be found. 2026-05-06 15:45:36.628 13 ERROR neutron.plugins.ml2.managers 2026-05-06 15:45:36.630 13 ERROR neutron.plugins.ml2.managers [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Failed to bind port b8047ac3-87bb-4334-91a7-5e8c25a58fba on host instance for vnic_type normal using segments [{'id': '461b810f-3448-4a70-83b9-895dc112f557', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 155, 'network_id': 'c9c40389-219c-4f9f-a30e-01700a61001f'}] 2026-05-06 15:45:36.631 13 INFO neutron.plugins.ml2.plugin [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Attempt 10 to bind port b8047ac3-87bb-4334-91a7-5e8c25a58fba 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d274fcd8-9c95-4a91-b1b6-065833dc290d could not be found. 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-06 15:45:36.687 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-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-06 15:45:36.687 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-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.687 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-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.687 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-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.687 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-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.687 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-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.687 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-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.687 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-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.687 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-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-06 15:45:36.687 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-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d274fcd8-9c95-4a91-b1b6-065833dc290d could not be found. 2026-05-06 15:45:36.687 13 ERROR neutron.plugins.ml2.managers 2026-05-06 15:45:36.690 13 ERROR neutron.plugins.ml2.managers [None req-55968a73-1331-4d73-90ca-28ef1a9dfc53 - - - - - -] Failed to bind port b8047ac3-87bb-4334-91a7-5e8c25a58fba on host instance for vnic_type normal using segments [{'id': '461b810f-3448-4a70-83b9-895dc112f557', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 155, 'network_id': 'c9c40389-219c-4f9f-a30e-01700a61001f'}] 2026-05-06 15:45:42.326 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 7c401bb8-5568-4990-8863-abe80f8cb8e9 2026-05-06 15:45:44.415 16 INFO neutron.plugins.ml2.plugin [None req-db418ec5-8f3c-4bf8-b07e-79c4ab9a9e75 - - - - - -] Attempt 1 to provision port 74f8ddbc-bcca-4c45-bd01-85efe2aeeb59 2026-05-06 15:45:44.444 16 INFO neutron.plugins.ml2.plugin [None req-db418ec5-8f3c-4bf8-b07e-79c4ab9a9e75 - - - - - -] Attempt 1 to provision port 2c9908c2-c36b-4c9f-a2c5-db1973454479 2026-05-06 15:45:44.507 16 INFO neutron.plugins.ml2.plugin [None req-db418ec5-8f3c-4bf8-b07e-79c4ab9a9e75 - - - - - -] Attempt 1 to provision port d4a75125-a405-43a6-9229-4cbda14ae375 2026-05-06 15:45:44.869 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 97f6f72b-b1c0-4100-a6a8-e97e775addd1 2026-05-06 15:45:44.995 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-f91826a9-d8fa-43f0-91c1-eab642ba6b3a'] response: {'server_uuid': 'bfab40e0-9a80-419f-af69-a4115f37e087', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '97f6f72b-b1c0-4100-a6a8-e97e775addd1', 'code': 200} 2026-05-06 15:45:45.259 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 7c401bb8-5568-4990-8863-abe80f8cb8e9 2026-05-06 15:45:46.307 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 97f6f72b-b1c0-4100-a6a8-e97e775addd1 2026-05-06 15:45:50.367 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port d4a75125-a405-43a6-9229-4cbda14ae375 2026-05-06 15:45:50.610 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 74f8ddbc-bcca-4c45-bd01-85efe2aeeb59 2026-05-06 15:45:53.548 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port d4a75125-a405-43a6-9229-4cbda14ae375 2026-05-06 15:45:53.729 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 70dfe558-3a49-4a73-93b0-5f3e1aacc774 2026-05-06 15:45:53.819 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff36891f-980d-4893-81aa-9d5257b28cf4'] response: {'server_uuid': '0a25383f-f223-4396-bd71-b2a2cdbf5f22', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '70dfe558-3a49-4a73-93b0-5f3e1aacc774', 'code': 200} 2026-05-06 15:45:54.172 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 74f8ddbc-bcca-4c45-bd01-85efe2aeeb59 2026-05-06 15:45:55.441 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 70dfe558-3a49-4a73-93b0-5f3e1aacc774 2026-05-06 15:45:56.255 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-144c0cd4-f863-4a53-b851-5777af276e4d'] response: {'server_uuid': 'bc4f3ad5-0cdc-4474-8571-aa4a7de523b0', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '59be7123-737d-4d69-9ad6-8ae8c5866e7f', 'code': 200} 2026-05-06 15:45:57.978 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 59be7123-737d-4d69-9ad6-8ae8c5866e7f 2026-05-06 15:45:58.104 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e68545b-4043-4917-9926-95dc0af9b704'] response: {'server_uuid': 'bc4f3ad5-0cdc-4474-8571-aa4a7de523b0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '59be7123-737d-4d69-9ad6-8ae8c5866e7f', 'code': 200} 2026-05-06 15:45:59.643 13 INFO neutron.plugins.ml2.plugin [None req-7b7245d2-09d3-4897-a2f8-327a349f0baf - - - - - -] Attempt 1 to provision port 70dfe558-3a49-4a73-93b0-5f3e1aacc774 2026-05-06 15:45:59.675 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 59be7123-737d-4d69-9ad6-8ae8c5866e7f 2026-05-06 15:45:59.716 13 INFO neutron.plugins.ml2.plugin [None req-7b7245d2-09d3-4897-a2f8-327a349f0baf - - - - - -] Attempt 1 to provision port 66a27315-8d36-409f-9cd3-498993b4156e 2026-05-06 15:45:59.908 13 INFO neutron.plugins.ml2.plugin [None req-7b7245d2-09d3-4897-a2f8-327a349f0baf - - - - - -] Attempt 1 to provision port 7a823f46-9f51-40e7-b90f-bb5ab7a1108c 2026-05-06 15:45:59.981 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 7a823f46-9f51-40e7-b90f-bb5ab7a1108c 2026-05-06 15:46:00.137 13 INFO neutron.plugins.ml2.plugin [None req-7b7245d2-09d3-4897-a2f8-327a349f0baf - - - - - -] Attempt 1 to provision port 5b1042a1-526b-4a2a-bdb3-f25983c7c1c3 2026-05-06 15:46:00.217 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 5b1042a1-526b-4a2a-bdb3-f25983c7c1c3 2026-05-06 15:46:01.787 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 66a27315-8d36-409f-9cd3-498993b4156e 2026-05-06 15:46:01.967 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 7a823f46-9f51-40e7-b90f-bb5ab7a1108c 2026-05-06 15:46:02.169 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 5b1042a1-526b-4a2a-bdb3-f25983c7c1c3 2026-05-06 15:46:06.590 16 INFO neutron.plugins.ml2.plugin [None req-e81ea30f-365b-409a-8d1d-3014cefbbb34 - - - - - -] Attempt 1 to provision port 7a823f46-9f51-40e7-b90f-bb5ab7a1108c 2026-05-06 15:46:13.609 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port bd4291e5-7e45-4445-9a3f-cd5ce6c007f7 2026-05-06 15:46:13.966 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port c687a8cb-792e-477c-a30e-30589e674d5a 2026-05-06 15:46:15.596 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port bd4291e5-7e45-4445-9a3f-cd5ce6c007f7 2026-05-06 15:46:15.803 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port c687a8cb-792e-477c-a30e-30589e674d5a 2026-05-06 15:46:16.360 13 INFO neutron.plugins.ml2.plugin [None req-be12e455-7b8c-4374-95b4-882e6ba42f84 - - - - - -] Attempt 1 to provision port c687a8cb-792e-477c-a30e-30589e674d5a 2026-05-06 15:46:16.408 13 INFO neutron.plugins.ml2.plugin [None req-be12e455-7b8c-4374-95b4-882e6ba42f84 - - - - - -] Attempt 1 to provision port e8cbf528-f24b-4222-960c-57c783e7d595 2026-05-06 15:46:16.433 13 INFO neutron.plugins.ml2.plugin [None req-be12e455-7b8c-4374-95b4-882e6ba42f84 - - - - - -] Attempt 1 to provision port de0733d7-4107-48cf-8a86-167e063bb4c0 2026-05-06 15:46:19.680 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 6480f7ab-120a-45c7-90cf-64494dc2abef 2026-05-06 15:46:21.715 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 797022f8-0221-4667-a277-e41a20683a1a 2026-05-06 15:46:22.137 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 6480f7ab-120a-45c7-90cf-64494dc2abef 2026-05-06 15:46:23.553 13 INFO neutron.plugins.ml2.plugin [None req-84c0076c-aa7d-40d9-8141-1978fc59f103 - - - - - -] Attempt 1 to provision port 797022f8-0221-4667-a277-e41a20683a1a 2026-05-06 15:46:23.615 13 INFO neutron.plugins.ml2.plugin [None req-84c0076c-aa7d-40d9-8141-1978fc59f103 - - - - - -] Attempt 1 to provision port c687a8cb-792e-477c-a30e-30589e674d5a 2026-05-06 15:46:23.674 13 INFO neutron.plugins.ml2.plugin [None req-84c0076c-aa7d-40d9-8141-1978fc59f103 - - - - - -] Attempt 1 to provision port e8cbf528-f24b-4222-960c-57c783e7d595 2026-05-06 15:46:23.702 13 INFO neutron.plugins.ml2.plugin [None req-84c0076c-aa7d-40d9-8141-1978fc59f103 - - - - - -] Attempt 1 to provision port 217eccbf-c43b-4c01-84dc-f460b439e200 2026-05-06 15:46:23.724 13 INFO neutron.plugins.ml2.plugin [None req-84c0076c-aa7d-40d9-8141-1978fc59f103 - - - - - -] Attempt 1 to provision port 0aff908c-aa92-4fc6-9018-cc2c17ef59b0 2026-05-06 15:46:23.762 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 797022f8-0221-4667-a277-e41a20683a1a 2026-05-06 15:46:26.367 13 INFO neutron.plugins.ml2.plugin [None req-4a7e2f63-ba3a-411b-8f41-13f505208bb2 - - - - - -] Attempt 1 to provision port e8cbf528-f24b-4222-960c-57c783e7d595 2026-05-06 15:46:28.871 13 INFO neutron.plugins.ml2.plugin [None req-2cd94e4c-adf8-4eb9-acb8-5b6273cb92a9 - - - - - -] Attempt 1 to provision port 797022f8-0221-4667-a277-e41a20683a1a 2026-05-06 15:46:28.943 13 INFO neutron.plugins.ml2.plugin [None req-2cd94e4c-adf8-4eb9-acb8-5b6273cb92a9 - - - - - -] Attempt 1 to provision port 217eccbf-c43b-4c01-84dc-f460b439e200 2026-05-06 15:46:28.976 13 INFO neutron.plugins.ml2.plugin [None req-2cd94e4c-adf8-4eb9-acb8-5b6273cb92a9 - - - - - -] Attempt 1 to provision port e8cbf528-f24b-4222-960c-57c783e7d595 2026-05-06 15:46:31.573 16 INFO neutron.plugins.ml2.plugin [None req-b7f5169e-32e8-4911-8991-45cf7439b555 - - - - - -] Attempt 1 to provision port 217eccbf-c43b-4c01-84dc-f460b439e200 2026-05-06 15:46:32.921 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port f7fcf455-a525-4758-91d7-007041d03dca 2026-05-06 15:46:33.078 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c0aa6dd-369f-4496-b567-f6f23f8c1e27'] response: {'server_uuid': '1201ce3f-dbfa-47cb-9b27-3a1446fc1fac', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f7fcf455-a525-4758-91d7-007041d03dca', 'code': 200} 2026-05-06 15:46:34.900 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port f7fcf455-a525-4758-91d7-007041d03dca 2026-05-06 15:46:35.158 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port e8cbf528-f24b-4222-960c-57c783e7d595 2026-05-06 15:46:35.508 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port de0733d7-4107-48cf-8a86-167e063bb4c0 2026-05-06 15:46:37.097 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port c7279c44-516b-4356-a535-2726e4e97b35 2026-05-06 15:46:37.793 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port e8cbf528-f24b-4222-960c-57c783e7d595 2026-05-06 15:46:38.066 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 0aff908c-aa92-4fc6-9018-cc2c17ef59b0 2026-05-06 15:46:38.493 13 INFO neutron.plugins.ml2.plugin [None req-cc21b510-a28c-4a1b-8ffb-e461f2b44947 - - - - - -] Attempt 1 to provision port c7279c44-516b-4356-a535-2726e4e97b35 2026-05-06 15:46:38.573 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port de0733d7-4107-48cf-8a86-167e063bb4c0 2026-05-06 15:46:38.589 13 INFO neutron.plugins.ml2.plugin [None req-cc21b510-a28c-4a1b-8ffb-e461f2b44947 - - - - - -] Attempt 1 to provision port 1e6bb9b5-7af3-481a-854f-b99105709cca 2026-05-06 15:46:38.745 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 217eccbf-c43b-4c01-84dc-f460b439e200 2026-05-06 15:46:40.098 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port c7279c44-516b-4356-a535-2726e4e97b35 2026-05-06 15:46:40.421 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 51129845-bfc2-4c63-bf3d-108435e2b267 2026-05-06 15:46:40.792 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 0aff908c-aa92-4fc6-9018-cc2c17ef59b0 2026-05-06 15:46:40.969 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 217eccbf-c43b-4c01-84dc-f460b439e200 2026-05-06 15:46:41.573 13 INFO neutron.plugins.ml2.plugin [None req-aba2e1e2-7b80-4c64-af10-44426590e467 - - - - - -] Attempt 1 to provision port d2c2b8f8-42e2-40e1-b914-82762e352266 2026-05-06 15:46:41.610 13 INFO neutron.plugins.ml2.plugin [None req-aba2e1e2-7b80-4c64-af10-44426590e467 - - - - - -] Attempt 1 to provision port c7279c44-516b-4356-a535-2726e4e97b35 2026-05-06 15:46:41.660 13 INFO neutron.plugins.ml2.plugin [None req-aba2e1e2-7b80-4c64-af10-44426590e467 - - - - - -] Attempt 1 to provision port 1e6bb9b5-7af3-481a-854f-b99105709cca 2026-05-06 15:46:42.228 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 51129845-bfc2-4c63-bf3d-108435e2b267 2026-05-06 15:46:44.051 13 INFO neutron.plugins.ml2.plugin [None req-9bcc5a37-904e-4f3b-bf9e-8867a6b554e1 - - - - - -] Attempt 1 to provision port 1e6bb9b5-7af3-481a-854f-b99105709cca 2026-05-06 15:46:49.335 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 8f77e85f-3480-4e11-924f-843c4a04efec 2026-05-06 15:46:49.443 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b4f6c0b-0dfc-4a5c-aade-5e6826838805'] response: {'server_uuid': '1dce2474-5652-4610-9486-d4a4ee7dc4de', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8f77e85f-3480-4e11-924f-843c4a04efec', 'code': 200} 2026-05-06 15:46:50.410 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 8f77e85f-3480-4e11-924f-843c4a04efec 2026-05-06 15:46:56.412 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port d2c2b8f8-42e2-40e1-b914-82762e352266 2026-05-06 15:46:56.731 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 1e6bb9b5-7af3-481a-854f-b99105709cca 2026-05-06 15:46:58.587 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port d2c2b8f8-42e2-40e1-b914-82762e352266 2026-05-06 15:46:58.737 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 1e6bb9b5-7af3-481a-854f-b99105709cca 2026-05-06 15:47:10.860 16 INFO neutron.plugins.ml2.plugin [None req-4df036a1-b861-4653-8e1f-4487741d7b21 - - - - - -] Attempt 1 to provision port bfb5efcb-e1ce-4e12-a7fb-50d93a0e6dbd 2026-05-06 15:47:12.412 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 284ce8aa-7e45-4a33-bc26-ff24cfbceab2 2026-05-06 15:47:14.397 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 284ce8aa-7e45-4a33-bc26-ff24cfbceab2 2026-05-06 15:47:16.426 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 3368b2c4-b321-4644-b697-5062e7940910 2026-05-06 15:47:17.925 16 INFO neutron.plugins.ml2.plugin [None req-7a0fd9fa-c796-4cb8-9fac-0012f18cfd34 - - - - - -] Attempt 1 to provision port 3368b2c4-b321-4644-b697-5062e7940910 2026-05-06 15:47:18.016 16 INFO neutron.plugins.ml2.plugin [None req-7a0fd9fa-c796-4cb8-9fac-0012f18cfd34 - - - - - -] Attempt 1 to provision port 6ae4b5ca-de5e-4f02-a5ca-5effe048eabd 2026-05-06 15:47:18.438 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 3368b2c4-b321-4644-b697-5062e7940910 2026-05-06 15:47:22.458 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port b1563694-8b3c-4c82-bd01-95fbd32233d0 2026-05-06 15:47:27.163 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 7e2cebdd-fec1-4ad1-8d89-a912e70b42de 2026-05-06 15:47:27.305 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-6352b455-461d-4238-b3bb-2942535da4be'] response: {'server_uuid': 'f9542940-8784-48fc-bd0a-fec21fad9eeb', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7e2cebdd-fec1-4ad1-8d89-a912e70b42de', 'code': 200} 2026-05-06 15:47:28.487 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 7e2cebdd-fec1-4ad1-8d89-a912e70b42de 2026-05-06 15:47:29.373 16 INFO neutron.plugins.ml2.plugin [None req-c410e279-43e5-4dbc-a3c1-6a97055b0d39 - - - - - -] Attempt 1 to provision port 7e2cebdd-fec1-4ad1-8d89-a912e70b42de 2026-05-06 15:47:29.450 16 INFO neutron.plugins.ml2.plugin [None req-c410e279-43e5-4dbc-a3c1-6a97055b0d39 - - - - - -] Attempt 1 to provision port 6ae4b5ca-de5e-4f02-a5ca-5effe048eabd 2026-05-06 15:47:29.622 16 INFO neutron.plugins.ml2.plugin [None req-c410e279-43e5-4dbc-a3c1-6a97055b0d39 - - - - - -] Attempt 1 to provision port 3368b2c4-b321-4644-b697-5062e7940910 2026-05-06 15:47:30.508 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 6ae4b5ca-de5e-4f02-a5ca-5effe048eabd 2026-05-06 15:47:30.941 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port bfb5efcb-e1ce-4e12-a7fb-50d93a0e6dbd 2026-05-06 15:47:32.407 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port bfb5efcb-e1ce-4e12-a7fb-50d93a0e6dbd 2026-05-06 15:47:34.463 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 9ff98169-3d33-412f-afd7-a143e565c335 2026-05-06 15:47:44.857 13 INFO neutron.plugins.ml2.plugin [None req-b5354b99-9555-4586-86e1-ed2cb72e75fd - - - - - -] Attempt 1 to provision port 6ae4b5ca-de5e-4f02-a5ca-5effe048eabd 2026-05-06 15:47:48.102 16 INFO neutron.plugins.ml2.plugin [None req-c1205ba3-288f-4497-a80c-4d0ca7bd0d9a - - - - - -] Attempt 1 to provision port 7e2cebdd-fec1-4ad1-8d89-a912e70b42de 2026-05-06 15:47:52.697 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 1dfe3e8e-5b46-48b4-9795-4d1f876dbefe 2026-05-06 15:47:53.082 16 INFO neutron.plugins.ml2.plugin [None req-22662f31-a061-4582-993a-5f80b05e02c1 - - - - - -] Attempt 1 to provision port 1dfe3e8e-5b46-48b4-9795-4d1f876dbefe 2026-05-06 15:48:07.023 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 3fcad5af-8470-4ab0-abb1-60707245db46 2026-05-06 15:48:07.133 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ec8f17b-e3b0-47ac-ae2c-52e7885a0122'] response: {'server_uuid': '53869a86-667e-4894-8cf6-cbeb7293fd55', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3fcad5af-8470-4ab0-abb1-60707245db46', 'code': 200} 2026-05-06 15:48:08.416 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 3fcad5af-8470-4ab0-abb1-60707245db46 2026-05-06 15:49:00.542 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port e022b247-31a9-4380-b04c-2871b67c4e75 2026-05-06 15:49:02.448 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port e022b247-31a9-4380-b04c-2871b67c4e75 2026-05-06 15:49:04.477 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port ccdc15ba-b220-4ad1-b866-8edab6183993 2026-05-06 15:49:04.815 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 584e713e-80ea-4bfd-a8b6-a9b4059600da 2026-05-06 15:49:06.438 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port ccdc15ba-b220-4ad1-b866-8edab6183993 2026-05-06 15:49:06.613 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 584e713e-80ea-4bfd-a8b6-a9b4059600da 2026-05-06 15:49:09.266 16 INFO neutron.plugins.ml2.plugin [None req-896262d9-3924-479c-bf22-178862056e69 - - - - - -] Attempt 1 to provision port 842f75dc-3702-4f52-873e-74fca79ed065 2026-05-06 15:49:09.291 16 INFO neutron.plugins.ml2.plugin [None req-896262d9-3924-479c-bf22-178862056e69 - - - - - -] Attempt 1 to provision port 584e713e-80ea-4bfd-a8b6-a9b4059600da 2026-05-06 15:49:09.336 16 INFO neutron.plugins.ml2.plugin [None req-896262d9-3924-479c-bf22-178862056e69 - - - - - -] Attempt 1 to provision port 10db59a1-591d-48ea-8211-3f8e82a7e2ff 2026-05-06 15:49:12.442 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 4d166811-56d0-465b-acf1-883db451e121 2026-05-06 15:49:14.426 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 4d166811-56d0-465b-acf1-883db451e121 2026-05-06 15:49:15.212 13 INFO neutron.plugins.ml2.plugin [None req-6fdf9e64-3fe4-4274-ac05-66464031d148 - - - - - -] Attempt 1 to provision port ba7e0995-8cdd-494b-aae5-5fe0bca89ec8 2026-05-06 15:49:15.239 13 INFO neutron.plugins.ml2.plugin [None req-6fdf9e64-3fe4-4274-ac05-66464031d148 - - - - - -] Attempt 1 to provision port 842f75dc-3702-4f52-873e-74fca79ed065 2026-05-06 15:49:15.265 13 INFO neutron.plugins.ml2.plugin [None req-6fdf9e64-3fe4-4274-ac05-66464031d148 - - - - - -] Attempt 1 to provision port 4d166811-56d0-465b-acf1-883db451e121 2026-05-06 15:49:18.411 13 INFO neutron.plugins.ml2.plugin [None req-f801dce9-2a37-419b-b66b-8ebce60486d1 - - - - - -] Attempt 1 to provision port ba7e0995-8cdd-494b-aae5-5fe0bca89ec8 2026-05-06 15:49:18.438 13 INFO neutron.plugins.ml2.plugin [None req-f801dce9-2a37-419b-b66b-8ebce60486d1 - - - - - -] Attempt 1 to provision port 842f75dc-3702-4f52-873e-74fca79ed065 2026-05-06 15:49:18.463 13 INFO neutron.plugins.ml2.plugin [None req-f801dce9-2a37-419b-b66b-8ebce60486d1 - - - - - -] Attempt 1 to provision port 4d166811-56d0-465b-acf1-883db451e121 2026-05-06 15:49:18.970 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port cd7e8afc-9a96-43ab-8942-56aec45325eb 2026-05-06 15:49:19.059 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8ff09c3-6694-45e3-9ba3-5a0c89983416'] response: {'server_uuid': '80ac312b-6acc-42bf-bbc6-33d511df871b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cd7e8afc-9a96-43ab-8942-56aec45325eb', 'code': 200} 2026-05-06 15:49:20.448 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port cd7e8afc-9a96-43ab-8942-56aec45325eb 2026-05-06 15:49:21.136 13 INFO neutron.plugins.ml2.plugin [None req-7c692cdd-aa9d-4d23-8216-36fd0e4080a0 - - - - - -] Attempt 1 to provision port ba7e0995-8cdd-494b-aae5-5fe0bca89ec8 2026-05-06 15:49:21.176 13 INFO neutron.plugins.ml2.plugin [None req-7c692cdd-aa9d-4d23-8216-36fd0e4080a0 - - - - - -] Attempt 1 to provision port cd7e8afc-9a96-43ab-8942-56aec45325eb 2026-05-06 15:49:21.227 13 INFO neutron.plugins.ml2.plugin [None req-7c692cdd-aa9d-4d23-8216-36fd0e4080a0 - - - - - -] Attempt 1 to provision port 4d166811-56d0-465b-acf1-883db451e121 2026-05-06 15:49:22.488 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port ba7e0995-8cdd-494b-aae5-5fe0bca89ec8 2026-05-06 15:49:22.511 16 INFO neutron.plugins.ml2.plugin [None req-7c22c3d4-a325-4c9f-893f-ae4eb66bd925 - - - - - -] Attempt 1 to provision port ba7e0995-8cdd-494b-aae5-5fe0bca89ec8 2026-05-06 15:49:22.720 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port e448909e-13c8-4722-a79d-5f492df6b9df 2026-05-06 15:49:22.948 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 842f75dc-3702-4f52-873e-74fca79ed065 2026-05-06 15:49:23.207 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 10db59a1-591d-48ea-8211-3f8e82a7e2ff 2026-05-06 15:49:24.348 16 INFO neutron.plugins.ml2.plugin [None req-035ccc03-a297-4457-a577-b6d32ffbd594 - - - - - -] Attempt 1 to provision port ba7e0995-8cdd-494b-aae5-5fe0bca89ec8 2026-05-06 15:49:24.470 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port e448909e-13c8-4722-a79d-5f492df6b9df 2026-05-06 15:49:24.662 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port ba7e0995-8cdd-494b-aae5-5fe0bca89ec8 2026-05-06 15:49:24.858 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 842f75dc-3702-4f52-873e-74fca79ed065 2026-05-06 15:49:25.052 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 10db59a1-591d-48ea-8211-3f8e82a7e2ff 2026-05-06 15:49:36.466 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 81d49f7e-5293-40b2-ad63-4f70e6bf6331 2026-05-06 15:49:36.570 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-f9ae5d55-cb43-4a70-a9a4-0ed3111c1e9c'] response: {'server_uuid': 'd8d332cc-7fbd-485b-8da0-531ee5e25d14', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '81d49f7e-5293-40b2-ad63-4f70e6bf6331', 'code': 200} 2026-05-06 15:49:38.434 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 81d49f7e-5293-40b2-ad63-4f70e6bf6331 2026-05-06 15:50:25.002 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port f5b299bb-800e-4375-9221-ad1e0dfff59f 2026-05-06 15:50:25.193 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-08e86dbf-fb39-4c69-818b-504359242f9a'] response: {'server_uuid': '8dedf331-3a47-43f3-87e1-e60d991e29cc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f5b299bb-800e-4375-9221-ad1e0dfff59f', 'code': 200} 2026-05-06 15:50:26.476 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port f5b299bb-800e-4375-9221-ad1e0dfff59f 2026-05-06 15:51:48.762 13 INFO neutron.plugins.ml2.plugin [None req-7ef3a8af-e412-467d-a06f-ec38a2b1890e - - - - - -] Attempt 1 to provision port 3d67bea0-0474-4889-b351-b0664235892b 2026-05-06 15:51:56.053 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 3d67bea0-0474-4889-b351-b0664235892b 2026-05-06 15:51:56.157 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-59dea498-1ecb-40f2-84ad-f8f943108c1e'] response: {'server_uuid': '8dedf331-3a47-43f3-87e1-e60d991e29cc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3d67bea0-0474-4889-b351-b0664235892b', 'code': 200} 2026-05-06 15:51:56.696 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 3d67bea0-0474-4889-b351-b0664235892b 2026-05-06 15:52:10.958 16 INFO neutron.plugins.ml2.plugin [None req-89307eca-1dc7-4e90-92b2-d1a2719b1d79 - - - - - -] Attempt 1 to provision port c77e7932-fd19-4be7-a494-a3bdf43b9e4e 2026-05-06 15:52:16.674 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port c77e7932-fd19-4be7-a494-a3bdf43b9e4e 2026-05-06 15:52:16.779 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b440551-b1ff-4f35-81ff-1ed9f288717d'] response: {'server_uuid': '8dedf331-3a47-43f3-87e1-e60d991e29cc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c77e7932-fd19-4be7-a494-a3bdf43b9e4e', 'code': 200} 2026-05-06 15:52:18.661 16 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port c77e7932-fd19-4be7-a494-a3bdf43b9e4e 2026-05-06 15:52:21.051 13 INFO neutron.plugins.ml2.plugin [None req-386fd5e1-e296-4e48-b197-f00daba6f9df - - - - - -] Attempt 1 to provision port 3d67bea0-0474-4889-b351-b0664235892b 2026-05-06 15:52:33.196 16 INFO neutron.plugins.ml2.plugin [None req-6fa9091e-d1dc-4a46-81ef-f675750f8779 - - - - - -] Attempt 1 to provision port c77e7932-fd19-4be7-a494-a3bdf43b9e4e 2026-05-06 15:52:34.568 16 INFO neutron.plugins.ml2.plugin [None req-d781fa81-e57d-495a-92d4-7cfdf47396e5 - - - - - -] Attempt 1 to provision port c77e7932-fd19-4be7-a494-a3bdf43b9e4e 2026-05-06 15:52:34.697 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port c77e7932-fd19-4be7-a494-a3bdf43b9e4e 2026-05-06 15:52:42.705 13 INFO neutron.plugins.ml2.plugin [None req-e90fc4ea-7975-4a65-a516-10cc7acd2a87 - - - - - -] Attempt 1 to provision port 3d67bea0-0474-4889-b351-b0664235892b 2026-05-06 15:52:43.279 16 INFO neutron.plugins.ml2.plugin [None req-282879f4-3570-43d6-981d-952b6833315c - - - - - -] Attempt 1 to provision port 3d67bea0-0474-4889-b351-b0664235892b 2026-05-06 15:53:26.934 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-d71b356e-b810-4a91-8d18-ceec531e3da6'] response: {'server_uuid': '80ac312b-6acc-42bf-bbc6-33d511df871b', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'cd7e8afc-9a96-43ab-8942-56aec45325eb', 'code': 200}