+ 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-03-31 05:40:20.968 1 INFO neutron.common.config [-] Logging enabled! 2026-03-31 05:40:20.968 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.3.dev42 2026-03-31 05:40:20.968 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-03-31 05:40:20.969 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-31 05:40:21.901 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-31 05:40:21.904 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-31 05:40:21.907 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-31 05:40:21.908 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-31 05:40:21.908 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-31 05:40:21.908 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-31 05:40:21.909 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-31 05:40:21.915 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-31 05:40:21.915 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-31 05:40:21.916 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-31 05:40:21.934 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-31 05:40:21.935 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-31 05:40:21.935 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-31 05:40:21.967 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-31 05:40:21.968 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-31 05:40:21.968 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-31 05:40:21.968 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-31 05:40:22.245 1 INFO neutron.plugins.ml2.managers [None req-117bd8b2-b41b-4922-b204-346964501e69 - - - - - -] Initializing driver for type 'vlan' 2026-03-31 05:40:22.387 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-117bd8b2-b41b-4922-b204-346964501e69 - - - - - -] VlanTypeDriver initialization complete 2026-03-31 05:40:22.387 1 INFO neutron.plugins.ml2.managers [None req-117bd8b2-b41b-4922-b204-346964501e69 - - - - - -] Initializing driver for type 'vxlan' 2026-03-31 05:40:22.388 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-117bd8b2-b41b-4922-b204-346964501e69 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-31 05:40:22.431 1 INFO neutron.plugins.ml2.managers [None req-117bd8b2-b41b-4922-b204-346964501e69 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-31 05:40:22.431 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-117bd8b2-b41b-4922-b204-346964501e69 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-31 05:40:22.432 1 INFO neutron.plugins.ml2.managers [None req-117bd8b2-b41b-4922-b204-346964501e69 - - - - - -] Initializing extension driver 'port_security' 2026-03-31 05:40:22.432 1 INFO neutron.plugins.ml2.extensions.port_security [None req-117bd8b2-b41b-4922-b204-346964501e69 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-31 05:40:22.432 1 INFO neutron.plugins.ml2.managers [None req-117bd8b2-b41b-4922-b204-346964501e69 - - - - - -] Initializing extension driver 'qos' 2026-03-31 05:40:22.432 1 INFO neutron.plugins.ml2.managers [None req-117bd8b2-b41b-4922-b204-346964501e69 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-31 05:40:22.432 1 INFO neutron.plugins.ml2.managers [None req-117bd8b2-b41b-4922-b204-346964501e69 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-31 05:40:22.445 1 INFO neutron.quota [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded quota_driver: . 2026-03-31 05:40:22.445 1 INFO neutron.plugins.ml2.plugin [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Modular L2 Plugin initialization complete 2026-03-31 05:40:22.445 1 INFO neutron.plugins.ml2.managers [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-31 05:40:22.445 1 INFO neutron.plugins.ml2.managers [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-31 05:40:22.445 1 INFO neutron.plugins.ml2.managers [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Got port-security extension from driver 'port_security' 2026-03-31 05:40:22.445 1 INFO neutron.extensions.vlantransparent [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Disabled vlantransparent extension. 2026-03-31 05:40:22.446 1 INFO neutron.extensions.qinq [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Disabled VLAN QinQ extension. 2026-03-31 05:40:22.446 1 INFO neutron.manager [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loading Plugin: qos 2026-03-31 05:40:22.456 1 INFO neutron.manager [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loading Plugin: router 2026-03-31 05:40:22.491 1 INFO neutron.services.service_base [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-31 05:40:22.492 1 INFO neutron.manager [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loading Plugin: segments 2026-03-31 05:40:22.555 1 INFO neutron.manager [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loading Plugin: trunk 2026-03-31 05:40:22.567 1 INFO neutron.manager [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loading Plugin: vpnaas 2026-03-31 05:40:22.597 1 WARNING stevedore.named [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-31 05:40:22.597 1 WARNING stevedore.named [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-31 05:40:22.798 1 INFO neutron_vpnaas.services.vpn.plugin [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-31 05:40:22.798 1 INFO neutron.common.utils [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-31 05:40:22.798 1 INFO neutron.manager [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loading Plugin: taas 2026-03-31 05:40:22.815 1 WARNING stevedore.named [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-31 05:40:22.815 1 WARNING stevedore.named [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-31 05:40:22.843 1 INFO neutron_taas.services.taas.taas_plugin [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-31 05:40:22.844 1 INFO neutron.manager [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loading Plugin: tapmirror 2026-03-31 05:40:22.855 1 WARNING stevedore.named [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-31 05:40:22.855 1 WARNING stevedore.named [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-31 05:40:22.871 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-31 05:40:22.871 1 INFO neutron.manager [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loading Plugin: auto_allocate 2026-03-31 05:40:22.877 1 INFO neutron.manager [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loading Plugin: tag 2026-03-31 05:40:22.884 1 INFO neutron.manager [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loading Plugin: timestamp 2026-03-31 05:40:22.886 1 INFO neutron.manager [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loading Plugin: network_ip_availability 2026-03-31 05:40:22.889 1 INFO neutron.manager [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loading Plugin: flavors 2026-03-31 05:40:22.892 1 INFO neutron.manager [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loading Plugin: revisions 2026-03-31 05:40:22.895 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Initializing extension manager. 2026-03-31 05:40:22.896 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: address-group 2026-03-31 05:40:22.897 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: address-scope 2026-03-31 05:40:22.897 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-31 05:40:22.898 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: agent 2026-03-31 05:40:22.898 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: agent-resources-synced 2026-03-31 05:40:22.899 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: allowed-address-pairs 2026-03-31 05:40:22.900 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: auto-allocated-topology 2026-03-31 05:40:22.901 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: availability_zone 2026-03-31 05:40:22.901 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: availability_zone_filter 2026-03-31 05:40:22.902 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-31 05:40:22.902 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: default-subnetpools 2026-03-31 05:40:22.903 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-31 05:40:22.904 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: dns-integration 2026-03-31 05:40:22.904 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: dns-domain-ports 2026-03-31 05:40:22.904 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-31 05:40:22.905 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: dvr 2026-03-31 05:40:22.905 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-31 05:40:22.906 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: empty-string-filtering 2026-03-31 05:40:22.906 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-31 05:40:22.907 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-31 05:40:22.907 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: external-net 2026-03-31 05:40:22.907 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-31 05:40:22.908 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: extraroute 2026-03-31 05:40:22.908 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: extraroute-atomic 2026-03-31 05:40:22.909 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-31 05:40:22.909 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-31 05:40:22.910 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-31 05:40:22.910 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-31 05:40:22.911 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: fip-port-details 2026-03-31 05:40:22.911 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: flavors 2026-03-31 05:40:22.912 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-31 05:40:22.913 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: floatingip-pools 2026-03-31 05:40:22.913 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: ip_allocation 2026-03-31 05:40:22.914 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: ip-substring-filtering 2026-03-31 05:40:22.914 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: l2_adjacency 2026-03-31 05:40:22.915 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: router 2026-03-31 05:40:22.917 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-31 05:40:22.917 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-31 05:40:22.918 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-31 05:40:22.918 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: ext-gw-mode 2026-03-31 05:40:22.919 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: l3-ha 2026-03-31 05:40:22.919 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-31 05:40:22.919 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-31 05:40:22.920 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: l3-flavors 2026-03-31 05:40:22.920 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-31 05:40:22.921 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-31 05:40:22.923 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-31 05:40:22.924 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-31 05:40:22.924 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-31 05:40:22.925 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-31 05:40:22.926 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-31 05:40:22.926 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: multi-provider 2026-03-31 05:40:22.927 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: net-mtu 2026-03-31 05:40:22.927 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: net-mtu-writable 2026-03-31 05:40:22.928 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: network_availability_zone 2026-03-31 05:40:22.928 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: network_ha 2026-03-31 05:40:22.929 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: network-ip-availability 2026-03-31 05:40:22.930 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-31 05:40:22.930 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: pagination 2026-03-31 05:40:22.930 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: port-device-profile 2026-03-31 05:40:22.931 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-31 05:40:22.931 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-31 05:40:22.932 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-31 05:40:22.932 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: port-mac-override 2026-03-31 05:40:22.932 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-31 05:40:22.933 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-31 05:40:22.933 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-31 05:40:22.934 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: port-resource-request 2026-03-31 05:40:22.934 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: port-resource-request-groups 2026-03-31 05:40:22.935 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-31 05:40:22.935 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: binding 2026-03-31 05:40:22.936 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: binding-extended 2026-03-31 05:40:22.936 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: port-security 2026-03-31 05:40:22.937 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: project-id 2026-03-31 05:40:22.937 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: provider 2026-03-31 05:40:22.938 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-31 05:40:22.939 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: qos 2026-03-31 05:40:22.940 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-31 05:40:22.941 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-31 05:40:22.941 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: qos-default 2026-03-31 05:40:22.941 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: qos-fip 2026-03-31 05:40:22.942 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-31 05:40:22.942 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: qos-gateway-ip 2026-03-31 05:40:22.943 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: qos-port-network-policy 2026-03-31 05:40:22.943 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: qos-pps-minimum 2026-03-31 05:40:22.944 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-31 05:40:22.944 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: qos-pps 2026-03-31 05:40:22.945 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: qos-rule-type-details 2026-03-31 05:40:22.945 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-31 05:40:22.946 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: qos-rules-alias 2026-03-31 05:40:22.946 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: quota-check-limit 2026-03-31 05:40:22.947 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: quota-check-limit-default 2026-03-31 05:40:22.948 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: quotas 2026-03-31 05:40:22.951 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: quota_details 2026-03-31 05:40:22.952 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: rbac-policies 2026-03-31 05:40:22.953 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: rbac-address-group 2026-03-31 05:40:22.953 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: rbac-address-scope 2026-03-31 05:40:22.954 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: rbac-security-groups 2026-03-31 05:40:22.954 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: rbac-subnetpool 2026-03-31 05:40:22.955 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: revision-if-match 2026-03-31 05:40:22.955 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: standard-attr-revisions 2026-03-31 05:40:22.956 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: router_availability_zone 2026-03-31 05:40:22.956 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-31 05:40:22.958 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: security-groups-default-rules 2026-03-31 05:40:22.958 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-31 05:40:22.959 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-31 05:40:22.959 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-31 05:40:22.959 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-31 05:40:22.960 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-31 05:40:22.964 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: security-group 2026-03-31 05:40:22.965 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: segment 2026-03-31 05:40:22.965 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-31 05:40:22.966 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: service-type 2026-03-31 05:40:22.966 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: sorting 2026-03-31 05:40:22.967 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: standard-attr-segment 2026-03-31 05:40:22.967 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: standard-attr-description 2026-03-31 05:40:22.968 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: stateful-security-group 2026-03-31 05:40:22.968 1 WARNING neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-31 05:40:22.969 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-31 05:40:22.969 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: subnet-external-network 2026-03-31 05:40:22.970 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: subnet_onboard 2026-03-31 05:40:22.970 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-31 05:40:22.970 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: subnet-service-types 2026-03-31 05:40:22.971 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: subnet_allocation 2026-03-31 05:40:22.972 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-31 05:40:22.972 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: tag-creation 2026-03-31 05:40:22.972 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-31 05:40:22.976 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: standard-attr-tag 2026-03-31 05:40:22.977 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-31 05:40:22.977 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: trunk 2026-03-31 05:40:22.978 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: trunk-details 2026-03-31 05:40:22.978 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-31 05:40:22.979 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-31 05:40:22.979 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-31 05:40:22.980 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-31 05:40:22.981 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-31 05:40:22.982 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-31 05:40:22.982 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: vpn-flavors 2026-03-31 05:40:22.984 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: vpnaas 2026-03-31 05:40:22.985 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: taas 2026-03-31 05:40:22.986 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: tap-mirror 2026-03-31 05:40:22.986 1 INFO neutron.api.extensions [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Loaded extension: taas-vlan-filter 2026-03-31 05:40:22.989 1 INFO oslo_service.backend.eventlet.service [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Starting 2 workers 2026-03-31 05:40:22.993 1 INFO oslo_service.backend.eventlet.service [None req-3712e99f-03a9-43bb-855b-bdbc8b82e1e4 - - - - - -] Starting 1 workers 2026-03-31 05:41:07.364 11 INFO neutron.db.l3_hamode_db [None req-bd84217c-59cb-41e3-adff-124d24fe67f0 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 05:41:19.488 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port b09b7e1b-ca91-4737-8182-784ec27c2b1b 2026-03-31 05:41:20.524 11 INFO neutron.plugins.ml2.plugin [None req-40cf99d0-18aa-4ce9-9c5b-01da38a73a65 - - - - - -] Attempt 1 to provision port b09b7e1b-ca91-4737-8182-784ec27c2b1b 2026-03-31 05:41:21.417 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port b09b7e1b-ca91-4737-8182-784ec27c2b1b 2026-03-31 05:41:22.202 11 INFO neutron.plugins.ml2.plugin [None req-6fe2ca04-b094-4e7f-8fda-b941775a86da - - - - - -] Attempt 1 to provision port b09b7e1b-ca91-4737-8182-784ec27c2b1b 2026-03-31 05:45:43.577 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port dc96feac-eb09-41cf-a460-6383a2b34d8c 2026-03-31 05:45:43.714 11 INFO neutron.plugins.ml2.plugin [None req-dc2a761b-ae1b-46cf-b01b-e1d4474e315d - - - - - -] Attempt 1 to provision port dc96feac-eb09-41cf-a460-6383a2b34d8c 2026-03-31 05:45:45.367 12 INFO neutron.plugins.ml2.plugin [None req-fb472166-b904-49d6-93e6-edc1d107f43f - - - - - -] Attempt 1 to provision port dc96feac-eb09-41cf-a460-6383a2b34d8c 2026-03-31 05:45:45.577 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port dc96feac-eb09-41cf-a460-6383a2b34d8c 2026-03-31 05:45:50.005 11 INFO neutron.plugins.ml2.plugin [None req-dad8fad3-4614-47bc-af5b-ce029f5c8060 - - - - - -] Attempt 1 to provision port ec89cc23-33da-4b16-868a-7c71e008be9a 2026-03-31 05:49:38.397 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port ec89cc23-33da-4b16-868a-7c71e008be9a 2026-03-31 05:49:39.791 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port ec89cc23-33da-4b16-868a-7c71e008be9a 2026-03-31 05:57:40.102 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port fb56cdb7-f141-4f8b-bd2d-8c30b7bb6bf5 2026-03-31 05:57:42.057 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port fb56cdb7-f141-4f8b-bd2d-8c30b7bb6bf5 2026-03-31 06:12:04.436 11 INFO neutron.plugins.ml2.plugin [None req-efdce348-9156-4fa6-a316-5bde6068c0ea - - - - - -] Attempt 1 to provision port 664f4475-a506-411f-b1ed-fa3e7cea1545 2026-03-31 06:12:04.639 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 664f4475-a506-411f-b1ed-fa3e7cea1545 2026-03-31 06:12:06.667 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 8d015be9-1beb-4695-88d7-a7b482907f9b 2026-03-31 06:12:07.077 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 664f4475-a506-411f-b1ed-fa3e7cea1545 2026-03-31 06:12:08.588 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 8d015be9-1beb-4695-88d7-a7b482907f9b 2026-03-31 06:12:10.584 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 61c25d69-32aa-4bf7-a064-ea4e1cf5eb69 2026-03-31 06:12:13.318 12 INFO neutron.plugins.ml2.plugin [None req-e7dba8fa-be6d-4669-9684-02cf60390146 - - - - - -] Attempt 1 to provision port d169413b-5af5-41f6-af58-e398948aa2af 2026-03-31 06:12:13.346 12 INFO neutron.plugins.ml2.plugin [None req-e7dba8fa-be6d-4669-9684-02cf60390146 - - - - - -] Attempt 1 to provision port 7cadb372-ba28-47b3-b5fb-12064afb23b2 2026-03-31 06:12:13.391 12 INFO neutron.plugins.ml2.plugin [None req-e7dba8fa-be6d-4669-9684-02cf60390146 - - - - - -] Attempt 1 to provision port 664f4475-a506-411f-b1ed-fa3e7cea1545 2026-03-31 06:12:13.434 12 INFO neutron.plugins.ml2.plugin [None req-e7dba8fa-be6d-4669-9684-02cf60390146 - - - - - -] Attempt 1 to provision port 8d015be9-1beb-4695-88d7-a7b482907f9b 2026-03-31 06:12:16.770 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 50a9f120-1cb0-4604-880b-29f9bf345054 2026-03-31 06:12:17.222 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 37d445d6-9ca5-43d2-88b9-10b3d18b8c08 2026-03-31 06:12:18.676 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 37d445d6-9ca5-43d2-88b9-10b3d18b8c08 2026-03-31 06:12:18.837 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 50a9f120-1cb0-4604-880b-29f9bf345054 2026-03-31 06:12:19.015 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port edd2c1f9-a2da-4164-8fda-2ded9c55fc9b 2026-03-31 06:12:20.596 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port edd2c1f9-a2da-4164-8fda-2ded9c55fc9b 2026-03-31 06:12:20.952 11 INFO neutron.plugins.ml2.plugin [None req-10748171-f0a7-4ba8-a39a-ee93bdeef58c - - - - - -] Attempt 1 to provision port d169413b-5af5-41f6-af58-e398948aa2af 2026-03-31 06:12:20.995 11 INFO neutron.plugins.ml2.plugin [None req-10748171-f0a7-4ba8-a39a-ee93bdeef58c - - - - - -] Attempt 1 to provision port 0061b9fe-5522-44de-8622-7cdf8ca391e7 2026-03-31 06:12:21.016 11 INFO neutron.plugins.ml2.plugin [None req-10748171-f0a7-4ba8-a39a-ee93bdeef58c - - - - - -] Attempt 1 to provision port 1e08dacd-69d7-43bb-9a38-8a333d14d135 2026-03-31 06:12:21.047 11 INFO neutron.plugins.ml2.plugin [None req-10748171-f0a7-4ba8-a39a-ee93bdeef58c - - - - - -] Attempt 1 to provision port 8d015be9-1beb-4695-88d7-a7b482907f9b 2026-03-31 06:12:25.244 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 5d7b7828-98f5-4467-845e-7d880b870a45 2026-03-31 06:12:25.931 11 INFO neutron.notifiers.nova [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Nova event matching ['req-0a52200c-d600-417d-be90-ae5ff10dc2b3'] response: {'server_uuid': '9e197928-4ef6-4a3d-8c1c-260b5ea57377', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5d7b7828-98f5-4467-845e-7d880b870a45', 'code': 200} 2026-03-31 06:12:27.232 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port c0e07cd2-b085-44b4-97cb-4a2db6145dbb 2026-03-31 06:12:27.618 11 INFO neutron.plugins.ml2.plugin [None req-46a64011-e335-4478-a219-41e61848d6b8 - - - - - -] Attempt 1 to provision port ffc2a256-7d90-4af5-84ff-b3ead37da022 2026-03-31 06:12:27.819 12 INFO neutron.plugins.ml2.plugin [None req-cbb3fab2-6a54-4987-8147-030f4a3aea98 - - - - - -] Attempt 1 to provision port c0e07cd2-b085-44b4-97cb-4a2db6145dbb 2026-03-31 06:12:27.901 12 INFO neutron.plugins.ml2.plugin [None req-cbb3fab2-6a54-4987-8147-030f4a3aea98 - - - - - -] Attempt 1 to provision port c5c4fd9e-ff73-4ca8-a711-da2c7a0f7014 2026-03-31 06:12:27.937 12 INFO neutron.plugins.ml2.plugin [None req-cbb3fab2-6a54-4987-8147-030f4a3aea98 - - - - - -] Attempt 1 to provision port d169413b-5af5-41f6-af58-e398948aa2af 2026-03-31 06:12:27.979 12 INFO neutron.plugins.ml2.plugin [None req-cbb3fab2-6a54-4987-8147-030f4a3aea98 - - - - - -] Attempt 1 to provision port 1e08dacd-69d7-43bb-9a38-8a333d14d135 2026-03-31 06:12:27.988 11 INFO neutron.notifiers.nova [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Nova event matching ['req-0a5c6dec-9a6e-48b9-ab74-a9b9574da484'] response: {'server_uuid': '1cc10def-e460-485f-8052-6b3f9f40d5cd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ffc2a256-7d90-4af5-84ff-b3ead37da022', 'code': 200} 2026-03-31 06:12:27.989 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 5d7b7828-98f5-4467-845e-7d880b870a45 2026-03-31 06:12:28.685 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port c0e07cd2-b085-44b4-97cb-4a2db6145dbb 2026-03-31 06:12:28.922 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port ffc2a256-7d90-4af5-84ff-b3ead37da022 2026-03-31 06:12:31.168 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port f156780e-a0f3-45f0-a359-a40f7c93fb83 2026-03-31 06:12:31.840 12 INFO neutron.notifiers.nova [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Nova event matching ['req-1e36c90c-6b95-4984-9c7e-c5cce6c97c90'] response: {'server_uuid': '7f63bb43-17ae-4a17-8f06-44e6b671aed8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f156780e-a0f3-45f0-a359-a40f7c93fb83', 'code': 200} 2026-03-31 06:12:32.606 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port f156780e-a0f3-45f0-a359-a40f7c93fb83 2026-03-31 06:12:32.701 11 INFO neutron.plugins.ml2.plugin [None req-222422fb-a54f-45f9-a76e-488dac26ded6 - - - - - -] Attempt 1 to provision port c0e07cd2-b085-44b4-97cb-4a2db6145dbb 2026-03-31 06:12:32.775 11 INFO neutron.plugins.ml2.plugin [None req-222422fb-a54f-45f9-a76e-488dac26ded6 - - - - - -] Attempt 1 to provision port f156780e-a0f3-45f0-a359-a40f7c93fb83 2026-03-31 06:12:32.865 11 INFO neutron.plugins.ml2.plugin [None req-222422fb-a54f-45f9-a76e-488dac26ded6 - - - - - -] Attempt 1 to provision port c5c4fd9e-ff73-4ca8-a711-da2c7a0f7014 2026-03-31 06:12:32.902 11 INFO neutron.plugins.ml2.plugin [None req-222422fb-a54f-45f9-a76e-488dac26ded6 - - - - - -] Attempt 1 to provision port 1e08dacd-69d7-43bb-9a38-8a333d14d135 2026-03-31 06:12:34.843 12 INFO neutron.notifiers.nova [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Nova event matching ['req-60dd49e9-9236-4902-8646-27d2aa2d1097'] response: {'server_uuid': '1cc10def-e460-485f-8052-6b3f9f40d5cd', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'ffc2a256-7d90-4af5-84ff-b3ead37da022', 'code': 200} 2026-03-31 06:12:34.956 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] No ports have port_id starting with ffc2a256-7d90-4af5-84ff-b3ead37da022 2026-03-31 06:12:36.930 12 INFO neutron.notifiers.nova [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Nova event matching ['req-89cf8f3e-3717-42fa-8115-8f1bf79e6726'] response: {'server_uuid': '7f63bb43-17ae-4a17-8f06-44e6b671aed8', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f156780e-a0f3-45f0-a359-a40f7c93fb83', 'code': 200} 2026-03-31 06:12:37.203 11 INFO neutron.plugins.ml2.plugin [None req-289251ca-a799-4c48-85e8-2a9a6bf46b93 - - - - - -] Attempt 1 to provision port 09aadba7-3e49-4116-b245-e9a16ac512f7 2026-03-31 06:12:37.246 11 INFO neutron.plugins.ml2.plugin [None req-289251ca-a799-4c48-85e8-2a9a6bf46b93 - - - - - -] Attempt 1 to provision port 5d7b7828-98f5-4467-845e-7d880b870a45 2026-03-31 06:12:37.309 11 INFO neutron.plugins.ml2.plugin [None req-289251ca-a799-4c48-85e8-2a9a6bf46b93 - - - - - -] Attempt 1 to provision port c5c4fd9e-ff73-4ca8-a711-da2c7a0f7014 2026-03-31 06:12:39.810 11 INFO neutron.plugins.ml2.plugin [None req-c8a0eb59-3d48-49ea-8210-fbb3edb18f76 - - - - - -] Attempt 1 to provision port c5c4fd9e-ff73-4ca8-a711-da2c7a0f7014 2026-03-31 06:12:50.664 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 44138fae-3274-4693-9eb4-ff003042f4eb 2026-03-31 06:12:51.043 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port edbe8a68-09ff-4156-a23c-e67b269e62c6 2026-03-31 06:12:51.325 12 INFO neutron.plugins.ml2.plugin [None req-e13bfe06-ffcb-4b5b-ae66-b1b5e6f0e1fd - - - - - -] Attempt 1 to provision port ddac8983-8a54-44a5-b732-693a064ca8ef 2026-03-31 06:12:51.863 11 INFO neutron.plugins.ml2.plugin [None req-2ade2c05-33c5-4948-a0d4-ef3aa4ce0ae5 - - - - - -] Attempt 1 to provision port fb387f42-9dc2-413e-8a92-a90bbb03f14b 2026-03-31 06:12:51.894 11 INFO neutron.plugins.ml2.plugin [None req-2ade2c05-33c5-4948-a0d4-ef3aa4ce0ae5 - - - - - -] Attempt 1 to provision port ddac8983-8a54-44a5-b732-693a064ca8ef 2026-03-31 06:12:52.619 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 44138fae-3274-4693-9eb4-ff003042f4eb 2026-03-31 06:12:52.816 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port ddac8983-8a54-44a5-b732-693a064ca8ef 2026-03-31 06:12:53.029 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port edbe8a68-09ff-4156-a23c-e67b269e62c6 2026-03-31 06:12:56.628 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port c0021672-b6a6-44af-b0c0-e8fcb9133161 2026-03-31 06:12:57.794 11 INFO neutron.plugins.ml2.plugin [None req-3db92b58-dc69-48b9-b323-30464d45181d - - - - - -] Attempt 1 to provision port ddac8983-8a54-44a5-b732-693a064ca8ef 2026-03-31 06:12:57.863 11 INFO neutron.plugins.ml2.plugin [None req-3db92b58-dc69-48b9-b323-30464d45181d - - - - - -] Attempt 1 to provision port fb387f42-9dc2-413e-8a92-a90bbb03f14b 2026-03-31 06:12:57.887 11 INFO neutron.plugins.ml2.plugin [None req-3db92b58-dc69-48b9-b323-30464d45181d - - - - - -] Attempt 1 to provision port c0021672-b6a6-44af-b0c0-e8fcb9133161 2026-03-31 06:12:57.936 11 INFO neutron.plugins.ml2.plugin [None req-3db92b58-dc69-48b9-b323-30464d45181d - - - - - -] Attempt 1 to provision port 4077fc16-f97b-42ed-8f1c-396ceb276c11 2026-03-31 06:12:58.886 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port c0021672-b6a6-44af-b0c0-e8fcb9133161 2026-03-31 06:13:01.206 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 91e46fa1-f901-418b-91a7-1d92f7b61aee 2026-03-31 06:13:01.313 12 INFO neutron.notifiers.nova [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Nova event matching ['req-3b84267d-0d62-4e09-820a-d23c13528619'] response: {'server_uuid': '6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '91e46fa1-f901-418b-91a7-1d92f7b61aee', 'code': 200} 2026-03-31 06:13:01.389 11 INFO neutron.plugins.ml2.plugin [None req-a71a42dd-2b5d-4316-b59d-2761450dff6b - - - - - -] Attempt 1 to provision port 81814e75-0d95-4878-9135-f67aba80efef 2026-03-31 06:13:01.427 11 INFO neutron.plugins.ml2.plugin [None req-a71a42dd-2b5d-4316-b59d-2761450dff6b - - - - - -] Attempt 1 to provision port fb387f42-9dc2-413e-8a92-a90bbb03f14b 2026-03-31 06:13:01.452 11 INFO neutron.plugins.ml2.plugin [None req-a71a42dd-2b5d-4316-b59d-2761450dff6b - - - - - -] Attempt 1 to provision port c0021672-b6a6-44af-b0c0-e8fcb9133161 2026-03-31 06:13:01.528 11 INFO neutron.plugins.ml2.plugin [None req-a71a42dd-2b5d-4316-b59d-2761450dff6b - - - - - -] Attempt 1 to provision port 4077fc16-f97b-42ed-8f1c-396ceb276c11 2026-03-31 06:13:01.537 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 0061b9fe-5522-44de-8622-7cdf8ca391e7 2026-03-31 06:13:03.795 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 1e08dacd-69d7-43bb-9a38-8a333d14d135 2026-03-31 06:13:04.048 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 91e46fa1-f901-418b-91a7-1d92f7b61aee 2026-03-31 06:13:04.248 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port b07530d8-faca-4079-98b8-4f2b79c638ab 2026-03-31 06:13:04.362 12 INFO neutron.notifiers.nova [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Nova event matching ['req-44aafd44-84f8-48df-8a23-2f0fe4c0e6c4'] response: {'server_uuid': '7171f955-cab8-48ce-a1bf-d5c7aaa97d3a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b07530d8-faca-4079-98b8-4f2b79c638ab', 'code': 200} 2026-03-31 06:13:04.754 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 0061b9fe-5522-44de-8622-7cdf8ca391e7 2026-03-31 06:13:05.070 11 INFO neutron.plugins.ml2.plugin [None req-be216676-24a1-49de-a7a2-6df4043794a7 - - - - - -] Attempt 1 to provision port 99da6c5c-f426-4c8e-83af-a50693d36402 2026-03-31 06:13:05.103 11 INFO neutron.plugins.ml2.plugin [None req-be216676-24a1-49de-a7a2-6df4043794a7 - - - - - -] Attempt 1 to provision port fb387f42-9dc2-413e-8a92-a90bbb03f14b 2026-03-31 06:13:05.136 11 INFO neutron.plugins.ml2.plugin [None req-be216676-24a1-49de-a7a2-6df4043794a7 - - - - - -] Attempt 1 to provision port 4077fc16-f97b-42ed-8f1c-396ceb276c11 2026-03-31 06:13:05.399 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 1e08dacd-69d7-43bb-9a38-8a333d14d135 2026-03-31 06:13:05.640 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port b07530d8-faca-4079-98b8-4f2b79c638ab 2026-03-31 06:13:09.555 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 68284b5f-7cc6-4eb8-b4f0-cc7970f72e17 2026-03-31 06:13:10.090 11 INFO neutron.plugins.ml2.plugin [None req-7c85f092-05ac-40fb-b8fc-dc632e7ec2f5 - - - - - -] Attempt 1 to provision port 81814e75-0d95-4878-9135-f67aba80efef 2026-03-31 06:13:10.381 11 INFO neutron.plugins.ml2.plugin [None req-7c85f092-05ac-40fb-b8fc-dc632e7ec2f5 - - - - - -] Attempt 1 to provision port fb387f42-9dc2-413e-8a92-a90bbb03f14b 2026-03-31 06:13:11.954 12 INFO neutron.plugins.ml2.plugin [None req-edd1d1b8-ebee-4be2-9ada-c94a455627e3 - - - - - -] Attempt 1 to provision port 91e46fa1-f901-418b-91a7-1d92f7b61aee 2026-03-31 06:13:12.010 12 INFO neutron.plugins.ml2.plugin [None req-edd1d1b8-ebee-4be2-9ada-c94a455627e3 - - - - - -] Attempt 1 to provision port 4077fc16-f97b-42ed-8f1c-396ceb276c11 2026-03-31 06:13:12.120 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 4077fc16-f97b-42ed-8f1c-396ceb276c11 2026-03-31 06:13:12.296 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 99da6c5c-f426-4c8e-83af-a50693d36402 2026-03-31 06:13:12.534 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 81814e75-0d95-4878-9135-f67aba80efef 2026-03-31 06:13:12.665 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port fb387f42-9dc2-413e-8a92-a90bbb03f14b 2026-03-31 06:13:13.915 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 4077fc16-f97b-42ed-8f1c-396ceb276c11 2026-03-31 06:13:14.120 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 99da6c5c-f426-4c8e-83af-a50693d36402 2026-03-31 06:13:16.162 11 INFO neutron.notifiers.nova [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Nova event matching ['req-f4255fa3-ab3b-4fe2-b60c-d61024129448'] response: {'server_uuid': '9e197928-4ef6-4a3d-8c1c-260b5ea57377', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '5d7b7828-98f5-4467-845e-7d880b870a45', 'code': 200} 2026-03-31 06:13:29.805 12 INFO neutron.plugins.ml2.plugin [None req-f6e903d9-ab0a-4762-957f-57585a846635 - - - - - -] Attempt 1 to provision port f5807aac-ae7b-469b-9183-203f14023c01 2026-03-31 06:13:29.931 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port f5807aac-ae7b-469b-9183-203f14023c01 2026-03-31 06:13:30.144 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port d6a39095-d232-4b16-a0a7-2fde6f797313 2026-03-31 06:13:31.934 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port f5807aac-ae7b-469b-9183-203f14023c01 2026-03-31 06:13:32.169 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port d6a39095-d232-4b16-a0a7-2fde6f797313 2026-03-31 06:13:32.686 11 INFO neutron.notifiers.nova [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Nova event matching ['req-b4c88bdd-9caa-4d82-a3e5-8ab2fcac46ec'] response: {'server_uuid': '6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '91e46fa1-f901-418b-91a7-1d92f7b61aee', 'code': 200} 2026-03-31 06:13:33.067 12 INFO neutron.plugins.ml2.plugin [None req-0b9053a2-c1b2-4048-9487-d6fd4acd9298 - - - - - -] Attempt 1 to provision port 20546533-ed8b-476d-bb8a-4630d2b7fb50 2026-03-31 06:13:33.105 12 INFO neutron.plugins.ml2.plugin [None req-0b9053a2-c1b2-4048-9487-d6fd4acd9298 - - - - - -] Attempt 1 to provision port f5807aac-ae7b-469b-9183-203f14023c01 2026-03-31 06:13:34.622 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 91e46fa1-f901-418b-91a7-1d92f7b61aee 2026-03-31 06:13:34.711 12 INFO neutron.notifiers.nova [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Nova event matching ['req-a8a8a78e-1e0f-4167-ad68-fac6585036bd'] response: {'server_uuid': '6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '91e46fa1-f901-418b-91a7-1d92f7b61aee', 'code': 200} 2026-03-31 06:13:35.944 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 91e46fa1-f901-418b-91a7-1d92f7b61aee 2026-03-31 06:13:36.870 11 INFO neutron.plugins.ml2.plugin [None req-27afda9e-2229-471e-8128-d3cc4030cb59 - - - - - -] Attempt 1 to provision port b09b7e1b-ca91-4737-8182-784ec27c2b1b 2026-03-31 06:13:36.944 11 INFO neutron.plugins.ml2.plugin [None req-27afda9e-2229-471e-8128-d3cc4030cb59 - - - - - -] Attempt 1 to provision port 20546533-ed8b-476d-bb8a-4630d2b7fb50 2026-03-31 06:13:36.971 11 INFO neutron.plugins.ml2.plugin [None req-27afda9e-2229-471e-8128-d3cc4030cb59 - - - - - -] Attempt 1 to provision port 81814e75-0d95-4878-9135-f67aba80efef 2026-03-31 06:13:37.051 11 INFO neutron.plugins.ml2.plugin [None req-27afda9e-2229-471e-8128-d3cc4030cb59 - - - - - -] Attempt 1 to provision port 0f797f7c-1159-40b2-9b48-2c869cdcf194 2026-03-31 06:13:37.075 11 INFO neutron.plugins.ml2.plugin [None req-27afda9e-2229-471e-8128-d3cc4030cb59 - - - - - -] Attempt 1 to provision port c4e54e2a-2a62-4997-b67b-44110e96c2a8 2026-03-31 06:13:37.110 11 INFO neutron.plugins.ml2.plugin [None req-27afda9e-2229-471e-8128-d3cc4030cb59 - - - - - -] Attempt 1 to provision port a5b75be4-6a40-4d80-aed2-46b587aefc66 2026-03-31 06:13:39.111 11 INFO neutron.plugins.ml2.plugin [None req-6b9e13a2-e881-4c8e-a12e-f40bd9eda6ba - - - - - -] Attempt 1 to provision port 20546533-ed8b-476d-bb8a-4630d2b7fb50 2026-03-31 06:13:42.426 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 412b2ef8-ec4e-4e41-a0bb-1204d8e917ef 2026-03-31 06:13:42.521 11 INFO neutron.notifiers.nova [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Nova event matching ['req-010c4498-ced1-4194-88f3-f06c366d69cc'] response: {'server_uuid': '42520b5c-99c3-430b-a8bc-a3055b62b313', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '412b2ef8-ec4e-4e41-a0bb-1204d8e917ef', 'code': 200} 2026-03-31 06:13:43.859 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 412b2ef8-ec4e-4e41-a0bb-1204d8e917ef 2026-03-31 06:13:47.978 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 20546533-ed8b-476d-bb8a-4630d2b7fb50 2026-03-31 06:13:48.118 12 INFO neutron.plugins.ml2.plugin [None req-c768c879-b74d-46ce-bfe3-cf2bc0c8ff49 - - - - - -] Attempt 1 to provision port eeb8e566-107a-4f20-8848-be01f8e3ddb1 2026-03-31 06:13:48.274 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port a5b75be4-6a40-4d80-aed2-46b587aefc66 2026-03-31 06:13:48.552 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port eeb8e566-107a-4f20-8848-be01f8e3ddb1 2026-03-31 06:13:50.031 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 20546533-ed8b-476d-bb8a-4630d2b7fb50 2026-03-31 06:13:50.408 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port cc819d21-977d-4967-a8f1-d782b74dc916 2026-03-31 06:13:50.749 11 INFO neutron.plugins.ml2.plugin [None req-bfa81eab-f377-4b89-97ae-ba5441595d52 - - - - - -] Attempt 1 to provision port a5b75be4-6a40-4d80-aed2-46b587aefc66 2026-03-31 06:13:50.893 11 INFO neutron.plugins.ml2.plugin [None req-bfa81eab-f377-4b89-97ae-ba5441595d52 - - - - - -] Attempt 1 to provision port eeb8e566-107a-4f20-8848-be01f8e3ddb1 2026-03-31 06:13:51.123 11 INFO neutron.plugins.ml2.plugin [None req-04aded76-d019-4737-968f-d6e3ff0c30cf - - - - - -] Attempt 1 to provision port aa64e5f4-dd4e-4259-8658-fb485630e7d6 2026-03-31 06:13:51.149 11 INFO neutron.plugins.ml2.plugin [None req-04aded76-d019-4737-968f-d6e3ff0c30cf - - - - - -] Attempt 1 to provision port d3465eb4-7da0-4f78-b4fe-c2f558a5c989 2026-03-31 06:13:51.182 11 INFO neutron.plugins.ml2.plugin [None req-04aded76-d019-4737-968f-d6e3ff0c30cf - - - - - -] Attempt 1 to provision port eeb8e566-107a-4f20-8848-be01f8e3ddb1 2026-03-31 06:13:51.897 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port cc819d21-977d-4967-a8f1-d782b74dc916 2026-03-31 06:13:54.244 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 698c9749-67c5-4682-89a0-5d1c5b071e11 2026-03-31 06:13:56.228 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port e5f1bade-5169-446c-b86a-2f370102b3f4 2026-03-31 06:13:56.586 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 698c9749-67c5-4682-89a0-5d1c5b071e11 2026-03-31 06:13:57.426 12 INFO neutron.plugins.ml2.plugin [None req-6bd80854-99e8-4afd-ba47-632f76aa4c6a - - - - - -] Attempt 1 to provision port aa64e5f4-dd4e-4259-8658-fb485630e7d6 2026-03-31 06:13:57.447 12 INFO neutron.plugins.ml2.plugin [None req-6bd80854-99e8-4afd-ba47-632f76aa4c6a - - - - - -] Attempt 1 to provision port 800fabca-f908-415a-9637-ad8cd116732c 2026-03-31 06:13:57.467 12 INFO neutron.plugins.ml2.plugin [None req-6bd80854-99e8-4afd-ba47-632f76aa4c6a - - - - - -] Attempt 1 to provision port e5f1bade-5169-446c-b86a-2f370102b3f4 2026-03-31 06:13:58.113 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port e5f1bade-5169-446c-b86a-2f370102b3f4 2026-03-31 06:14:01.878 12 INFO neutron.plugins.ml2.plugin [None req-1540bb02-d1fd-4088-b23d-0dc8bcde78c4 - - - - - -] Attempt 1 to provision port aa64e5f4-dd4e-4259-8658-fb485630e7d6 2026-03-31 06:14:01.905 12 INFO neutron.plugins.ml2.plugin [None req-1540bb02-d1fd-4088-b23d-0dc8bcde78c4 - - - - - -] Attempt 1 to provision port e5f1bade-5169-446c-b86a-2f370102b3f4 2026-03-31 06:14:01.951 12 INFO neutron.plugins.ml2.plugin [None req-1540bb02-d1fd-4088-b23d-0dc8bcde78c4 - - - - - -] Attempt 1 to provision port b586327f-a48f-41a2-b4a8-e11443bb8357 2026-03-31 06:14:05.724 11 INFO neutron.plugins.ml2.plugin [None req-13f0b5f4-8b83-473c-b6e4-749ccbd02212 - - - - - -] Attempt 1 to provision port b586327f-a48f-41a2-b4a8-e11443bb8357 2026-03-31 06:14:08.660 11 INFO neutron.plugins.ml2.plugin [None req-d352b69a-9da9-4d83-b4c4-ca28f2280577 - - - - - -] Attempt 1 to provision port b586327f-a48f-41a2-b4a8-e11443bb8357 2026-03-31 06:14:09.246 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 6b9a3aeb-5ef0-4bfb-9e1f-dea7a5b9e1d6 2026-03-31 06:14:09.361 12 INFO neutron.notifiers.nova [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Nova event matching ['req-293447f2-2d51-4675-a32b-a2d918b26514'] response: {'server_uuid': 'd5a31212-529b-4041-946a-17a306402d66', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6b9a3aeb-5ef0-4bfb-9e1f-dea7a5b9e1d6', 'code': 200} 2026-03-31 06:14:09.560 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port aa64e5f4-dd4e-4259-8658-fb485630e7d6 2026-03-31 06:14:11.238 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 6b9a3aeb-5ef0-4bfb-9e1f-dea7a5b9e1d6 2026-03-31 06:14:11.465 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port b586327f-a48f-41a2-b4a8-e11443bb8357 2026-03-31 06:14:11.765 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 800fabca-f908-415a-9637-ad8cd116732c 2026-03-31 06:14:12.070 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port d3465eb4-7da0-4f78-b4fe-c2f558a5c989 2026-03-31 06:14:12.317 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port aa64e5f4-dd4e-4259-8658-fb485630e7d6 2026-03-31 06:14:13.514 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port b586327f-a48f-41a2-b4a8-e11443bb8357 2026-03-31 06:14:13.754 11 INFO neutron.plugins.ml2.plugin [None req-d0b5c86c-cb4d-45bf-9832-15e53854b5c9 - - - - - -] Attempt 1 to provision port d3465eb4-7da0-4f78-b4fe-c2f558a5c989 2026-03-31 06:14:13.904 11 INFO neutron.plugins.ml2.plugin [None req-d0b5c86c-cb4d-45bf-9832-15e53854b5c9 - - - - - -] Attempt 1 to provision port 800fabca-f908-415a-9637-ad8cd116732c 2026-03-31 06:14:27.692 11 INFO neutron.notifiers.nova [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Nova event matching ['req-32a3e46f-bc50-41ca-abb4-65e6dcae00eb'] response: {'server_uuid': 'd5a31212-529b-4041-946a-17a306402d66', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '6b9a3aeb-5ef0-4bfb-9e1f-dea7a5b9e1d6', 'code': 200} 2026-03-31 06:14:32.630 12 INFO neutron.plugins.ml2.plugin [None req-34dbb649-1401-4505-87d2-c01cee887eac - - - - - -] Attempt 1 to provision port 3267bb95-4cf3-4ae7-acf9-5abdd657a2ee 2026-03-31 06:14:35.735 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 5c1bea94-20b5-4de9-9c3c-a4be7c19a16d 2026-03-31 06:14:36.562 11 INFO neutron.plugins.ml2.plugin [None req-3b582ddd-2347-4f14-a6af-0bde8111e757 - - - - - -] Attempt 1 to provision port 5c1bea94-20b5-4de9-9c3c-a4be7c19a16d 2026-03-31 06:14:37.743 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 5c1bea94-20b5-4de9-9c3c-a4be7c19a16d 2026-03-31 06:14:39.742 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 90d75e9b-c6a5-4a8c-a003-78965fa0df07 2026-03-31 06:14:40.271 12 INFO neutron.plugins.ml2.plugin [None req-68c7c927-31a6-4849-9c22-b457dc12a0e2 - - - - - -] Attempt 1 to provision port a2f87f7b-bb2d-4d3f-aa28-5e5987056dca 2026-03-31 06:14:40.297 12 INFO neutron.plugins.ml2.plugin [None req-68c7c927-31a6-4849-9c22-b457dc12a0e2 - - - - - -] Attempt 1 to provision port 8eacc053-8db3-4452-b623-e3b8c2314369 2026-03-31 06:14:40.323 12 INFO neutron.plugins.ml2.plugin [None req-68c7c927-31a6-4849-9c22-b457dc12a0e2 - - - - - -] Attempt 1 to provision port 5c1bea94-20b5-4de9-9c3c-a4be7c19a16d 2026-03-31 06:14:41.768 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 90d75e9b-c6a5-4a8c-a003-78965fa0df07 2026-03-31 06:14:44.044 11 INFO neutron.plugins.ml2.plugin [None req-266e9a22-38da-4a0e-a9be-39f4be77965a - - - - - -] Attempt 1 to provision port a2f87f7b-bb2d-4d3f-aa28-5e5987056dca 2026-03-31 06:14:45.876 11 INFO neutron.plugins.ml2.plugin [None req-89a72d63-38ac-4b2e-9e8b-db2c855b3368 - - - - - -] Attempt 1 to provision port a2f87f7b-bb2d-4d3f-aa28-5e5987056dca 2026-03-31 06:14:51.597 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 6d50f3a0-88e1-4ea5-b4c2-609c17e0bd94 2026-03-31 06:14:51.678 12 INFO neutron.plugins.ml2.plugin [None req-0843728d-89df-4e9d-afd8-0452fd0e999e - - - - - -] Attempt 1 to provision port 6d50f3a0-88e1-4ea5-b4c2-609c17e0bd94 2026-03-31 06:14:54.772 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port c72428dd-6585-4966-b890-da3e0491d2ad 2026-03-31 06:14:54.906 11 INFO neutron.notifiers.nova [None req-d7409b57-ebfa-46e2-ba5b-e838b5b6bbbb - - - - - -] Nova event matching ['req-0b631106-ae97-401d-9a89-a14a5003637a'] response: {'server_uuid': '60bbad89-46c0-42b3-acb8-44819d023dfa', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c72428dd-6585-4966-b890-da3e0491d2ad', 'code': 200} 2026-03-31 06:14:55.550 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port a2f87f7b-bb2d-4d3f-aa28-5e5987056dca 2026-03-31 06:14:55.834 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port c72428dd-6585-4966-b890-da3e0491d2ad 2026-03-31 06:14:56.074 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 8eacc053-8db3-4452-b623-e3b8c2314369 2026-03-31 06:14:57.559 12 INFO neutron.plugins.ml2.plugin [None req-39ba4b3c-1ee7-419c-86d9-3f62d06ba651 - - - - - -] Attempt 1 to provision port a2f87f7b-bb2d-4d3f-aa28-5e5987056dca 2026-03-31 06:14:57.756 12 INFO neutron.plugins.ml2.plugin [None req-39ba4b3c-1ee7-419c-86d9-3f62d06ba651 - - - - - -] Attempt 1 to provision port 8eacc053-8db3-4452-b623-e3b8c2314369 2026-03-31 06:15:01.573 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 979fa78b-5a0b-43af-a873-6fe2a4a2a232 2026-03-31 06:15:03.586 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 979fa78b-5a0b-43af-a873-6fe2a4a2a232 2026-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c8efc517-c360-4229-8009-45f151346e35 could not be found. 2026-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-31 06:15:29.822 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-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-31 06:15:29.822 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-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-31 06:15:29.822 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-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.822 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-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.822 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-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.822 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-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.822 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-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.822 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-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.822 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-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.822 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-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.822 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-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.822 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-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.822 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-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.822 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-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c8efc517-c360-4229-8009-45f151346e35 could not be found. 2026-03-31 06:15:29.822 12 ERROR neutron.plugins.ml2.managers 2026-03-31 06:15:29.826 12 ERROR neutron.plugins.ml2.managers [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Failed to bind port 9741db19-f898-4274-ac7e-ad657fb62f60 on host instance for vnic_type normal using segments [{'id': 'b3c08c46-54b3-4ba5-9063-076c17db0aac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 66, 'network_id': 'a611730f-3856-4e27-b2fd-ddcfd9736cae'}] 2026-03-31 06:15:29.826 12 INFO neutron.plugins.ml2.plugin [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Attempt 2 to bind port 9741db19-f898-4274-ac7e-ad657fb62f60 2026-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c8efc517-c360-4229-8009-45f151346e35 could not be found. 2026-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-31 06:15:29.836 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-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-31 06:15:29.836 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-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-31 06:15:29.836 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-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.836 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-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.836 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-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.836 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-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.836 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-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.836 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-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.836 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-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.836 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-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.836 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-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.836 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-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.836 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-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.836 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-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c8efc517-c360-4229-8009-45f151346e35 could not be found. 2026-03-31 06:15:29.836 12 ERROR neutron.plugins.ml2.managers 2026-03-31 06:15:29.838 12 ERROR neutron.plugins.ml2.managers [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Failed to bind port 9741db19-f898-4274-ac7e-ad657fb62f60 on host instance for vnic_type normal using segments [{'id': 'b3c08c46-54b3-4ba5-9063-076c17db0aac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 66, 'network_id': 'a611730f-3856-4e27-b2fd-ddcfd9736cae'}] 2026-03-31 06:15:29.838 12 INFO neutron.plugins.ml2.plugin [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Attempt 3 to bind port 9741db19-f898-4274-ac7e-ad657fb62f60 2026-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c8efc517-c360-4229-8009-45f151346e35 could not be found. 2026-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-31 06:15:29.850 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-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-31 06:15:29.850 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-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-31 06:15:29.850 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-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.850 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-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.850 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-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.850 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-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.850 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-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.850 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-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.850 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-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.850 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-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.850 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-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.850 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-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.850 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-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.850 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-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c8efc517-c360-4229-8009-45f151346e35 could not be found. 2026-03-31 06:15:29.850 12 ERROR neutron.plugins.ml2.managers 2026-03-31 06:15:29.851 12 ERROR neutron.plugins.ml2.managers [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Failed to bind port 9741db19-f898-4274-ac7e-ad657fb62f60 on host instance for vnic_type normal using segments [{'id': 'b3c08c46-54b3-4ba5-9063-076c17db0aac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 66, 'network_id': 'a611730f-3856-4e27-b2fd-ddcfd9736cae'}] 2026-03-31 06:15:29.851 12 INFO neutron.plugins.ml2.plugin [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Attempt 4 to bind port 9741db19-f898-4274-ac7e-ad657fb62f60 2026-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c8efc517-c360-4229-8009-45f151346e35 could not be found. 2026-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-31 06:15:29.862 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-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-31 06:15:29.862 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-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-31 06:15:29.862 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-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.862 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-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.862 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-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.862 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-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.862 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-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.862 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-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.862 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-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.862 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-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.862 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-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.862 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-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.862 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-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.862 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-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c8efc517-c360-4229-8009-45f151346e35 could not be found. 2026-03-31 06:15:29.862 12 ERROR neutron.plugins.ml2.managers 2026-03-31 06:15:29.864 12 ERROR neutron.plugins.ml2.managers [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Failed to bind port 9741db19-f898-4274-ac7e-ad657fb62f60 on host instance for vnic_type normal using segments [{'id': 'b3c08c46-54b3-4ba5-9063-076c17db0aac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 66, 'network_id': 'a611730f-3856-4e27-b2fd-ddcfd9736cae'}] 2026-03-31 06:15:29.864 12 INFO neutron.plugins.ml2.plugin [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Attempt 5 to bind port 9741db19-f898-4274-ac7e-ad657fb62f60 2026-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c8efc517-c360-4229-8009-45f151346e35 could not be found. 2026-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-31 06:15:29.874 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-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-31 06:15:29.874 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-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-31 06:15:29.874 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-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.874 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-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.874 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-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.874 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-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.874 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-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.874 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-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.874 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-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.874 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-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.874 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-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.874 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-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.874 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-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.874 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-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c8efc517-c360-4229-8009-45f151346e35 could not be found. 2026-03-31 06:15:29.874 12 ERROR neutron.plugins.ml2.managers 2026-03-31 06:15:29.875 12 ERROR neutron.plugins.ml2.managers [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Failed to bind port 9741db19-f898-4274-ac7e-ad657fb62f60 on host instance for vnic_type normal using segments [{'id': 'b3c08c46-54b3-4ba5-9063-076c17db0aac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 66, 'network_id': 'a611730f-3856-4e27-b2fd-ddcfd9736cae'}] 2026-03-31 06:15:29.876 12 INFO neutron.plugins.ml2.plugin [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Attempt 6 to bind port 9741db19-f898-4274-ac7e-ad657fb62f60 2026-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c8efc517-c360-4229-8009-45f151346e35 could not be found. 2026-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-31 06:15:29.883 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-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-31 06:15:29.883 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-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-31 06:15:29.883 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-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.883 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-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.883 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-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.883 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-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.883 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-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.883 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-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.883 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-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.883 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-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.883 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-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.883 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-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.883 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-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.883 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-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c8efc517-c360-4229-8009-45f151346e35 could not be found. 2026-03-31 06:15:29.883 12 ERROR neutron.plugins.ml2.managers 2026-03-31 06:15:29.884 12 ERROR neutron.plugins.ml2.managers [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Failed to bind port 9741db19-f898-4274-ac7e-ad657fb62f60 on host instance for vnic_type normal using segments [{'id': 'b3c08c46-54b3-4ba5-9063-076c17db0aac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 66, 'network_id': 'a611730f-3856-4e27-b2fd-ddcfd9736cae'}] 2026-03-31 06:15:29.885 12 INFO neutron.plugins.ml2.plugin [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Attempt 7 to bind port 9741db19-f898-4274-ac7e-ad657fb62f60 2026-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c8efc517-c360-4229-8009-45f151346e35 could not be found. 2026-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-31 06:15:29.893 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-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-31 06:15:29.893 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-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-31 06:15:29.893 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-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.893 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-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.893 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-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.893 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-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.893 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-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.893 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-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.893 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-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.893 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-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.893 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-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.893 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-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.893 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-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.893 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-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c8efc517-c360-4229-8009-45f151346e35 could not be found. 2026-03-31 06:15:29.893 12 ERROR neutron.plugins.ml2.managers 2026-03-31 06:15:29.895 12 ERROR neutron.plugins.ml2.managers [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Failed to bind port 9741db19-f898-4274-ac7e-ad657fb62f60 on host instance for vnic_type normal using segments [{'id': 'b3c08c46-54b3-4ba5-9063-076c17db0aac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 66, 'network_id': 'a611730f-3856-4e27-b2fd-ddcfd9736cae'}] 2026-03-31 06:15:29.895 12 INFO neutron.plugins.ml2.plugin [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Attempt 8 to bind port 9741db19-f898-4274-ac7e-ad657fb62f60 2026-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c8efc517-c360-4229-8009-45f151346e35 could not be found. 2026-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-31 06:15:29.904 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-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-31 06:15:29.904 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-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-31 06:15:29.904 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-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.904 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-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.904 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-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.904 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-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.904 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-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.904 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-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.904 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-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.904 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-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.904 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-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.904 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-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.904 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-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.904 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-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c8efc517-c360-4229-8009-45f151346e35 could not be found. 2026-03-31 06:15:29.904 12 ERROR neutron.plugins.ml2.managers 2026-03-31 06:15:29.906 12 ERROR neutron.plugins.ml2.managers [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Failed to bind port 9741db19-f898-4274-ac7e-ad657fb62f60 on host instance for vnic_type normal using segments [{'id': 'b3c08c46-54b3-4ba5-9063-076c17db0aac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 66, 'network_id': 'a611730f-3856-4e27-b2fd-ddcfd9736cae'}] 2026-03-31 06:15:29.906 12 INFO neutron.plugins.ml2.plugin [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Attempt 9 to bind port 9741db19-f898-4274-ac7e-ad657fb62f60 2026-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c8efc517-c360-4229-8009-45f151346e35 could not be found. 2026-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-31 06:15:29.915 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-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-31 06:15:29.915 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-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-31 06:15:29.915 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-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.915 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-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.915 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-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.915 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-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.915 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-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.915 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-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.915 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-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.915 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-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.915 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-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.915 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-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.915 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-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.915 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-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c8efc517-c360-4229-8009-45f151346e35 could not be found. 2026-03-31 06:15:29.915 12 ERROR neutron.plugins.ml2.managers 2026-03-31 06:15:29.916 12 ERROR neutron.plugins.ml2.managers [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Failed to bind port 9741db19-f898-4274-ac7e-ad657fb62f60 on host instance for vnic_type normal using segments [{'id': 'b3c08c46-54b3-4ba5-9063-076c17db0aac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 66, 'network_id': 'a611730f-3856-4e27-b2fd-ddcfd9736cae'}] 2026-03-31 06:15:29.916 12 INFO neutron.plugins.ml2.plugin [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Attempt 10 to bind port 9741db19-f898-4274-ac7e-ad657fb62f60 2026-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c8efc517-c360-4229-8009-45f151346e35 could not be found. 2026-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-31 06:15:29.926 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-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-31 06:15:29.926 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-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-31 06:15:29.926 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-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.926 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-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.926 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-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.926 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-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.926 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-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.926 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-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.926 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-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.926 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-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-31 06:15:29.926 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-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-31 06:15:29.926 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-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.926 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-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-31 06:15:29.926 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-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c8efc517-c360-4229-8009-45f151346e35 could not be found. 2026-03-31 06:15:29.926 12 ERROR neutron.plugins.ml2.managers 2026-03-31 06:15:29.927 12 ERROR neutron.plugins.ml2.managers [None req-3763d7a8-4241-4f5c-a1e9-2070598f0923 - - - - - -] Failed to bind port 9741db19-f898-4274-ac7e-ad657fb62f60 on host instance for vnic_type normal using segments [{'id': 'b3c08c46-54b3-4ba5-9063-076c17db0aac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 66, 'network_id': 'a611730f-3856-4e27-b2fd-ddcfd9736cae'}] 2026-03-31 06:15:35.533 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 82ac099a-be2f-449b-ac7f-9314989de59b 2026-03-31 06:15:37.313 11 INFO neutron.plugins.ml2.plugin [None req-27c538e4-b86c-4fc8-b08f-82aeceeacb6b - - - - - -] Attempt 1 to provision port 82ac099a-be2f-449b-ac7f-9314989de59b 2026-03-31 06:15:37.603 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 0099b77e-68c0-431a-82ce-9696be21137b 2026-03-31 06:15:37.909 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 82ac099a-be2f-449b-ac7f-9314989de59b 2026-03-31 06:15:39.529 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 0099b77e-68c0-431a-82ce-9696be21137b 2026-03-31 06:15:41.559 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 1fd480be-e75b-421c-8574-efb244aa1d64 2026-03-31 06:15:43.728 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 1fd480be-e75b-421c-8574-efb244aa1d64 2026-03-31 06:15:44.123 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 0fd5d269-874e-48f3-a9a3-5b2002828a85 2026-03-31 06:15:45.614 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port a87f6ce4-c4ae-43f9-8f09-e8dd6bd902b3 2026-03-31 06:15:45.958 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 0fd5d269-874e-48f3-a9a3-5b2002828a85 2026-03-31 06:15:47.347 11 INFO neutron.plugins.ml2.plugin [None req-e2ba24b2-6cf1-46b7-9cb8-2d76ae72bb57 - - - - - -] Attempt 1 to provision port 1fd480be-e75b-421c-8574-efb244aa1d64 2026-03-31 06:15:47.417 11 INFO neutron.plugins.ml2.plugin [None req-e2ba24b2-6cf1-46b7-9cb8-2d76ae72bb57 - - - - - -] Attempt 1 to provision port 7ec85909-f40b-40a1-a4b1-af3e1a9d4d43 2026-03-31 06:15:47.443 11 INFO neutron.plugins.ml2.plugin [None req-e2ba24b2-6cf1-46b7-9cb8-2d76ae72bb57 - - - - - -] Attempt 1 to provision port 82ac099a-be2f-449b-ac7f-9314989de59b 2026-03-31 06:15:47.491 11 INFO neutron.plugins.ml2.plugin [None req-e2ba24b2-6cf1-46b7-9cb8-2d76ae72bb57 - - - - - -] Attempt 1 to provision port 71459d3e-d866-4822-8f78-5c9f29c71967 2026-03-31 06:15:47.514 11 INFO neutron.plugins.ml2.plugin [None req-e2ba24b2-6cf1-46b7-9cb8-2d76ae72bb57 - - - - - -] Attempt 1 to provision port 0fd5d269-874e-48f3-a9a3-5b2002828a85 2026-03-31 06:15:47.535 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port a87f6ce4-c4ae-43f9-8f09-e8dd6bd902b3 2026-03-31 06:15:47.564 11 INFO neutron.plugins.ml2.plugin [None req-e2ba24b2-6cf1-46b7-9cb8-2d76ae72bb57 - - - - - -] Attempt 1 to provision port fe24f5f8-8720-4ead-9609-68939fa7ce83 2026-03-31 06:15:47.596 11 INFO neutron.plugins.ml2.plugin [None req-e2ba24b2-6cf1-46b7-9cb8-2d76ae72bb57 - - - - - -] Attempt 1 to provision port 6ba8ee86-ef94-425f-b126-dce3613ac5f9 2026-03-31 06:15:54.127 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 59b23c28-3fde-42d1-a98e-0f12c25b9689 2026-03-31 06:15:54.240 11 INFO neutron.notifiers.nova [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Nova event matching ['req-ce8727c4-de11-400c-8e7d-e28e29bee187'] response: {'server_uuid': '2d2b7a3b-66ba-423d-a17d-740bdd834aa1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '59b23c28-3fde-42d1-a98e-0f12c25b9689', 'code': 200} 2026-03-31 06:15:56.075 11 INFO neutron.plugins.ml2.plugin [None req-5e53b627-2278-47f0-adf3-889b1fa37602 - - - - - -] Attempt 1 to provision port 1fd480be-e75b-421c-8574-efb244aa1d64 2026-03-31 06:15:56.155 11 INFO neutron.plugins.ml2.plugin [None req-5e53b627-2278-47f0-adf3-889b1fa37602 - - - - - -] Attempt 1 to provision port 0fd5d269-874e-48f3-a9a3-5b2002828a85 2026-03-31 06:15:56.185 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 59b23c28-3fde-42d1-a98e-0f12c25b9689 2026-03-31 06:15:56.206 11 INFO neutron.plugins.ml2.plugin [None req-5e53b627-2278-47f0-adf3-889b1fa37602 - - - - - -] Attempt 1 to provision port 59b23c28-3fde-42d1-a98e-0f12c25b9689 2026-03-31 06:15:56.248 11 INFO neutron.plugins.ml2.plugin [None req-5e53b627-2278-47f0-adf3-889b1fa37602 - - - - - -] Attempt 1 to provision port 3ef1c98e-ee39-47a9-a070-07c8e25ee735 2026-03-31 06:15:56.272 11 INFO neutron.plugins.ml2.plugin [None req-5e53b627-2278-47f0-adf3-889b1fa37602 - - - - - -] Attempt 1 to provision port 82ac099a-be2f-449b-ac7f-9314989de59b 2026-03-31 06:15:56.317 11 INFO neutron.plugins.ml2.plugin [None req-5e53b627-2278-47f0-adf3-889b1fa37602 - - - - - -] Attempt 1 to provision port 71459d3e-d866-4822-8f78-5c9f29c71967 2026-03-31 06:15:56.337 11 INFO neutron.plugins.ml2.plugin [None req-5e53b627-2278-47f0-adf3-889b1fa37602 - - - - - -] Attempt 1 to provision port 5ba5c9f9-cf6d-4aa9-beb6-dfb6ce5ad993 2026-03-31 06:15:56.356 12 INFO neutron.plugins.ml2.plugin [None req-bfab6822-f5f9-4eea-b29e-3ee9f2205449 - - - - - -] Attempt 1 to provision port 121f025a-173a-43ab-952a-4d811d3b3b44 2026-03-31 06:15:56.360 11 INFO neutron.plugins.ml2.plugin [None req-5e53b627-2278-47f0-adf3-889b1fa37602 - - - - - -] Attempt 1 to provision port 121f025a-173a-43ab-952a-4d811d3b3b44 2026-03-31 06:15:56.442 11 INFO neutron.notifiers.nova [None req-5e53b627-2278-47f0-adf3-889b1fa37602 - - - - - -] Nova event matching ['req-2ae420d5-7d85-4045-a4b9-6a774651002d'] response: {'server_uuid': 'ea129148-67ec-4e48-b090-9ea144ad6444', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '121f025a-173a-43ab-952a-4d811d3b3b44', 'code': 200} 2026-03-31 06:15:56.552 11 INFO neutron.plugins.ml2.plugin [None req-5e53b627-2278-47f0-adf3-889b1fa37602 - - - - - -] Attempt 1 to provision port fe24f5f8-8720-4ead-9609-68939fa7ce83 2026-03-31 06:15:56.578 11 INFO neutron.plugins.ml2.plugin [None req-5e53b627-2278-47f0-adf3-889b1fa37602 - - - - - -] Attempt 1 to provision port 6ba8ee86-ef94-425f-b126-dce3613ac5f9 2026-03-31 06:15:56.607 11 INFO neutron.plugins.ml2.plugin [None req-5e53b627-2278-47f0-adf3-889b1fa37602 - - - - - -] Attempt 1 to provision port 76ab6ef6-b1ee-4981-9d58-c62f9ed6ee76 2026-03-31 06:15:57.140 12 INFO neutron.plugins.ml2.plugin [None req-bfab6822-f5f9-4eea-b29e-3ee9f2205449 - - - - - -] Attempt 1 to provision port 76ab6ef6-b1ee-4981-9d58-c62f9ed6ee76 2026-03-31 06:15:57.776 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 121f025a-173a-43ab-952a-4d811d3b3b44 2026-03-31 06:15:57.979 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 76ab6ef6-b1ee-4981-9d58-c62f9ed6ee76 2026-03-31 06:15:59.794 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 71459d3e-d866-4822-8f78-5c9f29c71967 2026-03-31 06:16:00.098 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 7ec85909-f40b-40a1-a4b1-af3e1a9d4d43 2026-03-31 06:16:00.384 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 6ba8ee86-ef94-425f-b126-dce3613ac5f9 2026-03-31 06:16:00.735 11 INFO neutron.plugins.ml2.plugin [None req-ef6d2b2b-0aa9-49b3-a891-1222ccc42e29 - - - - - -] Attempt 1 to provision port fe24f5f8-8720-4ead-9609-68939fa7ce83 2026-03-31 06:16:01.800 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 3ef1c98e-ee39-47a9-a070-07c8e25ee735 2026-03-31 06:16:02.042 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 7ec85909-f40b-40a1-a4b1-af3e1a9d4d43 2026-03-31 06:16:02.188 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 6ba8ee86-ef94-425f-b126-dce3613ac5f9 2026-03-31 06:16:02.388 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port fe24f5f8-8720-4ead-9609-68939fa7ce83 2026-03-31 06:16:02.662 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 5ba5c9f9-cf6d-4aa9-beb6-dfb6ce5ad993 2026-03-31 06:16:02.803 11 INFO neutron.plugins.ml2.plugin [None req-467ba17f-98d0-44d7-8092-3b02325bc8c1 - - - - - -] Attempt 1 to provision port 1fd480be-e75b-421c-8574-efb244aa1d64 2026-03-31 06:16:02.858 11 INFO neutron.plugins.ml2.plugin [None req-467ba17f-98d0-44d7-8092-3b02325bc8c1 - - - - - -] Attempt 1 to provision port 0fd5d269-874e-48f3-a9a3-5b2002828a85 2026-03-31 06:16:02.907 11 INFO neutron.plugins.ml2.plugin [None req-467ba17f-98d0-44d7-8092-3b02325bc8c1 - - - - - -] Attempt 1 to provision port 3ef1c98e-ee39-47a9-a070-07c8e25ee735 2026-03-31 06:16:02.909 11 INFO neutron.plugins.ml2.plugin [None req-467ba17f-98d0-44d7-8092-3b02325bc8c1 - - - - - -] Attempt 1 to provision port 71459d3e-d866-4822-8f78-5c9f29c71967 2026-03-31 06:16:02.956 11 INFO neutron.plugins.ml2.plugin [None req-467ba17f-98d0-44d7-8092-3b02325bc8c1 - - - - - -] Attempt 1 to provision port 71459d3e-d866-4822-8f78-5c9f29c71967 2026-03-31 06:16:03.006 11 INFO neutron.plugins.ml2.plugin [None req-467ba17f-98d0-44d7-8092-3b02325bc8c1 - - - - - -] Attempt 1 to provision port 59b23c28-3fde-42d1-a98e-0f12c25b9689 2026-03-31 06:16:03.064 11 INFO neutron.plugins.ml2.plugin [None req-467ba17f-98d0-44d7-8092-3b02325bc8c1 - - - - - -] Attempt 1 to provision port 121f025a-173a-43ab-952a-4d811d3b3b44 2026-03-31 06:16:03.107 11 INFO neutron.plugins.ml2.plugin [None req-467ba17f-98d0-44d7-8092-3b02325bc8c1 - - - - - -] Attempt 1 to provision port fe24f5f8-8720-4ead-9609-68939fa7ce83 2026-03-31 06:16:03.153 11 INFO neutron.plugins.ml2.plugin [None req-467ba17f-98d0-44d7-8092-3b02325bc8c1 - - - - - -] Attempt 1 to provision port 6ba8ee86-ef94-425f-b126-dce3613ac5f9 2026-03-31 06:16:03.199 11 INFO neutron.plugins.ml2.plugin [None req-467ba17f-98d0-44d7-8092-3b02325bc8c1 - - - - - -] Attempt 1 to provision port 76ab6ef6-b1ee-4981-9d58-c62f9ed6ee76 2026-03-31 06:16:03.759 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 3ef1c98e-ee39-47a9-a070-07c8e25ee735 2026-03-31 06:16:03.934 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 5ba5c9f9-cf6d-4aa9-beb6-dfb6ce5ad993 2026-03-31 06:16:06.491 12 INFO neutron.plugins.ml2.plugin [None req-0d7f4de4-d181-4199-ae89-ec62e7ac7a61 - - - - - -] Attempt 1 to provision port 3ef1c98e-ee39-47a9-a070-07c8e25ee735 2026-03-31 06:16:06.548 12 INFO neutron.plugins.ml2.plugin [None req-0d7f4de4-d181-4199-ae89-ec62e7ac7a61 - - - - - -] Attempt 1 to provision port fe24f5f8-8720-4ead-9609-68939fa7ce83 2026-03-31 06:16:06.603 12 INFO neutron.plugins.ml2.plugin [None req-0d7f4de4-d181-4199-ae89-ec62e7ac7a61 - - - - - -] Attempt 1 to provision port 6ba8ee86-ef94-425f-b126-dce3613ac5f9 2026-03-31 06:16:06.652 12 INFO neutron.plugins.ml2.plugin [None req-0d7f4de4-d181-4199-ae89-ec62e7ac7a61 - - - - - -] Attempt 1 to provision port 71459d3e-d866-4822-8f78-5c9f29c71967 2026-03-31 06:16:09.365 12 INFO neutron.plugins.ml2.plugin [None req-bcc2cb5a-5712-4775-b127-a99c920c7d77 - - - - - -] Attempt 1 to provision port 3ef1c98e-ee39-47a9-a070-07c8e25ee735 2026-03-31 06:16:09.413 12 INFO neutron.plugins.ml2.plugin [None req-bcc2cb5a-5712-4775-b127-a99c920c7d77 - - - - - -] Attempt 1 to provision port fe24f5f8-8720-4ead-9609-68939fa7ce83 2026-03-31 06:16:09.456 12 INFO neutron.plugins.ml2.plugin [None req-bcc2cb5a-5712-4775-b127-a99c920c7d77 - - - - - -] Attempt 1 to provision port 71459d3e-d866-4822-8f78-5c9f29c71967 2026-03-31 06:16:09.789 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 480f92c3-7a55-49e6-9ac2-6699c9b60560 2026-03-31 06:16:09.891 12 INFO neutron.notifiers.nova [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Nova event matching ['req-25e69855-7865-411e-8046-711f46565c79'] response: {'server_uuid': 'df5af003-271f-4c54-85e8-40b6bd2b6509', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '480f92c3-7a55-49e6-9ac2-6699c9b60560', 'code': 200} 2026-03-31 06:16:11.754 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 480f92c3-7a55-49e6-9ac2-6699c9b60560 2026-03-31 06:16:12.317 11 INFO neutron.plugins.ml2.plugin [None req-cb2dde65-0ec7-4862-a054-15cf899051f1 - - - - - -] Attempt 1 to provision port 480f92c3-7a55-49e6-9ac2-6699c9b60560 2026-03-31 06:16:12.375 11 INFO neutron.plugins.ml2.plugin [None req-cb2dde65-0ec7-4862-a054-15cf899051f1 - - - - - -] Attempt 1 to provision port 59b23c28-3fde-42d1-a98e-0f12c25b9689 2026-03-31 06:16:12.439 11 INFO neutron.plugins.ml2.plugin [None req-cb2dde65-0ec7-4862-a054-15cf899051f1 - - - - - -] Attempt 1 to provision port 121f025a-173a-43ab-952a-4d811d3b3b44 2026-03-31 06:16:34.327 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port fad3da2f-5037-42f0-9f6b-d85be9d6ec2b 2026-03-31 06:16:34.446 11 INFO neutron.notifiers.nova [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Nova event matching ['req-58a2f386-6ede-4978-bd3d-00a081bfc6a0'] response: {'server_uuid': 'e018c405-9cdc-429d-9029-93302101f79a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fad3da2f-5037-42f0-9f6b-d85be9d6ec2b', 'code': 200} 2026-03-31 06:16:35.811 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port fad3da2f-5037-42f0-9f6b-d85be9d6ec2b 2026-03-31 06:16:37.261 12 INFO neutron.plugins.ml2.plugin [None req-28ba7c7a-3f15-4ee0-b99c-773586a3c1e5 - - - - - -] Attempt 1 to provision port 629d3b11-8d33-4cfa-8825-50e5398733fd 2026-03-31 06:16:58.332 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 8a127301-9b11-48fb-a9d3-87969815e025 2026-03-31 06:16:58.431 12 INFO neutron.notifiers.nova [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Nova event matching ['req-2db8e683-72ee-4a98-a6c9-e11f8482dff0'] response: {'server_uuid': '1cf41d2e-1953-482a-99f4-8c1da7e32fdf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8a127301-9b11-48fb-a9d3-87969815e025', 'code': 200} 2026-03-31 06:16:59.797 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 8a127301-9b11-48fb-a9d3-87969815e025 2026-03-31 06:17:08.021 12 INFO neutron.notifiers.nova [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Nova event matching ['req-9a306f2e-bbd8-4f3b-bd0f-da977e34c19b'] response: {'server_uuid': 'ea129148-67ec-4e48-b090-9ea144ad6444', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '121f025a-173a-43ab-952a-4d811d3b3b44', 'code': 200} 2026-03-31 06:17:39.047 12 INFO neutron.plugins.ml2.plugin [None req-21d7c4ee-e5b2-4587-af84-a836a95eaf98 - - - - - -] Attempt 1 to provision port 2b163488-03a7-4b79-a384-df1d136fe313 2026-03-31 06:17:45.864 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 2b163488-03a7-4b79-a384-df1d136fe313 2026-03-31 06:17:46.085 11 INFO neutron.notifiers.nova [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Nova event matching ['req-b382889d-c3a6-4241-be1d-61b25d2e1ec9'] response: {'server_uuid': '1cf41d2e-1953-482a-99f4-8c1da7e32fdf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2b163488-03a7-4b79-a384-df1d136fe313', 'code': 200} 2026-03-31 06:17:48.386 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 2b163488-03a7-4b79-a384-df1d136fe313 2026-03-31 06:18:13.331 12 INFO neutron.plugins.ml2.plugin [None req-a32ac2df-55e9-4752-8e0d-ef118718fa6f - - - - - -] Attempt 1 to provision port 87486276-dd4e-461e-9213-f6e26b11fd11 2026-03-31 06:18:21.426 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 87486276-dd4e-461e-9213-f6e26b11fd11 2026-03-31 06:18:21.586 12 INFO neutron.notifiers.nova [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Nova event matching ['req-c09b5b6e-7043-4248-b768-9b3751b7351c'] response: {'server_uuid': '1cf41d2e-1953-482a-99f4-8c1da7e32fdf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '87486276-dd4e-461e-9213-f6e26b11fd11', 'code': 200} 2026-03-31 06:18:22.007 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 87486276-dd4e-461e-9213-f6e26b11fd11 2026-03-31 06:18:28.788 11 INFO neutron.plugins.ml2.plugin [None req-d5c88850-b460-4db2-865f-83564db2cb73 - - - - - -] Attempt 1 to provision port f1250699-8d88-461f-8e30-9b51f69ca22b 2026-03-31 06:18:34.047 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port f1250699-8d88-461f-8e30-9b51f69ca22b 2026-03-31 06:18:34.140 12 INFO neutron.notifiers.nova [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Nova event matching ['req-b1fcd1fb-41a4-4215-9b5b-b374a55abf5a'] response: {'server_uuid': '1cf41d2e-1953-482a-99f4-8c1da7e32fdf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f1250699-8d88-461f-8e30-9b51f69ca22b', 'code': 200} 2026-03-31 06:18:36.044 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port f1250699-8d88-461f-8e30-9b51f69ca22b 2026-03-31 06:18:38.545 12 INFO neutron.plugins.ml2.plugin [None req-aec2b0f7-8d5b-4434-9b89-eecd8b771176 - - - - - -] Attempt 1 to provision port 87486276-dd4e-461e-9213-f6e26b11fd11 2026-03-31 06:18:52.614 11 INFO neutron.plugins.ml2.plugin [None req-17a352a9-5cc8-40c1-a505-b99ae39352ae - - - - - -] Attempt 1 to provision port f1250699-8d88-461f-8e30-9b51f69ca22b 2026-03-31 06:18:53.947 11 INFO neutron.plugins.ml2.plugin [None req-fe40067c-ef6a-43ef-bc73-6b13ef5e362f - - - - - -] Attempt 1 to provision port f1250699-8d88-461f-8e30-9b51f69ca22b 2026-03-31 06:18:54.071 12 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port f1250699-8d88-461f-8e30-9b51f69ca22b 2026-03-31 06:19:03.022 12 INFO neutron.plugins.ml2.plugin [None req-733fccca-bb50-48fd-b112-f3dd0617263a - - - - - -] Attempt 1 to provision port 87486276-dd4e-461e-9213-f6e26b11fd11 2026-03-31 06:19:04.081 11 INFO neutron.plugins.ml2.plugin [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Attempt 1 to provision port 87486276-dd4e-461e-9213-f6e26b11fd11 2026-03-31 06:19:36.217 11 INFO neutron.notifiers.nova [None req-e54e9eeb-0ea8-4f4d-84f9-5b21962f91ce - - - - - -] Nova event matching ['req-58a98e9e-59a3-439c-8325-781181ba91c1'] response: {'server_uuid': 'df5af003-271f-4c54-85e8-40b6bd2b6509', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '480f92c3-7a55-49e6-9ac2-6699c9b60560', 'code': 200}