+ 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-05-26 16:29:50.764 1 INFO neutron.common.config [-] Logging enabled! 2026-05-26 16:29:50.764 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.4.dev12 2026-05-26 16:29:50.764 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-26 16:29:50.765 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-26 16:29:51.717 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 16:29:51.720 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-26 16:29:51.723 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-26 16:29:51.724 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 16:29:51.724 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-26 16:29:51.725 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-26 16:29:51.725 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 16:29:51.731 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 16:29:51.731 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 16:29:51.731 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 16:29:51.751 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-26 16:29:51.752 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 16:29:51.752 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-26 16:29:51.789 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-26 16:29:51.789 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-26 16:29:51.789 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-26 16:29:51.789 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-26 16:29:52.066 1 INFO neutron.plugins.ml2.managers [None req-39fbccbf-6845-46ac-93a2-a67a24400c5a - - - - - -] Initializing driver for type 'vlan' 2026-05-26 16:29:52.208 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-39fbccbf-6845-46ac-93a2-a67a24400c5a - - - - - -] VlanTypeDriver initialization complete 2026-05-26 16:29:52.209 1 INFO neutron.plugins.ml2.managers [None req-39fbccbf-6845-46ac-93a2-a67a24400c5a - - - - - -] Initializing driver for type 'vxlan' 2026-05-26 16:29:52.209 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-39fbccbf-6845-46ac-93a2-a67a24400c5a - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-26 16:29:52.251 1 INFO neutron.plugins.ml2.managers [None req-39fbccbf-6845-46ac-93a2-a67a24400c5a - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-26 16:29:52.251 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-39fbccbf-6845-46ac-93a2-a67a24400c5a - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-26 16:29:52.252 1 INFO neutron.plugins.ml2.managers [None req-39fbccbf-6845-46ac-93a2-a67a24400c5a - - - - - -] Initializing extension driver 'port_security' 2026-05-26 16:29:52.252 1 INFO neutron.plugins.ml2.extensions.port_security [None req-39fbccbf-6845-46ac-93a2-a67a24400c5a - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-26 16:29:52.252 1 INFO neutron.plugins.ml2.managers [None req-39fbccbf-6845-46ac-93a2-a67a24400c5a - - - - - -] Initializing extension driver 'qos' 2026-05-26 16:29:52.252 1 INFO neutron.plugins.ml2.managers [None req-39fbccbf-6845-46ac-93a2-a67a24400c5a - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-26 16:29:52.252 1 INFO neutron.plugins.ml2.managers [None req-39fbccbf-6845-46ac-93a2-a67a24400c5a - - - - - -] Initializing mechanism driver 'l2population' 2026-05-26 16:29:52.267 1 INFO neutron.quota [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded quota_driver: . 2026-05-26 16:29:52.267 1 INFO neutron.plugins.ml2.plugin [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Modular L2 Plugin initialization complete 2026-05-26 16:29:52.268 1 INFO neutron.plugins.ml2.managers [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-26 16:29:52.268 1 INFO neutron.plugins.ml2.managers [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-26 16:29:52.268 1 INFO neutron.plugins.ml2.managers [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-26 16:29:52.268 1 INFO neutron.extensions.vlantransparent [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Disabled vlantransparent extension. 2026-05-26 16:29:52.268 1 INFO neutron.extensions.qinq [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Disabled VLAN QinQ extension. 2026-05-26 16:29:52.269 1 INFO neutron.manager [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loading Plugin: qos 2026-05-26 16:29:52.285 1 INFO neutron.manager [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loading Plugin: router 2026-05-26 16:29:52.336 1 INFO neutron.services.service_base [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-26 16:29:52.337 1 INFO neutron.manager [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loading Plugin: segments 2026-05-26 16:29:52.424 1 INFO neutron.manager [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loading Plugin: trunk 2026-05-26 16:29:52.437 1 INFO neutron.manager [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loading Plugin: vpnaas 2026-05-26 16:29:52.470 1 WARNING stevedore.named [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-26 16:29:52.470 1 WARNING stevedore.named [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 16:29:52.697 1 INFO neutron_vpnaas.services.vpn.plugin [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-26 16:29:52.698 1 INFO neutron.common.utils [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-26 16:29:52.698 1 INFO neutron.manager [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loading Plugin: taas 2026-05-26 16:29:52.717 1 WARNING stevedore.named [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 16:29:52.747 1 INFO neutron_taas.services.taas.taas_plugin [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-26 16:29:52.748 1 INFO neutron.manager [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loading Plugin: tapmirror 2026-05-26 16:29:52.757 1 WARNING stevedore.named [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 16:29:52.774 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-26 16:29:52.775 1 INFO neutron.manager [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loading Plugin: auto_allocate 2026-05-26 16:29:52.781 1 INFO neutron.manager [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loading Plugin: tag 2026-05-26 16:29:52.788 1 INFO neutron.manager [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loading Plugin: timestamp 2026-05-26 16:29:52.790 1 INFO neutron.manager [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loading Plugin: network_ip_availability 2026-05-26 16:29:52.794 1 INFO neutron.manager [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loading Plugin: flavors 2026-05-26 16:29:52.797 1 INFO neutron.manager [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loading Plugin: revisions 2026-05-26 16:29:52.800 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Initializing extension manager. 2026-05-26 16:29:52.801 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: address-group 2026-05-26 16:29:52.802 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: address-scope 2026-05-26 16:29:52.802 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-26 16:29:52.803 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: agent 2026-05-26 16:29:52.804 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: agent-resources-synced 2026-05-26 16:29:52.805 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-26 16:29:52.805 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-26 16:29:52.806 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: availability_zone 2026-05-26 16:29:52.806 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: availability_zone_filter 2026-05-26 16:29:52.807 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-26 16:29:52.807 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: default-subnetpools 2026-05-26 16:29:52.809 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-26 16:29:52.809 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: dns-integration 2026-05-26 16:29:52.809 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: dns-domain-ports 2026-05-26 16:29:52.810 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-26 16:29:52.810 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: dvr 2026-05-26 16:29:52.811 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-26 16:29:52.811 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: empty-string-filtering 2026-05-26 16:29:52.812 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 16:29:52.812 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-26 16:29:52.813 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: external-net 2026-05-26 16:29:52.813 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-26 16:29:52.813 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: extraroute 2026-05-26 16:29:52.814 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: extraroute-atomic 2026-05-26 16:29:52.814 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-26 16:29:52.815 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-26 16:29:52.815 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-26 16:29:52.816 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-26 16:29:52.816 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: fip-port-details 2026-05-26 16:29:52.817 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: flavors 2026-05-26 16:29:52.818 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-26 16:29:52.818 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: floatingip-pools 2026-05-26 16:29:52.819 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: ip_allocation 2026-05-26 16:29:52.819 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-26 16:29:52.820 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: l2_adjacency 2026-05-26 16:29:52.821 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: router 2026-05-26 16:29:52.822 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 16:29:52.823 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-26 16:29:52.823 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-26 16:29:52.824 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: ext-gw-mode 2026-05-26 16:29:52.824 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: l3-ha 2026-05-26 16:29:52.824 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-26 16:29:52.825 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-26 16:29:52.825 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: l3-flavors 2026-05-26 16:29:52.826 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-26 16:29:52.826 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-26 16:29:52.828 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-26 16:29:52.829 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-26 16:29:52.830 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-26 16:29:52.831 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-26 16:29:52.832 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-26 16:29:52.832 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: multi-provider 2026-05-26 16:29:52.833 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: net-mtu 2026-05-26 16:29:52.833 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: net-mtu-writable 2026-05-26 16:29:52.834 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: network_availability_zone 2026-05-26 16:29:52.834 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: network_ha 2026-05-26 16:29:52.835 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: network-ip-availability 2026-05-26 16:29:52.836 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-26 16:29:52.836 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: pagination 2026-05-26 16:29:52.837 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: port-device-profile 2026-05-26 16:29:52.837 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-26 16:29:52.838 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-26 16:29:52.839 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-26 16:29:52.839 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: port-mac-override 2026-05-26 16:29:52.839 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-26 16:29:52.840 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-26 16:29:52.840 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-26 16:29:52.841 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: port-resource-request 2026-05-26 16:29:52.841 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-26 16:29:52.842 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-26 16:29:52.842 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: binding 2026-05-26 16:29:52.843 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: binding-extended 2026-05-26 16:29:52.844 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: port-security 2026-05-26 16:29:52.844 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: project-id 2026-05-26 16:29:52.844 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: provider 2026-05-26 16:29:52.845 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-26 16:29:52.847 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: qos 2026-05-26 16:29:52.848 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-26 16:29:52.848 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-26 16:29:52.848 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: qos-default 2026-05-26 16:29:52.849 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: qos-fip 2026-05-26 16:29:52.849 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-26 16:29:52.850 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-26 16:29:52.850 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-26 16:29:52.851 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-26 16:29:52.851 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-26 16:29:52.852 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: qos-pps 2026-05-26 16:29:52.852 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-26 16:29:52.853 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-26 16:29:52.853 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: qos-rules-alias 2026-05-26 16:29:52.854 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: quota-check-limit 2026-05-26 16:29:52.854 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-26 16:29:52.856 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: quotas 2026-05-26 16:29:52.859 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: quota_details 2026-05-26 16:29:52.861 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: rbac-policies 2026-05-26 16:29:52.861 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: rbac-address-group 2026-05-26 16:29:52.862 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: rbac-address-scope 2026-05-26 16:29:52.862 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: rbac-security-groups 2026-05-26 16:29:52.863 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-26 16:29:52.863 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: revision-if-match 2026-05-26 16:29:52.864 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-26 16:29:52.864 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: router_availability_zone 2026-05-26 16:29:52.865 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-26 16:29:52.866 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-26 16:29:52.867 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-26 16:29:52.867 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-26 16:29:52.867 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-26 16:29:52.868 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-26 16:29:52.868 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-26 16:29:52.872 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: security-group 2026-05-26 16:29:52.873 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: segment 2026-05-26 16:29:52.873 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-26 16:29:52.874 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: service-type 2026-05-26 16:29:52.874 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: sorting 2026-05-26 16:29:52.875 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: standard-attr-segment 2026-05-26 16:29:52.875 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: standard-attr-description 2026-05-26 16:29:52.876 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: stateful-security-group 2026-05-26 16:29:52.876 1 WARNING neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-26 16:29:52.876 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-26 16:29:52.877 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: subnet-external-network 2026-05-26 16:29:52.877 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: subnet_onboard 2026-05-26 16:29:52.878 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-26 16:29:52.878 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: subnet-service-types 2026-05-26 16:29:52.879 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: subnet_allocation 2026-05-26 16:29:52.879 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-26 16:29:52.880 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: tag-creation 2026-05-26 16:29:52.880 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-26 16:29:52.883 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: standard-attr-tag 2026-05-26 16:29:52.884 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-26 16:29:52.885 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: trunk 2026-05-26 16:29:52.885 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: trunk-details 2026-05-26 16:29:52.886 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-26 16:29:52.886 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-26 16:29:52.887 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-26 16:29:52.887 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-26 16:29:52.889 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-26 16:29:52.889 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-26 16:29:52.890 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: vpn-flavors 2026-05-26 16:29:52.891 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: vpnaas 2026-05-26 16:29:52.892 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: taas 2026-05-26 16:29:52.893 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: tap-mirror 2026-05-26 16:29:52.893 1 INFO neutron.api.extensions [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-26 16:29:52.896 1 INFO oslo_service.backend.eventlet.service [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Starting 2 workers 2026-05-26 16:29:52.900 1 INFO oslo_service.backend.eventlet.service [None req-c5ccf2b9-79b4-466d-83b0-a029f0de84c8 - - - - - -] Starting 1 workers 2026-05-26 16:30:31.936 12 INFO neutron.db.l3_hamode_db [None req-68d74ee5-87ab-42db-a577-df43472a0a10 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 16:30:50.331 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port a7f759fe-21ff-4f11-aec3-97cb38e2cfd9 2026-05-26 16:30:51.736 12 INFO neutron.plugins.ml2.plugin [None req-8b6d86ee-5c95-4e83-8227-bddf5a432bda - - - - - -] Attempt 1 to provision port a7f759fe-21ff-4f11-aec3-97cb38e2cfd9 2026-05-26 16:30:52.270 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port a7f759fe-21ff-4f11-aec3-97cb38e2cfd9 2026-05-26 16:30:53.387 12 INFO neutron.plugins.ml2.plugin [None req-f3eabe55-ceab-4227-a8bc-844424d044f1 - - - - - -] Attempt 1 to provision port a7f759fe-21ff-4f11-aec3-97cb38e2cfd9 2026-05-26 16:35:14.486 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port c9ee2914-4323-401e-8793-2edb1f82828d 2026-05-26 16:35:14.800 12 INFO neutron.plugins.ml2.plugin [None req-a208029c-2559-48d6-8ce1-26d32ccd6c98 - - - - - -] Attempt 1 to provision port c9ee2914-4323-401e-8793-2edb1f82828d 2026-05-26 16:35:16.430 12 INFO neutron.plugins.ml2.plugin [None req-f7875c6a-041a-4aaa-b376-944275586f78 - - - - - -] Attempt 1 to provision port c9ee2914-4323-401e-8793-2edb1f82828d 2026-05-26 16:35:16.440 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port c9ee2914-4323-401e-8793-2edb1f82828d 2026-05-26 16:35:21.111 12 INFO neutron.plugins.ml2.plugin [None req-21c90758-0df4-43d3-9252-c4596e258f16 - - - - - -] Attempt 1 to provision port 1d9c1a81-634c-4cdc-a9a2-9d7ac9240363 2026-05-26 16:38:47.138 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 1d9c1a81-634c-4cdc-a9a2-9d7ac9240363 2026-05-26 16:38:48.708 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 1d9c1a81-634c-4cdc-a9a2-9d7ac9240363 2026-05-26 16:46:54.903 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 1516d90a-8129-4f5a-9533-33787c06b0b8 2026-05-26 16:46:56.892 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 1516d90a-8129-4f5a-9533-33787c06b0b8 2026-05-26 17:02:26.767 12 INFO neutron.plugins.ml2.plugin [None req-70d2721c-57c1-4f0b-934d-40f4ed815fe1 - - - - - -] Attempt 1 to provision port 35788069-03bc-47db-aaee-8fe2740546cb 2026-05-26 17:02:27.480 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 35788069-03bc-47db-aaee-8fe2740546cb 2026-05-26 17:02:29.475 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 4f40843f-fe39-416b-a256-8933aea36606 2026-05-26 17:02:31.544 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 4f40843f-fe39-416b-a256-8933aea36606 2026-05-26 17:02:31.780 12 INFO neutron.plugins.ml2.plugin [None req-24f54740-c51e-4058-b6a1-97ae765727a9 - - - - - -] Attempt 1 to provision port 2bcddb80-cb46-4ba7-94ff-8820d412c2f1 2026-05-26 17:02:33.459 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 2bcddb80-cb46-4ba7-94ff-8820d412c2f1 2026-05-26 17:02:35.464 12 INFO neutron.plugins.ml2.plugin [None req-3828aa14-5778-474a-9abf-5d27e9eeaad1 - - - - - -] Attempt 1 to provision port 4f40843f-fe39-416b-a256-8933aea36606 2026-05-26 17:02:35.554 12 INFO neutron.plugins.ml2.plugin [None req-3828aa14-5778-474a-9abf-5d27e9eeaad1 - - - - - -] Attempt 1 to provision port d444339a-4937-4d78-bf48-a77ef45c2d34 2026-05-26 17:02:35.584 12 INFO neutron.plugins.ml2.plugin [None req-3828aa14-5778-474a-9abf-5d27e9eeaad1 - - - - - -] Attempt 1 to provision port 2bcddb80-cb46-4ba7-94ff-8820d412c2f1 2026-05-26 17:02:39.521 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 89b70314-b1b0-4b0e-a90a-579f5367c0eb 2026-05-26 17:02:39.947 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 687ecfce-27a4-4a8f-a5f3-2bb1fe8f18e8 2026-05-26 17:02:41.584 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 89b70314-b1b0-4b0e-a90a-579f5367c0eb 2026-05-26 17:02:41.748 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 4efcb264-7383-4cb3-929f-535a3ab70835 2026-05-26 17:02:42.086 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 687ecfce-27a4-4a8f-a5f3-2bb1fe8f18e8 2026-05-26 17:02:42.126 12 INFO neutron.plugins.ml2.plugin [None req-a458813d-a01d-4552-94e7-5b48b1c0ff95 - - - - - -] Attempt 1 to provision port 75869837-a0ce-4c8f-9340-a5e0d75c8b65 2026-05-26 17:02:42.149 12 INFO neutron.plugins.ml2.plugin [None req-a458813d-a01d-4552-94e7-5b48b1c0ff95 - - - - - -] Attempt 1 to provision port 4f40843f-fe39-416b-a256-8933aea36606 2026-05-26 17:02:42.196 12 INFO neutron.plugins.ml2.plugin [None req-a458813d-a01d-4552-94e7-5b48b1c0ff95 - - - - - -] Attempt 1 to provision port d444339a-4937-4d78-bf48-a77ef45c2d34 2026-05-26 17:02:42.215 12 INFO neutron.plugins.ml2.plugin [None req-a458813d-a01d-4552-94e7-5b48b1c0ff95 - - - - - -] Attempt 1 to provision port d12799e6-4cdf-48b2-b0a8-915a60002d89 2026-05-26 17:02:42.238 12 INFO neutron.plugins.ml2.plugin [None req-a458813d-a01d-4552-94e7-5b48b1c0ff95 - - - - - -] Attempt 1 to provision port 2bcddb80-cb46-4ba7-94ff-8820d412c2f1 2026-05-26 17:02:43.539 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 4efcb264-7383-4cb3-929f-535a3ab70835 2026-05-26 17:02:48.030 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 4eacfce8-fd27-4f6f-9402-6c273b5a5d10 2026-05-26 17:02:48.408 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port d7905e43-b81d-49e2-ba91-e0ef30b613c2 2026-05-26 17:02:48.634 11 INFO neutron.notifiers.nova [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Nova event matching ['req-a1230ccc-be72-4228-b514-1e70c378f2ca'] response: {'server_uuid': '5e7c13ef-8bb2-4467-8f8e-29ba10d13f04', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4eacfce8-fd27-4f6f-9402-6c273b5a5d10', 'code': 200} 2026-05-26 17:02:48.867 11 INFO neutron.plugins.ml2.plugin [None req-c5ab3e93-6f64-482a-8a3d-67c0595ecc1d - - - - - -] Attempt 1 to provision port e248f542-0cc8-4b1f-9a82-30a02bd047fa 2026-05-26 17:02:48.891 11 INFO neutron.plugins.ml2.plugin [None req-c5ab3e93-6f64-482a-8a3d-67c0595ecc1d - - - - - -] Attempt 1 to provision port d7905e43-b81d-49e2-ba91-e0ef30b613c2 2026-05-26 17:02:48.944 11 INFO neutron.plugins.ml2.plugin [None req-f1e2e3fd-cb0d-4aa2-9082-8daed0a3bb0d - - - - - -] Attempt 1 to provision port d444339a-4937-4d78-bf48-a77ef45c2d34 2026-05-26 17:02:48.980 11 INFO neutron.plugins.ml2.plugin [None req-f1e2e3fd-cb0d-4aa2-9082-8daed0a3bb0d - - - - - -] Attempt 1 to provision port 054188fb-87f3-4430-afd1-ee1facd082b0 2026-05-26 17:02:49.012 11 INFO neutron.plugins.ml2.plugin [None req-f1e2e3fd-cb0d-4aa2-9082-8daed0a3bb0d - - - - - -] Attempt 1 to provision port d12799e6-4cdf-48b2-b0a8-915a60002d89 2026-05-26 17:02:49.542 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 4eacfce8-fd27-4f6f-9402-6c273b5a5d10 2026-05-26 17:02:49.751 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port d7905e43-b81d-49e2-ba91-e0ef30b613c2 2026-05-26 17:02:52.026 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port ef92408d-457b-4fff-9de5-3d5718811fe3 2026-05-26 17:02:52.129 11 INFO neutron.notifiers.nova [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Nova event matching ['req-4f0a4ac9-8f9c-4b8b-8e52-a4e4ecf4f211'] response: {'server_uuid': '9600af30-0adf-4c7c-813b-531515a5eba7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ef92408d-457b-4fff-9de5-3d5718811fe3', 'code': 200} 2026-05-26 17:02:53.002 12 INFO neutron.plugins.ml2.plugin [None req-419f8820-0127-4166-9179-27322bd77413 - - - - - -] Attempt 1 to provision port d7905e43-b81d-49e2-ba91-e0ef30b613c2 2026-05-26 17:02:53.049 12 INFO neutron.plugins.ml2.plugin [None req-419f8820-0127-4166-9179-27322bd77413 - - - - - -] Attempt 1 to provision port d444339a-4937-4d78-bf48-a77ef45c2d34 2026-05-26 17:02:53.113 12 INFO neutron.plugins.ml2.plugin [None req-419f8820-0127-4166-9179-27322bd77413 - - - - - -] Attempt 1 to provision port 054188fb-87f3-4430-afd1-ee1facd082b0 2026-05-26 17:02:53.136 12 INFO neutron.plugins.ml2.plugin [None req-419f8820-0127-4166-9179-27322bd77413 - - - - - -] Attempt 1 to provision port d12799e6-4cdf-48b2-b0a8-915a60002d89 2026-05-26 17:02:54.187 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port ef92408d-457b-4fff-9de5-3d5718811fe3 2026-05-26 17:02:54.437 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 9c84873b-61d4-4961-b5ce-5491789ce06c 2026-05-26 17:02:55.054 12 INFO neutron.notifiers.nova [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Nova event matching ['req-66699ea6-4566-457b-adf3-95398fed8548'] response: {'server_uuid': 'a24c0108-5da8-4285-9097-b552ddbd0e0f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9c84873b-61d4-4961-b5ce-5491789ce06c', 'code': 200} 2026-05-26 17:02:55.821 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 9c84873b-61d4-4961-b5ce-5491789ce06c 2026-05-26 17:02:57.317 12 INFO neutron.plugins.ml2.plugin [None req-a1997c8b-5ceb-4ba5-b960-ef50944c34e8 - - - - - -] Attempt 1 to provision port ef92408d-457b-4fff-9de5-3d5718811fe3 2026-05-26 17:02:57.375 12 INFO neutron.plugins.ml2.plugin [None req-a1997c8b-5ceb-4ba5-b960-ef50944c34e8 - - - - - -] Attempt 1 to provision port 054188fb-87f3-4430-afd1-ee1facd082b0 2026-05-26 17:02:58.026 12 INFO neutron.notifiers.nova [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Nova event matching ['req-cafe6d14-069b-420e-b2dd-b9bdae99cacc'] response: {'server_uuid': '9600af30-0adf-4c7c-813b-531515a5eba7', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'ef92408d-457b-4fff-9de5-3d5718811fe3', 'code': 200} 2026-05-26 17:02:59.890 11 INFO neutron.plugins.ml2.plugin [None req-e3d42bee-49a3-4123-bde4-415df1297f81 - - - - - -] Attempt 1 to provision port 054188fb-87f3-4430-afd1-ee1facd082b0 2026-05-26 17:02:59.913 11 INFO neutron.plugins.ml2.plugin [None req-e3d42bee-49a3-4123-bde4-415df1297f81 - - - - - -] Attempt 1 to provision port d5cc481b-947b-495b-baa0-87e58bb24f30 2026-05-26 17:03:03.229 12 INFO neutron.plugins.ml2.plugin [None req-498cbb47-f484-4c7a-b0a8-d42384b5c606 - - - - - -] Attempt 1 to provision port 9c84873b-61d4-4961-b5ce-5491789ce06c 2026-05-26 17:03:07.984 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port e00a248a-519f-4db3-b202-3780d6cfc966 2026-05-26 17:03:09.799 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port e00a248a-519f-4db3-b202-3780d6cfc966 2026-05-26 17:03:11.828 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 448d1c48-f8fc-4400-af44-7e346bff4187 2026-05-26 17:03:12.323 11 INFO neutron.plugins.ml2.plugin [None req-07b9fecd-f597-4208-a2cf-fdc39bec04a5 - - - - - -] Attempt 1 to provision port ae417feb-137c-43ca-a88e-7eadce458d29 2026-05-26 17:03:12.355 11 INFO neutron.plugins.ml2.plugin [None req-07b9fecd-f597-4208-a2cf-fdc39bec04a5 - - - - - -] Attempt 1 to provision port 448d1c48-f8fc-4400-af44-7e346bff4187 2026-05-26 17:03:13.912 11 INFO neutron.plugins.ml2.plugin [None req-e6ea6224-cd93-4e49-b496-dcf25082462d - - - - - -] Attempt 1 to provision port 448d1c48-f8fc-4400-af44-7e346bff4187 2026-05-26 17:03:15.870 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port d5cc481b-947b-495b-baa0-87e58bb24f30 2026-05-26 17:03:16.139 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 054188fb-87f3-4430-afd1-ee1facd082b0 2026-05-26 17:03:17.804 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port d5cc481b-947b-495b-baa0-87e58bb24f30 2026-05-26 17:03:17.952 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 054188fb-87f3-4430-afd1-ee1facd082b0 2026-05-26 17:03:20.413 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port b91d1ed9-11fb-4332-aeec-4e43ce7ed90e 2026-05-26 17:03:20.526 11 INFO neutron.notifiers.nova [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Nova event matching ['req-4cb1a5df-a1de-4510-89b9-26e0e7ff5cb9'] response: {'server_uuid': 'ab127c84-9626-40b5-8376-0df82e4bdbad', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b91d1ed9-11fb-4332-aeec-4e43ce7ed90e', 'code': 200} 2026-05-26 17:03:20.730 12 INFO neutron.plugins.ml2.plugin [None req-dc7756c8-652b-47ff-bdf2-8f84d89f6878 - - - - - -] Attempt 1 to provision port ae417feb-137c-43ca-a88e-7eadce458d29 2026-05-26 17:03:20.760 12 INFO neutron.plugins.ml2.plugin [None req-dc7756c8-652b-47ff-bdf2-8f84d89f6878 - - - - - -] Attempt 1 to provision port 448d1c48-f8fc-4400-af44-7e346bff4187 2026-05-26 17:03:20.805 12 INFO neutron.plugins.ml2.plugin [None req-dc7756c8-652b-47ff-bdf2-8f84d89f6878 - - - - - -] Attempt 1 to provision port b91d1ed9-11fb-4332-aeec-4e43ce7ed90e 2026-05-26 17:03:21.809 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port b91d1ed9-11fb-4332-aeec-4e43ce7ed90e 2026-05-26 17:03:22.652 12 INFO neutron.plugins.ml2.plugin [None req-c3916226-cd86-4fed-82ba-8e2a8e6d63fe - - - - - -] Attempt 1 to provision port ae417feb-137c-43ca-a88e-7eadce458d29 2026-05-26 17:03:22.697 12 INFO neutron.plugins.ml2.plugin [None req-c3916226-cd86-4fed-82ba-8e2a8e6d63fe - - - - - -] Attempt 1 to provision port 0c82df2a-95b1-4e8c-9d20-d9d340ccc0c0 2026-05-26 17:03:25.368 11 INFO neutron.plugins.ml2.plugin [None req-58700bec-5c75-425a-8601-65c2d03b1e69 - - - - - -] Attempt 1 to provision port ae417feb-137c-43ca-a88e-7eadce458d29 2026-05-26 17:03:25.495 11 INFO neutron.plugins.ml2.plugin [None req-58700bec-5c75-425a-8601-65c2d03b1e69 - - - - - -] Attempt 1 to provision port 9c84873b-61d4-4961-b5ce-5491789ce06c 2026-05-26 17:03:25.831 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 0c82df2a-95b1-4e8c-9d20-d9d340ccc0c0 2026-05-26 17:03:26.093 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port ae417feb-137c-43ca-a88e-7eadce458d29 2026-05-26 17:03:27.255 12 INFO neutron.plugins.ml2.plugin [None req-82e56605-4fd5-418e-9447-7f862fc29644 - - - - - -] Attempt 1 to provision port b91d1ed9-11fb-4332-aeec-4e43ce7ed90e 2026-05-26 17:03:27.823 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 0c82df2a-95b1-4e8c-9d20-d9d340ccc0c0 2026-05-26 17:03:31.435 12 INFO neutron.plugins.ml2.plugin [None req-22e20803-6977-4e69-9857-81dc73d52992 - - - - - -] Attempt 1 to provision port 201b2544-5474-4aa2-a15a-f44db09f3bf4 2026-05-26 17:03:32.055 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 201b2544-5474-4aa2-a15a-f44db09f3bf4 2026-05-26 17:03:32.344 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port b59309eb-8204-4078-b4cb-f85c9fec7bf2 2026-05-26 17:03:34.010 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port b59309eb-8204-4078-b4cb-f85c9fec7bf2 2026-05-26 17:03:35.312 12 INFO neutron.plugins.ml2.plugin [None req-bec5ad20-61f4-4341-b782-7a30495386c1 - - - - - -] Attempt 1 to provision port 201b2544-5474-4aa2-a15a-f44db09f3bf4 2026-05-26 17:03:35.366 12 INFO neutron.plugins.ml2.plugin [None req-bec5ad20-61f4-4341-b782-7a30495386c1 - - - - - -] Attempt 1 to provision port 7ba157a4-1e32-4702-a8ce-c6bffc7fbf1d 2026-05-26 17:03:35.392 12 INFO neutron.plugins.ml2.plugin [None req-bec5ad20-61f4-4341-b782-7a30495386c1 - - - - - -] Attempt 1 to provision port 1d333cf4-d199-41e8-94c6-f0fa69a86629 2026-05-26 17:03:39.992 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 73416bb7-b4a8-4d45-aca8-e9f78b20fb54 2026-05-26 17:03:40.177 11 INFO neutron.plugins.ml2.plugin [None req-53698695-5431-4c91-9442-e184f1a19f46 - - - - - -] Attempt 1 to provision port 9b33cb9b-f28c-4a65-a9cd-a2c26d287591 2026-05-26 17:03:40.337 11 INFO neutron.plugins.ml2.plugin [None req-53698695-5431-4c91-9442-e184f1a19f46 - - - - - -] Attempt 1 to provision port 9b33cb9b-f28c-4a65-a9cd-a2c26d287591 2026-05-26 17:03:40.393 11 INFO neutron.plugins.ml2.plugin [None req-53698695-5431-4c91-9442-e184f1a19f46 - - - - - -] Attempt 1 to provision port 1d333cf4-d199-41e8-94c6-f0fa69a86629 2026-05-26 17:03:41.832 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 73416bb7-b4a8-4d45-aca8-e9f78b20fb54 2026-05-26 17:03:42.028 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 9b33cb9b-f28c-4a65-a9cd-a2c26d287591 2026-05-26 17:03:43.830 12 INFO neutron.plugins.ml2.plugin [None req-ecf45a92-af97-4f9a-bc92-b236ddfc4014 - - - - - -] Attempt 1 to provision port 9b33cb9b-f28c-4a65-a9cd-a2c26d287591 2026-05-26 17:03:43.882 12 INFO neutron.plugins.ml2.plugin [None req-ecf45a92-af97-4f9a-bc92-b236ddfc4014 - - - - - -] Attempt 1 to provision port f5e2628a-539d-4030-9b9a-f062dd06d325 2026-05-26 17:03:43.904 12 INFO neutron.plugins.ml2.plugin [None req-ecf45a92-af97-4f9a-bc92-b236ddfc4014 - - - - - -] Attempt 1 to provision port 1d333cf4-d199-41e8-94c6-f0fa69a86629 2026-05-26 17:03:44.915 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 2bef765b-a1b5-4808-aa90-357f76f1a05f 2026-05-26 17:03:45.014 12 INFO neutron.notifiers.nova [None req-d2f9f0ae-9f14-4b4a-a725-ac41296f08c0 - - - - - -] Nova event matching ['req-6800e4bc-f8ee-45e5-9a5c-6a54e06d7f2b'] response: {'server_uuid': '4317c0b6-9bcb-4634-b5c7-3d2ff106a489', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2bef765b-a1b5-4808-aa90-357f76f1a05f', 'code': 200} 2026-05-26 17:03:45.811 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 2bef765b-a1b5-4808-aa90-357f76f1a05f 2026-05-26 17:03:47.963 12 INFO neutron.plugins.ml2.plugin [None req-b8bc43ae-a526-4c2b-b4f9-35f65340ba5e - - - - - -] Attempt 1 to provision port f983b268-6d86-4a66-a5a8-f53cbbf889a7 2026-05-26 17:03:48.000 12 INFO neutron.plugins.ml2.plugin [None req-b8bc43ae-a526-4c2b-b4f9-35f65340ba5e - - - - - -] Attempt 1 to provision port f5e2628a-539d-4030-9b9a-f062dd06d325 2026-05-26 17:03:48.029 12 INFO neutron.plugins.ml2.plugin [None req-b8bc43ae-a526-4c2b-b4f9-35f65340ba5e - - - - - -] Attempt 1 to provision port 2bef765b-a1b5-4808-aa90-357f76f1a05f 2026-05-26 17:03:51.026 11 INFO neutron.plugins.ml2.plugin [None req-4167fcdf-1f49-4f9b-9484-a5e70f7056a3 - - - - - -] Attempt 1 to provision port 0402d602-90ca-4560-bdf1-9d0662fb6710 2026-05-26 17:03:51.046 11 INFO neutron.plugins.ml2.plugin [None req-4167fcdf-1f49-4f9b-9484-a5e70f7056a3 - - - - - -] Attempt 1 to provision port f5e2628a-539d-4030-9b9a-f062dd06d325 2026-05-26 17:03:52.363 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 014cca35-9582-4fa6-a8ee-2bf1adfa82fb 2026-05-26 17:03:52.469 11 INFO neutron.notifiers.nova [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Nova event matching ['req-6d9ccbb9-5271-459b-8dcf-858cff4d5382'] response: {'server_uuid': 'df071655-cc3f-4002-bd5d-16b7d0d92fe0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '014cca35-9582-4fa6-a8ee-2bf1adfa82fb', 'code': 200} 2026-05-26 17:03:53.926 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 014cca35-9582-4fa6-a8ee-2bf1adfa82fb 2026-05-26 17:03:54.113 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 1d333cf4-d199-41e8-94c6-f0fa69a86629 2026-05-26 17:03:54.404 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 7ba157a4-1e32-4702-a8ce-c6bffc7fbf1d 2026-05-26 17:03:55.193 12 INFO neutron.notifiers.nova [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Nova event matching ['req-002a8703-923f-446a-9199-b4b32ddc307a'] response: {'server_uuid': 'ab127c84-9626-40b5-8376-0df82e4bdbad', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'b91d1ed9-11fb-4332-aeec-4e43ce7ed90e', 'code': 200} 2026-05-26 17:03:56.015 12 WARNING neutron.plugins.ml2.plugin [None req-8beb7335-1537-44bd-a1db-3ea2a1773da9 - - - - - -] Concurrent port binding operations failed on port f983b268-6d86-4a66-a5a8-f53cbbf889a7 2026-05-26 17:03:56.026 12 INFO neutron.plugins.ml2.plugin [None req-8beb7335-1537-44bd-a1db-3ea2a1773da9 - - - - - -] Attempt 2 to bind port f983b268-6d86-4a66-a5a8-f53cbbf889a7 2026-05-26 17:03:56.498 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 7ba157a4-1e32-4702-a8ce-c6bffc7fbf1d 2026-05-26 17:03:56.691 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port f5e2628a-539d-4030-9b9a-f062dd06d325 2026-05-26 17:03:56.955 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port b91d1ed9-11fb-4332-aeec-4e43ce7ed90e 2026-05-26 17:03:57.227 12 INFO neutron.notifiers.nova [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Nova event matching ['req-1302d424-7057-4750-924a-eca208b9d92e'] response: {'server_uuid': 'ab127c84-9626-40b5-8376-0df82e4bdbad', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b91d1ed9-11fb-4332-aeec-4e43ce7ed90e', 'code': 200} 2026-05-26 17:03:57.286 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 1d333cf4-d199-41e8-94c6-f0fa69a86629 2026-05-26 17:03:57.910 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port f5e2628a-539d-4030-9b9a-f062dd06d325 2026-05-26 17:03:58.064 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port b91d1ed9-11fb-4332-aeec-4e43ce7ed90e 2026-05-26 17:03:58.236 11 INFO neutron.plugins.ml2.plugin [None req-a550d653-afb3-443a-a800-f9f8e1933862 - - - - - -] Attempt 1 to provision port f983b268-6d86-4a66-a5a8-f53cbbf889a7 2026-05-26 17:04:00.145 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port f983b268-6d86-4a66-a5a8-f53cbbf889a7 2026-05-26 17:04:11.983 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port e4d9ed5a-60b0-4024-bee0-c896b1392eae 2026-05-26 17:04:12.276 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 0c0cad71-f1ea-4ea3-8052-a5bd87edcc10 2026-05-26 17:04:13.409 11 INFO neutron.plugins.ml2.plugin [None req-fb148585-02a5-4644-ad82-91ed86355def - - - - - -] Attempt 1 to provision port ab9249f9-c230-4972-b50f-679d60e0f5a5 2026-05-26 17:04:13.443 11 INFO neutron.plugins.ml2.plugin [None req-fb148585-02a5-4644-ad82-91ed86355def - - - - - -] Attempt 1 to provision port 0c0cad71-f1ea-4ea3-8052-a5bd87edcc10 2026-05-26 17:04:13.821 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port e4d9ed5a-60b0-4024-bee0-c896b1392eae 2026-05-26 17:04:14.051 11 INFO neutron.plugins.ml2.plugin [None req-9d1194e1-6627-4b8b-846f-4b61eb9099f7 - - - - - -] Attempt 1 to provision port 0c0cad71-f1ea-4ea3-8052-a5bd87edcc10 2026-05-26 17:04:20.245 12 INFO neutron.notifiers.nova [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Nova event matching ['req-6a1f92e9-ac6f-40ee-ad86-9657fb6a234d'] response: {'server_uuid': 'ab127c84-9626-40b5-8376-0df82e4bdbad', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'b91d1ed9-11fb-4332-aeec-4e43ce7ed90e', 'code': 200} 2026-05-26 17:04:21.085 11 INFO neutron.plugins.ml2.plugin [None req-8e633145-ad1d-41ce-92d3-bee3bb7c976b - - - - - -] Attempt 1 to provision port ab9249f9-c230-4972-b50f-679d60e0f5a5 2026-05-26 17:04:21.106 11 INFO neutron.plugins.ml2.plugin [None req-8e633145-ad1d-41ce-92d3-bee3bb7c976b - - - - - -] Attempt 1 to provision port 0c0cad71-f1ea-4ea3-8052-a5bd87edcc10 2026-05-26 17:04:25.531 11 INFO neutron.plugins.ml2.plugin [None req-e720aa89-e536-4248-907b-59d665070e26 - - - - - -] Attempt 1 to provision port ab9249f9-c230-4972-b50f-679d60e0f5a5 2026-05-26 17:04:25.567 11 INFO neutron.plugins.ml2.plugin [None req-e720aa89-e536-4248-907b-59d665070e26 - - - - - -] Attempt 1 to provision port 1f6bb94e-31a3-401b-ad5c-315bdc5f6a0c 2026-05-26 17:04:26.959 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 3ca79de6-a274-427b-bb00-8b0dd15925d6 2026-05-26 17:04:27.062 11 INFO neutron.notifiers.nova [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Nova event matching ['req-e649b56d-7250-431f-93bb-3a4bdc2b497f'] response: {'server_uuid': '4d061ef5-2d04-4110-a2c3-34ddd09d893f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3ca79de6-a274-427b-bb00-8b0dd15925d6', 'code': 200} 2026-05-26 17:04:27.884 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 3ca79de6-a274-427b-bb00-8b0dd15925d6 2026-05-26 17:04:28.110 11 INFO neutron.plugins.ml2.plugin [None req-565a2da1-0136-4337-a5c4-7f3def836628 - - - - - -] Attempt 1 to provision port 1f6bb94e-31a3-401b-ad5c-315bdc5f6a0c 2026-05-26 17:04:28.872 12 INFO neutron.plugins.ml2.plugin [None req-8565b530-6ff1-4f20-89db-6063f3ed00d8 - - - - - -] Attempt 1 to provision port ab9249f9-c230-4972-b50f-679d60e0f5a5 2026-05-26 17:04:30.037 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port ab9249f9-c230-4972-b50f-679d60e0f5a5 2026-05-26 17:04:30.309 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 1f6bb94e-31a3-401b-ad5c-315bdc5f6a0c 2026-05-26 17:04:32.025 11 INFO neutron.notifiers.nova [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Nova event matching ['req-a8d46f36-e52b-4df1-b628-8ef49eea473c'] response: {'server_uuid': '4d061ef5-2d04-4110-a2c3-34ddd09d893f', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '3ca79de6-a274-427b-bb00-8b0dd15925d6', 'code': 200} 2026-05-26 17:04:49.341 11 INFO neutron.plugins.ml2.plugin [None req-489b13bf-99f5-45ff-96dd-211e5d336d1d - - - - - -] Attempt 1 to provision port 2408c7a1-1c79-4b17-affc-2db3f86f3939 2026-05-26 17:04:49.843 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 2408c7a1-1c79-4b17-affc-2db3f86f3939 2026-05-26 17:04:51.896 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 10f813c1-717c-4436-aa7f-840c8e345908 2026-05-26 17:05:02.031 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 9197c97a-950e-438f-9ab4-d077c9278b09 2026-05-26 17:05:09.976 11 INFO neutron.plugins.ml2.plugin [None req-8e2db11d-8e2f-497a-b362-7bca3b1dbb74 - - - - - -] Attempt 1 to provision port ec20f46e-e92e-4065-9a84-a21b158cd790 2026-05-26 17:05:11.852 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 1e9fb86c-570f-4242-b4b0-b7622543f55e 2026-05-26 17:05:13.907 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 1e9fb86c-570f-4242-b4b0-b7622543f55e 2026-05-26 17:05:14.106 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 1d8de458-f841-4aa9-a5cf-c1f2d9da3e4a 2026-05-26 17:05:14.213 11 INFO neutron.plugins.ml2.plugin [None req-be62ab38-8d3a-4605-9967-6f3819f5bd86 - - - - - -] Attempt 1 to provision port 1d8de458-f841-4aa9-a5cf-c1f2d9da3e4a 2026-05-26 17:05:14.256 11 INFO neutron.plugins.ml2.plugin [None req-be62ab38-8d3a-4605-9967-6f3819f5bd86 - - - - - -] Attempt 1 to provision port c00e96d3-7381-4a79-a139-223b67ba029f 2026-05-26 17:05:15.887 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 1d8de458-f841-4aa9-a5cf-c1f2d9da3e4a 2026-05-26 17:05:15.945 11 INFO neutron.plugins.ml2.plugin [None req-15cb2b1a-76cb-4833-a041-abc702e62bf3 - - - - - -] Attempt 1 to provision port 1d8de458-f841-4aa9-a5cf-c1f2d9da3e4a 2026-05-26 17:05:15.994 11 INFO neutron.plugins.ml2.plugin [None req-15cb2b1a-76cb-4833-a041-abc702e62bf3 - - - - - -] Attempt 1 to provision port c00e96d3-7381-4a79-a139-223b67ba029f 2026-05-26 17:05:17.143 11 INFO neutron.plugins.ml2.plugin [None req-87285de7-a831-4e5d-8e8a-b7e157a54e54 - - - - - -] Attempt 1 to provision port c00e96d3-7381-4a79-a139-223b67ba029f 2026-05-26 17:05:18.341 11 INFO neutron.plugins.ml2.plugin [None req-47aa7309-452d-4794-9c5c-49f94d8bcb5a - - - - - -] Attempt 1 to provision port c00e96d3-7381-4a79-a139-223b67ba029f 2026-05-26 17:05:22.412 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port a7b465fa-bd3a-4c52-96e5-e0e2c0abbc02 2026-05-26 17:05:22.558 12 INFO neutron.notifiers.nova [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Nova event matching ['req-daa7582d-da62-4f07-826e-375037a225a7'] response: {'server_uuid': 'f434165c-8d98-40db-86b1-c38a49d0fd22', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a7b465fa-bd3a-4c52-96e5-e0e2c0abbc02', 'code': 200} 2026-05-26 17:05:22.835 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 8d79c973-461c-4895-99dc-871141fa89eb 2026-05-26 17:05:23.041 12 INFO neutron.plugins.ml2.plugin [None req-dc31440e-42fa-4a01-bdf7-a3edbd6f3368 - - - - - -] Attempt 1 to provision port 8d79c973-461c-4895-99dc-871141fa89eb 2026-05-26 17:05:23.954 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port a7b465fa-bd3a-4c52-96e5-e0e2c0abbc02 2026-05-26 17:05:24.158 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 331e041f-481d-4ae3-ab15-9705b4b0b12b 2026-05-26 17:05:24.516 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 8d79c973-461c-4895-99dc-871141fa89eb 2026-05-26 17:05:25.863 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 331e041f-481d-4ae3-ab15-9705b4b0b12b 2026-05-26 17:05:26.018 11 INFO neutron.plugins.ml2.plugin [None req-ccaf9a8b-19e1-4a1d-ae68-fbc35851536a - - - - - -] Attempt 1 to provision port aa71c5c1-f599-4739-a88a-dd66ca01e6bb 2026-05-26 17:05:26.047 11 INFO neutron.plugins.ml2.plugin [None req-ccaf9a8b-19e1-4a1d-ae68-fbc35851536a - - - - - -] Attempt 1 to provision port 8d79c973-461c-4895-99dc-871141fa89eb 2026-05-26 17:05:26.107 11 INFO neutron.plugins.ml2.plugin [None req-ccaf9a8b-19e1-4a1d-ae68-fbc35851536a - - - - - -] Attempt 1 to provision port 499fabc6-06a6-4fbe-9741-484d9f674889 2026-05-26 17:05:28.201 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 6d95ae42-14a5-462b-a7c6-1c25fcd8c31b 2026-05-26 17:05:28.579 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port edcf2d60-a39e-42d3-8bad-cfbbda112313 2026-05-26 17:05:29.932 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port c00e96d3-7381-4a79-a139-223b67ba029f 2026-05-26 17:05:30.185 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port edcf2d60-a39e-42d3-8bad-cfbbda112313 2026-05-26 17:05:30.355 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 6d95ae42-14a5-462b-a7c6-1c25fcd8c31b 2026-05-26 17:05:30.992 12 INFO neutron.plugins.ml2.plugin [None req-af74274c-7945-4398-be50-6927da6c3ea6 - - - - - -] Attempt 1 to provision port 8a61afa3-6d18-44a9-b44d-9f44d863c7da 2026-05-26 17:05:31.013 12 INFO neutron.plugins.ml2.plugin [None req-af74274c-7945-4398-be50-6927da6c3ea6 - - - - - -] Attempt 1 to provision port 6d95ae42-14a5-462b-a7c6-1c25fcd8c31b 2026-05-26 17:05:31.058 12 INFO neutron.plugins.ml2.plugin [None req-af74274c-7945-4398-be50-6927da6c3ea6 - - - - - -] Attempt 1 to provision port d4aada30-debb-4069-88b9-10d9af8ade23 2026-05-26 17:05:31.083 12 INFO neutron.plugins.ml2.plugin [None req-af74274c-7945-4398-be50-6927da6c3ea6 - - - - - -] Attempt 1 to provision port 499fabc6-06a6-4fbe-9741-484d9f674889 2026-05-26 17:05:31.911 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port c00e96d3-7381-4a79-a139-223b67ba029f 2026-05-26 17:05:32.094 12 INFO neutron.plugins.ml2.plugin [None req-e8e2664c-e812-4b72-a2e1-0a91aee6d401 - - - - - -] Attempt 1 to provision port ec20f46e-e92e-4065-9a84-a21b158cd790 2026-05-26 17:05:33.919 12 INFO neutron.plugins.ml2.plugin [None req-c8ada9c3-e2c9-4a00-9982-cee723f3048f - - - - - -] Attempt 1 to provision port d4aada30-debb-4069-88b9-10d9af8ade23 2026-05-26 17:05:33.939 12 INFO neutron.plugins.ml2.plugin [None req-c8ada9c3-e2c9-4a00-9982-cee723f3048f - - - - - -] Attempt 1 to provision port 6d95ae42-14a5-462b-a7c6-1c25fcd8c31b 2026-05-26 17:05:33.960 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port ec20f46e-e92e-4065-9a84-a21b158cd790 2026-05-26 17:05:33.977 12 INFO neutron.plugins.ml2.plugin [None req-c8ada9c3-e2c9-4a00-9982-cee723f3048f - - - - - -] Attempt 1 to provision port 499fabc6-06a6-4fbe-9741-484d9f674889 2026-05-26 17:05:35.146 11 INFO neutron.plugins.ml2.plugin [None req-26e9464c-7d15-45f7-8316-21c628ae5bd1 - - - - - -] Attempt 1 to provision port d4aada30-debb-4069-88b9-10d9af8ade23 2026-05-26 17:05:37.052 11 INFO neutron.plugins.ml2.plugin [None req-2bb36ee9-a45f-4d63-a175-7ca20e4c9ad3 - - - - - -] Attempt 1 to provision port d4aada30-debb-4069-88b9-10d9af8ade23 2026-05-26 17:05:40.926 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port fe7c5f44-1208-4f86-aa6b-8ab2df551141 2026-05-26 17:05:41.032 12 INFO neutron.notifiers.nova [None req-0feb9b64-672e-4ec8-b471-ba162775d8f3 - - - - - -] Nova event matching ['req-481be58e-b6fb-4d37-a942-c3674981709d'] response: {'server_uuid': '11bd24e9-f647-4faa-944f-3fab5bb9da1b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fe7c5f44-1208-4f86-aa6b-8ab2df551141', 'code': 200} 2026-05-26 17:05:41.876 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 499fabc6-06a6-4fbe-9741-484d9f674889 2026-05-26 17:05:42.138 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port aa71c5c1-f599-4739-a88a-dd66ca01e6bb 2026-05-26 17:05:42.393 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port fe7c5f44-1208-4f86-aa6b-8ab2df551141 2026-05-26 17:05:43.874 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 499fabc6-06a6-4fbe-9741-484d9f674889 2026-05-26 17:05:44.055 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port aa71c5c1-f599-4739-a88a-dd66ca01e6bb 2026-05-26 17:05:44.176 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 8a61afa3-6d18-44a9-b44d-9f44d863c7da 2026-05-26 17:05:44.435 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port d4aada30-debb-4069-88b9-10d9af8ade23 2026-05-26 17:05:45.897 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port d4aada30-debb-4069-88b9-10d9af8ade23 2026-05-26 17:05:46.132 12 INFO neutron.plugins.ml2.plugin [None req-f563447c-52c5-4a95-a678-25d4faa5db45 - - - - - -] Attempt 1 to provision port 8a61afa3-6d18-44a9-b44d-9f44d863c7da 2026-05-26 17:06:00.425 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 57da462f-722b-4f13-96e9-b512646906a2 2026-05-26 17:06:00.840 11 INFO neutron.notifiers.nova [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Nova event matching ['req-4cbf352f-e333-4f20-8c59-3f1bc24db16a'] response: {'server_uuid': '1a89c5fb-6db4-4225-a42e-1819a60cbc04', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '57da462f-722b-4f13-96e9-b512646906a2', 'code': 200} 2026-05-26 17:06:02.244 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 57da462f-722b-4f13-96e9-b512646906a2 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers [None req-ed51a96f-19ab-4834-b2c4-d78d3a1edcf7 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b9637622-905f-44fc-8c37-a0582322608d could not be found. 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 17:06:16.230 11 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-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 17:06:16.230 11 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-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-26 17:06:16.230 11 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-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.230 11 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-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.230 11 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-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b9637622-905f-44fc-8c37-a0582322608d could not be found. 2026-05-26 17:06:16.230 11 ERROR neutron.plugins.ml2.managers 2026-05-26 17:06:16.234 11 ERROR neutron.plugins.ml2.managers [None req-ed51a96f-19ab-4834-b2c4-d78d3a1edcf7 - - - - - -] Failed to bind port 4778b35e-b9b8-4cfb-a029-c05daf5f83dd on host instance for vnic_type normal using segments [{'id': 'ab1dbc11-cf43-47dd-9a91-a28912ffe5b4', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 966, 'network_id': '8c4b1b64-f2d5-473e-b6b5-b6ce4b60ffda'}] 2026-05-26 17:06:16.234 11 INFO neutron.plugins.ml2.plugin [None req-ed51a96f-19ab-4834-b2c4-d78d3a1edcf7 - - - - - -] Attempt 2 to bind port 4778b35e-b9b8-4cfb-a029-c05daf5f83dd 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers [None req-ed51a96f-19ab-4834-b2c4-d78d3a1edcf7 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b9637622-905f-44fc-8c37-a0582322608d could not be found. 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 17:06:16.244 11 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-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 17:06:16.244 11 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-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-26 17:06:16.244 11 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-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.244 11 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-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.244 11 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-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b9637622-905f-44fc-8c37-a0582322608d could not be found. 2026-05-26 17:06:16.244 11 ERROR neutron.plugins.ml2.managers 2026-05-26 17:06:16.245 11 ERROR neutron.plugins.ml2.managers [None req-ed51a96f-19ab-4834-b2c4-d78d3a1edcf7 - - - - - -] Failed to bind port 4778b35e-b9b8-4cfb-a029-c05daf5f83dd on host instance for vnic_type normal using segments [{'id': 'ab1dbc11-cf43-47dd-9a91-a28912ffe5b4', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 966, 'network_id': '8c4b1b64-f2d5-473e-b6b5-b6ce4b60ffda'}] 2026-05-26 17:06:16.245 11 INFO neutron.plugins.ml2.plugin [None req-ed51a96f-19ab-4834-b2c4-d78d3a1edcf7 - - - - - -] Attempt 3 to bind port 4778b35e-b9b8-4cfb-a029-c05daf5f83dd 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers [None req-ed51a96f-19ab-4834-b2c4-d78d3a1edcf7 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b9637622-905f-44fc-8c37-a0582322608d could not be found. 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 17:06:16.252 11 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-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 17:06:16.252 11 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-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-26 17:06:16.252 11 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-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.252 11 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-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.252 11 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-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b9637622-905f-44fc-8c37-a0582322608d could not be found. 2026-05-26 17:06:16.252 11 ERROR neutron.plugins.ml2.managers 2026-05-26 17:06:16.253 11 ERROR neutron.plugins.ml2.managers [None req-ed51a96f-19ab-4834-b2c4-d78d3a1edcf7 - - - - - -] Failed to bind port 4778b35e-b9b8-4cfb-a029-c05daf5f83dd on host instance for vnic_type normal using segments [{'id': 'ab1dbc11-cf43-47dd-9a91-a28912ffe5b4', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 966, 'network_id': '8c4b1b64-f2d5-473e-b6b5-b6ce4b60ffda'}] 2026-05-26 17:06:16.254 11 INFO neutron.plugins.ml2.plugin [None req-ed51a96f-19ab-4834-b2c4-d78d3a1edcf7 - - - - - -] Attempt 4 to bind port 4778b35e-b9b8-4cfb-a029-c05daf5f83dd 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b9637622-905f-44fc-8c37-a0582322608d could not be found. 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 17:06:16.269 11 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-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 17:06:16.269 11 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-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-26 17:06:16.269 11 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-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.269 11 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-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.269 11 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-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b9637622-905f-44fc-8c37-a0582322608d could not be found. 2026-05-26 17:06:16.269 11 ERROR neutron.plugins.ml2.managers 2026-05-26 17:06:16.271 11 ERROR neutron.plugins.ml2.managers [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Failed to bind port 4778b35e-b9b8-4cfb-a029-c05daf5f83dd on host instance for vnic_type normal using segments [{'id': 'ab1dbc11-cf43-47dd-9a91-a28912ffe5b4', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 966, 'network_id': '8c4b1b64-f2d5-473e-b6b5-b6ce4b60ffda'}] 2026-05-26 17:06:16.271 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 5 to bind port 4778b35e-b9b8-4cfb-a029-c05daf5f83dd 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b9637622-905f-44fc-8c37-a0582322608d could not be found. 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 17:06:16.279 11 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-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 17:06:16.279 11 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-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-26 17:06:16.279 11 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-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.279 11 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-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.279 11 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-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b9637622-905f-44fc-8c37-a0582322608d could not be found. 2026-05-26 17:06:16.279 11 ERROR neutron.plugins.ml2.managers 2026-05-26 17:06:16.280 11 ERROR neutron.plugins.ml2.managers [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Failed to bind port 4778b35e-b9b8-4cfb-a029-c05daf5f83dd on host instance for vnic_type normal using segments [{'id': 'ab1dbc11-cf43-47dd-9a91-a28912ffe5b4', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 966, 'network_id': '8c4b1b64-f2d5-473e-b6b5-b6ce4b60ffda'}] 2026-05-26 17:06:16.280 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 6 to bind port 4778b35e-b9b8-4cfb-a029-c05daf5f83dd 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b9637622-905f-44fc-8c37-a0582322608d could not be found. 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 17:06:16.289 11 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-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 17:06:16.289 11 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-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-26 17:06:16.289 11 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-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.289 11 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-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.289 11 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-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b9637622-905f-44fc-8c37-a0582322608d could not be found. 2026-05-26 17:06:16.289 11 ERROR neutron.plugins.ml2.managers 2026-05-26 17:06:16.291 11 ERROR neutron.plugins.ml2.managers [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Failed to bind port 4778b35e-b9b8-4cfb-a029-c05daf5f83dd on host instance for vnic_type normal using segments [{'id': 'ab1dbc11-cf43-47dd-9a91-a28912ffe5b4', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 966, 'network_id': '8c4b1b64-f2d5-473e-b6b5-b6ce4b60ffda'}] 2026-05-26 17:06:16.291 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 7 to bind port 4778b35e-b9b8-4cfb-a029-c05daf5f83dd 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b9637622-905f-44fc-8c37-a0582322608d could not be found. 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 17:06:16.299 11 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-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 17:06:16.299 11 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-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-26 17:06:16.299 11 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-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.299 11 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-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.299 11 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-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b9637622-905f-44fc-8c37-a0582322608d could not be found. 2026-05-26 17:06:16.299 11 ERROR neutron.plugins.ml2.managers 2026-05-26 17:06:16.300 11 ERROR neutron.plugins.ml2.managers [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Failed to bind port 4778b35e-b9b8-4cfb-a029-c05daf5f83dd on host instance for vnic_type normal using segments [{'id': 'ab1dbc11-cf43-47dd-9a91-a28912ffe5b4', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 966, 'network_id': '8c4b1b64-f2d5-473e-b6b5-b6ce4b60ffda'}] 2026-05-26 17:06:16.300 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 8 to bind port 4778b35e-b9b8-4cfb-a029-c05daf5f83dd 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b9637622-905f-44fc-8c37-a0582322608d could not be found. 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 17:06:16.310 11 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-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 17:06:16.310 11 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-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-26 17:06:16.310 11 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-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.310 11 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-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.310 11 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-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b9637622-905f-44fc-8c37-a0582322608d could not be found. 2026-05-26 17:06:16.310 11 ERROR neutron.plugins.ml2.managers 2026-05-26 17:06:16.312 11 ERROR neutron.plugins.ml2.managers [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Failed to bind port 4778b35e-b9b8-4cfb-a029-c05daf5f83dd on host instance for vnic_type normal using segments [{'id': 'ab1dbc11-cf43-47dd-9a91-a28912ffe5b4', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 966, 'network_id': '8c4b1b64-f2d5-473e-b6b5-b6ce4b60ffda'}] 2026-05-26 17:06:16.312 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 9 to bind port 4778b35e-b9b8-4cfb-a029-c05daf5f83dd 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b9637622-905f-44fc-8c37-a0582322608d could not be found. 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 17:06:16.322 11 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-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 17:06:16.322 11 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-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-26 17:06:16.322 11 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-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.322 11 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-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.322 11 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-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b9637622-905f-44fc-8c37-a0582322608d could not be found. 2026-05-26 17:06:16.322 11 ERROR neutron.plugins.ml2.managers 2026-05-26 17:06:16.323 11 ERROR neutron.plugins.ml2.managers [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Failed to bind port 4778b35e-b9b8-4cfb-a029-c05daf5f83dd on host instance for vnic_type normal using segments [{'id': 'ab1dbc11-cf43-47dd-9a91-a28912ffe5b4', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 966, 'network_id': '8c4b1b64-f2d5-473e-b6b5-b6ce4b60ffda'}] 2026-05-26 17:06:16.323 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 10 to bind port 4778b35e-b9b8-4cfb-a029-c05daf5f83dd 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet b9637622-905f-44fc-8c37-a0582322608d could not be found. 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-26 17:06:16.333 11 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-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-26 17:06:16.333 11 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-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-26 17:06:16.333 11 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-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.333 11 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-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.333 11 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-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet b9637622-905f-44fc-8c37-a0582322608d could not be found. 2026-05-26 17:06:16.333 11 ERROR neutron.plugins.ml2.managers 2026-05-26 17:06:16.334 11 ERROR neutron.plugins.ml2.managers [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Failed to bind port 4778b35e-b9b8-4cfb-a029-c05daf5f83dd on host instance for vnic_type normal using segments [{'id': 'ab1dbc11-cf43-47dd-9a91-a28912ffe5b4', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 966, 'network_id': '8c4b1b64-f2d5-473e-b6b5-b6ce4b60ffda'}] 2026-05-26 17:06:40.391 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port be7c4d6d-a0ab-49ed-88d6-685cc0f3af4e 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server [None req-cdd3f0e6-081e-4597-870b-28851033a8c1 - - - - - -] Exception during message handling: neutron_lib.exceptions.PortNotFound: Port 82c5043e-e467-4615-8972-c6f7dca66b37 could not be found. 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 292, in _get_port 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server port = model_query.get_by_id(context, models_v2.Port, id, 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/model_query.py", line 211, in get_by_id 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/query.py", line 2804, in one 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server return self._iter().one() # type: ignore 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 1808, in one 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 752, in _only_one_row 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 174, in _process_incoming 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server raise self.value 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server raise self.value 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server raise self.value 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 340, in get_dhcp_port 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server return plugin.get_port(context, port_id) 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server raise self.value 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server raise self.value 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server raise self.value 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1666, in get_port 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server port = self._get_port(context, id, lazy_fields=lazy_fields) 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 295, in _get_port 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server raise exceptions.PortNotFound(port_id=id) 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.PortNotFound: Port 82c5043e-e467-4615-8972-c6f7dca66b37 could not be found. 2026-05-26 17:07:03.708 11 ERROR oslo_messaging.rpc.server 2026-05-26 17:07:16.238 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port b8877f7a-0ea4-47fd-b112-dab5a46eb6d8 2026-05-26 17:07:16.438 11 INFO neutron.plugins.ml2.plugin [None req-22ba8c30-a7e9-42ed-bf26-e1a3e9225c97 - - - - - -] Attempt 1 to provision port b8877f7a-0ea4-47fd-b112-dab5a46eb6d8 2026-05-26 17:07:18.584 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 4f986cc6-3b02-4906-a8b4-4449a969809d 2026-05-26 17:07:18.935 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port b93f9835-5ada-433b-b028-3b1fe7f7d2f0 2026-05-26 17:07:19.253 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port b8877f7a-0ea4-47fd-b112-dab5a46eb6d8 2026-05-26 17:07:20.267 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 4f986cc6-3b02-4906-a8b4-4449a969809d 2026-05-26 17:07:20.470 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port b93f9835-5ada-433b-b028-3b1fe7f7d2f0 2026-05-26 17:07:22.238 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 9248cbc4-46f3-47fa-986c-0c2acddcf1e8 2026-05-26 17:07:24.286 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 9248cbc4-46f3-47fa-986c-0c2acddcf1e8 2026-05-26 17:07:26.274 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port b8877f7a-0ea4-47fd-b112-dab5a46eb6d8 2026-05-26 17:07:27.313 12 INFO neutron.plugins.ml2.plugin [None req-6c20bf00-b752-40bc-9ce4-862a65b7f2cd - - - - - -] Attempt 1 to provision port 9248cbc4-46f3-47fa-986c-0c2acddcf1e8 2026-05-26 17:07:27.360 12 INFO neutron.plugins.ml2.plugin [None req-6c20bf00-b752-40bc-9ce4-862a65b7f2cd - - - - - -] Attempt 1 to provision port 4f986cc6-3b02-4906-a8b4-4449a969809d 2026-05-26 17:07:27.414 12 INFO neutron.plugins.ml2.plugin [None req-6c20bf00-b752-40bc-9ce4-862a65b7f2cd - - - - - -] Attempt 1 to provision port 0f801bfe-429f-4ba7-ad3a-4a29a4e99fb2 2026-05-26 17:07:27.455 12 INFO neutron.plugins.ml2.plugin [None req-6c20bf00-b752-40bc-9ce4-862a65b7f2cd - - - - - -] Attempt 1 to provision port 7f24b273-7a9b-4a39-85a1-800e10902095 2026-05-26 17:07:27.476 12 INFO neutron.plugins.ml2.plugin [None req-6c20bf00-b752-40bc-9ce4-862a65b7f2cd - - - - - -] Attempt 1 to provision port b8877f7a-0ea4-47fd-b112-dab5a46eb6d8 2026-05-26 17:07:32.803 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port b142239f-29d4-4733-b02e-7d23fd10cd66 2026-05-26 17:07:32.933 12 INFO neutron.notifiers.nova [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Nova event matching ['req-e7c8798a-d2f8-47b8-b2ee-80d088d27d88'] response: {'server_uuid': 'b0990707-8e75-47f2-9f28-8a3ce54637cc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b142239f-29d4-4733-b02e-7d23fd10cd66', 'code': 200} 2026-05-26 17:07:33.329 12 INFO neutron.plugins.ml2.plugin [None req-6344e0bc-0a08-4157-aa67-cd1ca53ee5d9 - - - - - -] Attempt 1 to provision port 9248cbc4-46f3-47fa-986c-0c2acddcf1e8 2026-05-26 17:07:33.365 12 INFO neutron.plugins.ml2.plugin [None req-6344e0bc-0a08-4157-aa67-cd1ca53ee5d9 - - - - - -] Attempt 1 to provision port 4f986cc6-3b02-4906-a8b4-4449a969809d 2026-05-26 17:07:33.405 12 INFO neutron.plugins.ml2.plugin [None req-6344e0bc-0a08-4157-aa67-cd1ca53ee5d9 - - - - - -] Attempt 1 to provision port 794347d5-0957-436e-8729-8cf4bbfe3067 2026-05-26 17:07:33.422 12 INFO neutron.plugins.ml2.plugin [None req-6344e0bc-0a08-4157-aa67-cd1ca53ee5d9 - - - - - -] Attempt 1 to provision port b142239f-29d4-4733-b02e-7d23fd10cd66 2026-05-26 17:07:33.468 12 INFO neutron.plugins.ml2.plugin [None req-6344e0bc-0a08-4157-aa67-cd1ca53ee5d9 - - - - - -] Attempt 1 to provision port 7f24b273-7a9b-4a39-85a1-800e10902095 2026-05-26 17:07:33.487 12 INFO neutron.plugins.ml2.plugin [None req-6344e0bc-0a08-4157-aa67-cd1ca53ee5d9 - - - - - -] Attempt 1 to provision port b8877f7a-0ea4-47fd-b112-dab5a46eb6d8 2026-05-26 17:07:33.528 12 INFO neutron.plugins.ml2.plugin [None req-6344e0bc-0a08-4157-aa67-cd1ca53ee5d9 - - - - - -] Attempt 1 to provision port 963d4952-6c56-48f6-811b-349a562b926b 2026-05-26 17:07:34.236 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port b142239f-29d4-4733-b02e-7d23fd10cd66 2026-05-26 17:07:36.272 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 0f801bfe-429f-4ba7-ad3a-4a29a4e99fb2 2026-05-26 17:07:36.497 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 794347d5-0957-436e-8729-8cf4bbfe3067 2026-05-26 17:07:36.755 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 7f24b273-7a9b-4a39-85a1-800e10902095 2026-05-26 17:07:37.015 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 963d4952-6c56-48f6-811b-349a562b926b 2026-05-26 17:07:37.307 12 INFO neutron.plugins.ml2.plugin [None req-75d8e8dc-2d18-4a30-a629-334b7b449405 - - - - - -] Attempt 1 to provision port 9248cbc4-46f3-47fa-986c-0c2acddcf1e8 2026-05-26 17:07:37.353 12 INFO neutron.plugins.ml2.plugin [None req-75d8e8dc-2d18-4a30-a629-334b7b449405 - - - - - -] Attempt 1 to provision port 4f986cc6-3b02-4906-a8b4-4449a969809d 2026-05-26 17:07:37.399 12 INFO neutron.plugins.ml2.plugin [None req-75d8e8dc-2d18-4a30-a629-334b7b449405 - - - - - -] Attempt 1 to provision port 794347d5-0957-436e-8729-8cf4bbfe3067 2026-05-26 17:07:37.446 12 INFO neutron.plugins.ml2.plugin [None req-75d8e8dc-2d18-4a30-a629-334b7b449405 - - - - - -] Attempt 1 to provision port b142239f-29d4-4733-b02e-7d23fd10cd66 2026-05-26 17:07:37.488 12 INFO neutron.plugins.ml2.plugin [None req-75d8e8dc-2d18-4a30-a629-334b7b449405 - - - - - -] Attempt 1 to provision port 7f24b273-7a9b-4a39-85a1-800e10902095 2026-05-26 17:07:37.637 12 INFO neutron.plugins.ml2.plugin [None req-75d8e8dc-2d18-4a30-a629-334b7b449405 - - - - - -] Attempt 1 to provision port 963d4952-6c56-48f6-811b-349a562b926b 2026-05-26 17:07:38.269 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 0f801bfe-429f-4ba7-ad3a-4a29a4e99fb2 2026-05-26 17:07:38.413 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 794347d5-0957-436e-8729-8cf4bbfe3067 2026-05-26 17:07:38.583 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 7f24b273-7a9b-4a39-85a1-800e10902095 2026-05-26 17:07:38.795 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 963d4952-6c56-48f6-811b-349a562b926b 2026-05-26 17:07:40.797 12 INFO neutron.plugins.ml2.plugin [None req-b4194897-cd44-49ed-be37-cdcb8ce611bf - - - - - -] Attempt 1 to provision port 7f24b273-7a9b-4a39-85a1-800e10902095 2026-05-26 17:07:40.844 12 INFO neutron.plugins.ml2.plugin [None req-b4194897-cd44-49ed-be37-cdcb8ce611bf - - - - - -] Attempt 1 to provision port 794347d5-0957-436e-8729-8cf4bbfe3067 2026-05-26 17:07:40.891 12 INFO neutron.plugins.ml2.plugin [None req-b4194897-cd44-49ed-be37-cdcb8ce611bf - - - - - -] Attempt 1 to provision port 963d4952-6c56-48f6-811b-349a562b926b 2026-05-26 17:07:42.918 11 INFO neutron.plugins.ml2.plugin [None req-ef0b9b74-7b0d-4e50-8853-a88313b09147 - - - - - -] Attempt 1 to provision port 794347d5-0957-436e-8729-8cf4bbfe3067 2026-05-26 17:07:42.960 11 INFO neutron.plugins.ml2.plugin [None req-ef0b9b74-7b0d-4e50-8853-a88313b09147 - - - - - -] Attempt 1 to provision port 963d4952-6c56-48f6-811b-349a562b926b 2026-05-26 17:07:44.254 11 INFO neutron.plugins.ml2.plugin [None req-c6ead656-d631-4079-abfe-03300b15fb71 - - - - - -] Attempt 1 to provision port b142239f-29d4-4733-b02e-7d23fd10cd66 2026-05-26 17:07:50.267 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port f2f4a2f3-33a7-4bca-a194-28543585919b 2026-05-26 17:07:50.406 11 INFO neutron.notifiers.nova [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Nova event matching ['req-348ca322-a39a-448f-a800-13b1d0d55d5e'] response: {'server_uuid': '7ffc25a8-b733-4e39-8de7-730ad9393bd9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f2f4a2f3-33a7-4bca-a194-28543585919b', 'code': 200} 2026-05-26 17:07:52.249 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port f2f4a2f3-33a7-4bca-a194-28543585919b 2026-05-26 17:08:18.100 11 INFO neutron.plugins.ml2.plugin [None req-b1841f70-96b8-4492-8c99-1f844e2c9bdd - - - - - -] Attempt 1 to provision port 5ec21e4a-ac5e-40cc-b548-69e3eb4bfbb0 2026-05-26 17:08:38.848 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 39fc264e-c9d0-4107-bd0c-0215e9f9a891 2026-05-26 17:08:38.966 11 INFO neutron.notifiers.nova [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Nova event matching ['req-b64d90a5-f59d-47e3-920e-04de1e08f1bd'] response: {'server_uuid': '1968200b-c2d3-4ad3-bee5-d6422ee6c939', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '39fc264e-c9d0-4107-bd0c-0215e9f9a891', 'code': 200} 2026-05-26 17:08:40.276 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 39fc264e-c9d0-4107-bd0c-0215e9f9a891 2026-05-26 17:09:22.770 12 INFO neutron.plugins.ml2.plugin [None req-aca2818c-b479-419c-aec0-22e4dd5b5fc4 - - - - - -] Attempt 1 to provision port 4d0ac2e7-4fed-45db-b200-0e0e58bc92d6 2026-05-26 17:09:28.351 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 4d0ac2e7-4fed-45db-b200-0e0e58bc92d6 2026-05-26 17:09:28.502 11 INFO neutron.notifiers.nova [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Nova event matching ['req-209bf6b0-6104-4051-b077-2063501cca67'] response: {'server_uuid': '1968200b-c2d3-4ad3-bee5-d6422ee6c939', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4d0ac2e7-4fed-45db-b200-0e0e58bc92d6', 'code': 200} 2026-05-26 17:09:30.301 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 4d0ac2e7-4fed-45db-b200-0e0e58bc92d6 2026-05-26 17:09:32.832 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 4d0ac2e7-4fed-45db-b200-0e0e58bc92d6 2026-05-26 17:09:53.271 12 INFO neutron.plugins.ml2.plugin [None req-12c0bc8f-12d1-4a9c-a478-3ee7be352a1e - - - - - -] Attempt 1 to provision port 569601e7-fe20-4ab6-b7fc-46fbeac30c1b 2026-05-26 17:09:59.891 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 569601e7-fe20-4ab6-b7fc-46fbeac30c1b 2026-05-26 17:10:00.387 12 INFO neutron.notifiers.nova [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Nova event matching ['req-9876d342-9bb0-4a4e-b2cd-856f47911135'] response: {'server_uuid': '1968200b-c2d3-4ad3-bee5-d6422ee6c939', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '569601e7-fe20-4ab6-b7fc-46fbeac30c1b', 'code': 200} 2026-05-26 17:10:00.470 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 569601e7-fe20-4ab6-b7fc-46fbeac30c1b 2026-05-26 17:10:09.478 11 INFO neutron.plugins.ml2.plugin [None req-8633363d-5b6d-46f7-82e9-2fddd6f6a210 - - - - - -] Attempt 1 to provision port 1d0e8725-10e2-45ca-9918-69ddb9d0a0ee 2026-05-26 17:10:16.538 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 1d0e8725-10e2-45ca-9918-69ddb9d0a0ee 2026-05-26 17:10:16.628 12 INFO neutron.notifiers.nova [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Nova event matching ['req-68dcdb43-b90b-4e7b-87ab-ada6684a2efb'] response: {'server_uuid': '1968200b-c2d3-4ad3-bee5-d6422ee6c939', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1d0e8725-10e2-45ca-9918-69ddb9d0a0ee', 'code': 200} 2026-05-26 17:10:18.491 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 1d0e8725-10e2-45ca-9918-69ddb9d0a0ee 2026-05-26 17:10:19.590 11 INFO neutron.plugins.ml2.plugin [None req-04fd63df-1daa-4a04-a880-45613c7ecb1c - - - - - -] Attempt 1 to provision port 569601e7-fe20-4ab6-b7fc-46fbeac30c1b 2026-05-26 17:10:20.530 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 569601e7-fe20-4ab6-b7fc-46fbeac30c1b 2026-05-26 17:10:32.544 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 1d0e8725-10e2-45ca-9918-69ddb9d0a0ee 2026-05-26 17:10:32.946 11 INFO neutron.plugins.ml2.plugin [None req-30405993-d5c0-4160-af26-a0e815ac9493 - - - - - -] Attempt 1 to provision port 1d0e8725-10e2-45ca-9918-69ddb9d0a0ee 2026-05-26 17:10:34.285 11 INFO neutron.plugins.ml2.plugin [None req-2933f562-1f4d-486e-94a2-ce26a6a05ffc - - - - - -] Attempt 1 to provision port 1d0e8725-10e2-45ca-9918-69ddb9d0a0ee 2026-05-26 17:10:34.571 12 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 1d0e8725-10e2-45ca-9918-69ddb9d0a0ee 2026-05-26 17:10:43.337 12 INFO neutron.plugins.ml2.plugin [None req-192ccd85-5e63-4328-aaf5-8ab9b29591d4 - - - - - -] Attempt 1 to provision port 569601e7-fe20-4ab6-b7fc-46fbeac30c1b 2026-05-26 17:10:44.697 11 INFO neutron.plugins.ml2.plugin [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Attempt 1 to provision port 569601e7-fe20-4ab6-b7fc-46fbeac30c1b 2026-05-26 17:11:10.688 11 INFO neutron.notifiers.nova [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Nova event matching ['req-6361f095-ec28-4e4c-87d4-698f35d98988'] response: {'server_uuid': '1968200b-c2d3-4ad3-bee5-d6422ee6c939', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '39fc264e-c9d0-4107-bd0c-0215e9f9a891', 'code': 200} 2026-05-26 17:11:26.687 11 INFO neutron.notifiers.nova [None req-5fbb5d0c-dc39-4957-92d4-314d98255aec - - - - - -] Nova event matching ['req-5f072a4e-e73f-4398-9dbb-29015a71daf6'] response: {'server_uuid': 'b0990707-8e75-47f2-9f28-8a3ce54637cc', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'b142239f-29d4-4733-b02e-7d23fd10cd66', 'code': 200}