+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini /var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py:54: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-04-23 00:49:48.764 1 INFO neutron.common.config [-] Logging enabled! 2026-04-23 00:49:48.764 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 23.5.0 2026-04-23 00:49:48.764 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-04-23 00:49:48.764 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-23 00:49:49.506 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 00:49:49.508 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-23 00:49:49.510 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-04-23 00:49:49.511 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 00:49:49.511 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-23 00:49:49.511 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-23 00:49:49.511 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 00:49:49.516 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 00:49:49.516 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 00:49:49.516 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 00:49:49.531 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-23 00:49:49.532 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 00:49:49.532 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-23 00:49:49.557 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-23 00:49:49.557 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-23 00:49:49.557 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-23 00:49:49.557 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-23 00:49:49.563 1 WARNING oslo_policy.policy [None req-a267b1d2-bc04-4590-8007-050830296a97 - - - - - -] Policies ['delete_port', 'update_port:allowed_address_pairs', 'update_port:allowed_address_pairs:ip_address', 'update_port:allowed_address_pairs:mac_address', 'update_port:fixed_ips', 'update_port:mac_address'] reference a rule that is not defined. 2026-04-23 00:49:49.805 1 INFO neutron.plugins.ml2.managers [None req-a267b1d2-bc04-4590-8007-050830296a97 - - - - - -] Initializing driver for type 'vlan' 2026-04-23 00:49:50.034 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a267b1d2-bc04-4590-8007-050830296a97 - - - - - -] VlanTypeDriver initialization complete 2026-04-23 00:49:50.035 1 INFO neutron.plugins.ml2.managers [None req-a267b1d2-bc04-4590-8007-050830296a97 - - - - - -] Initializing driver for type 'vxlan' 2026-04-23 00:49:50.035 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a267b1d2-bc04-4590-8007-050830296a97 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-23 00:49:50.072 1 INFO neutron.plugins.ml2.managers [None req-a267b1d2-bc04-4590-8007-050830296a97 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-23 00:49:50.072 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a267b1d2-bc04-4590-8007-050830296a97 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-23 00:49:50.072 1 INFO neutron.plugins.ml2.managers [None req-a267b1d2-bc04-4590-8007-050830296a97 - - - - - -] Initializing extension driver 'port_security' 2026-04-23 00:49:50.073 1 INFO neutron.plugins.ml2.extensions.port_security [None req-a267b1d2-bc04-4590-8007-050830296a97 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-23 00:49:50.073 1 INFO neutron.plugins.ml2.managers [None req-a267b1d2-bc04-4590-8007-050830296a97 - - - - - -] Initializing extension driver 'qos' 2026-04-23 00:49:50.073 1 INFO neutron.plugins.ml2.managers [None req-a267b1d2-bc04-4590-8007-050830296a97 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-23 00:49:50.073 1 INFO neutron.plugins.ml2.managers [None req-a267b1d2-bc04-4590-8007-050830296a97 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-23 00:49:50.088 1 INFO neutron.quota [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded quota_driver: . 2026-04-23 00:49:50.088 1 INFO neutron.plugins.ml2.plugin [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Modular L2 Plugin initialization complete 2026-04-23 00:49:50.089 1 INFO neutron.plugins.ml2.managers [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-23 00:49:50.089 1 INFO neutron.plugins.ml2.managers [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-23 00:49:50.089 1 INFO neutron.plugins.ml2.managers [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-23 00:49:50.089 1 INFO neutron.extensions.vlantransparent [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Disabled vlantransparent extension. 2026-04-23 00:49:50.089 1 INFO neutron.manager [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loading Plugin: qos 2026-04-23 00:49:50.098 1 INFO neutron.manager [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loading Plugin: router 2026-04-23 00:49:50.125 1 INFO neutron.services.service_base [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-23 00:49:50.125 1 INFO neutron.manager [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loading Plugin: segments 2026-04-23 00:49:50.182 1 INFO neutron.manager [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loading Plugin: trunk 2026-04-23 00:49:50.228 1 INFO neutron.manager [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loading Plugin: vpnaas 2026-04-23 00:49:50.261 1 WARNING stevedore.named [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 00:49:50.312 1 INFO neutron_vpnaas.services.vpn.plugin [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-23 00:49:50.313 1 INFO neutron.common.utils [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-23 00:49:50.313 1 INFO neutron.manager [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loading Plugin: auto_allocate 2026-04-23 00:49:50.316 1 INFO neutron.manager [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loading Plugin: tag 2026-04-23 00:49:50.320 1 INFO neutron.manager [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loading Plugin: timestamp 2026-04-23 00:49:50.322 1 INFO neutron.manager [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loading Plugin: network_ip_availability 2026-04-23 00:49:50.325 1 INFO neutron.manager [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loading Plugin: flavors 2026-04-23 00:49:50.327 1 INFO neutron.manager [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loading Plugin: revisions 2026-04-23 00:49:50.329 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Initializing extension manager. 2026-04-23 00:49:50.330 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: address-group 2026-04-23 00:49:50.331 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: address-scope 2026-04-23 00:49:50.332 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-23 00:49:50.332 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: agent 2026-04-23 00:49:50.333 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: agent-resources-synced 2026-04-23 00:49:50.334 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-23 00:49:50.334 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-23 00:49:50.335 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: availability_zone 2026-04-23 00:49:50.335 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: availability_zone_filter 2026-04-23 00:49:50.336 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-23 00:49:50.336 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: default-subnetpools 2026-04-23 00:49:50.337 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-23 00:49:50.338 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: dns-integration 2026-04-23 00:49:50.338 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: dns-domain-ports 2026-04-23 00:49:50.339 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-23 00:49:50.339 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: dvr 2026-04-23 00:49:50.340 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-23 00:49:50.340 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: empty-string-filtering 2026-04-23 00:49:50.341 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 00:49:50.341 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-23 00:49:50.341 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: external-net 2026-04-23 00:49:50.342 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-23 00:49:50.342 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: extraroute 2026-04-23 00:49:50.343 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: extraroute-atomic 2026-04-23 00:49:50.343 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-23 00:49:50.344 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-23 00:49:50.344 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-23 00:49:50.345 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-23 00:49:50.345 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: fip-port-details 2026-04-23 00:49:50.346 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: flavors 2026-04-23 00:49:50.347 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-23 00:49:50.347 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: floatingip-pools 2026-04-23 00:49:50.348 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: ip_allocation 2026-04-23 00:49:50.348 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-23 00:49:50.349 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: l2_adjacency 2026-04-23 00:49:50.349 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: router 2026-04-23 00:49:50.351 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 00:49:50.351 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: ext-gw-mode 2026-04-23 00:49:50.352 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: l3-ha 2026-04-23 00:49:50.352 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-23 00:49:50.352 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-23 00:49:50.353 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: l3-flavors 2026-04-23 00:49:50.354 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-23 00:49:50.354 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-23 00:49:50.356 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-23 00:49:50.356 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-23 00:49:50.357 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-23 00:49:50.358 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-23 00:49:50.358 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-23 00:49:50.359 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: multi-provider 2026-04-23 00:49:50.359 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: net-mtu 2026-04-23 00:49:50.360 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: net-mtu-writable 2026-04-23 00:49:50.360 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: network_availability_zone 2026-04-23 00:49:50.361 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: network_ha 2026-04-23 00:49:50.361 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: network-ip-availability 2026-04-23 00:49:50.362 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-23 00:49:50.363 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: pagination 2026-04-23 00:49:50.363 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: port-device-profile 2026-04-23 00:49:50.363 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-23 00:49:50.364 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-23 00:49:50.364 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: port-mac-override 2026-04-23 00:49:50.365 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-23 00:49:50.365 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-23 00:49:50.366 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: port-resource-request 2026-04-23 00:49:50.366 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-23 00:49:50.366 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: binding 2026-04-23 00:49:50.367 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: binding-extended 2026-04-23 00:49:50.368 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: port-security 2026-04-23 00:49:50.368 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: project-id 2026-04-23 00:49:50.368 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: provider 2026-04-23 00:49:50.370 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: qos 2026-04-23 00:49:50.370 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-23 00:49:50.371 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-23 00:49:50.371 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: qos-default 2026-04-23 00:49:50.372 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: qos-fip 2026-04-23 00:49:50.372 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-23 00:49:50.373 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-23 00:49:50.373 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-23 00:49:50.374 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-23 00:49:50.374 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-23 00:49:50.375 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: qos-pps 2026-04-23 00:49:50.375 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-23 00:49:50.376 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-23 00:49:50.376 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: qos-rules-alias 2026-04-23 00:49:50.376 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: quota-check-limit 2026-04-23 00:49:50.378 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: quotas 2026-04-23 00:49:50.380 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: quota_details 2026-04-23 00:49:50.381 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: rbac-policies 2026-04-23 00:49:50.381 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: rbac-address-group 2026-04-23 00:49:50.382 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: rbac-address-scope 2026-04-23 00:49:50.382 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: rbac-security-groups 2026-04-23 00:49:50.383 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-23 00:49:50.383 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: revision-if-match 2026-04-23 00:49:50.384 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-23 00:49:50.384 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: router_availability_zone 2026-04-23 00:49:50.384 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-23 00:49:50.386 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-23 00:49:50.386 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-23 00:49:50.387 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-23 00:49:50.387 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-23 00:49:50.387 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-23 00:49:50.393 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: security-group 2026-04-23 00:49:50.394 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: segment 2026-04-23 00:49:50.395 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-23 00:49:50.395 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: service-type 2026-04-23 00:49:50.396 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: sorting 2026-04-23 00:49:50.396 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: standard-attr-segment 2026-04-23 00:49:50.397 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: standard-attr-description 2026-04-23 00:49:50.397 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: stateful-security-group 2026-04-23 00:49:50.397 1 WARNING neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-04-23 00:49:50.398 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-23 00:49:50.398 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: subnet_onboard 2026-04-23 00:49:50.399 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-23 00:49:50.399 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: subnet-service-types 2026-04-23 00:49:50.400 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: subnet_allocation 2026-04-23 00:49:50.400 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-23 00:49:50.401 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-23 00:49:50.403 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: standard-attr-tag 2026-04-23 00:49:50.404 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-23 00:49:50.404 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: trunk 2026-04-23 00:49:50.405 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: trunk-details 2026-04-23 00:49:50.405 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-23 00:49:50.406 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-23 00:49:50.406 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-23 00:49:50.407 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: vpn-flavors 2026-04-23 00:49:50.408 1 INFO neutron.api.extensions [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Loaded extension: vpnaas 2026-04-23 00:49:50.410 1 INFO oslo_service.service [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Starting 2 workers 2026-04-23 00:49:50.414 1 INFO oslo_service.service [None req-e670a0ad-8030-4747-af41-9151cf9ad7c8 - - - - - -] Starting 1 workers 2026-04-23 00:50:34.268 10 INFO neutron.db.l3_hamode_db [None req-51d73b32-5778-42f4-b90e-2ab518d7d52a - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 00:50:44.698 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 64072187-34b0-42ea-a8fe-f9d14e4d66c0 2026-04-23 00:50:45.029 10 INFO neutron.plugins.ml2.plugin [None req-252e6315-c62f-425f-b8e0-a3f50c690d0e - - - - - -] Attempt 1 to provision port 64072187-34b0-42ea-a8fe-f9d14e4d66c0 2026-04-23 00:50:46.467 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 64072187-34b0-42ea-a8fe-f9d14e4d66c0 2026-04-23 00:54:58.660 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 142f8304-47ee-4476-b28e-7332876c7872 2026-04-23 00:54:58.965 9 INFO neutron.plugins.ml2.plugin [None req-ef0e3c2e-a08d-47ae-9c38-684b8a1346ad - - - - - -] Attempt 1 to provision port 142f8304-47ee-4476-b28e-7332876c7872 2026-04-23 00:55:00.668 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 142f8304-47ee-4476-b28e-7332876c7872 2026-04-23 00:55:06.030 10 INFO neutron.plugins.ml2.plugin [None req-d95c80a3-ebcc-4ea8-865c-3e030132b19c - - - - - -] Attempt 1 to provision port 748258d2-7ce1-4b6c-ba65-307be96b6c78 2026-04-23 00:58:34.875 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 748258d2-7ce1-4b6c-ba65-307be96b6c78 2026-04-23 00:58:36.761 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 748258d2-7ce1-4b6c-ba65-307be96b6c78 2026-04-23 01:06:21.068 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port fe5e78eb-0079-43ae-bdb8-b90f0ecf5cb7 2026-04-23 01:06:23.048 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port fe5e78eb-0079-43ae-bdb8-b90f0ecf5cb7 2026-04-23 01:20:47.806 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 1e629e82-d274-44ae-9585-8f73d2a6af81 2026-04-23 01:20:48.067 10 INFO neutron.plugins.ml2.plugin [None req-29809827-7e99-4b51-958d-23316e08a6a8 - - - - - -] Attempt 1 to provision port e07cde6a-0b7c-431a-a4c7-ee417d518dd4 2026-04-23 01:20:48.338 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 72d5eedc-a2e0-4753-a90e-f575d7719e29 2026-04-23 01:20:48.619 10 INFO neutron.plugins.ml2.plugin [None req-f31798d2-a5ea-4609-872e-308a8444ec0c - - - - - -] Attempt 1 to provision port 3e8424be-dbeb-47db-b1c9-411e2630613e 2026-04-23 01:20:48.668 10 INFO neutron.plugins.ml2.plugin [None req-f31798d2-a5ea-4609-872e-308a8444ec0c - - - - - -] Attempt 1 to provision port cfda59f4-99c2-43de-aae0-63a81475f114 2026-04-23 01:20:48.828 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port cfda59f4-99c2-43de-aae0-63a81475f114 2026-04-23 01:20:49.098 9 INFO neutron.plugins.ml2.plugin [None req-58c9f45b-8098-4b46-8543-f88404f184b3 - - - - - -] Attempt 1 to provision port 1e629e82-d274-44ae-9585-8f73d2a6af81 2026-04-23 01:20:49.345 10 INFO neutron.plugins.ml2.plugin [None req-7d42d22e-0a4a-4ff9-9775-de4a8027196e - - - - - -] Attempt 1 to provision port 72d5eedc-a2e0-4753-a90e-f575d7719e29 2026-04-23 01:20:49.641 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 72d5eedc-a2e0-4753-a90e-f575d7719e29 2026-04-23 01:20:50.135 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port cfda59f4-99c2-43de-aae0-63a81475f114 2026-04-23 01:20:50.560 9 INFO neutron.plugins.ml2.plugin [None req-3ebe4bf2-c4a9-4005-9129-91bb203ca856 - - - - - -] Attempt 1 to provision port 9d7d6e8d-83a1-4ae1-be49-25e26e113dc6 2026-04-23 01:20:50.566 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 1e629e82-d274-44ae-9585-8f73d2a6af81 2026-04-23 01:20:50.721 10 INFO neutron.plugins.ml2.plugin [None req-be74957b-9a5c-4c5a-aacd-2a254a9632b6 - - - - - -] Attempt 1 to provision port 6c2e5d49-7fb9-452b-b131-f38c6f069689 2026-04-23 01:20:51.266 10 INFO neutron.plugins.ml2.plugin [None req-e7a9845d-ea19-40d1-a7b6-e3aa0ae893f1 - - - - - -] Attempt 1 to provision port 6c2e5d49-7fb9-452b-b131-f38c6f069689 2026-04-23 01:20:52.004 10 INFO neutron.plugins.ml2.plugin [None req-ba1a4be5-ab60-4bac-a7ef-90b25dc4907b - - - - - -] Attempt 1 to provision port 966db3c5-8735-425b-aab8-693daeb1c0e1 2026-04-23 01:20:52.653 9 INFO neutron.plugins.ml2.plugin [None req-1b90e6a6-f995-4eba-9efb-b07b08a3ff2d - - - - - -] Attempt 1 to provision port 966db3c5-8735-425b-aab8-693daeb1c0e1 2026-04-23 01:20:52.802 10 INFO neutron.plugins.ml2.plugin [None req-f0648448-4846-4adc-b274-82a57947286f - - - - - -] Attempt 1 to provision port dafe6b01-d65e-43e2-9125-720d320b09c7 2026-04-23 01:20:53.344 10 INFO neutron.plugins.ml2.plugin [None req-929cbb55-87c7-4121-83ce-ef3d363035ab - - - - - -] Attempt 1 to provision port dafe6b01-d65e-43e2-9125-720d320b09c7 2026-04-23 01:20:59.652 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 593606ce-c544-4072-8af1-b6178a0bc29d 2026-04-23 01:21:01.664 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 593606ce-c544-4072-8af1-b6178a0bc29d 2026-04-23 01:21:02.490 9 INFO neutron.plugins.ml2.plugin [None req-aa681414-8718-4b2d-9885-3f650123fd75 - - - - - -] Attempt 1 to provision port e8208f9f-649a-46d1-8876-eaf478ab9a99 2026-04-23 01:21:03.747 9 INFO neutron.plugins.ml2.plugin [None req-e972792f-2549-4691-8ade-1ee03e7d16e8 - - - - - -] Attempt 1 to provision port 1e22d5c3-c5e3-4a0a-8f1d-6708bc0e12ae 2026-04-23 01:21:03.834 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 50999c85-44a3-4fee-ad09-b339192880c3 2026-04-23 01:21:04.189 10 INFO neutron.plugins.ml2.plugin [None req-d35a5df3-1e1f-4569-aac6-541554a387a8 - - - - - -] Attempt 1 to provision port 50999c85-44a3-4fee-ad09-b339192880c3 2026-04-23 01:21:04.269 10 INFO neutron.plugins.ml2.plugin [None req-d35a5df3-1e1f-4569-aac6-541554a387a8 - - - - - -] Attempt 1 to provision port 95ef4e1c-2bd7-4330-b53d-de6cc480132c 2026-04-23 01:21:04.369 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port da5f6427-f9b7-4139-8442-07c0f1cf2dd2 2026-04-23 01:21:04.420 9 INFO neutron.plugins.ml2.plugin [None req-f42faf59-6435-48ec-a5b9-c13b62f63bb8 - - - - - -] Attempt 1 to provision port da5f6427-f9b7-4139-8442-07c0f1cf2dd2 2026-04-23 01:21:05.726 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 50999c85-44a3-4fee-ad09-b339192880c3 2026-04-23 01:21:05.938 10 INFO neutron.plugins.ml2.plugin [None req-54e8777c-7ad8-4232-9e1f-bd57637cfd3c - - - - - -] Attempt 1 to provision port 7c653265-eefc-4bf4-acbb-12998686729d 2026-04-23 01:21:06.278 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port da5f6427-f9b7-4139-8442-07c0f1cf2dd2 2026-04-23 01:21:06.602 9 INFO neutron.plugins.ml2.plugin [None req-c37bafa1-9123-4863-81d2-f32b95403b50 - - - - - -] Attempt 1 to provision port feaa090c-c387-4056-98c6-767acb169752 2026-04-23 01:21:06.795 10 INFO neutron.plugins.ml2.plugin [None req-7fa3b040-0cbd-403a-9fe8-4656ebe4fbab - - - - - -] Attempt 1 to provision port 7c653265-eefc-4bf4-acbb-12998686729d 2026-04-23 01:21:07.152 10 INFO neutron.plugins.ml2.plugin [None req-9cbc9887-31cb-43ef-939f-5c10030d23cf - - - - - -] Attempt 1 to provision port feaa090c-c387-4056-98c6-767acb169752 2026-04-23 01:21:07.745 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 2cbe53af-46c9-4b29-bcae-c2567bd4b760 2026-04-23 01:21:07.904 10 INFO neutron.plugins.ml2.plugin [None req-9ce8e0d2-12fc-49e3-8c6d-e65c91de6a11 - - - - - -] Attempt 1 to provision port ac72c7ae-8595-4286-8483-e96cf1f76086 2026-04-23 01:21:08.359 9 INFO neutron.plugins.ml2.plugin [None req-bc9118df-2a6e-45fb-bd42-8612132bec44 - - - - - -] Attempt 1 to provision port 7f7c3397-65b9-485b-b2bc-30530141f753 2026-04-23 01:21:08.381 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 7f7c3397-65b9-485b-b2bc-30530141f753 2026-04-23 01:21:09.065 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port fecb6491-3e84-438e-91c3-49708d2adfbd /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-04-23 01:21:09.840 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 2cbe53af-46c9-4b29-bcae-c2567bd4b760 2026-04-23 01:21:10.193 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port fecb6491-3e84-438e-91c3-49708d2adfbd 2026-04-23 01:21:11.840 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port e8208f9f-649a-46d1-8876-eaf478ab9a99 2026-04-23 01:21:12.430 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-de9088fa-179b-42f0-8273-27c4f84df38a'] response: {'server_uuid': '779fc0cf-e305-4df5-835e-025473016a7e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e8208f9f-649a-46d1-8876-eaf478ab9a99', 'code': 200} 2026-04-23 01:21:12.516 9 INFO neutron.plugins.ml2.plugin [None req-02c248cc-778f-4898-a788-4d5c2c194560 - - - - - -] Attempt 1 to provision port 321f1acd-8811-4daa-bb11-c4328c0c0a7c 2026-04-23 01:21:13.929 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port e8208f9f-649a-46d1-8876-eaf478ab9a99 2026-04-23 01:21:14.600 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 321f1acd-8811-4daa-bb11-c4328c0c0a7c 2026-04-23 01:21:15.650 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-20c6a8cc-6020-4698-ac80-0dfb7fe3ab35'] response: {'server_uuid': '48e97238-08a2-4b34-8655-94f4315c95ed', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '321f1acd-8811-4daa-bb11-c4328c0c0a7c', 'code': 200} 2026-04-23 01:21:16.197 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 321f1acd-8811-4daa-bb11-c4328c0c0a7c 2026-04-23 01:21:16.613 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 7dbfc78a-ae38-4d8c-b3f7-e4b1b9339317 2026-04-23 01:21:17.004 10 INFO neutron.plugins.ml2.plugin [None req-709ce081-58cc-4598-93e4-6cd4ae95a70a - - - - - -] Attempt 1 to provision port eecda42c-49a9-4fdf-9a5b-8c7a0f7b45e0 2026-04-23 01:21:17.264 9 INFO neutron.plugins.ml2.plugin [None req-a264ee1a-2c04-4405-acf8-fbaf462f20c9 - - - - - -] Attempt 1 to provision port 7dbfc78a-ae38-4d8c-b3f7-e4b1b9339317 2026-04-23 01:21:17.455 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port c99fd0b7-af04-4fa6-acd9-3bd3811836a6 2026-04-23 01:21:17.564 9 INFO neutron.plugins.ml2.plugin [None req-a638b612-06f5-4bb9-a350-50d4ab2608f5 - - - - - -] Attempt 1 to provision port c99fd0b7-af04-4fa6-acd9-3bd3811836a6 2026-04-23 01:21:18.041 9 INFO neutron.plugins.ml2.plugin [None req-d31a0cfc-d795-4e02-ad38-55ddca54003b - - - - - -] Attempt 1 to provision port c920776c-d85a-4cf6-8bed-833932ce9355 2026-04-23 01:21:18.165 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 7dbfc78a-ae38-4d8c-b3f7-e4b1b9339317 2026-04-23 01:21:18.410 10 INFO neutron.plugins.ml2.plugin [None req-ada35926-6f21-4824-96d2-27c5f1fff06d - - - - - -] Attempt 1 to provision port c920776c-d85a-4cf6-8bed-833932ce9355 2026-04-23 01:21:18.498 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port c99fd0b7-af04-4fa6-acd9-3bd3811836a6 2026-04-23 01:21:19.301 10 INFO neutron.plugins.ml2.plugin [None req-32de4f6c-0b45-4101-bff1-d5de06ac8ad4 - - - - - -] Attempt 1 to provision port 367bd77e-2b5a-404e-a96e-4aa9aa34cd07 2026-04-23 01:21:19.956 10 INFO neutron.plugins.ml2.plugin [None req-e44af30d-e354-4424-a931-d2ac4e96d343 - - - - - -] Attempt 1 to provision port 367bd77e-2b5a-404e-a96e-4aa9aa34cd07 2026-04-23 01:21:20.244 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 9d7d6e8d-83a1-4ae1-be49-25e26e113dc6 2026-04-23 01:21:22.264 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 9d7d6e8d-83a1-4ae1-be49-25e26e113dc6 2026-04-23 01:21:22.459 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port eecda42c-49a9-4fdf-9a5b-8c7a0f7b45e0 2026-04-23 01:21:22.623 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-5e7e9d1f-f08f-446a-b470-bd9ff74493f8'] response: {'server_uuid': '3f60d647-b845-4a6e-a85c-4757920a5d2d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'eecda42c-49a9-4fdf-9a5b-8c7a0f7b45e0', 'code': 200} /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-04-23 01:21:24.086 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port eecda42c-49a9-4fdf-9a5b-8c7a0f7b45e0 2026-04-23 01:21:27.540 10 INFO neutron.plugins.ml2.plugin [None req-12c2dc7f-6ad8-4e3c-81a0-6f5289b5e3f5 - - - - - -] Attempt 1 to provision port e277f67b-4d79-4fe3-9cd2-246f5d5bc159 2026-04-23 01:21:28.185 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 7c653265-eefc-4bf4-acbb-12998686729d 2026-04-23 01:21:28.663 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 1e22d5c3-c5e3-4a0a-8f1d-6708bc0e12ae 2026-04-23 01:21:28.711 10 INFO neutron.plugins.ml2.plugin [None req-f9f357f6-6a1c-4b93-86ea-99099fe1298f - - - - - -] Attempt 1 to provision port 7d167642-a096-40aa-96c9-8fdc76283fe9 2026-04-23 01:21:28.970 10 INFO neutron.plugins.ml2.plugin [None req-65d48422-adb7-4064-81ad-73bbbb085c33 - - - - - -] Attempt 1 to provision port bca5d576-684c-4516-968d-4f9b05ade8f9 2026-04-23 01:21:29.029 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port e277f67b-4d79-4fe3-9cd2-246f5d5bc159 2026-04-23 01:21:29.128 9 INFO neutron.plugins.ml2.plugin [None req-87596dd9-8030-496e-bdfc-191ca96da3b5 - - - - - -] Attempt 1 to provision port 7d167642-a096-40aa-96c9-8fdc76283fe9 2026-04-23 01:21:29.775 10 INFO neutron.plugins.ml2.plugin [None req-2a87751c-23fc-4857-a876-ae1c0ed5f4da - - - - - -] Attempt 1 to provision port 5d7c4d83-39f2-4fc9-bb71-b26f12eb7727 2026-04-23 01:21:30.196 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 1e22d5c3-c5e3-4a0a-8f1d-6708bc0e12ae 2026-04-23 01:21:30.346 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 5d7c4d83-39f2-4fc9-bb71-b26f12eb7727 2026-04-23 01:21:30.598 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 7c653265-eefc-4bf4-acbb-12998686729d 2026-04-23 01:21:31.636 9 INFO neutron.plugins.ml2.plugin [None req-5b61f606-5739-4469-a7fb-3387de665101 - - - - - -] Attempt 1 to provision port ff012a77-0a24-4bff-b6c1-d657acb90587 2026-04-23 01:21:32.205 9 INFO neutron.plugins.ml2.plugin [None req-749905fd-72ae-4700-b102-ec9b41124b36 - - - - - -] Attempt 1 to provision port ff012a77-0a24-4bff-b6c1-d657acb90587 2026-04-23 01:21:32.267 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 5d7c4d83-39f2-4fc9-bb71-b26f12eb7727 2026-04-23 01:21:32.506 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port f52a2675-be63-44bb-a668-3174cee84610 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-04-23 01:21:34.066 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port f52a2675-be63-44bb-a668-3174cee84610 2026-04-23 01:21:36.148 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 48f8148b-4735-42e0-9ae3-8ea8e140efd7 2026-04-23 01:21:36.407 10 INFO neutron.plugins.ml2.plugin [None req-cc45543d-8f93-462a-af6a-070881792dc8 - - - - - -] Attempt 1 to provision port 48f8148b-4735-42e0-9ae3-8ea8e140efd7 2026-04-23 01:21:36.906 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 95ef4e1c-2bd7-4330-b53d-de6cc480132c 2026-04-23 01:21:37.427 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port feaa090c-c387-4056-98c6-767acb169752 2026-04-23 01:21:37.944 9 INFO neutron.plugins.ml2.plugin [None req-df21b06c-912e-4795-935d-92930256a94f - - - - - -] Attempt 1 to provision port e393b16c-e3df-4e15-9b65-ce32ddaa20dd 2026-04-23 01:21:38.086 9 INFO neutron.plugins.ml2.plugin [None req-5886e4a0-639f-45d3-a1be-6b53248df294 - - - - - -] Attempt 1 to provision port ed23d9cb-898e-469b-9902-68013c9df0dd 2026-04-23 01:21:38.122 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 48f8148b-4735-42e0-9ae3-8ea8e140efd7 2026-04-23 01:21:38.380 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 242f7a89-8253-4e07-938e-29956106276e 2026-04-23 01:21:38.835 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 95ef4e1c-2bd7-4330-b53d-de6cc480132c 2026-04-23 01:21:38.954 10 INFO neutron.plugins.ml2.plugin [None req-657b46df-8520-4b18-a338-c9e1049bf8d0 - - - - - -] Attempt 1 to provision port 242f7a89-8253-4e07-938e-29956106276e 2026-04-23 01:21:39.155 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port feaa090c-c387-4056-98c6-767acb169752 2026-04-23 01:21:40.104 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 242f7a89-8253-4e07-938e-29956106276e 2026-04-23 01:21:40.570 9 INFO neutron.plugins.ml2.plugin [None req-418e65fc-6e45-447a-a1d5-88db35731af6 - - - - - -] Attempt 1 to provision port d5562a84-7b7a-4cbd-b101-7aec31e921c8 2026-04-23 01:21:40.908 9 INFO neutron.plugins.ml2.plugin [None req-989c14ea-78ba-46c3-a6b5-b6c8d37ff30e - - - - - -] Attempt 1 to provision port d5562a84-7b7a-4cbd-b101-7aec31e921c8 2026-04-23 01:21:42.140 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 7e7f5868-b8ee-473c-bc77-06a4c4068144 2026-04-23 01:21:42.278 9 INFO neutron.plugins.ml2.plugin [None req-9fcb2d0b-8126-41c1-8eb2-1f56419ee75e - - - - - -] Attempt 1 to provision port 321f1acd-8811-4daa-bb11-c4328c0c0a7c 2026-04-23 01:21:42.634 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 607675bc-d6cb-453d-8fe7-209e9ec915b5 2026-04-23 01:21:42.759 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-59d140a6-6384-47a6-b11d-fbd8b08450c5'] response: {'server_uuid': 'c9516118-82c6-47cb-83a3-48d24ec8baad', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '607675bc-d6cb-453d-8fe7-209e9ec915b5', 'code': 200} 2026-04-23 01:21:43.069 10 INFO neutron.plugins.ml2.plugin [None req-6ddfce7f-0006-4627-84a7-cf6cbf17bc43 - - - - - -] Attempt 1 to provision port 14821e78-0707-416c-86c8-706ed3289350 2026-04-23 01:21:44.235 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 7e7f5868-b8ee-473c-bc77-06a4c4068144 2026-04-23 01:21:44.501 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 607675bc-d6cb-453d-8fe7-209e9ec915b5 2026-04-23 01:21:44.782 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 321f1acd-8811-4daa-bb11-c4328c0c0a7c 2026-04-23 01:21:46.393 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0960fbd-e8e4-449f-a5a5-88eb5da22814'] response: {'server_uuid': 'c9516118-82c6-47cb-83a3-48d24ec8baad', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '607675bc-d6cb-453d-8fe7-209e9ec915b5', 'code': 200} 2026-04-23 01:21:46.738 10 INFO neutron.plugins.ml2.plugin [None req-901ac26a-8503-477e-9687-333d2d6e9f28 - - - - - -] Attempt 1 to provision port 321f1acd-8811-4daa-bb11-c4328c0c0a7c 2026-04-23 01:21:48.041 9 INFO neutron.plugins.ml2.plugin [None req-24bd3197-1b36-4c5f-9635-db14d0a21c26 - - - - - -] Attempt 1 to provision port e09aacad-4f14-4bbc-ae64-56b150588142 2026-04-23 01:21:48.230 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port bca5d576-684c-4516-968d-4f9b05ade8f9 2026-04-23 01:21:48.635 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port ff012a77-0a24-4bff-b6c1-d657acb90587 2026-04-23 01:21:49.131 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 321f1acd-8811-4daa-bb11-c4328c0c0a7c 2026-04-23 01:21:50.386 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port e09aacad-4f14-4bbc-ae64-56b150588142 2026-04-23 01:21:50.571 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab797306-c588-4cf5-bbca-d83cec389d89'] response: {'server_uuid': '2b64d71f-ec20-4d7c-b77c-74a526f32641', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e09aacad-4f14-4bbc-ae64-56b150588142', 'code': 200} 2026-04-23 01:21:52.153 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port e09aacad-4f14-4bbc-ae64-56b150588142 2026-04-23 01:21:58.108 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port ed23d9cb-898e-469b-9902-68013c9df0dd 2026-04-23 01:21:58.396 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port d5562a84-7b7a-4cbd-b101-7aec31e921c8 2026-04-23 01:22:00.093 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port ed23d9cb-898e-469b-9902-68013c9df0dd 2026-04-23 01:22:00.319 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port d5562a84-7b7a-4cbd-b101-7aec31e921c8 2026-04-23 01:22:12.143 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-323f9f57-92d9-493f-a1c4-ca5a7756c3cc'] response: {'server_uuid': '2b64d71f-ec20-4d7c-b77c-74a526f32641', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e09aacad-4f14-4bbc-ae64-56b150588142', 'code': 200} 2026-04-23 01:22:12.631 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port e09aacad-4f14-4bbc-ae64-56b150588142 2026-04-23 01:22:14.116 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port e09aacad-4f14-4bbc-ae64-56b150588142 2026-04-23 01:22:14.199 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-b571fb2b-ee80-459c-9d49-abfdc1d29fd3'] response: {'server_uuid': '2b64d71f-ec20-4d7c-b77c-74a526f32641', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e09aacad-4f14-4bbc-ae64-56b150588142', 'code': 200} 2026-04-23 01:22:27.210 9 INFO neutron.plugins.ml2.plugin [None req-8f305cb3-5251-4c97-9aeb-2d53a0562c33 - - - - - -] Attempt 1 to provision port 482b01f2-eafd-4bb1-8663-80cd5c22bf9b 2026-04-23 01:22:30.253 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 885d820e-7885-44f5-b894-59da2c623fdb 2026-04-23 01:22:30.687 10 INFO neutron.plugins.ml2.plugin [None req-ce079b7f-425a-4a47-b855-789d4f38479b - - - - - -] Attempt 1 to provision port 885d820e-7885-44f5-b894-59da2c623fdb 2026-04-23 01:22:32.167 10 INFO neutron.plugins.ml2.plugin [None req-6223d3f4-9a92-425f-9ad1-8edf816cb961 - - - - - -] Attempt 1 to provision port 7443c788-feb1-42ba-bdab-79fa2d4b66c0 2026-04-23 01:22:32.224 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port d9e5e3a0-6e66-4822-bcf4-ffbb45faba47 2026-04-23 01:22:32.412 10 INFO neutron.plugins.ml2.plugin [None req-6223d3f4-9a92-425f-9ad1-8edf816cb961 - - - - - -] Attempt 1 to provision port 326e4f70-2850-4a15-88b3-3f9836cea8bb 2026-04-23 01:22:32.663 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 7443c788-feb1-42ba-bdab-79fa2d4b66c0 2026-04-23 01:22:33.024 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 885d820e-7885-44f5-b894-59da2c623fdb /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-04-23 01:22:33.969 9 INFO neutron.plugins.ml2.plugin [None req-5ddda822-a301-475f-ad8b-2769baf0d5a6 - - - - - -] Attempt 1 to provision port 326e4f70-2850-4a15-88b3-3f9836cea8bb 2026-04-23 01:22:34.312 9 INFO neutron.plugins.ml2.plugin [None req-26d34de2-3d03-4795-b2f4-81051332dbcb - - - - - -] Attempt 1 to provision port 326e4f70-2850-4a15-88b3-3f9836cea8bb 2026-04-23 01:22:34.440 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port d9e5e3a0-6e66-4822-bcf4-ffbb45faba47 2026-04-23 01:22:34.823 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 7443c788-feb1-42ba-bdab-79fa2d4b66c0 2026-04-23 01:22:38.389 10 INFO neutron.plugins.ml2.plugin [None req-b857320d-6870-4cb2-95fa-1f43a4a3e2e1 - - - - - -] Attempt 1 to provision port ea5ae454-7e93-4b7c-a775-0dec87c44054 2026-04-23 01:22:39.642 9 INFO neutron.plugins.ml2.plugin [None req-c9e78ee1-ff3e-46ec-a66e-be53562248ae - - - - - -] Attempt 1 to provision port feb11cd9-f117-4c39-97e5-51b475b6db02 2026-04-23 01:22:40.202 10 INFO neutron.plugins.ml2.plugin [None req-81e41d91-f1ea-446d-818e-93c240a81870 - - - - - -] Attempt 1 to provision port 53464c8d-27d1-4cbe-9e2f-ace409d8c5b3 2026-04-23 01:22:40.218 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 53464c8d-27d1-4cbe-9e2f-ace409d8c5b3 2026-04-23 01:22:41.088 10 INFO neutron.plugins.ml2.plugin [None req-b9c724d4-5b9d-4738-a873-5523238e2411 - - - - - -] Attempt 1 to provision port 09bf6497-4f5f-4b5d-98ca-601964021f34 2026-04-23 01:22:41.113 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 09bf6497-4f5f-4b5d-98ca-601964021f34 2026-04-23 01:22:42.281 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 53464c8d-27d1-4cbe-9e2f-ace409d8c5b3 2026-04-23 01:22:42.591 9 INFO neutron.plugins.ml2.plugin [None req-da04cb0e-38a6-4369-97e8-6254a81db465 - - - - - -] Attempt 1 to provision port 188206b6-74bb-4d4c-a44a-1c82fdcf9290 2026-04-23 01:22:42.648 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port ea5ae454-7e93-4b7c-a775-0dec87c44054 2026-04-23 01:22:42.790 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-56d85764-f0b6-46ab-a303-f48416bd1f38'] response: {'server_uuid': '64b807f2-cd0a-4411-9795-7d38e6f020bf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ea5ae454-7e93-4b7c-a775-0dec87c44054', 'code': 200} 2026-04-23 01:22:43.164 9 INFO neutron.plugins.ml2.plugin [None req-895c5bb1-df90-46e5-8f72-81d873542c65 - - - - - -] Attempt 1 to provision port 188206b6-74bb-4d4c-a44a-1c82fdcf9290 2026-04-23 01:22:44.259 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 8e4cdc53-4fcc-46d8-a054-c3a034379cd8 2026-04-23 01:22:44.712 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port ea5ae454-7e93-4b7c-a775-0dec87c44054 2026-04-23 01:22:46.164 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 8e4cdc53-4fcc-46d8-a054-c3a034379cd8 2026-04-23 01:22:48.312 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 482b01f2-eafd-4bb1-8663-80cd5c22bf9b 2026-04-23 01:22:48.756 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 326e4f70-2850-4a15-88b3-3f9836cea8bb 2026-04-23 01:22:50.389 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port d5dcc510-6eb1-481f-8795-b3092e6490e2 2026-04-23 01:22:50.521 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-fff3e2c1-dbc3-4753-82b0-b6ce493ab1a2'] response: {'server_uuid': 'a1badbb1-a753-4248-bead-39cfee7c96c6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd5dcc510-6eb1-481f-8795-b3092e6490e2', 'code': 200} 2026-04-23 01:22:51.021 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 482b01f2-eafd-4bb1-8663-80cd5c22bf9b 2026-04-23 01:22:51.201 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 326e4f70-2850-4a15-88b3-3f9836cea8bb 2026-04-23 01:22:52.133 9 INFO neutron.plugins.ml2.plugin [None req-df2c169f-b92d-4499-950a-faa1436d44df - - - - - -] Attempt 1 to provision port 4acb642b-b326-4d6b-a047-5743521063eb 2026-04-23 01:22:52.185 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 06988c54-9325-4d2b-8d77-3e2a73a466d9 2026-04-23 01:22:52.594 9 INFO neutron.plugins.ml2.plugin [None req-cad63db2-1a1f-45ba-b58f-43147794a820 - - - - - -] Attempt 1 to provision port 06988c54-9325-4d2b-8d77-3e2a73a466d9 2026-04-23 01:22:52.653 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 4acb642b-b326-4d6b-a047-5743521063eb 2026-04-23 01:22:52.888 10 INFO neutron.plugins.ml2.plugin [None req-c50c2766-8680-4844-b7e7-d4e7a5c9ea39 - - - - - -] Attempt 1 to provision port 42bb869b-ce2f-4e89-ab84-5864a73640a4 2026-04-23 01:22:53.330 10 INFO neutron.plugins.ml2.plugin [None req-560e7daa-edb3-489c-9be6-b14743d8deef - - - - - -] Attempt 1 to provision port 42bb869b-ce2f-4e89-ab84-5864a73640a4 2026-04-23 01:22:54.118 9 INFO neutron.plugins.ml2.plugin [None req-6c202e1d-0066-4f4f-b40a-58e4e324bed2 - - - - - -] Attempt 1 to provision port 3a576c56-180e-465b-afd0-ec1e757a7c6a 2026-04-23 01:22:54.175 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 06988c54-9325-4d2b-8d77-3e2a73a466d9 2026-04-23 01:22:54.427 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 4acb642b-b326-4d6b-a047-5743521063eb 2026-04-23 01:22:55.096 9 INFO neutron.plugins.ml2.plugin [None req-0454f557-93f3-4b56-9326-2c4da5b7000a - - - - - -] Attempt 1 to provision port 3a576c56-180e-465b-afd0-ec1e757a7c6a 2026-04-23 01:23:01.715 9 INFO neutron.plugins.ml2.plugin [None req-03da4b99-21d8-4b3f-ad6f-0f4f2866c14c - - - - - -] Attempt 1 to provision port 5ce7e9ff-9d76-4d65-9899-2cb14963fe30 2026-04-23 01:23:02.125 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 5ce7e9ff-9d76-4d65-9899-2cb14963fe30 2026-04-23 01:23:02.575 9 INFO neutron.plugins.ml2.plugin [None req-5f73d81e-6414-4044-ae4a-148b439c0b25 - - - - - -] Attempt 1 to provision port 869c8a00-11f3-478b-b7ef-649983f0c379 2026-04-23 01:23:03.426 10 INFO neutron.plugins.ml2.plugin [None req-d4c7d96a-3431-4b7f-9e58-dbe5bf48c651 - - - - - -] Attempt 1 to provision port 869c8a00-11f3-478b-b7ef-649983f0c379 2026-04-23 01:23:06.393 10 INFO neutron.plugins.ml2.plugin [None req-86b1e978-04f8-4242-9254-1f1654a88472 - - - - - -] Attempt 1 to provision port fa23d09c-707f-40ff-b6b3-819dfe6aa7e1 2026-04-23 01:23:08.205 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port fa23d09c-707f-40ff-b6b3-819dfe6aa7e1 2026-04-23 01:23:08.371 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-23dbaf54-faef-4150-928e-9eaaef25fbaa'] response: {'server_uuid': '3f033c0e-15b9-4825-8079-7c4e01c18ebe', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fa23d09c-707f-40ff-b6b3-819dfe6aa7e1', 'code': 200} 2026-04-23 01:23:08.689 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 1004977a-b810-4f76-bddf-49d2fa477cbe 2026-04-23 01:23:08.754 9 INFO neutron.plugins.ml2.plugin [None req-48c1c020-7641-46fd-87fb-2130f9e73be1 - - - - - -] Attempt 1 to provision port 1004977a-b810-4f76-bddf-49d2fa477cbe 2026-04-23 01:23:09.956 10 INFO neutron.plugins.ml2.plugin [None req-75a7c0e2-6cb6-4653-a0e8-355bbcd9e820 - - - - - -] Attempt 1 to provision port 4ce10c38-8080-40b2-a52e-9cfabb968a9f 2026-04-23 01:23:10.145 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port fa23d09c-707f-40ff-b6b3-819dfe6aa7e1 2026-04-23 01:23:10.312 10 INFO neutron.plugins.ml2.plugin [None req-960a689a-8e97-41fd-8c62-efc3a4cf1b18 - - - - - -] Attempt 1 to provision port 4ce10c38-8080-40b2-a52e-9cfabb968a9f 2026-04-23 01:23:10.415 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 1004977a-b810-4f76-bddf-49d2fa477cbe 2026-04-23 01:23:14.091 10 INFO neutron.plugins.ml2.plugin [None req-087eade6-f6c0-4399-9902-3674e30ce78e - - - - - -] Attempt 1 to provision port 5ce627be-f450-4823-aaf1-fea3f206831d 2026-04-23 01:23:14.849 10 INFO neutron.plugins.ml2.plugin [None req-ebb8953f-a57f-40e3-870c-11003168ec03 - - - - - -] Attempt 1 to provision port c603a7a3-a1dc-4a96-b1f2-c6b8c0e4f20e 2026-04-23 01:23:32.449 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 8d01518d-86f2-482d-a180-677eee7ebe09 2026-04-23 01:23:32.618 10 INFO neutron.plugins.ml2.plugin [None req-c4eef03a-90bc-4b64-8e02-7fcbc7e4bc27 - - - - - -] Attempt 1 to provision port 10a523e1-95f8-45ff-a0f4-bc0ff22afe77 2026-04-23 01:23:33.266 9 INFO neutron.plugins.ml2.plugin [None req-bfe96d75-4696-4551-8bfb-4ca3eb0c10dd - - - - - -] Attempt 1 to provision port 8d01518d-86f2-482d-a180-677eee7ebe09 2026-04-23 01:23:34.115 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 8d01518d-86f2-482d-a180-677eee7ebe09 2026-04-23 01:23:34.773 10 INFO neutron.plugins.ml2.plugin [None req-cf36889c-42d9-4ac9-bbdd-036777d7b8bb - - - - - -] Attempt 1 to provision port 8ae48592-4237-40ad-a4d4-5d6ca9b701fd 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet dd4b3312-c996-48f9-80fd-1618cf133e68 could not be found. 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet dd4b3312-c996-48f9-80fd-1618cf133e68 could not be found. 2026-04-23 01:23:35.289 10 ERROR neutron.plugins.ml2.managers  2026-04-23 01:23:35.291 10 ERROR neutron.plugins.ml2.managers [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Failed to bind port 1b5d334b-fd3b-4c9e-a4f3-a351809ca555 on host instance for vnic_type normal using segments [{'id': 'c77d3018-2252-4d9d-b1dc-75ada6d252fc', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 762, 'network_id': 'd9382022-a13c-4793-bd39-d7b379b6e809'}] 2026-04-23 01:23:35.291 10 INFO neutron.plugins.ml2.plugin [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Attempt 2 to bind port 1b5d334b-fd3b-4c9e-a4f3-a351809ca555 2026-04-23 01:23:35.324 10 INFO neutron.plugins.ml2.plugin [None req-f6b1a848-f3ba-49d5-ba96-04d2480622dd - - - - - -] Attempt 1 to provision port 8ae48592-4237-40ad-a4d4-5d6ca9b701fd 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet dd4b3312-c996-48f9-80fd-1618cf133e68 could not be found. 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet dd4b3312-c996-48f9-80fd-1618cf133e68 could not be found. 2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers  2026-04-23 01:23:35.326 10 ERROR neutron.plugins.ml2.managers [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Failed to bind port 1b5d334b-fd3b-4c9e-a4f3-a351809ca555 on host instance for vnic_type normal using segments [{'id': 'c77d3018-2252-4d9d-b1dc-75ada6d252fc', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 762, 'network_id': 'd9382022-a13c-4793-bd39-d7b379b6e809'}] 2026-04-23 01:23:35.333 10 INFO neutron.plugins.ml2.plugin [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Attempt 3 to bind port 1b5d334b-fd3b-4c9e-a4f3-a351809ca555 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet dd4b3312-c996-48f9-80fd-1618cf133e68 could not be found. 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet dd4b3312-c996-48f9-80fd-1618cf133e68 could not be found. 2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers  2026-04-23 01:23:35.357 10 ERROR neutron.plugins.ml2.managers [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Failed to bind port 1b5d334b-fd3b-4c9e-a4f3-a351809ca555 on host instance for vnic_type normal using segments [{'id': 'c77d3018-2252-4d9d-b1dc-75ada6d252fc', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 762, 'network_id': 'd9382022-a13c-4793-bd39-d7b379b6e809'}] 2026-04-23 01:23:35.358 10 INFO neutron.plugins.ml2.plugin [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Attempt 4 to bind port 1b5d334b-fd3b-4c9e-a4f3-a351809ca555 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet dd4b3312-c996-48f9-80fd-1618cf133e68 could not be found. 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet dd4b3312-c996-48f9-80fd-1618cf133e68 could not be found. 2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers  2026-04-23 01:23:35.375 10 ERROR neutron.plugins.ml2.managers [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Failed to bind port 1b5d334b-fd3b-4c9e-a4f3-a351809ca555 on host instance for vnic_type normal using segments [{'id': 'c77d3018-2252-4d9d-b1dc-75ada6d252fc', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 762, 'network_id': 'd9382022-a13c-4793-bd39-d7b379b6e809'}] 2026-04-23 01:23:35.376 10 INFO neutron.plugins.ml2.plugin [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Attempt 5 to bind port 1b5d334b-fd3b-4c9e-a4f3-a351809ca555 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet dd4b3312-c996-48f9-80fd-1618cf133e68 could not be found. 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet dd4b3312-c996-48f9-80fd-1618cf133e68 could not be found. 2026-04-23 01:23:35.393 10 ERROR neutron.plugins.ml2.managers  2026-04-23 01:23:35.394 10 ERROR neutron.plugins.ml2.managers [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Failed to bind port 1b5d334b-fd3b-4c9e-a4f3-a351809ca555 on host instance for vnic_type normal using segments [{'id': 'c77d3018-2252-4d9d-b1dc-75ada6d252fc', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 762, 'network_id': 'd9382022-a13c-4793-bd39-d7b379b6e809'}] 2026-04-23 01:23:35.394 10 INFO neutron.plugins.ml2.plugin [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Attempt 6 to bind port 1b5d334b-fd3b-4c9e-a4f3-a351809ca555 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet dd4b3312-c996-48f9-80fd-1618cf133e68 could not be found. 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet dd4b3312-c996-48f9-80fd-1618cf133e68 could not be found. 2026-04-23 01:23:35.429 10 ERROR neutron.plugins.ml2.managers  2026-04-23 01:23:35.430 10 ERROR neutron.plugins.ml2.managers [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Failed to bind port 1b5d334b-fd3b-4c9e-a4f3-a351809ca555 on host instance for vnic_type normal using segments [{'id': 'c77d3018-2252-4d9d-b1dc-75ada6d252fc', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 762, 'network_id': 'd9382022-a13c-4793-bd39-d7b379b6e809'}] 2026-04-23 01:23:35.430 10 INFO neutron.plugins.ml2.plugin [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Attempt 7 to bind port 1b5d334b-fd3b-4c9e-a4f3-a351809ca555 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet dd4b3312-c996-48f9-80fd-1618cf133e68 could not be found. 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet dd4b3312-c996-48f9-80fd-1618cf133e68 could not be found. 2026-04-23 01:23:35.454 10 ERROR neutron.plugins.ml2.managers  2026-04-23 01:23:35.455 10 ERROR neutron.plugins.ml2.managers [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Failed to bind port 1b5d334b-fd3b-4c9e-a4f3-a351809ca555 on host instance for vnic_type normal using segments [{'id': 'c77d3018-2252-4d9d-b1dc-75ada6d252fc', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 762, 'network_id': 'd9382022-a13c-4793-bd39-d7b379b6e809'}] 2026-04-23 01:23:35.455 10 INFO neutron.plugins.ml2.plugin [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Attempt 8 to bind port 1b5d334b-fd3b-4c9e-a4f3-a351809ca555 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet dd4b3312-c996-48f9-80fd-1618cf133e68 could not be found. 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet dd4b3312-c996-48f9-80fd-1618cf133e68 could not be found. 2026-04-23 01:23:35.482 10 ERROR neutron.plugins.ml2.managers  2026-04-23 01:23:35.483 10 ERROR neutron.plugins.ml2.managers [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Failed to bind port 1b5d334b-fd3b-4c9e-a4f3-a351809ca555 on host instance for vnic_type normal using segments [{'id': 'c77d3018-2252-4d9d-b1dc-75ada6d252fc', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 762, 'network_id': 'd9382022-a13c-4793-bd39-d7b379b6e809'}] 2026-04-23 01:23:35.483 10 INFO neutron.plugins.ml2.plugin [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Attempt 9 to bind port 1b5d334b-fd3b-4c9e-a4f3-a351809ca555 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet dd4b3312-c996-48f9-80fd-1618cf133e68 could not be found. 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet dd4b3312-c996-48f9-80fd-1618cf133e68 could not be found. 2026-04-23 01:23:35.501 10 ERROR neutron.plugins.ml2.managers  2026-04-23 01:23:35.502 10 ERROR neutron.plugins.ml2.managers [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Failed to bind port 1b5d334b-fd3b-4c9e-a4f3-a351809ca555 on host instance for vnic_type normal using segments [{'id': 'c77d3018-2252-4d9d-b1dc-75ada6d252fc', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 762, 'network_id': 'd9382022-a13c-4793-bd39-d7b379b6e809'}] 2026-04-23 01:23:35.502 10 INFO neutron.plugins.ml2.plugin [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Attempt 10 to bind port 1b5d334b-fd3b-4c9e-a4f3-a351809ca555 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet dd4b3312-c996-48f9-80fd-1618cf133e68 could not be found. 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 866, in _bind_port_level 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1198, in get_subnet 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet dd4b3312-c996-48f9-80fd-1618cf133e68 could not be found. 2026-04-23 01:23:35.527 10 ERROR neutron.plugins.ml2.managers  2026-04-23 01:23:35.528 10 ERROR neutron.plugins.ml2.managers [None req-e6466254-2f54-4897-9274-efdd8af2f0e9 - - - - - -] Failed to bind port 1b5d334b-fd3b-4c9e-a4f3-a351809ca555 on host instance for vnic_type normal using segments [{'id': 'c77d3018-2252-4d9d-b1dc-75ada6d252fc', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 762, 'network_id': 'd9382022-a13c-4793-bd39-d7b379b6e809'}] 2026-04-23 01:23:36.161 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port d0faaf4a-5838-457f-8af7-404e6811edf8 2026-04-23 01:23:36.280 9 INFO neutron.plugins.ml2.plugin [None req-03bca060-d96f-4a86-b761-ae67bbf14b31 - - - - - -] Attempt 1 to provision port 5ca23d69-3270-479a-904b-bfd7f80060c7 2026-04-23 01:23:36.733 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 5ca23d69-3270-479a-904b-bfd7f80060c7 2026-04-23 01:23:38.430 10 INFO neutron.plugins.ml2.plugin [None req-f57f5b5c-12e1-449a-99d1-71ef715b01e1 - - - - - -] Attempt 1 to provision port a90249ef-9609-4b81-8519-c0623a71b06b 2026-04-23 01:23:38.582 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port d0faaf4a-5838-457f-8af7-404e6811edf8 2026-04-23 01:23:38.896 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port c0fcab3f-e8f3-4126-b543-a92cec8c7bb4 2026-04-23 01:23:39.291 10 INFO neutron.plugins.ml2.plugin [None req-d149583e-4496-47e9-8034-1b3dafa664d4 - - - - - -] Attempt 1 to provision port c0fcab3f-e8f3-4126-b543-a92cec8c7bb4 2026-04-23 01:23:39.472 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 5d05a13a-ec81-42f0-98e4-ebd9eb7e9d82 2026-04-23 01:23:39.494 9 INFO neutron.plugins.ml2.plugin [None req-5cd2ed9c-8496-4d42-9e0a-840faf2404f2 - - - - - -] Attempt 1 to provision port 5d05a13a-ec81-42f0-98e4-ebd9eb7e9d82 2026-04-23 01:23:40.512 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 5d05a13a-ec81-42f0-98e4-ebd9eb7e9d82 2026-04-23 01:23:41.019 9 INFO neutron.plugins.ml2.plugin [None req-d460bd36-8f92-4516-b88b-0611655f91a4 - - - - - -] Attempt 1 to provision port eb6992d8-2553-4054-925f-bb6f29703b93 2026-04-23 01:23:41.168 10 INFO neutron.plugins.ml2.plugin [None req-5cf50fd2-5504-4fe3-be14-faf52820f123 - - - - - -] Attempt 1 to provision port 1734dbfb-2d1a-42d5-93a0-001e1c2e55cc 2026-04-23 01:23:41.830 10 INFO neutron.plugins.ml2.plugin [None req-396e483f-baeb-4f48-acb6-5f6cce99d931 - - - - - -] Attempt 1 to provision port 1734dbfb-2d1a-42d5-93a0-001e1c2e55cc 2026-04-23 01:23:42.460 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 21a7434e-511c-49cb-992a-089041561c84 2026-04-23 01:23:44.804 10 INFO neutron.plugins.ml2.plugin [None req-b1c3b88b-27db-44fa-8ffa-f76e782a7567 - - - - - -] Attempt 1 to provision port 6cde14ad-275d-4c77-b6a1-80ada873a403 2026-04-23 01:23:44.879 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 21a7434e-511c-49cb-992a-089041561c84 2026-04-23 01:23:45.140 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port eb6992d8-2553-4054-925f-bb6f29703b93 2026-04-23 01:23:45.277 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea6aaca8-6623-49c1-8784-c7b2d28e114e'] response: {'server_uuid': 'f6b33c3b-8d4b-4e8f-b8ab-cf65c9ae5ed7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'eb6992d8-2553-4054-925f-bb6f29703b93', 'code': 200} 2026-04-23 01:23:45.676 10 INFO neutron.plugins.ml2.plugin [None req-5ebb0302-7745-4e4b-87d3-8168d8b4f776 - - - - - -] Attempt 1 to provision port 70786db9-ced8-4157-b62f-ad189860dd18 2026-04-23 01:23:45.808 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 70786db9-ced8-4157-b62f-ad189860dd18 2026-04-23 01:23:46.577 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port a7da8b9d-af56-45d6-9a17-a755e753deb3 2026-04-23 01:23:47.358 9 INFO neutron.plugins.ml2.plugin [None req-d1ab8b07-c981-42a3-9302-c6a35b9ea2a3 - - - - - -] Attempt 1 to provision port 36f0c49b-4545-409a-bbab-705e86f10327 2026-04-23 01:23:47.427 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port eb6992d8-2553-4054-925f-bb6f29703b93 2026-04-23 01:23:47.711 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 70786db9-ced8-4157-b62f-ad189860dd18 2026-04-23 01:23:48.045 9 INFO neutron.plugins.ml2.plugin [None req-5d3b17bb-fbde-455a-985b-7514e40416c5 - - - - - -] Attempt 1 to provision port 36f0c49b-4545-409a-bbab-705e86f10327 2026-04-23 01:23:48.441 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port d967a37b-70ca-44b6-bd11-f595fa397a8a 2026-04-23 01:23:50.459 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port d967a37b-70ca-44b6-bd11-f595fa397a8a 2026-04-23 01:23:52.489 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 10a523e1-95f8-45ff-a0f4-bc0ff22afe77 2026-04-23 01:23:53.941 9 INFO neutron.plugins.ml2.plugin [None req-ff6d93c7-a553-4ccd-842a-d6727ca69a68 - - - - - -] Attempt 1 to provision port f2c563d1-444f-45a3-af16-c07870cb578f /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-04-23 01:23:56.535 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port f2c563d1-444f-45a3-af16-c07870cb578f 2026-04-23 01:23:56.672 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-a2fc80e8-81c7-4c82-b313-3fbd30819f4a'] response: {'server_uuid': 'e36e1539-3ad3-4eb8-a746-89e59c8054e9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f2c563d1-444f-45a3-af16-c07870cb578f', 'code': 200} 2026-04-23 01:23:58.484 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 1734dbfb-2d1a-42d5-93a0-001e1c2e55cc 2026-04-23 01:23:58.788 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port a90249ef-9609-4b81-8519-c0623a71b06b 2026-04-23 01:23:59.126 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port f2c563d1-444f-45a3-af16-c07870cb578f 2026-04-23 01:24:00.409 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 1734dbfb-2d1a-42d5-93a0-001e1c2e55cc 2026-04-23 01:24:00.811 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port a90249ef-9609-4b81-8519-c0623a71b06b 2026-04-23 01:24:04.487 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 36f0c49b-4545-409a-bbab-705e86f10327 2026-04-23 01:24:04.865 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 6cde14ad-275d-4c77-b6a1-80ada873a403 2026-04-23 01:24:06.433 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 36f0c49b-4545-409a-bbab-705e86f10327 2026-04-23 01:24:06.683 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 6cde14ad-275d-4c77-b6a1-80ada873a403 2026-04-23 01:24:28.529 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 6884c422-ca5c-49f4-a6ec-dc0303be2c97 2026-04-23 01:24:29.899 9 INFO neutron.plugins.ml2.plugin [None req-2452f3ec-0273-4c27-b990-6bb34e5b91e5 - - - - - -] Attempt 1 to provision port 6884c422-ca5c-49f4-a6ec-dc0303be2c97 2026-04-23 01:24:30.537 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 6884c422-ca5c-49f4-a6ec-dc0303be2c97 2026-04-23 01:24:30.583 9 INFO neutron.plugins.ml2.plugin [None req-bed39c7f-c172-402e-9776-2b38c885b041 - - - - - -] Attempt 1 to provision port ffa9e86a-9307-4832-ad9b-655a16875665 2026-04-23 01:24:31.002 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 32aca9d7-6aad-4cfb-a46f-29ca6a4e1bfb 2026-04-23 01:24:31.106 9 INFO neutron.plugins.ml2.plugin [None req-e4a63e6e-f6d5-43d3-8b2b-e53a14e43c84 - - - - - -] Attempt 1 to provision port 32aca9d7-6aad-4cfb-a46f-29ca6a4e1bfb 2026-04-23 01:24:31.482 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port ffa9e86a-9307-4832-ad9b-655a16875665 2026-04-23 01:24:32.242 10 INFO neutron.plugins.ml2.plugin [None req-e20084e8-2f44-468d-8e1d-cad2c3322e21 - - - - - -] Attempt 1 to provision port 5ef1f7c0-378e-41f5-973a-5ce257c41843 2026-04-23 01:24:32.662 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 5ef1f7c0-378e-41f5-973a-5ce257c41843 2026-04-23 01:24:33.032 9 INFO neutron.plugins.ml2.plugin [None req-56296477-e66c-4ba4-866a-894107b31ac6 - - - - - -] Attempt 1 to provision port 1e9ac118-0bdf-492d-a41f-f9483a8812cf 2026-04-23 01:24:33.177 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 1e9ac118-0bdf-492d-a41f-f9483a8812cf 2026-04-23 01:25:18.472 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port b76c98da-d4d5-4e13-b0dc-e21aa09f579f 2026-04-23 01:25:20.072 9 INFO neutron.plugins.ml2.plugin [None req-aa332321-76a2-4393-93b2-a4050f78f04f - - - - - -] Attempt 1 to provision port b76c98da-d4d5-4e13-b0dc-e21aa09f579f 2026-04-23 01:25:20.528 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 3bfc0141-45c5-4f3b-bf7d-a4a8ec573f51 2026-04-23 01:25:20.586 10 INFO neutron.plugins.ml2.plugin [None req-0766bb6a-ea7e-423e-adf6-55c1b0313e8d - - - - - -] Attempt 1 to provision port b76c98da-d4d5-4e13-b0dc-e21aa09f579f 2026-04-23 01:25:20.931 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 3aa9dc61-015b-46d2-aa88-f5e7aaeabb8e 2026-04-23 01:25:21.054 9 INFO neutron.plugins.ml2.plugin [None req-219429e7-cdeb-467f-8292-bff65e2b07f4 - - - - - -] Attempt 1 to provision port 0c3a0440-2138-44a9-9196-d9968ccd9270 2026-04-23 01:25:21.212 9 INFO neutron.plugins.ml2.plugin [None req-2fce219a-bda4-4c1d-a925-a1351857209a - - - - - -] Attempt 1 to provision port 3aa9dc61-015b-46d2-aa88-f5e7aaeabb8e 2026-04-23 01:25:21.403 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port b76c98da-d4d5-4e13-b0dc-e21aa09f579f 2026-04-23 01:25:21.799 10 INFO neutron.plugins.ml2.plugin [None req-da7506c7-a544-444c-a61e-20897de8effa - - - - - -] Attempt 1 to provision port 3aa9dc61-015b-46d2-aa88-f5e7aaeabb8e 2026-04-23 01:25:22.269 9 INFO neutron.plugins.ml2.plugin [None req-f57a244a-0a1b-43cb-b7bd-3290617569b8 - - - - - -] Attempt 1 to provision port 3bfc0141-45c5-4f3b-bf7d-a4a8ec573f51 2026-04-23 01:25:22.481 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 3bfc0141-45c5-4f3b-bf7d-a4a8ec573f51 2026-04-23 01:25:22.672 10 INFO neutron.plugins.ml2.plugin [None req-524b2fbd-2c2c-4304-b212-fe9b60f5a40d - - - - - -] Attempt 1 to provision port 3bfc0141-45c5-4f3b-bf7d-a4a8ec573f51 2026-04-23 01:25:22.935 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 3aa9dc61-015b-46d2-aa88-f5e7aaeabb8e 2026-04-23 01:25:23.243 10 INFO neutron.plugins.ml2.plugin [None req-d1c340eb-50c1-44da-b299-93e71747c333 - - - - - -] Attempt 1 to provision port b90a5378-1d69-4951-ba6b-514a1989af47 2026-04-23 01:25:23.888 10 INFO neutron.plugins.ml2.plugin [None req-1e997f7f-1fce-4fe3-95b5-9471ad676ba2 - - - - - -] Attempt 1 to provision port b90a5378-1d69-4951-ba6b-514a1989af47 2026-04-23 01:25:24.488 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port ca9ffdfd-723d-4754-8ac1-57b899831160 2026-04-23 01:25:25.237 9 INFO neutron.plugins.ml2.plugin [None req-52efc0f5-f2a2-43ea-ad97-ada7bb7862d0 - - - - - -] Attempt 1 to provision port 9924980e-2d90-426f-af93-50001299efab 2026-04-23 01:25:25.983 9 INFO neutron.plugins.ml2.plugin [None req-f1e070b7-7efc-4e0c-bdfa-a96d8b3ddfd6 - - - - - -] Attempt 1 to provision port 9924980e-2d90-426f-af93-50001299efab 2026-04-23 01:25:26.456 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port ca9ffdfd-723d-4754-8ac1-57b899831160 2026-04-23 01:25:26.930 10 INFO neutron.plugins.ml2.plugin [None req-617566cb-a5bc-4ea8-beb2-721c94e9aaa6 - - - - - -] Attempt 1 to provision port 2c845537-5e83-431d-a8bc-80c4423419a0 2026-04-23 01:25:28.093 10 INFO neutron.plugins.ml2.plugin [None req-04de6df6-e4f5-4f98-b418-fffbf3070c74 - - - - - -] Attempt 1 to provision port 2c845537-5e83-431d-a8bc-80c4423419a0 2026-04-23 01:25:34.524 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 1ab0b437-f257-4309-9de5-f4b10e81b917 2026-04-23 01:25:34.629 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-195c41e1-ffef-4bbd-a1d2-382002fc177c'] response: {'server_uuid': 'bdac8d46-05ba-4dbb-a0ec-5fb0116a3acb', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1ab0b437-f257-4309-9de5-f4b10e81b917', 'code': 200} 2026-04-23 01:25:36.505 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 1ab0b437-f257-4309-9de5-f4b10e81b917 2026-04-23 01:25:42.507 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 9d0ff8f9-ae73-4d73-86e7-37af8b2f4a83 2026-04-23 01:25:42.619 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-053d21d3-c612-4c0d-81bd-2e3e6889b21d'] response: {'server_uuid': 'd3cad8b1-34eb-4a45-b188-5323463152e3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9d0ff8f9-ae73-4d73-86e7-37af8b2f4a83', 'code': 200} 2026-04-23 01:25:44.481 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 9d0ff8f9-ae73-4d73-86e7-37af8b2f4a83 2026-04-23 01:25:50.561 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 0c3a0440-2138-44a9-9196-d9968ccd9270 2026-04-23 01:25:51.162 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port b90a5378-1d69-4951-ba6b-514a1989af47 2026-04-23 01:25:51.490 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 2c845537-5e83-431d-a8bc-80c4423419a0 2026-04-23 01:25:51.797 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 9924980e-2d90-426f-af93-50001299efab 2026-04-23 01:25:52.486 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 0c3a0440-2138-44a9-9196-d9968ccd9270 2026-04-23 01:25:52.670 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port b90a5378-1d69-4951-ba6b-514a1989af47 2026-04-23 01:25:52.924 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 2c845537-5e83-431d-a8bc-80c4423419a0 2026-04-23 01:25:53.160 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 9924980e-2d90-426f-af93-50001299efab 2026-04-23 01:26:03.528 9 INFO neutron.plugins.ml2.plugin [None req-bc46a3e6-3c86-4438-a21f-3cd8f6483125 - - - - - -] Attempt 1 to provision port e204111f-f194-439e-b1ff-ea47ecb354f4 2026-04-23 01:26:16.468 9 INFO neutron.plugins.ml2.plugin [None req-da0281a0-12f1-433d-9da0-faf0888f625f - - - - - -] Attempt 1 to provision port 1662f9cc-0d68-40fe-a49a-3108b773f16b 2026-04-23 01:26:18.584 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 1662f9cc-0d68-40fe-a49a-3108b773f16b 2026-04-23 01:26:18.732 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-36c370b5-f7af-4edb-8445-b099c720e227'] response: {'server_uuid': '53723cfc-4c95-45c4-a615-f31418516d22', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1662f9cc-0d68-40fe-a49a-3108b773f16b', 'code': 200} 2026-04-23 01:26:20.514 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 1662f9cc-0d68-40fe-a49a-3108b773f16b 2026-04-23 01:26:56.815 10 INFO neutron.plugins.ml2.plugin [None req-d786b4ce-be2f-42c6-847a-ec74c47f5077 - - - - - -] Attempt 1 to provision port 3a089b6a-dc72-446f-9c5f-eb08d924b5d8 2026-04-23 01:26:58.717 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 3a089b6a-dc72-446f-9c5f-eb08d924b5d8 2026-04-23 01:26:59.610 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-690d7c5d-37c2-4a27-83e2-d28c6586ee4f'] response: {'server_uuid': '53723cfc-4c95-45c4-a615-f31418516d22', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3a089b6a-dc72-446f-9c5f-eb08d924b5d8', 'code': 200} 2026-04-23 01:27:00.742 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port 3a089b6a-dc72-446f-9c5f-eb08d924b5d8 2026-04-23 01:27:20.595 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port cea8200e-9472-4eea-8d90-9807d5c7e390 2026-04-23 01:27:21.046 9 INFO neutron.plugins.ml2.plugin [None req-eb119861-1b4b-46a7-b68f-6efa72392e4c - - - - - -] Attempt 1 to provision port cea8200e-9472-4eea-8d90-9807d5c7e390 2026-04-23 01:27:21.274 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c55d73b-13e2-4bb7-ad42-ca2cdb9ce147'] response: {'server_uuid': '53723cfc-4c95-45c4-a615-f31418516d22', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cea8200e-9472-4eea-8d90-9807d5c7e390', 'code': 200} 2026-04-23 01:27:22.608 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port cea8200e-9472-4eea-8d90-9807d5c7e390 2026-04-23 01:27:32.616 9 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port ef54e360-f647-4a4d-9b50-24fff727d2af 2026-04-23 01:27:32.726 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c87cfb32-7be1-4598-8fcd-bddad3daa43e'] response: {'server_uuid': '53723cfc-4c95-45c4-a615-f31418516d22', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ef54e360-f647-4a4d-9b50-24fff727d2af', 'code': 200} 2026-04-23 01:27:33.472 9 INFO neutron.plugins.ml2.plugin [None req-f87a3a88-25ff-4fff-8524-e3cc9e52427c - - - - - -] Attempt 1 to provision port ef54e360-f647-4a4d-9b50-24fff727d2af 2026-04-23 01:27:34.618 10 INFO neutron.plugins.ml2.plugin [None req-0f775afe-a477-4c3d-95b7-0cb7897cf372 - - - - - -] Attempt 1 to provision port ef54e360-f647-4a4d-9b50-24fff727d2af 2026-04-23 01:27:43.826 10 INFO neutron.plugins.ml2.plugin [None req-51f64077-4cf7-42e6-b45c-50d6e3b6438b - - - - - -] Attempt 1 to provision port ef54e360-f647-4a4d-9b50-24fff727d2af 2026-04-23 01:27:49.353 10 INFO neutron.plugins.ml2.plugin [None req-5f77793c-96ff-4e16-98f9-7bc168c7390b - - - - - -] Attempt 1 to provision port cea8200e-9472-4eea-8d90-9807d5c7e390 2026-04-23 01:28:34.350 10 INFO neutron.plugins.ml2.plugin [None req-7baa904c-823b-40c2-bcb5-de44abd41e28 - - - - - -] Attempt 1 to provision port 3bfc0141-45c5-4f3b-bf7d-a4a8ec573f51