+ 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 This program is using eventlet and has been monkey_patched /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-06-10 04:16:47.426 1 INFO neutron.common.config [-] Logging enabled! 2026-06-10 04:16:47.426 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.4.dev29 2026-06-10 04:16:47.426 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-06-10 04:16:47.426 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-10 04:16:48.321 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 04:16:48.324 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-10 04:16:48.327 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-10 04:16:48.328 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 04:16:48.328 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-10 04:16:48.328 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-10 04:16:48.329 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 04:16:48.336 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 04:16:48.336 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 04:16:48.336 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 04:16:48.355 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-10 04:16:48.356 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 04:16:48.356 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-10 04:16:48.395 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-10 04:16:48.395 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-10 04:16:48.395 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-10 04:16:48.395 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-10 04:16:48.673 1 INFO neutron.plugins.ml2.managers [None req-79bd64c8-838a-4186-bce1-60062e6addb2 - - - - - -] Initializing driver for type 'vlan' 2026-06-10 04:16:48.802 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-79bd64c8-838a-4186-bce1-60062e6addb2 - - - - - -] VlanTypeDriver initialization complete 2026-06-10 04:16:48.802 1 INFO neutron.plugins.ml2.managers [None req-79bd64c8-838a-4186-bce1-60062e6addb2 - - - - - -] Initializing driver for type 'vxlan' 2026-06-10 04:16:48.803 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-79bd64c8-838a-4186-bce1-60062e6addb2 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-10 04:16:48.844 1 INFO neutron.plugins.ml2.managers [None req-79bd64c8-838a-4186-bce1-60062e6addb2 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-10 04:16:48.844 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-79bd64c8-838a-4186-bce1-60062e6addb2 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-10 04:16:48.844 1 INFO neutron.plugins.ml2.managers [None req-79bd64c8-838a-4186-bce1-60062e6addb2 - - - - - -] Initializing extension driver 'port_security' 2026-06-10 04:16:48.845 1 INFO neutron.plugins.ml2.extensions.port_security [None req-79bd64c8-838a-4186-bce1-60062e6addb2 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-10 04:16:48.845 1 INFO neutron.plugins.ml2.managers [None req-79bd64c8-838a-4186-bce1-60062e6addb2 - - - - - -] Initializing extension driver 'qos' 2026-06-10 04:16:48.845 1 INFO neutron.plugins.ml2.managers [None req-79bd64c8-838a-4186-bce1-60062e6addb2 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-10 04:16:48.845 1 INFO neutron.plugins.ml2.managers [None req-79bd64c8-838a-4186-bce1-60062e6addb2 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-10 04:16:48.859 1 INFO neutron.quota [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded quota_driver: . 2026-06-10 04:16:48.860 1 INFO neutron.plugins.ml2.plugin [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Modular L2 Plugin initialization complete 2026-06-10 04:16:48.860 1 INFO neutron.plugins.ml2.managers [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-10 04:16:48.860 1 INFO neutron.plugins.ml2.managers [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-10 04:16:48.860 1 INFO neutron.plugins.ml2.managers [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-10 04:16:48.861 1 INFO neutron.extensions.vlantransparent [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Disabled vlantransparent extension. 2026-06-10 04:16:48.861 1 INFO neutron.extensions.qinq [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Disabled VLAN QinQ extension. 2026-06-10 04:16:48.861 1 INFO neutron.manager [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loading Plugin: qos 2026-06-10 04:16:48.872 1 INFO neutron.manager [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loading Plugin: router 2026-06-10 04:16:48.907 1 INFO neutron.services.service_base [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-10 04:16:48.908 1 INFO neutron.manager [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loading Plugin: segments 2026-06-10 04:16:48.972 1 INFO neutron.manager [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loading Plugin: trunk 2026-06-10 04:16:48.985 1 INFO neutron.manager [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loading Plugin: vpnaas 2026-06-10 04:16:49.018 1 WARNING stevedore.named [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 04:16:49.018 1 WARNING stevedore.named [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 04:16:49.239 1 INFO neutron_vpnaas.services.vpn.plugin [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-10 04:16:49.239 1 INFO neutron.common.utils [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-10 04:16:49.240 1 INFO neutron.manager [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loading Plugin: taas 2026-06-10 04:16:49.261 1 WARNING stevedore.named [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 04:16:49.288 1 INFO neutron_taas.services.taas.taas_plugin [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-10 04:16:49.288 1 INFO neutron.manager [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loading Plugin: tapmirror 2026-06-10 04:16:49.297 1 WARNING stevedore.named [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 04:16:49.313 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-10 04:16:49.313 1 INFO neutron.manager [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loading Plugin: auto_allocate 2026-06-10 04:16:49.321 1 INFO neutron.manager [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loading Plugin: tag 2026-06-10 04:16:49.331 1 INFO neutron.manager [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loading Plugin: timestamp 2026-06-10 04:16:49.333 1 INFO neutron.manager [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loading Plugin: network_ip_availability 2026-06-10 04:16:49.336 1 INFO neutron.manager [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loading Plugin: flavors 2026-06-10 04:16:49.339 1 INFO neutron.manager [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loading Plugin: revisions 2026-06-10 04:16:49.342 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Initializing extension manager. 2026-06-10 04:16:49.343 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: address-group 2026-06-10 04:16:49.344 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: address-scope 2026-06-10 04:16:49.344 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-10 04:16:49.345 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: agent 2026-06-10 04:16:49.346 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: agent-resources-synced 2026-06-10 04:16:49.346 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-10 04:16:49.347 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-10 04:16:49.348 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: availability_zone 2026-06-10 04:16:49.348 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: availability_zone_filter 2026-06-10 04:16:49.349 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-10 04:16:49.349 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: default-subnetpools 2026-06-10 04:16:49.351 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-10 04:16:49.352 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: dns-integration 2026-06-10 04:16:49.352 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: dns-domain-ports 2026-06-10 04:16:49.353 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-10 04:16:49.353 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: dvr 2026-06-10 04:16:49.354 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-10 04:16:49.354 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: empty-string-filtering 2026-06-10 04:16:49.355 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 04:16:49.355 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-10 04:16:49.356 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: external-net 2026-06-10 04:16:49.356 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-10 04:16:49.357 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: extraroute 2026-06-10 04:16:49.357 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: extraroute-atomic 2026-06-10 04:16:49.358 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-10 04:16:49.358 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-10 04:16:49.358 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-10 04:16:49.359 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-10 04:16:49.359 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: fip-port-details 2026-06-10 04:16:49.360 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: flavors 2026-06-10 04:16:49.361 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-10 04:16:49.361 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: floatingip-pools 2026-06-10 04:16:49.362 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: ip_allocation 2026-06-10 04:16:49.362 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-10 04:16:49.363 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: l2_adjacency 2026-06-10 04:16:49.364 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: router 2026-06-10 04:16:49.366 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 04:16:49.366 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-10 04:16:49.367 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-10 04:16:49.367 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: ext-gw-mode 2026-06-10 04:16:49.368 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: l3-ha 2026-06-10 04:16:49.368 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-10 04:16:49.368 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-10 04:16:49.369 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: l3-flavors 2026-06-10 04:16:49.370 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-10 04:16:49.370 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-10 04:16:49.372 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-10 04:16:49.373 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-10 04:16:49.374 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-10 04:16:49.375 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-10 04:16:49.375 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-10 04:16:49.376 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: multi-provider 2026-06-10 04:16:49.376 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: net-mtu 2026-06-10 04:16:49.376 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: net-mtu-writable 2026-06-10 04:16:49.377 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: network_availability_zone 2026-06-10 04:16:49.377 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: network_ha 2026-06-10 04:16:49.378 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: network-ip-availability 2026-06-10 04:16:49.379 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-10 04:16:49.379 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: pagination 2026-06-10 04:16:49.380 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: port-device-profile 2026-06-10 04:16:49.380 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-10 04:16:49.381 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-10 04:16:49.381 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-10 04:16:49.382 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: port-mac-override 2026-06-10 04:16:49.382 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-10 04:16:49.383 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-10 04:16:49.383 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-10 04:16:49.384 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: port-resource-request 2026-06-10 04:16:49.384 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-10 04:16:49.384 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-10 04:16:49.385 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: binding 2026-06-10 04:16:49.386 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: binding-extended 2026-06-10 04:16:49.387 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: port-security 2026-06-10 04:16:49.387 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: project-id 2026-06-10 04:16:49.387 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: provider 2026-06-10 04:16:49.388 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-10 04:16:49.390 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: qos 2026-06-10 04:16:49.391 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-10 04:16:49.391 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-10 04:16:49.392 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: qos-default 2026-06-10 04:16:49.392 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: qos-fip 2026-06-10 04:16:49.392 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-10 04:16:49.393 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-10 04:16:49.393 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-10 04:16:49.394 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-10 04:16:49.394 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-10 04:16:49.395 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: qos-pps 2026-06-10 04:16:49.395 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-10 04:16:49.396 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-10 04:16:49.396 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: qos-rules-alias 2026-06-10 04:16:49.397 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: quota-check-limit 2026-06-10 04:16:49.397 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-10 04:16:49.399 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: quotas 2026-06-10 04:16:49.402 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: quota_details 2026-06-10 04:16:49.404 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: rbac-policies 2026-06-10 04:16:49.404 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: rbac-address-group 2026-06-10 04:16:49.405 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: rbac-address-scope 2026-06-10 04:16:49.405 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: rbac-security-groups 2026-06-10 04:16:49.405 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-10 04:16:49.406 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: revision-if-match 2026-06-10 04:16:49.406 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-10 04:16:49.407 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: router_availability_zone 2026-06-10 04:16:49.408 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-10 04:16:49.409 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-10 04:16:49.409 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-10 04:16:49.410 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-10 04:16:49.410 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-10 04:16:49.411 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-10 04:16:49.411 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-10 04:16:49.415 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: security-group 2026-06-10 04:16:49.416 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: segment 2026-06-10 04:16:49.416 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-10 04:16:49.417 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: service-type 2026-06-10 04:16:49.417 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: sorting 2026-06-10 04:16:49.418 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: standard-attr-segment 2026-06-10 04:16:49.418 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: standard-attr-description 2026-06-10 04:16:49.419 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: stateful-security-group 2026-06-10 04:16:49.419 1 WARNING neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-10 04:16:49.420 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-10 04:16:49.420 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: subnet-external-network 2026-06-10 04:16:49.421 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: subnet_onboard 2026-06-10 04:16:49.421 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-10 04:16:49.421 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: subnet-service-types 2026-06-10 04:16:49.422 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: subnet_allocation 2026-06-10 04:16:49.422 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-10 04:16:49.423 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: tag-creation 2026-06-10 04:16:49.423 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-10 04:16:49.426 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: standard-attr-tag 2026-06-10 04:16:49.427 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-10 04:16:49.428 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: trunk 2026-06-10 04:16:49.428 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: trunk-details 2026-06-10 04:16:49.429 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-10 04:16:49.429 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-10 04:16:49.430 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-10 04:16:49.430 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-10 04:16:49.432 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-10 04:16:49.433 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-10 04:16:49.433 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: vpn-flavors 2026-06-10 04:16:49.434 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: vpnaas 2026-06-10 04:16:49.435 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: taas 2026-06-10 04:16:49.436 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: tap-mirror 2026-06-10 04:16:49.437 1 INFO neutron.api.extensions [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-10 04:16:49.439 1 INFO oslo_service.backend.eventlet.service [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Starting 2 workers 2026-06-10 04:16:49.444 1 INFO oslo_service.backend.eventlet.service [None req-e30fd7c7-8277-43ee-a323-5f4ae7c66ef9 - - - - - -] Starting 1 workers 2026-06-10 04:17:35.992 12 INFO neutron.db.l3_hamode_db [None req-af5cc893-ef79-4b5f-9076-461aebeb728b - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 04:17:53.022 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port f7c5c352-c8e4-4a7b-9e7c-4465df8e3c3c 2026-06-10 04:17:53.768 12 INFO neutron.plugins.ml2.plugin [None req-d657a8b9-c200-4f3e-956f-71d83aed4111 - - - - - -] Attempt 1 to provision port f7c5c352-c8e4-4a7b-9e7c-4465df8e3c3c 2026-06-10 04:17:54.937 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port f7c5c352-c8e4-4a7b-9e7c-4465df8e3c3c 2026-06-10 04:17:55.437 12 INFO neutron.plugins.ml2.plugin [None req-3cfe4ef8-ce6d-40a6-910d-f1eca1e381b3 - - - - - -] Attempt 1 to provision port f7c5c352-c8e4-4a7b-9e7c-4465df8e3c3c 2026-06-10 04:22:16.451 11 INFO neutron.plugins.ml2.plugin [None req-51c3bed6-e61a-423d-8603-6e8da0c12039 - - - - - -] Attempt 1 to provision port 501aca75-9f48-4d0c-920d-1d960609e9ea 2026-06-10 04:22:17.117 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 501aca75-9f48-4d0c-920d-1d960609e9ea 2026-06-10 04:22:18.089 11 INFO neutron.plugins.ml2.plugin [None req-2e204275-3a38-431c-9dec-1f21ed05436e - - - - - -] Attempt 1 to provision port 501aca75-9f48-4d0c-920d-1d960609e9ea 2026-06-10 04:22:23.244 11 INFO neutron.plugins.ml2.plugin [None req-97371d7c-3ad8-472e-9035-026beb637941 - - - - - -] Attempt 1 to provision port fb5dc4a0-3e83-4bd2-9c9a-4cb1660e8551 2026-06-10 04:25:57.982 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port fb5dc4a0-3e83-4bd2-9c9a-4cb1660e8551 2026-06-10 04:25:59.257 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port fb5dc4a0-3e83-4bd2-9c9a-4cb1660e8551 2026-06-10 04:34:27.572 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 74f4bba1-9d01-4d63-adb9-8cbf4e47700b 2026-06-10 04:34:29.558 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 74f4bba1-9d01-4d63-adb9-8cbf4e47700b 2026-06-10 04:50:05.566 12 INFO neutron.plugins.ml2.plugin [None req-5fe9c353-6a0b-413f-8fa7-fe4d9957f836 - - - - - -] Attempt 1 to provision port 3a09c8eb-7cd3-44f2-8ac9-edaa3891db89 2026-06-10 04:50:06.129 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 3a09c8eb-7cd3-44f2-8ac9-edaa3891db89 2026-06-10 04:50:08.168 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port b89d66f8-b00f-41c5-bcf8-bea56b4eaaab 2026-06-10 04:50:10.141 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port b89d66f8-b00f-41c5-bcf8-bea56b4eaaab 2026-06-10 04:50:11.523 12 INFO neutron.plugins.ml2.plugin [None req-5b015910-6d19-4c36-a86e-9498fa47cc0c - - - - - -] Attempt 1 to provision port baf95355-6390-4a38-9f01-3328d8a63f04 2026-06-10 04:50:11.549 12 INFO neutron.plugins.ml2.plugin [None req-5b015910-6d19-4c36-a86e-9498fa47cc0c - - - - - -] Attempt 1 to provision port b89d66f8-b00f-41c5-bcf8-bea56b4eaaab 2026-06-10 04:50:11.630 12 INFO neutron.plugins.ml2.plugin [None req-5b015910-6d19-4c36-a86e-9498fa47cc0c - - - - - -] Attempt 1 to provision port 3f7a2c1b-53f2-4b7c-8d9d-b23d9f7793c1 2026-06-10 04:50:11.657 12 INFO neutron.plugins.ml2.plugin [None req-5b015910-6d19-4c36-a86e-9498fa47cc0c - - - - - -] Attempt 1 to provision port 3a09c8eb-7cd3-44f2-8ac9-edaa3891db89 2026-06-10 04:50:18.254 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port eed1e0cf-0574-49bd-bf31-6b99cde47605 2026-06-10 04:50:20.196 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 13b3013b-c5ba-4149-9c70-b6dbe1d915ce 2026-06-10 04:50:20.533 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port eed1e0cf-0574-49bd-bf31-6b99cde47605 2026-06-10 04:50:21.222 11 INFO neutron.plugins.ml2.plugin [None req-18895bb0-aa26-4285-9494-003d26271acb - - - - - -] Attempt 1 to provision port 3f7a2c1b-53f2-4b7c-8d9d-b23d9f7793c1 2026-06-10 04:50:22.107 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 13b3013b-c5ba-4149-9c70-b6dbe1d915ce 2026-06-10 04:50:24.684 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 2e3de672-3ef4-4136-9395-52c3729564da 2026-06-10 04:50:25.025 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 2dd2857b-834b-450d-af5d-dab8ff482dc3 2026-06-10 04:50:25.339 11 INFO neutron.plugins.ml2.plugin [None req-f561b2af-5fa7-42e7-9b41-085c0e388695 - - - - - -] Attempt 1 to provision port 48dd1f67-9566-44a9-8884-0d4c7eb581a1 2026-06-10 04:50:25.593 11 INFO neutron.notifiers.nova [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Nova event matching ['req-6ce49674-6044-4c64-9bef-81ff9b8f9db2'] response: {'server_uuid': '7efeb579-8a1e-436d-830b-16a34c202ed0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2dd2857b-834b-450d-af5d-dab8ff482dc3', 'code': 200} 2026-06-10 04:50:26.307 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 2dd2857b-834b-450d-af5d-dab8ff482dc3 2026-06-10 04:50:26.535 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 48dd1f67-9566-44a9-8884-0d4c7eb581a1 2026-06-10 04:50:26.713 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 2e3de672-3ef4-4136-9395-52c3729564da 2026-06-10 04:50:27.707 11 INFO neutron.plugins.ml2.plugin [None req-7ab73d64-3d39-4034-9d12-c8dc13cec8c8 - - - - - -] Attempt 1 to provision port 1beb6258-f4e0-432a-88ad-e69377326f79 2026-06-10 04:50:27.745 11 INFO neutron.plugins.ml2.plugin [None req-7ab73d64-3d39-4034-9d12-c8dc13cec8c8 - - - - - -] Attempt 1 to provision port 3f7a2c1b-53f2-4b7c-8d9d-b23d9f7793c1 2026-06-10 04:50:27.787 11 INFO neutron.plugins.ml2.plugin [None req-7ab73d64-3d39-4034-9d12-c8dc13cec8c8 - - - - - -] Attempt 1 to provision port 2e3de672-3ef4-4136-9395-52c3729564da 2026-06-10 04:50:31.367 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 349df368-268a-4443-99f0-b5094eaae251 2026-06-10 04:50:31.461 11 INFO neutron.notifiers.nova [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Nova event matching ['req-b0f8a94f-9685-485a-bdee-c06b023a6ac9'] response: {'server_uuid': 'bfdd294e-ad0e-49af-a090-70821b03d5d1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '349df368-268a-4443-99f0-b5094eaae251', 'code': 200} 2026-06-10 04:50:31.725 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 92955bdf-f1ae-4e01-9cdf-bacdf7cb3d81 2026-06-10 04:50:33.207 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 349df368-268a-4443-99f0-b5094eaae251 2026-06-10 04:50:33.212 12 INFO neutron.plugins.ml2.plugin [None req-fc55cbd3-ae3e-4ad8-a403-e671473dab06 - - - - - -] Attempt 1 to provision port cef10650-1294-446f-9024-6ac0f0b1c5f0 2026-06-10 04:50:33.235 12 INFO neutron.plugins.ml2.plugin [None req-fc55cbd3-ae3e-4ad8-a403-e671473dab06 - - - - - -] Attempt 1 to provision port 92955bdf-f1ae-4e01-9cdf-bacdf7cb3d81 2026-06-10 04:50:33.281 12 INFO neutron.plugins.ml2.plugin [None req-fc55cbd3-ae3e-4ad8-a403-e671473dab06 - - - - - -] Attempt 1 to provision port 2dd2857b-834b-450d-af5d-dab8ff482dc3 2026-06-10 04:50:33.469 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 92955bdf-f1ae-4e01-9cdf-bacdf7cb3d81 2026-06-10 04:50:36.542 11 INFO neutron.plugins.ml2.plugin [None req-bccb34c4-cc21-47e8-b0e3-2d054ecf6ae9 - - - - - -] Attempt 1 to provision port 2e3de672-3ef4-4136-9395-52c3729564da 2026-06-10 04:50:36.621 11 INFO neutron.plugins.ml2.plugin [None req-bccb34c4-cc21-47e8-b0e3-2d054ecf6ae9 - - - - - -] Attempt 1 to provision port 1beb6258-f4e0-432a-88ad-e69377326f79 2026-06-10 04:50:39.790 12 INFO neutron.plugins.ml2.plugin [None req-290701c9-efb0-4922-84d0-7a9e0ec6d005 - - - - - -] Attempt 1 to provision port cef10650-1294-446f-9024-6ac0f0b1c5f0 2026-06-10 04:50:39.821 12 INFO neutron.plugins.ml2.plugin [None req-290701c9-efb0-4922-84d0-7a9e0ec6d005 - - - - - -] Attempt 1 to provision port 92955bdf-f1ae-4e01-9cdf-bacdf7cb3d81 2026-06-10 04:50:45.674 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 084afd84-e899-4724-bae3-d2a123a7ddb8 2026-06-10 04:50:45.768 11 INFO neutron.notifiers.nova [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Nova event matching ['req-75a3b0c6-4b5a-4706-a996-903533944e6d'] response: {'server_uuid': '54846b41-6101-4d2a-b395-c3b90c0c4c60', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '084afd84-e899-4724-bae3-d2a123a7ddb8', 'code': 200} 2026-06-10 04:50:47.165 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 084afd84-e899-4724-bae3-d2a123a7ddb8 2026-06-10 04:50:48.226 11 INFO neutron.plugins.ml2.plugin [None req-d97c7fcd-3496-4878-8d8d-368015ccc640 - - - - - -] Attempt 1 to provision port cef10650-1294-446f-9024-6ac0f0b1c5f0 2026-06-10 04:50:48.260 11 INFO neutron.plugins.ml2.plugin [None req-d97c7fcd-3496-4878-8d8d-368015ccc640 - - - - - -] Attempt 1 to provision port c2970e65-61f2-4ccc-8f98-6c20310ce0fc 2026-06-10 04:50:51.295 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port e8f951ee-fcee-40c9-b691-43cbc010e680 2026-06-10 04:50:51.639 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 3f7a2c1b-53f2-4b7c-8d9d-b23d9f7793c1 2026-06-10 04:50:52.097 12 INFO neutron.plugins.ml2.plugin [None req-577d7d2d-10b9-4117-a962-0ab258f14277 - - - - - -] Attempt 1 to provision port baf95355-6390-4a38-9f01-3328d8a63f04 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers [None req-577d7d2d-10b9-4117-a962-0ab258f14277 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1e2c5795-ba94-4728-85d2-389f23ee7578 could not be found. 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 04:50:52.192 12 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 137, in bind_port 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1e2c5795-ba94-4728-85d2-389f23ee7578 could not be found. 2026-06-10 04:50:52.192 12 ERROR neutron.plugins.ml2.managers 2026-06-10 04:50:52.195 12 ERROR neutron.plugins.ml2.managers [None req-577d7d2d-10b9-4117-a962-0ab258f14277 - - - - - -] Failed to bind port e5b3c514-2bf4-462a-bc6f-47bf00a3cca3 on host instance for vnic_type normal using segments [{'id': '20b59a83-d480-46a7-89d8-f7f6d1d89d66', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 566, 'network_id': '7fd2b9b2-2ef4-4c7a-bb83-016db68e650a'}] 2026-06-10 04:50:52.196 12 INFO neutron.plugins.ml2.plugin [None req-577d7d2d-10b9-4117-a962-0ab258f14277 - - - - - -] Attempt 2 to bind port e5b3c514-2bf4-462a-bc6f-47bf00a3cca3 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers [None req-577d7d2d-10b9-4117-a962-0ab258f14277 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1e2c5795-ba94-4728-85d2-389f23ee7578 could not be found. 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 04:50:52.222 12 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 137, in bind_port 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1e2c5795-ba94-4728-85d2-389f23ee7578 could not be found. 2026-06-10 04:50:52.222 12 ERROR neutron.plugins.ml2.managers 2026-06-10 04:50:52.223 12 ERROR neutron.plugins.ml2.managers [None req-577d7d2d-10b9-4117-a962-0ab258f14277 - - - - - -] Failed to bind port e5b3c514-2bf4-462a-bc6f-47bf00a3cca3 on host instance for vnic_type normal using segments [{'id': '20b59a83-d480-46a7-89d8-f7f6d1d89d66', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 566, 'network_id': '7fd2b9b2-2ef4-4c7a-bb83-016db68e650a'}] 2026-06-10 04:50:52.224 12 INFO neutron.plugins.ml2.plugin [None req-577d7d2d-10b9-4117-a962-0ab258f14277 - - - - - -] Attempt 3 to bind port e5b3c514-2bf4-462a-bc6f-47bf00a3cca3 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1e2c5795-ba94-4728-85d2-389f23ee7578 could not be found. 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 04:50:52.241 12 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 137, in bind_port 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1e2c5795-ba94-4728-85d2-389f23ee7578 could not be found. 2026-06-10 04:50:52.241 12 ERROR neutron.plugins.ml2.managers 2026-06-10 04:50:52.242 12 ERROR neutron.plugins.ml2.managers [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Failed to bind port e5b3c514-2bf4-462a-bc6f-47bf00a3cca3 on host instance for vnic_type normal using segments [{'id': '20b59a83-d480-46a7-89d8-f7f6d1d89d66', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 566, 'network_id': '7fd2b9b2-2ef4-4c7a-bb83-016db68e650a'}] 2026-06-10 04:50:52.246 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 4 to bind port e5b3c514-2bf4-462a-bc6f-47bf00a3cca3 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1e2c5795-ba94-4728-85d2-389f23ee7578 could not be found. 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 04:50:52.263 12 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 137, in bind_port 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1e2c5795-ba94-4728-85d2-389f23ee7578 could not be found. 2026-06-10 04:50:52.263 12 ERROR neutron.plugins.ml2.managers 2026-06-10 04:50:52.264 12 ERROR neutron.plugins.ml2.managers [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Failed to bind port e5b3c514-2bf4-462a-bc6f-47bf00a3cca3 on host instance for vnic_type normal using segments [{'id': '20b59a83-d480-46a7-89d8-f7f6d1d89d66', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 566, 'network_id': '7fd2b9b2-2ef4-4c7a-bb83-016db68e650a'}] 2026-06-10 04:50:52.270 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 5 to bind port e5b3c514-2bf4-462a-bc6f-47bf00a3cca3 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1e2c5795-ba94-4728-85d2-389f23ee7578 could not be found. 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 04:50:52.289 12 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 137, in bind_port 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1e2c5795-ba94-4728-85d2-389f23ee7578 could not be found. 2026-06-10 04:50:52.289 12 ERROR neutron.plugins.ml2.managers 2026-06-10 04:50:52.290 12 ERROR neutron.plugins.ml2.managers [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Failed to bind port e5b3c514-2bf4-462a-bc6f-47bf00a3cca3 on host instance for vnic_type normal using segments [{'id': '20b59a83-d480-46a7-89d8-f7f6d1d89d66', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 566, 'network_id': '7fd2b9b2-2ef4-4c7a-bb83-016db68e650a'}] 2026-06-10 04:50:52.291 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 6 to bind port e5b3c514-2bf4-462a-bc6f-47bf00a3cca3 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1e2c5795-ba94-4728-85d2-389f23ee7578 could not be found. 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 04:50:52.311 12 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 137, in bind_port 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1e2c5795-ba94-4728-85d2-389f23ee7578 could not be found. 2026-06-10 04:50:52.311 12 ERROR neutron.plugins.ml2.managers 2026-06-10 04:50:52.312 12 ERROR neutron.plugins.ml2.managers [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Failed to bind port e5b3c514-2bf4-462a-bc6f-47bf00a3cca3 on host instance for vnic_type normal using segments [{'id': '20b59a83-d480-46a7-89d8-f7f6d1d89d66', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 566, 'network_id': '7fd2b9b2-2ef4-4c7a-bb83-016db68e650a'}] 2026-06-10 04:50:52.317 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 7 to bind port e5b3c514-2bf4-462a-bc6f-47bf00a3cca3 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1e2c5795-ba94-4728-85d2-389f23ee7578 could not be found. 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 04:50:52.339 12 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 137, in bind_port 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1e2c5795-ba94-4728-85d2-389f23ee7578 could not be found. 2026-06-10 04:50:52.339 12 ERROR neutron.plugins.ml2.managers 2026-06-10 04:50:52.340 12 ERROR neutron.plugins.ml2.managers [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Failed to bind port e5b3c514-2bf4-462a-bc6f-47bf00a3cca3 on host instance for vnic_type normal using segments [{'id': '20b59a83-d480-46a7-89d8-f7f6d1d89d66', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 566, 'network_id': '7fd2b9b2-2ef4-4c7a-bb83-016db68e650a'}] 2026-06-10 04:50:52.341 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 8 to bind port e5b3c514-2bf4-462a-bc6f-47bf00a3cca3 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1e2c5795-ba94-4728-85d2-389f23ee7578 could not be found. 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 04:50:52.362 12 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 137, in bind_port 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1e2c5795-ba94-4728-85d2-389f23ee7578 could not be found. 2026-06-10 04:50:52.362 12 ERROR neutron.plugins.ml2.managers 2026-06-10 04:50:52.363 12 ERROR neutron.plugins.ml2.managers [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Failed to bind port e5b3c514-2bf4-462a-bc6f-47bf00a3cca3 on host instance for vnic_type normal using segments [{'id': '20b59a83-d480-46a7-89d8-f7f6d1d89d66', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 566, 'network_id': '7fd2b9b2-2ef4-4c7a-bb83-016db68e650a'}] 2026-06-10 04:50:52.364 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 9 to bind port e5b3c514-2bf4-462a-bc6f-47bf00a3cca3 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1e2c5795-ba94-4728-85d2-389f23ee7578 could not be found. 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 04:50:52.382 12 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 137, in bind_port 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1e2c5795-ba94-4728-85d2-389f23ee7578 could not be found. 2026-06-10 04:50:52.382 12 ERROR neutron.plugins.ml2.managers 2026-06-10 04:50:52.383 12 ERROR neutron.plugins.ml2.managers [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Failed to bind port e5b3c514-2bf4-462a-bc6f-47bf00a3cca3 on host instance for vnic_type normal using segments [{'id': '20b59a83-d480-46a7-89d8-f7f6d1d89d66', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 566, 'network_id': '7fd2b9b2-2ef4-4c7a-bb83-016db68e650a'}] 2026-06-10 04:50:52.385 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 10 to bind port e5b3c514-2bf4-462a-bc6f-47bf00a3cca3 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1e2c5795-ba94-4728-85d2-389f23ee7578 could not be found. 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-06-10 04:50:52.403 12 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 137, in bind_port 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1e2c5795-ba94-4728-85d2-389f23ee7578 could not be found. 2026-06-10 04:50:52.403 12 ERROR neutron.plugins.ml2.managers 2026-06-10 04:50:52.404 12 ERROR neutron.plugins.ml2.managers [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Failed to bind port e5b3c514-2bf4-462a-bc6f-47bf00a3cca3 on host instance for vnic_type normal using segments [{'id': '20b59a83-d480-46a7-89d8-f7f6d1d89d66', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 566, 'network_id': '7fd2b9b2-2ef4-4c7a-bb83-016db68e650a'}] 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server [None req-3a7ec224-ff6a-4d07-8b97-8a929f5c688e - - - - - -] Exception during message handling: neutron_lib.exceptions.PortNotFound: Port e5b3c514-2bf4-462a-bc6f-47bf00a3cca3 could not be found. 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 292, in _get_port 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server port = model_query.get_by_id(context, models_v2.Port, id, 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/model_query.py", line 211, in get_by_id 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/query.py", line 2804, in one 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server return self._iter().one() # type: ignore 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 1808, in one 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 752, in _only_one_row 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 174, in _process_incoming 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server raise self.value 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server raise self.value 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server raise self.value 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 340, in get_dhcp_port 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server return plugin.get_port(context, port_id) 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server raise self.value 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server raise self.value 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server raise self.value 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1666, in get_port 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server port = self._get_port(context, id, lazy_fields=lazy_fields) 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 295, in _get_port 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server raise exceptions.PortNotFound(port_id=id) 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.PortNotFound: Port e5b3c514-2bf4-462a-bc6f-47bf00a3cca3 could not be found. 2026-06-10 04:50:52.803 11 ERROR oslo_messaging.rpc.server 2026-06-10 04:50:53.798 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 3f7a2c1b-53f2-4b7c-8d9d-b23d9f7793c1 2026-06-10 04:50:54.005 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port baf95355-6390-4a38-9f01-3328d8a63f04 2026-06-10 04:50:54.523 12 INFO neutron.plugins.ml2.plugin [None req-80dbe4f8-73de-458d-b89d-738342309c23 - - - - - -] Attempt 1 to provision port cef10650-1294-446f-9024-6ac0f0b1c5f0 2026-06-10 04:50:57.853 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 26c1a42c-db87-44b4-901d-b002a5038d36 2026-06-10 04:51:03.755 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 922246e2-38a0-4716-994e-f115b2ffeffe 2026-06-10 04:51:06.069 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 897d80ae-41f4-43e8-ba5c-5c9fccd73a71 2026-06-10 04:51:07.720 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 897d80ae-41f4-43e8-ba5c-5c9fccd73a71 2026-06-10 04:51:09.684 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 9244e3b3-6239-4261-aaec-f68d78582660 2026-06-10 04:51:11.652 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 9244e3b3-6239-4261-aaec-f68d78582660 2026-06-10 04:51:12.018 12 INFO neutron.plugins.ml2.plugin [None req-bc227905-56f0-43f8-8d0a-2df709025c56 - - - - - -] Attempt 1 to provision port b0a27110-0e57-47e9-a5db-d902a5075ae9 2026-06-10 04:51:12.052 12 INFO neutron.plugins.ml2.plugin [None req-bc227905-56f0-43f8-8d0a-2df709025c56 - - - - - -] Attempt 1 to provision port 9244e3b3-6239-4261-aaec-f68d78582660 2026-06-10 04:51:14.908 12 INFO neutron.plugins.ml2.plugin [None req-f01368f1-2f41-4b47-8a35-8d694eefb316 - - - - - -] Attempt 1 to provision port b0a27110-0e57-47e9-a5db-d902a5075ae9 2026-06-10 04:51:14.935 12 INFO neutron.plugins.ml2.plugin [None req-f01368f1-2f41-4b47-8a35-8d694eefb316 - - - - - -] Attempt 1 to provision port 9244e3b3-6239-4261-aaec-f68d78582660 2026-06-10 04:51:17.673 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 53d2efba-27a4-4ecd-abc7-de5964478f1e 2026-06-10 04:51:22.202 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 4966fb0d-f600-42ca-8f56-55ae0f04215d 2026-06-10 04:51:22.498 11 INFO neutron.plugins.ml2.plugin [None req-9e494f37-ffc7-4bea-b736-ab47baf216a7 - - - - - -] Attempt 1 to provision port 1caecb29-51a3-46aa-8d10-219dda11b252 2026-06-10 04:51:22.620 11 INFO neutron.notifiers.nova [None req-9e494f37-ffc7-4bea-b736-ab47baf216a7 - - - - - -] Nova event matching ['req-07c484a6-661a-4a77-8d2f-798c056da381'] response: {'server_uuid': '5603cfc8-775e-40fd-8855-93d3748e1b78', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1caecb29-51a3-46aa-8d10-219dda11b252', 'code': 200} 2026-06-10 04:51:24.265 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port b0a27110-0e57-47e9-a5db-d902a5075ae9 2026-06-10 04:51:24.581 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 1caecb29-51a3-46aa-8d10-219dda11b252 2026-06-10 04:51:24.804 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port ac854e37-92d9-457e-8bdc-a45b691c354d 2026-06-10 04:51:25.298 11 INFO neutron.plugins.ml2.plugin [None req-f1ae13f3-4d1e-4872-9d1b-0dd4d40c00f8 - - - - - -] Attempt 1 to provision port 4966fb0d-f600-42ca-8f56-55ae0f04215d 2026-06-10 04:51:26.026 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port ac854e37-92d9-457e-8bdc-a45b691c354d 2026-06-10 04:51:26.256 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port b0a27110-0e57-47e9-a5db-d902a5075ae9 2026-06-10 04:51:27.996 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port e82ef543-f269-461d-8467-8a8bff4b49bb 2026-06-10 04:51:28.669 11 INFO neutron.plugins.ml2.plugin [None req-2b0d1d3e-2ea8-45c2-9895-6707adcfbfc9 - - - - - -] Attempt 1 to provision port 786d41c3-f05a-47a1-a275-e8affcbe5395 2026-06-10 04:51:28.701 11 INFO neutron.plugins.ml2.plugin [None req-2b0d1d3e-2ea8-45c2-9895-6707adcfbfc9 - - - - - -] Attempt 1 to provision port e82ef543-f269-461d-8467-8a8bff4b49bb 2026-06-10 04:51:30.080 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 7832a0ec-0574-47af-a176-a1b17f9de911 2026-06-10 04:51:30.425 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port e82ef543-f269-461d-8467-8a8bff4b49bb 2026-06-10 04:51:32.045 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 7832a0ec-0574-47af-a176-a1b17f9de911 2026-06-10 04:51:34.243 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port fa3d25e1-d707-48ea-814f-a3993dc61a59 2026-06-10 04:51:36.043 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port fa3d25e1-d707-48ea-814f-a3993dc61a59 2026-06-10 04:51:36.317 12 INFO neutron.plugins.ml2.plugin [None req-093789c6-4624-46ce-a900-b1dd564e468e - - - - - -] Attempt 1 to provision port fa3d25e1-d707-48ea-814f-a3993dc61a59 2026-06-10 04:51:36.368 12 INFO neutron.plugins.ml2.plugin [None req-093789c6-4624-46ce-a900-b1dd564e468e - - - - - -] Attempt 1 to provision port fb6f1000-f5d9-4b74-b0da-352278ce343e 2026-06-10 04:51:39.037 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 04b01798-35e9-4752-a823-9bef5ee28784 2026-06-10 04:51:39.621 12 INFO neutron.notifiers.nova [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Nova event matching ['req-48cac501-d7cd-47f0-8cc6-0a736ba27dbb'] response: {'server_uuid': 'b7da0571-a02e-4b2f-bb1b-05c63f1c54f5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '04b01798-35e9-4752-a823-9bef5ee28784', 'code': 200} 2026-06-10 04:51:40.076 11 INFO neutron.plugins.ml2.plugin [None req-88e65a4c-ff7b-4365-a5fa-e3b2ccc7139b - - - - - -] Attempt 1 to provision port 786d41c3-f05a-47a1-a275-e8affcbe5395 2026-06-10 04:51:40.097 11 INFO neutron.plugins.ml2.plugin [None req-88e65a4c-ff7b-4365-a5fa-e3b2ccc7139b - - - - - -] Attempt 1 to provision port 04b01798-35e9-4752-a823-9bef5ee28784 2026-06-10 04:51:40.147 11 INFO neutron.plugins.ml2.plugin [None req-88e65a4c-ff7b-4365-a5fa-e3b2ccc7139b - - - - - -] Attempt 1 to provision port e82ef543-f269-461d-8467-8a8bff4b49bb 2026-06-10 04:51:40.610 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 59054e99-2394-4252-bf0f-9697e7d0c282 2026-06-10 04:51:40.962 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 04b01798-35e9-4752-a823-9bef5ee28784 2026-06-10 04:51:41.660 12 INFO neutron.notifiers.nova [None req-f51289da-87df-4d6a-beab-0a96d7dd5bd0 - - - - - -] Nova event matching ['req-96a8d9b2-75c5-4e30-a4e2-7f6fdf1b1ee1'] response: {'server_uuid': 'b1dfaf8a-1c5a-4adc-a839-3da808590206', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '59054e99-2394-4252-bf0f-9697e7d0c282', 'code': 200} 2026-06-10 04:51:41.989 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 59054e99-2394-4252-bf0f-9697e7d0c282 2026-06-10 04:51:43.895 12 INFO neutron.plugins.ml2.plugin [None req-c13f58bb-f640-49f3-9362-33e10f57dd6f - - - - - -] Attempt 1 to provision port fa3d25e1-d707-48ea-814f-a3993dc61a59 2026-06-10 04:51:43.950 12 INFO neutron.plugins.ml2.plugin [None req-c13f58bb-f640-49f3-9362-33e10f57dd6f - - - - - -] Attempt 1 to provision port 59054e99-2394-4252-bf0f-9697e7d0c282 2026-06-10 04:51:44.005 12 INFO neutron.plugins.ml2.plugin [None req-c13f58bb-f640-49f3-9362-33e10f57dd6f - - - - - -] Attempt 1 to provision port fb6f1000-f5d9-4b74-b0da-352278ce343e 2026-06-10 04:51:44.010 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 7069f847-995c-446d-b29e-6e8bc5f7b889 2026-06-10 04:51:44.351 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 786d41c3-f05a-47a1-a275-e8affcbe5395 2026-06-10 04:51:46.018 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 786d41c3-f05a-47a1-a275-e8affcbe5395 2026-06-10 04:51:46.220 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port b06e00d6-17ef-4f58-8632-8a07dc152668 2026-06-10 04:51:46.474 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port fb6f1000-f5d9-4b74-b0da-352278ce343e 2026-06-10 04:51:46.723 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 7069f847-995c-446d-b29e-6e8bc5f7b889 2026-06-10 04:51:46.861 11 INFO neutron.plugins.ml2.plugin [None req-ddebe294-007f-412c-a855-fb6688372788 - - - - - -] Attempt 1 to provision port b0a27110-0e57-47e9-a5db-d902a5075ae9 2026-06-10 04:51:46.916 11 INFO neutron.plugins.ml2.plugin [None req-ddebe294-007f-412c-a855-fb6688372788 - - - - - -] Attempt 1 to provision port 4966fb0d-f600-42ca-8f56-55ae0f04215d 2026-06-10 04:51:48.078 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port b06e00d6-17ef-4f58-8632-8a07dc152668 2026-06-10 04:51:48.243 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port fb6f1000-f5d9-4b74-b0da-352278ce343e 2026-06-10 04:51:49.457 12 INFO neutron.plugins.ml2.plugin [None req-db054453-4f6a-498e-a6fb-78bf5a9ad2b9 - - - - - -] Attempt 1 to provision port 786d41c3-f05a-47a1-a275-e8affcbe5395 2026-06-10 04:51:49.514 12 INFO neutron.plugins.ml2.plugin [None req-db054453-4f6a-498e-a6fb-78bf5a9ad2b9 - - - - - -] Attempt 1 to provision port b0a27110-0e57-47e9-a5db-d902a5075ae9 2026-06-10 04:51:52.082 12 INFO neutron.plugins.ml2.plugin [None req-06611b41-9919-42bf-90ce-a2335775f6bb - - - - - -] Attempt 1 to provision port b06e00d6-17ef-4f58-8632-8a07dc152668 2026-06-10 04:51:52.151 12 INFO neutron.plugins.ml2.plugin [None req-06611b41-9919-42bf-90ce-a2335775f6bb - - - - - -] Attempt 1 to provision port 1caecb29-51a3-46aa-8d10-219dda11b252 2026-06-10 04:52:02.091 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port ce53a80b-3648-43c1-becc-db6bb3b45bf5 2026-06-10 04:52:02.368 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 51002eb6-124a-4396-b059-bcd39000c0ba 2026-06-10 04:52:02.681 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 981e86e5-1544-4ccc-b18d-404aefb37229 2026-06-10 04:52:04.073 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 51002eb6-124a-4396-b059-bcd39000c0ba 2026-06-10 04:52:04.264 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port ce53a80b-3648-43c1-becc-db6bb3b45bf5 2026-06-10 04:52:04.466 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 6168e2ab-9d72-430f-84ee-bc624c960097 2026-06-10 04:52:04.836 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 981e86e5-1544-4ccc-b18d-404aefb37229 2026-06-10 04:52:05.222 12 INFO neutron.plugins.ml2.plugin [None req-46b48385-8eb0-463e-b445-e993709ce342 - - - - - -] Attempt 1 to provision port 51002eb6-124a-4396-b059-bcd39000c0ba 2026-06-10 04:52:05.313 12 INFO neutron.plugins.ml2.plugin [None req-46b48385-8eb0-463e-b445-e993709ce342 - - - - - -] Attempt 1 to provision port 6168e2ab-9d72-430f-84ee-bc624c960097 2026-06-10 04:52:05.387 12 INFO neutron.plugins.ml2.plugin [None req-46b48385-8eb0-463e-b445-e993709ce342 - - - - - -] Attempt 1 to provision port 8b004301-f484-4f14-a680-00a4b6d17661 2026-06-10 04:52:06.028 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 6168e2ab-9d72-430f-84ee-bc624c960097 2026-06-10 04:52:08.077 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 8b45fad7-63c6-41d4-ad01-d77ff5f6962b 2026-06-10 04:52:10.112 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 8b45fad7-63c6-41d4-ad01-d77ff5f6962b 2026-06-10 04:52:10.310 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 420b7851-597c-4708-beaa-1c9a3208ae75 2026-06-10 04:52:12.629 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port aee6fb43-ec8c-43b4-b096-5656611329ba 2026-06-10 04:52:12.786 12 INFO neutron.notifiers.nova [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Nova event matching ['req-5108f6ac-3de7-423a-8a73-5a5defad64fc'] response: {'server_uuid': 'b20c8ae8-d3a3-4608-9bb7-983d500bad2b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'aee6fb43-ec8c-43b4-b096-5656611329ba', 'code': 200} 2026-06-10 04:52:13.172 12 INFO neutron.plugins.ml2.plugin [None req-5ec3c8f6-56fa-4571-bbf4-968732602c39 - - - - - -] Attempt 1 to provision port 420b7851-597c-4708-beaa-1c9a3208ae75 2026-06-10 04:52:14.071 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port aee6fb43-ec8c-43b4-b096-5656611329ba 2026-06-10 04:52:16.092 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 8dd72947-14e4-4278-bea0-669a9e855e9b 2026-06-10 04:52:16.489 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 12e0dc14-0e5e-4313-a52f-0250c5456653 2026-06-10 04:52:16.550 11 INFO neutron.plugins.ml2.plugin [None req-1ab1f138-f00d-4ccf-ab89-d8c809d2efcd - - - - - -] Attempt 1 to provision port b141edf0-90df-41ef-971e-a607eab4f880 2026-06-10 04:52:16.587 11 INFO neutron.plugins.ml2.plugin [None req-1ab1f138-f00d-4ccf-ab89-d8c809d2efcd - - - - - -] Attempt 1 to provision port 8b45fad7-63c6-41d4-ad01-d77ff5f6962b 2026-06-10 04:52:16.672 11 INFO neutron.plugins.ml2.plugin [None req-1ab1f138-f00d-4ccf-ab89-d8c809d2efcd - - - - - -] Attempt 1 to provision port 6168e2ab-9d72-430f-84ee-bc624c960097 2026-06-10 04:52:16.732 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 8b004301-f484-4f14-a680-00a4b6d17661 2026-06-10 04:52:16.756 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 8dd72947-14e4-4278-bea0-669a9e855e9b 2026-06-10 04:52:16.887 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 63a7d801-8eab-4f23-9c80-c6bc7972d2ef 2026-06-10 04:52:16.920 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 77679f07-b40d-44a3-b7e3-6631f32ab957 2026-06-10 04:52:16.946 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port d8c0bdb2-d125-4926-901e-52216ffaec04 2026-06-10 04:52:16.969 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port aee6fb43-ec8c-43b4-b096-5656611329ba 2026-06-10 04:52:17.025 11 INFO neutron.plugins.ml2.plugin [None req-e55e79a2-ca4d-44cb-8266-e7380a8fa2fd - - - - - -] Attempt 1 to provision port 51002eb6-124a-4396-b059-bcd39000c0ba 2026-06-10 04:52:18.629 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 8dd72947-14e4-4278-bea0-669a9e855e9b 2026-06-10 04:52:18.838 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 12e0dc14-0e5e-4313-a52f-0250c5456653 2026-06-10 04:52:19.101 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 7a3c150f-1d8c-4ccd-a31f-c016107b6d2c 2026-06-10 04:52:19.212 11 INFO neutron.notifiers.nova [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Nova event matching ['req-146d724b-3008-4e77-93f2-45b6e14ab8c6'] response: {'server_uuid': '96832172-1a43-40b0-9be3-c85745875ec8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7a3c150f-1d8c-4ccd-a31f-c016107b6d2c', 'code': 200} 2026-06-10 04:52:20.112 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 7a3c150f-1d8c-4ccd-a31f-c016107b6d2c 2026-06-10 04:52:22.118 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 63a7d801-8eab-4f23-9c80-c6bc7972d2ef 2026-06-10 04:52:22.428 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 85243d64-1a58-4d3a-acff-88d2194f2ede 2026-06-10 04:52:22.763 12 INFO neutron.plugins.ml2.plugin [None req-694388be-74a3-4071-8942-a9cb45a8dd97 - - - - - -] Attempt 1 to provision port d8c0bdb2-d125-4926-901e-52216ffaec04 2026-06-10 04:52:24.327 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 63a7d801-8eab-4f23-9c80-c6bc7972d2ef 2026-06-10 04:52:24.488 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 85243d64-1a58-4d3a-acff-88d2194f2ede 2026-06-10 04:52:24.677 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 77679f07-b40d-44a3-b7e3-6631f32ab957 2026-06-10 04:52:25.034 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 22a04925-690f-4d6a-b458-cc85aeacba3a 2026-06-10 04:52:26.240 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 8b004301-f484-4f14-a680-00a4b6d17661 2026-06-10 04:52:26.508 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 8e8922d9-1710-41e1-9349-21f0bf34636c 2026-06-10 04:52:26.880 12 INFO neutron.plugins.ml2.plugin [None req-d7937603-be08-4fb4-84e0-9d68b3872d48 - - - - - -] Attempt 1 to provision port b141edf0-90df-41ef-971e-a607eab4f880 2026-06-10 04:52:27.117 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 22a04925-690f-4d6a-b458-cc85aeacba3a 2026-06-10 04:52:27.291 12 INFO neutron.plugins.ml2.plugin [None req-94dd6a1a-3c5c-4aa9-a5a0-b392139f2bdc - - - - - -] Attempt 1 to provision port 77679f07-b40d-44a3-b7e3-6631f32ab957 2026-06-10 04:52:28.513 11 INFO neutron.plugins.ml2.plugin [None req-49e64bc5-e427-4abe-84e0-18a16ec62ce6 - - - - - -] Attempt 1 to provision port 54ca7f63-7eb9-48c2-9300-8c6f1a86de37 2026-06-10 04:52:28.545 11 INFO neutron.plugins.ml2.plugin [None req-49e64bc5-e427-4abe-84e0-18a16ec62ce6 - - - - - -] Attempt 1 to provision port b141edf0-90df-41ef-971e-a607eab4f880 2026-06-10 04:52:28.610 11 INFO neutron.plugins.ml2.plugin [None req-49e64bc5-e427-4abe-84e0-18a16ec62ce6 - - - - - -] Attempt 1 to provision port 22a04925-690f-4d6a-b458-cc85aeacba3a 2026-06-10 04:52:28.655 11 INFO neutron.plugins.ml2.plugin [None req-49e64bc5-e427-4abe-84e0-18a16ec62ce6 - - - - - -] Attempt 1 to provision port 85243d64-1a58-4d3a-acff-88d2194f2ede 2026-06-10 04:52:28.702 11 INFO neutron.plugins.ml2.plugin [None req-49e64bc5-e427-4abe-84e0-18a16ec62ce6 - - - - - -] Attempt 1 to provision port 8b45fad7-63c6-41d4-ad01-d77ff5f6962b 2026-06-10 04:52:28.752 11 INFO neutron.plugins.ml2.plugin [None req-49e64bc5-e427-4abe-84e0-18a16ec62ce6 - - - - - -] Attempt 1 to provision port 8b004301-f484-4f14-a680-00a4b6d17661 2026-06-10 04:52:28.796 11 INFO neutron.plugins.ml2.plugin [None req-49e64bc5-e427-4abe-84e0-18a16ec62ce6 - - - - - -] Attempt 1 to provision port 6168e2ab-9d72-430f-84ee-bc624c960097 2026-06-10 04:52:28.839 11 INFO neutron.plugins.ml2.plugin [None req-49e64bc5-e427-4abe-84e0-18a16ec62ce6 - - - - - -] Attempt 1 to provision port 7a3c150f-1d8c-4ccd-a31f-c016107b6d2c 2026-06-10 04:52:28.895 11 INFO neutron.plugins.ml2.plugin [None req-49e64bc5-e427-4abe-84e0-18a16ec62ce6 - - - - - -] Attempt 1 to provision port 8dd72947-14e4-4278-bea0-669a9e855e9b 2026-06-10 04:52:28.939 11 INFO neutron.plugins.ml2.plugin [None req-49e64bc5-e427-4abe-84e0-18a16ec62ce6 - - - - - -] Attempt 1 to provision port c6af5a52-623f-4c85-aa2b-4e890d34cd97 2026-06-10 04:52:29.112 11 INFO neutron.plugins.ml2.plugin [None req-49e64bc5-e427-4abe-84e0-18a16ec62ce6 - - - - - -] Attempt 1 to provision port 77679f07-b40d-44a3-b7e3-6631f32ab957 2026-06-10 04:52:29.343 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 2d165902-9bdc-40d0-b38e-b035a1925b09 2026-06-10 04:52:29.440 11 INFO neutron.notifiers.nova [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Nova event matching ['req-e20e87e9-68d2-4699-b89b-1e95ec4c82ab'] response: {'server_uuid': '9b342c1b-5bb6-4c71-9747-dc43f2254eea', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2d165902-9bdc-40d0-b38e-b035a1925b09', 'code': 200} 2026-06-10 04:52:29.709 11 INFO neutron.plugins.ml2.plugin [None req-84bd944b-59b1-4d9b-834a-362d737b8a4f - - - - - -] Attempt 1 to provision port 8e8922d9-1710-41e1-9349-21f0bf34636c 2026-06-10 04:52:29.870 11 INFO neutron.plugins.ml2.plugin [None req-84bd944b-59b1-4d9b-834a-362d737b8a4f - - - - - -] Attempt 1 to provision port b141edf0-90df-41ef-971e-a607eab4f880 2026-06-10 04:52:30.060 11 INFO neutron.plugins.ml2.plugin [None req-85b7c1d2-29c2-489a-b709-638a342a9239 - - - - - -] Attempt 1 to provision port 8b004301-f484-4f14-a680-00a4b6d17661 2026-06-10 04:52:31.467 11 INFO neutron.notifiers.nova [None req-66b148e7-91f4-4caf-a11f-f788de08bcc5 - - - - - -] Nova event matching ['req-79c24527-969f-495a-a81d-11e10c7b379d'] response: {'server_uuid': '5603cfc8-775e-40fd-8855-93d3748e1b78', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '1caecb29-51a3-46aa-8d10-219dda11b252', 'code': 200} 2026-06-10 04:52:31.777 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 2d165902-9bdc-40d0-b38e-b035a1925b09 2026-06-10 04:52:31.976 12 INFO neutron.plugins.ml2.plugin [None req-e93794f5-6bbd-4d42-b010-89e24d4ec628 - - - - - -] Attempt 1 to provision port 4898b00e-5b4c-41ec-957b-9d1cc7d13896 2026-06-10 04:52:32.186 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port c6af5a52-623f-4c85-aa2b-4e890d34cd97 2026-06-10 04:52:32.364 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 9dea87aa-c81f-4116-8355-8b84a0c5467f 2026-06-10 04:52:32.674 12 INFO neutron.plugins.ml2.plugin [None req-e860e3d3-0901-4089-bdef-465599f5b5fa - - - - - -] Attempt 1 to provision port 1caecb29-51a3-46aa-8d10-219dda11b252 2026-06-10 04:52:32.766 12 INFO neutron.notifiers.nova [None req-e860e3d3-0901-4089-bdef-465599f5b5fa - - - - - -] Nova event matching ['req-08847e6f-f70b-40ed-8123-230918c936ad'] response: {'server_uuid': '5603cfc8-775e-40fd-8855-93d3748e1b78', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1caecb29-51a3-46aa-8d10-219dda11b252', 'code': 200} 2026-06-10 04:52:33.398 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 4898b00e-5b4c-41ec-957b-9d1cc7d13896 2026-06-10 04:52:33.555 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 9dea87aa-c81f-4116-8355-8b84a0c5467f 2026-06-10 04:52:33.713 11 INFO neutron.plugins.ml2.plugin [None req-dde13841-1534-470a-801b-ebb4a8932946 - - - - - -] Attempt 1 to provision port 54ca7f63-7eb9-48c2-9300-8c6f1a86de37 2026-06-10 04:52:33.997 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 1caecb29-51a3-46aa-8d10-219dda11b252 2026-06-10 04:52:35.505 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port f89a91bd-41a2-4648-a713-99228f0e7789 2026-06-10 04:52:35.676 11 INFO neutron.notifiers.nova [None req-bb1977d2-0159-4b38-b603-b54979a451d2 - - - - - -] Nova event matching ['req-e2986a5e-aec7-4adb-ab55-0dfe557399a0'] response: {'server_uuid': '6118bd96-94d5-439c-8699-74eb41c357e5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f89a91bd-41a2-4648-a713-99228f0e7789', 'code': 200} 2026-06-10 04:52:35.902 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 54ca7f63-7eb9-48c2-9300-8c6f1a86de37 2026-06-10 04:52:36.915 11 INFO neutron.plugins.ml2.plugin [None req-6eb16f64-f0f1-47f5-b91c-749e73b7c978 - - - - - -] Attempt 1 to provision port 54ca7f63-7eb9-48c2-9300-8c6f1a86de37 2026-06-10 04:52:36.967 11 INFO neutron.plugins.ml2.plugin [None req-6eb16f64-f0f1-47f5-b91c-749e73b7c978 - - - - - -] Attempt 1 to provision port b141edf0-90df-41ef-971e-a607eab4f880 2026-06-10 04:52:37.048 11 INFO neutron.plugins.ml2.plugin [None req-6eb16f64-f0f1-47f5-b91c-749e73b7c978 - - - - - -] Attempt 1 to provision port 22a04925-690f-4d6a-b458-cc85aeacba3a 2026-06-10 04:52:37.098 11 INFO neutron.plugins.ml2.plugin [None req-6eb16f64-f0f1-47f5-b91c-749e73b7c978 - - - - - -] Attempt 1 to provision port 85243d64-1a58-4d3a-acff-88d2194f2ede 2026-06-10 04:52:37.142 11 INFO neutron.plugins.ml2.plugin [None req-6eb16f64-f0f1-47f5-b91c-749e73b7c978 - - - - - -] Attempt 1 to provision port 8b45fad7-63c6-41d4-ad01-d77ff5f6962b 2026-06-10 04:52:37.188 11 INFO neutron.plugins.ml2.plugin [None req-6eb16f64-f0f1-47f5-b91c-749e73b7c978 - - - - - -] Attempt 1 to provision port f89a91bd-41a2-4648-a713-99228f0e7789 2026-06-10 04:52:37.249 11 INFO neutron.plugins.ml2.plugin [None req-6eb16f64-f0f1-47f5-b91c-749e73b7c978 - - - - - -] Attempt 1 to provision port 7a3c150f-1d8c-4ccd-a31f-c016107b6d2c 2026-06-10 04:52:37.304 11 INFO neutron.plugins.ml2.plugin [None req-6eb16f64-f0f1-47f5-b91c-749e73b7c978 - - - - - -] Attempt 1 to provision port 8dd72947-14e4-4278-bea0-669a9e855e9b 2026-06-10 04:52:37.396 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port c6af5a52-623f-4c85-aa2b-4e890d34cd97 2026-06-10 04:52:37.409 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port f89a91bd-41a2-4648-a713-99228f0e7789 2026-06-10 04:52:37.457 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 2d165902-9bdc-40d0-b38e-b035a1925b09 2026-06-10 04:52:37.539 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 77679f07-b40d-44a3-b7e3-6631f32ab957 2026-06-10 04:52:42.504 11 INFO neutron.plugins.ml2.plugin [None req-9ec1eb5b-e8f4-4062-b2fd-a13c2eb88bcf - - - - - -] Attempt 1 to provision port 4898b00e-5b4c-41ec-957b-9d1cc7d13896 2026-06-10 04:52:42.553 11 INFO neutron.plugins.ml2.plugin [None req-9ec1eb5b-e8f4-4062-b2fd-a13c2eb88bcf - - - - - -] Attempt 1 to provision port b141edf0-90df-41ef-971e-a607eab4f880 2026-06-10 04:52:42.602 11 INFO neutron.plugins.ml2.plugin [None req-9ec1eb5b-e8f4-4062-b2fd-a13c2eb88bcf - - - - - -] Attempt 1 to provision port 8b004301-f484-4f14-a680-00a4b6d17661 2026-06-10 04:52:42.651 11 INFO neutron.plugins.ml2.plugin [None req-9ec1eb5b-e8f4-4062-b2fd-a13c2eb88bcf - - - - - -] Attempt 1 to provision port 8e8922d9-1710-41e1-9349-21f0bf34636c 2026-06-10 04:52:42.696 11 INFO neutron.plugins.ml2.plugin [None req-9ec1eb5b-e8f4-4062-b2fd-a13c2eb88bcf - - - - - -] Attempt 1 to provision port e34a0f62-3a20-4ba0-89aa-d7d7740cce29 2026-06-10 04:52:42.719 11 INFO neutron.plugins.ml2.plugin [None req-9ec1eb5b-e8f4-4062-b2fd-a13c2eb88bcf - - - - - -] Attempt 1 to provision port 311e28aa-73b1-42e8-b8df-72227fab578b 2026-06-10 04:52:42.740 11 INFO neutron.plugins.ml2.plugin [None req-9ec1eb5b-e8f4-4062-b2fd-a13c2eb88bcf - - - - - -] Attempt 1 to provision port 9dea87aa-c81f-4116-8355-8b84a0c5467f 2026-06-10 04:52:42.794 11 INFO neutron.plugins.ml2.plugin [None req-9ec1eb5b-e8f4-4062-b2fd-a13c2eb88bcf - - - - - -] Attempt 1 to provision port 77679f07-b40d-44a3-b7e3-6631f32ab957 2026-06-10 04:52:42.845 11 INFO neutron.plugins.ml2.plugin [None req-9ec1eb5b-e8f4-4062-b2fd-a13c2eb88bcf - - - - - -] Attempt 1 to provision port f7c5c352-c8e4-4a7b-9e7c-4465df8e3c3c 2026-06-10 04:52:42.900 11 INFO neutron.plugins.ml2.plugin [None req-9ec1eb5b-e8f4-4062-b2fd-a13c2eb88bcf - - - - - -] Attempt 1 to provision port b370679e-583d-4555-8f63-0e4c419a309f 2026-06-10 04:52:42.925 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 4966fb0d-f600-42ca-8f56-55ae0f04215d 2026-06-10 04:52:46.206 11 INFO neutron.plugins.ml2.plugin [None req-724d8b7d-b788-44a7-a1c2-cb4dabbfa8dc - - - - - -] Attempt 1 to provision port 8b004301-f484-4f14-a680-00a4b6d17661 2026-06-10 04:52:46.257 11 INFO neutron.plugins.ml2.plugin [None req-724d8b7d-b788-44a7-a1c2-cb4dabbfa8dc - - - - - -] Attempt 1 to provision port 9dea87aa-c81f-4116-8355-8b84a0c5467f 2026-06-10 04:52:46.302 11 INFO neutron.plugins.ml2.plugin [None req-724d8b7d-b788-44a7-a1c2-cb4dabbfa8dc - - - - - -] Attempt 1 to provision port 77679f07-b40d-44a3-b7e3-6631f32ab957 2026-06-10 04:52:46.358 11 INFO neutron.plugins.ml2.plugin [None req-724d8b7d-b788-44a7-a1c2-cb4dabbfa8dc - - - - - -] Attempt 1 to provision port b141edf0-90df-41ef-971e-a607eab4f880 2026-06-10 04:52:50.525 12 INFO neutron.plugins.ml2.plugin [None req-ab60f284-eab3-4bf5-9423-3bf3f96e4fb6 - - - - - -] Attempt 1 to provision port c6af5a52-623f-4c85-aa2b-4e890d34cd97 2026-06-10 04:52:50.566 12 INFO neutron.plugins.ml2.plugin [None req-ab60f284-eab3-4bf5-9423-3bf3f96e4fb6 - - - - - -] Attempt 1 to provision port 4898b00e-5b4c-41ec-957b-9d1cc7d13896 2026-06-10 04:52:50.618 12 INFO neutron.plugins.ml2.plugin [None req-ab60f284-eab3-4bf5-9423-3bf3f96e4fb6 - - - - - -] Attempt 1 to provision port 54ca7f63-7eb9-48c2-9300-8c6f1a86de37 2026-06-10 04:52:50.664 12 INFO neutron.plugins.ml2.plugin [None req-ab60f284-eab3-4bf5-9423-3bf3f96e4fb6 - - - - - -] Attempt 1 to provision port f89a91bd-41a2-4648-a713-99228f0e7789 2026-06-10 04:52:50.714 12 INFO neutron.plugins.ml2.plugin [None req-ab60f284-eab3-4bf5-9423-3bf3f96e4fb6 - - - - - -] Attempt 1 to provision port 7a3c150f-1d8c-4ccd-a31f-c016107b6d2c 2026-06-10 04:52:52.525 11 INFO neutron.plugins.ml2.plugin [None req-741365aa-b793-4cca-8340-528a901926f5 - - - - - -] Attempt 1 to provision port 54ca7f63-7eb9-48c2-9300-8c6f1a86de37 2026-06-10 04:53:08.425 12 INFO neutron.plugins.ml2.plugin [None req-227908dd-c97b-4da4-a683-a0140e8f7cae - - - - - -] Attempt 1 to provision port b32f7f8c-0480-4130-822b-50c153c21e21 2026-06-10 04:53:17.972 12 INFO neutron.plugins.ml2.plugin [None req-7d025467-9fc5-4f08-9d91-caa439c65d1e - - - - - -] Attempt 1 to provision port 2b000a31-3378-4e06-918c-3d491704d5a7 2026-06-10 04:53:28.012 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port c4c53d97-8ccc-44dc-b2dc-df077a0fb019 2026-06-10 04:53:28.138 11 INFO neutron.notifiers.nova [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Nova event matching ['req-69a9ee7b-b629-4169-a337-c1a598163f09'] response: {'server_uuid': '0fbf91ce-084f-4e54-86e5-c097aca803d2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c4c53d97-8ccc-44dc-b2dc-df077a0fb019', 'code': 200} 2026-06-10 04:53:29.410 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port c4c53d97-8ccc-44dc-b2dc-df077a0fb019 2026-06-10 04:54:03.084 12 INFO neutron.plugins.ml2.plugin [None req-7bf5565d-3b46-4d6c-94c7-158a47ec63a8 - - - - - -] Attempt 1 to provision port 593a363a-a58b-4f96-9c15-5f2fb4e03ff7 2026-06-10 04:54:05.486 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 12fd91d4-e23c-46f0-a370-1744bdabc9b9 2026-06-10 04:54:05.889 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 3aab94bc-dcbf-4fd7-8c69-4e196970b2fa 2026-06-10 04:54:06.222 11 INFO neutron.plugins.ml2.plugin [None req-e9b9edf3-33b9-4ae2-9c2b-b259ca90f80a - - - - - -] Attempt 1 to provision port 3aab94bc-dcbf-4fd7-8c69-4e196970b2fa 2026-06-10 04:54:07.445 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 12fd91d4-e23c-46f0-a370-1744bdabc9b9 2026-06-10 04:54:07.697 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 3aab94bc-dcbf-4fd7-8c69-4e196970b2fa 2026-06-10 04:54:07.951 11 INFO neutron.plugins.ml2.plugin [None req-1e85cf8f-5753-4fec-a286-0dbd0e402d45 - - - - - -] Attempt 1 to provision port 27391002-f8d0-46b6-849d-c611fa8473a2 2026-06-10 04:54:07.974 11 INFO neutron.plugins.ml2.plugin [None req-1e85cf8f-5753-4fec-a286-0dbd0e402d45 - - - - - -] Attempt 1 to provision port 3aab94bc-dcbf-4fd7-8c69-4e196970b2fa 2026-06-10 04:54:09.190 11 INFO neutron.plugins.ml2.plugin [None req-f971ee8f-b0ca-4d8e-9e32-a12c9c47b74e - - - - - -] Attempt 1 to provision port 27391002-f8d0-46b6-849d-c611fa8473a2 2026-06-10 04:54:11.267 12 INFO neutron.plugins.ml2.plugin [None req-f31d7bec-aea7-4809-a900-37fe5276c43d - - - - - -] Attempt 1 to provision port 27391002-f8d0-46b6-849d-c611fa8473a2 2026-06-10 04:54:15.485 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port d1d11a65-73a4-4237-90bd-32342b3a444b 2026-06-10 04:54:15.617 11 INFO neutron.notifiers.nova [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Nova event matching ['req-e909753c-b7da-4d68-9517-c2517bafd289'] response: {'server_uuid': '0fbf91ce-084f-4e54-86e5-c097aca803d2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd1d11a65-73a4-4237-90bd-32342b3a444b', 'code': 200} 2026-06-10 04:54:18.073 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 0670e9ae-b11d-44f3-91d9-0b4b1b03fc40 2026-06-10 04:54:18.167 11 INFO neutron.notifiers.nova [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Nova event matching ['req-dc83116e-adee-4576-a0e8-5aec9f725eb0'] response: {'server_uuid': 'f2b7ca28-42ca-476e-9c6e-3d239e3447d2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0670e9ae-b11d-44f3-91d9-0b4b1b03fc40', 'code': 200} 2026-06-10 04:54:18.440 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port d1d11a65-73a4-4237-90bd-32342b3a444b 2026-06-10 04:54:19.990 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 0670e9ae-b11d-44f3-91d9-0b4b1b03fc40 2026-06-10 04:54:20.218 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port d1d11a65-73a4-4237-90bd-32342b3a444b 2026-06-10 04:54:21.452 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 27391002-f8d0-46b6-849d-c611fa8473a2 2026-06-10 04:54:23.431 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 593a363a-a58b-4f96-9c15-5f2fb4e03ff7 2026-06-10 04:54:23.676 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 27391002-f8d0-46b6-849d-c611fa8473a2 2026-06-10 04:54:25.464 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port 593a363a-a58b-4f96-9c15-5f2fb4e03ff7 2026-06-10 04:54:40.059 12 INFO neutron.plugins.ml2.plugin [None req-2c4831b9-cc0f-4e5a-b5aa-54c4b21ac7cf - - - - - -] Attempt 1 to provision port a7f67ef9-2406-4961-94e3-b26c49c98f27 2026-06-10 04:54:47.024 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port a7f67ef9-2406-4961-94e3-b26c49c98f27 2026-06-10 04:54:47.134 12 INFO neutron.notifiers.nova [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Nova event matching ['req-adb8ba4b-9d64-4be3-bb7a-69c5f4aff587'] response: {'server_uuid': '0fbf91ce-084f-4e54-86e5-c097aca803d2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a7f67ef9-2406-4961-94e3-b26c49c98f27', 'code': 200} 2026-06-10 04:54:47.619 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port a7f67ef9-2406-4961-94e3-b26c49c98f27 2026-06-10 04:54:56.162 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port d608a579-7acc-4786-967e-b6c801e3aa0e 2026-06-10 04:54:56.266 11 INFO neutron.notifiers.nova [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Nova event matching ['req-0c22894b-51d8-4dc1-b680-cb31daed6fd1'] response: {'server_uuid': '257cef4d-8079-465b-8046-eca843ba8341', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd608a579-7acc-4786-967e-b6c801e3aa0e', 'code': 200} 2026-06-10 04:54:57.641 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port d608a579-7acc-4786-967e-b6c801e3aa0e 2026-06-10 04:54:59.191 12 INFO neutron.plugins.ml2.plugin [None req-cbb38310-d020-49b8-b82e-5f3b81ed1a66 - - - - - -] Attempt 1 to provision port f43ad516-c90f-48ee-b95c-60e6b6adf488 2026-06-10 04:55:05.687 11 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port f43ad516-c90f-48ee-b95c-60e6b6adf488 2026-06-10 04:55:05.790 11 INFO neutron.notifiers.nova [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Nova event matching ['req-e9375818-b744-4dae-bd9e-eda2c6d7ed64'] response: {'server_uuid': '0fbf91ce-084f-4e54-86e5-c097aca803d2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f43ad516-c90f-48ee-b95c-60e6b6adf488', 'code': 200} 2026-06-10 04:55:07.656 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port f43ad516-c90f-48ee-b95c-60e6b6adf488 2026-06-10 04:55:08.954 12 INFO neutron.plugins.ml2.plugin [None req-025a40a0-1ca4-4cf4-8777-7186c0334971 - - - - - -] Attempt 1 to provision port a7f67ef9-2406-4961-94e3-b26c49c98f27 2026-06-10 04:55:09.709 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port a7f67ef9-2406-4961-94e3-b26c49c98f27 2026-06-10 04:55:23.726 11 INFO neutron.plugins.ml2.plugin [None req-8ed11852-06ff-473c-9f75-1137b253878b - - - - - -] Attempt 1 to provision port f43ad516-c90f-48ee-b95c-60e6b6adf488 2026-06-10 04:55:23.810 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port f43ad516-c90f-48ee-b95c-60e6b6adf488 2026-06-10 04:55:25.108 12 INFO neutron.plugins.ml2.plugin [None req-0e48707a-ba19-42e0-9e1c-ac2ae657275b - - - - - -] Attempt 1 to provision port f43ad516-c90f-48ee-b95c-60e6b6adf488 2026-06-10 04:55:33.691 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port a7f67ef9-2406-4961-94e3-b26c49c98f27 2026-06-10 04:55:33.716 11 INFO neutron.plugins.ml2.plugin [None req-12347b85-f67c-4926-af3f-b06e73e953df - - - - - -] Attempt 1 to provision port a7f67ef9-2406-4961-94e3-b26c49c98f27 2026-06-10 04:56:02.027 11 INFO neutron.notifiers.nova [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Nova event matching ['req-1e8a136f-91a4-4e8d-b72d-acdc4be3fce6'] response: {'server_uuid': '0fbf91ce-084f-4e54-86e5-c097aca803d2', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c4c53d97-8ccc-44dc-b2dc-df077a0fb019', 'code': 200} 2026-06-10 04:56:17.849 12 INFO neutron.notifiers.nova [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Nova event matching ['req-58b00693-b949-45d7-9f58-d243920f252d'] response: {'server_uuid': '96832172-1a43-40b0-9be3-c85745875ec8', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7a3c150f-1d8c-4ccd-a31f-c016107b6d2c', 'code': 200} 2026-06-10 04:57:05.674 12 INFO neutron.plugins.ml2.plugin [None req-1ec3cb62-bd2e-42b5-a67f-56cebef62ca8 - - - - - -] Attempt 1 to provision port d33a0251-113a-4a38-91b6-e8064df9a3f4 2026-06-10 04:57:05.927 11 INFO neutron.plugins.ml2.plugin [None req-059a5b35-5ffd-4767-9534-a6d78bc167eb - - - - - -] Attempt 1 to provision port d33a0251-113a-4a38-91b6-e8064df9a3f4