+ 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:55: 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-05-11 01:30:21.361 1 INFO neutron.common.config [-] Logging enabled! 2026-05-11 01:30:21.361 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 24.2.2.dev7 2026-05-11 01:30:21.361 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-11 01:30:21.362 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-11 01:30:22.303 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-11 01:30:22.305 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-11 01:30:22.308 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-05-11 01:30:22.309 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-11 01:30:22.309 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-11 01:30:22.309 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-11 01:30:22.309 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-11 01:30:22.314 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-11 01:30:22.314 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-11 01:30:22.314 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-11 01:30:22.329 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-11 01:30:22.330 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-11 01:30:22.330 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-11 01:30:22.361 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-11 01:30:22.361 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-11 01:30:22.361 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-11 01:30:22.362 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-11 01:30:22.367 1 WARNING oslo_policy.policy [None req-c2de8042-717a-4d2c-8b3e-61901eebbe35 - - - - - -] 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-05-11 01:30:22.612 1 INFO neutron.plugins.ml2.managers [None req-c2de8042-717a-4d2c-8b3e-61901eebbe35 - - - - - -] Initializing driver for type 'vlan' 2026-05-11 01:30:22.752 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c2de8042-717a-4d2c-8b3e-61901eebbe35 - - - - - -] VlanTypeDriver initialization complete 2026-05-11 01:30:22.753 1 INFO neutron.plugins.ml2.managers [None req-c2de8042-717a-4d2c-8b3e-61901eebbe35 - - - - - -] Initializing driver for type 'vxlan' 2026-05-11 01:30:22.754 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c2de8042-717a-4d2c-8b3e-61901eebbe35 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-11 01:30:22.797 1 INFO neutron.plugins.ml2.managers [None req-c2de8042-717a-4d2c-8b3e-61901eebbe35 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-11 01:30:22.797 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c2de8042-717a-4d2c-8b3e-61901eebbe35 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-11 01:30:22.797 1 INFO neutron.plugins.ml2.managers [None req-c2de8042-717a-4d2c-8b3e-61901eebbe35 - - - - - -] Initializing extension driver 'port_security' 2026-05-11 01:30:22.797 1 INFO neutron.plugins.ml2.extensions.port_security [None req-c2de8042-717a-4d2c-8b3e-61901eebbe35 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-11 01:30:22.797 1 INFO neutron.plugins.ml2.managers [None req-c2de8042-717a-4d2c-8b3e-61901eebbe35 - - - - - -] Initializing extension driver 'qos' 2026-05-11 01:30:22.798 1 INFO neutron.plugins.ml2.managers [None req-c2de8042-717a-4d2c-8b3e-61901eebbe35 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-11 01:30:22.798 1 INFO neutron.plugins.ml2.managers [None req-c2de8042-717a-4d2c-8b3e-61901eebbe35 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-11 01:30:22.811 1 INFO neutron.quota [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded quota_driver: . 2026-05-11 01:30:22.812 1 INFO neutron.plugins.ml2.plugin [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Modular L2 Plugin initialization complete 2026-05-11 01:30:22.812 1 INFO neutron.plugins.ml2.managers [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-11 01:30:22.813 1 INFO neutron.plugins.ml2.managers [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-11 01:30:22.813 1 INFO neutron.plugins.ml2.managers [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-11 01:30:22.814 1 INFO neutron.extensions.vlantransparent [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Disabled vlantransparent extension. 2026-05-11 01:30:22.814 1 INFO neutron.manager [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loading Plugin: qos 2026-05-11 01:30:22.824 1 INFO neutron.manager [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loading Plugin: router 2026-05-11 01:30:22.853 1 INFO neutron.services.service_base [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-11 01:30:22.854 1 INFO neutron.manager [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loading Plugin: segments 2026-05-11 01:30:22.922 1 INFO neutron.manager [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loading Plugin: trunk 2026-05-11 01:30:22.975 1 INFO neutron.manager [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loading Plugin: vpnaas 2026-05-11 01:30:23.005 1 WARNING stevedore.named [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-11 01:30:23.051 1 INFO neutron_vpnaas.services.vpn.plugin [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-11 01:30:23.051 1 INFO neutron.common.utils [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-11 01:30:23.051 1 INFO neutron.manager [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loading Plugin: auto_allocate 2026-05-11 01:30:23.054 1 INFO neutron.manager [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loading Plugin: tag 2026-05-11 01:30:23.059 1 INFO neutron.manager [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loading Plugin: timestamp 2026-05-11 01:30:23.060 1 INFO neutron.manager [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loading Plugin: network_ip_availability 2026-05-11 01:30:23.063 1 INFO neutron.manager [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loading Plugin: flavors 2026-05-11 01:30:23.067 1 INFO neutron.manager [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loading Plugin: revisions 2026-05-11 01:30:23.069 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Initializing extension manager. 2026-05-11 01:30:23.070 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: address-group 2026-05-11 01:30:23.071 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: address-scope 2026-05-11 01:30:23.071 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-11 01:30:23.072 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: agent 2026-05-11 01:30:23.072 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: agent-resources-synced 2026-05-11 01:30:23.073 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-11 01:30:23.074 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-11 01:30:23.075 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: availability_zone 2026-05-11 01:30:23.075 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: availability_zone_filter 2026-05-11 01:30:23.076 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-11 01:30:23.076 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: default-subnetpools 2026-05-11 01:30:23.077 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-11 01:30:23.077 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: dns-integration 2026-05-11 01:30:23.078 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: dns-domain-ports 2026-05-11 01:30:23.078 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-11 01:30:23.079 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: dvr 2026-05-11 01:30:23.079 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-11 01:30:23.080 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: empty-string-filtering 2026-05-11 01:30:23.080 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-11 01:30:23.081 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-11 01:30:23.081 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: external-net 2026-05-11 01:30:23.082 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-11 01:30:23.082 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: extraroute 2026-05-11 01:30:23.083 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: extraroute-atomic 2026-05-11 01:30:23.083 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-11 01:30:23.083 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-11 01:30:23.084 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-11 01:30:23.084 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-11 01:30:23.085 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: fip-port-details 2026-05-11 01:30:23.085 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: flavors 2026-05-11 01:30:23.087 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-11 01:30:23.087 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: floatingip-pools 2026-05-11 01:30:23.088 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: ip_allocation 2026-05-11 01:30:23.088 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-11 01:30:23.089 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: l2_adjacency 2026-05-11 01:30:23.089 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: router 2026-05-11 01:30:23.091 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-11 01:30:23.091 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-11 01:30:23.092 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-11 01:30:23.092 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: ext-gw-mode 2026-05-11 01:30:23.093 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: l3-ha 2026-05-11 01:30:23.093 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-11 01:30:23.094 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-11 01:30:23.094 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: l3-flavors 2026-05-11 01:30:23.095 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-11 01:30:23.095 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-11 01:30:23.097 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-11 01:30:23.098 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-11 01:30:23.099 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-11 01:30:23.099 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-11 01:30:23.100 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-11 01:30:23.100 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: multi-provider 2026-05-11 01:30:23.101 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: net-mtu 2026-05-11 01:30:23.101 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: net-mtu-writable 2026-05-11 01:30:23.102 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: network_availability_zone 2026-05-11 01:30:23.102 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: network_ha 2026-05-11 01:30:23.103 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: network-ip-availability 2026-05-11 01:30:23.104 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-11 01:30:23.104 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: pagination 2026-05-11 01:30:23.105 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: port-device-profile 2026-05-11 01:30:23.105 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-11 01:30:23.105 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-11 01:30:23.106 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-11 01:30:23.106 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: port-mac-override 2026-05-11 01:30:23.107 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-11 01:30:23.107 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-11 01:30:23.108 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: port-resource-request 2026-05-11 01:30:23.108 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-11 01:30:23.109 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: binding 2026-05-11 01:30:23.110 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: binding-extended 2026-05-11 01:30:23.110 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: port-security 2026-05-11 01:30:23.110 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: project-id 2026-05-11 01:30:23.111 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: provider 2026-05-11 01:30:23.112 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: qos 2026-05-11 01:30:23.113 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-11 01:30:23.113 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-11 01:30:23.114 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: qos-default 2026-05-11 01:30:23.114 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: qos-fip 2026-05-11 01:30:23.115 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-11 01:30:23.115 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-11 01:30:23.116 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-11 01:30:23.116 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-11 01:30:23.117 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-11 01:30:23.117 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: qos-pps 2026-05-11 01:30:23.118 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-11 01:30:23.118 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-11 01:30:23.119 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: qos-rules-alias 2026-05-11 01:30:23.119 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: quota-check-limit 2026-05-11 01:30:23.121 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: quotas 2026-05-11 01:30:23.123 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: quota_details 2026-05-11 01:30:23.124 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: rbac-policies 2026-05-11 01:30:23.125 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: rbac-address-group 2026-05-11 01:30:23.125 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: rbac-address-scope 2026-05-11 01:30:23.126 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: rbac-security-groups 2026-05-11 01:30:23.126 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-11 01:30:23.127 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: revision-if-match 2026-05-11 01:30:23.127 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-11 01:30:23.128 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: router_availability_zone 2026-05-11 01:30:23.128 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-11 01:30:23.129 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-11 01:30:23.130 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-11 01:30:23.130 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-11 01:30:23.131 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-11 01:30:23.131 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-11 01:30:23.132 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-11 01:30:23.138 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: security-group 2026-05-11 01:30:23.139 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: segment 2026-05-11 01:30:23.139 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-11 01:30:23.140 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: service-type 2026-05-11 01:30:23.140 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: sorting 2026-05-11 01:30:23.141 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: standard-attr-segment 2026-05-11 01:30:23.141 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: standard-attr-description 2026-05-11 01:30:23.142 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: stateful-security-group 2026-05-11 01:30:23.142 1 WARNING neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-05-11 01:30:23.143 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-11 01:30:23.143 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: subnet_onboard 2026-05-11 01:30:23.144 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-11 01:30:23.144 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: subnet-service-types 2026-05-11 01:30:23.145 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: subnet_allocation 2026-05-11 01:30:23.146 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-11 01:30:23.146 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-11 01:30:23.148 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: standard-attr-tag 2026-05-11 01:30:23.149 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-11 01:30:23.150 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: trunk 2026-05-11 01:30:23.150 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: trunk-details 2026-05-11 01:30:23.151 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-11 01:30:23.151 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-11 01:30:23.153 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-11 01:30:23.153 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-11 01:30:23.154 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: vpn-flavors 2026-05-11 01:30:23.155 1 INFO neutron.api.extensions [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Loaded extension: vpnaas 2026-05-11 01:30:23.157 1 INFO oslo_service.service [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Starting 2 workers 2026-05-11 01:30:23.161 1 INFO oslo_service.service [None req-924bd6cc-4999-4e43-9c34-d794c2c23177 - - - - - -] Starting 1 workers 2026-05-11 01:30:59.897 10 INFO neutron.db.l3_hamode_db [None req-64691635-1865-49c2-a6f8-69012502fc50 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-11 01:31:11.910 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port e60ddbb6-cc29-4c84-8a2f-3efe8d2c8702 2026-05-11 01:31:12.820 9 INFO neutron.plugins.ml2.plugin [None req-96f6af2d-023e-44af-9e80-84787524458b - - - - - -] Attempt 1 to provision port e60ddbb6-cc29-4c84-8a2f-3efe8d2c8702 2026-05-11 01:31:13.615 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port e60ddbb6-cc29-4c84-8a2f-3efe8d2c8702 2026-05-11 01:35:31.833 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 81e8e45f-3be0-4a90-8900-a65d4a3e0776 2026-05-11 01:35:31.864 10 INFO neutron.plugins.ml2.plugin [None req-1e96edda-a7d1-41ba-8318-ae63b63ac4f7 - - - - - -] Attempt 1 to provision port 81e8e45f-3be0-4a90-8900-a65d4a3e0776 2026-05-11 01:35:33.797 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 81e8e45f-3be0-4a90-8900-a65d4a3e0776 2026-05-11 01:35:39.492 9 INFO neutron.plugins.ml2.plugin [None req-b16bbc8a-3ed5-4446-8515-5b8d4bad0ddd - - - - - -] Attempt 1 to provision port 758e6397-8e6e-4b5d-b1f8-7033ba0ef88d 2026-05-11 01:39:08.039 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 758e6397-8e6e-4b5d-b1f8-7033ba0ef88d 2026-05-11 01:39:09.968 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 758e6397-8e6e-4b5d-b1f8-7033ba0ef88d 2026-05-11 01:47:12.260 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 7ce99bae-a6b1-4bc8-bb82-174169670f31 2026-05-11 01:47:14.261 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 7ce99bae-a6b1-4bc8-bb82-174169670f31 2026-05-11 02:02:15.070 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port e2341c52-a61a-4687-a5f4-98518c37ee11 2026-05-11 02:02:15.130 9 INFO neutron.plugins.ml2.plugin [None req-fe66234f-b685-4d74-99fb-ecce6f4959d6 - - - - - -] Attempt 1 to provision port 9461685e-9e22-42cf-9942-9ad57824ef6e 2026-05-11 02:02:15.584 10 INFO neutron.plugins.ml2.plugin [None req-f7f4f6c5-1e18-4c05-bb33-eb329f4f77bf - - - - - -] Attempt 1 to provision port ccb0940d-7daa-4742-8db6-010defcc14fa 2026-05-11 02:02:15.611 10 INFO neutron.plugins.ml2.plugin [None req-f7f4f6c5-1e18-4c05-bb33-eb329f4f77bf - - - - - -] Attempt 1 to provision port e2341c52-a61a-4687-a5f4-98518c37ee11 2026-05-11 02:02:15.612 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port c92de2fb-bf45-4675-b033-c8c78fb4f0ab 2026-05-11 02:02:15.892 9 INFO neutron.plugins.ml2.plugin [None req-626c85f0-d77c-403b-ab8f-0bacb6c90a6a - - - - - -] Attempt 1 to provision port 71fc0b8a-d861-4e42-a910-01a5889063a2 2026-05-11 02:02:16.171 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 71fc0b8a-d861-4e42-a910-01a5889063a2 2026-05-11 02:02:16.399 9 INFO neutron.plugins.ml2.plugin [None req-c6fe1873-0ee5-4ba5-b119-19ca01527c4e - - - - - -] Attempt 1 to provision port c92de2fb-bf45-4675-b033-c8c78fb4f0ab 2026-05-11 02:02:17.020 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port c92de2fb-bf45-4675-b033-c8c78fb4f0ab 2026-05-11 02:02:17.548 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port e2341c52-a61a-4687-a5f4-98518c37ee11 2026-05-11 02:02:17.934 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 71fc0b8a-d861-4e42-a910-01a5889063a2 2026-05-11 02:02:17.970 10 INFO neutron.plugins.ml2.plugin [None req-2099364e-de4a-4f30-bfb4-da27df4b4913 - - - - - -] Attempt 1 to provision port e3e3587e-456a-4cb3-86c9-b443de93f985 2026-05-11 02:02:18.149 9 INFO neutron.plugins.ml2.plugin [None req-a1738cf1-8c6c-44fe-806a-2e64fffb8bcb - - - - - -] Attempt 1 to provision port 5cdb2324-b28b-4a76-a21d-c62375aef7cf 2026-05-11 02:02:18.596 9 INFO neutron.plugins.ml2.plugin [None req-30704554-84e1-4488-9711-c3c4a8944efe - - - - - -] Attempt 1 to provision port e3e3587e-456a-4cb3-86c9-b443de93f985 2026-05-11 02:02:19.557 9 INFO neutron.plugins.ml2.plugin [None req-98475df0-3a4a-47ad-a82d-fdd1c6c50436 - - - - - -] Attempt 1 to provision port 904befd7-ee90-4600-b2bd-4c922ba5ffd2 2026-05-11 02:02:20.065 9 INFO neutron.plugins.ml2.plugin [None req-8eb39c63-ac9a-4d06-b2b3-261b2ced2ac5 - - - - - -] Attempt 1 to provision port 904befd7-ee90-4600-b2bd-4c922ba5ffd2 2026-05-11 02:02:21.043 10 INFO neutron.plugins.ml2.plugin [None req-2007c79c-ca59-41e0-9c88-61ded2e2b364 - - - - - -] Attempt 1 to provision port d9dfa384-ed35-44b8-b96d-6845e241c95f 2026-05-11 02:02:21.915 10 INFO neutron.plugins.ml2.plugin [None req-ca7fc1d8-17f8-4bf8-ab89-880659a883fc - - - - - -] Attempt 1 to provision port d9dfa384-ed35-44b8-b96d-6845e241c95f 2026-05-11 02:02:22.064 9 INFO neutron.plugins.ml2.plugin [None req-52a2a8ad-6f93-4eae-b64d-7dd46d677e30 - - - - - -] Attempt 1 to provision port 455ec94a-2116-49cc-bf04-68eb2c78859a 2026-05-11 02:02:22.620 9 INFO neutron.plugins.ml2.plugin [None req-f8be95e3-cdae-4c36-bb08-b843620a1630 - - - - - -] Attempt 1 to provision port fde08c47-a815-4248-b4c5-1b0704f627a7 2026-05-11 02:02:22.960 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port fde08c47-a815-4248-b4c5-1b0704f627a7 2026-05-11 02:02:24.723 10 INFO neutron.plugins.ml2.plugin [None req-42e6d13a-1f38-4d21-981e-f6037777ce3c - - - - - -] Attempt 1 to provision port 2ba6107b-bd52-46fe-9526-d059c45b6e15 2026-05-11 02:02:24.961 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port fde08c47-a815-4248-b4c5-1b0704f627a7 2026-05-11 02:02:25.476 9 INFO neutron.plugins.ml2.plugin [None req-efa6199b-97c6-4d67-81a0-4c9a54e74224 - - - - - -] Attempt 1 to provision port 2ba6107b-bd52-46fe-9526-d059c45b6e15 2026-05-11 02:02:27.076 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 60ee7e29-e43c-4be0-9a9b-417b9100e8fe 2026-05-11 02:02:27.571 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port a009be73-8e96-4fc1-9be0-6d6ed0d6beb3 2026-05-11 02:02:28.257 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 604158a2-bf22-4e35-a47f-a534b758eac1 2026-05-11 02:02:28.876 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 7f0f3077-d778-49af-938a-89e61b19703f 2026-05-11 02:02:29.455 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 60ee7e29-e43c-4be0-9a9b-417b9100e8fe 2026-05-11 02:02:29.822 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port a009be73-8e96-4fc1-9be0-6d6ed0d6beb3 2026-05-11 02:02:30.456 9 INFO neutron.plugins.ml2.plugin [None req-104f21a3-fe23-4521-b0d9-f2e5074144ff - - - - - -] Attempt 1 to provision port b70ed3c2-8f7d-4c0f-ad89-add02fb07201 2026-05-11 02:02:33.330 10 INFO neutron.plugins.ml2.plugin [None req-13439621-7d4b-4ec4-82ea-be5bad406507 - - - - - -] Attempt 1 to provision port 82942c13-e66c-43dd-b703-3c47b264a7cb 2026-05-11 02:02:35.666 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port b70ed3c2-8f7d-4c0f-ad89-add02fb07201 2026-05-11 02:02:36.037 10 INFO neutron.plugins.ml2.plugin [None req-b135b3a0-fc03-44b4-80c3-7d9449ae0594 - - - - - -] Attempt 1 to provision port 94c103e7-e2d2-494f-89b9-6bfbbb28f046 2026-05-11 02:02:36.181 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port b39db47c-7632-4bcb-ab01-94b0ca48f998 2026-05-11 02:02:36.387 9 INFO neutron.plugins.ml2.plugin [None req-5a86aa9a-6406-47fc-b672-d88bc9c90b4a - - - - - -] Attempt 1 to provision port 2b772ae2-89cc-40b0-b2df-5c3d62b21a53 2026-05-11 02:02:36.540 9 INFO neutron.plugins.ml2.plugin [None req-b2d95d8d-42de-41fc-b5e0-87f4ca18b4a2 - - - - - -] Attempt 1 to provision port e9661be5-5d27-420d-97e5-c41f1035fa3a 2026-05-11 02:02:36.700 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port e9661be5-5d27-420d-97e5-c41f1035fa3a 2026-05-11 02:02:36.962 9 INFO neutron.plugins.ml2.plugin [None req-395932c0-647c-4966-b376-a13422342df0 - - - - - -] Attempt 1 to provision port b39db47c-7632-4bcb-ab01-94b0ca48f998 2026-05-11 02:02:37.587 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port b70ed3c2-8f7d-4c0f-ad89-add02fb07201 2026-05-11 02:02:38.149 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port b39db47c-7632-4bcb-ab01-94b0ca48f998 2026-05-11 02:02:38.441 9 INFO neutron.plugins.ml2.plugin [None req-de209388-18b9-492f-a8b9-97bf73a548b0 - - - - - -] Attempt 1 to provision port 9db89464-52b4-481b-b4b4-3bf427ec5b6e 2026-05-11 02:02:38.714 10 INFO neutron.plugins.ml2.plugin [None req-14b3ace1-f634-4a09-b03a-f75e85cf7f2a - - - - - -] Attempt 1 to provision port 8b2a245c-8388-427c-8d78-950d1c9ec599 2026-05-11 02:02:38.806 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port e9661be5-5d27-420d-97e5-c41f1035fa3a 2026-05-11 02:02:39.135 10 INFO neutron.plugins.ml2.plugin [None req-c5e28b1f-7ac2-4ab1-ab50-5b2b3897c19f - - - - - -] Attempt 1 to provision port 9db89464-52b4-481b-b4b4-3bf427ec5b6e 2026-05-11 02:02:39.332 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-2391ce75-6646-48e6-a326-007fbda1c75b'] response: {'server_uuid': '7a7f752b-be31-4b60-86ea-c1fa53472790', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b70ed3c2-8f7d-4c0f-ad89-add02fb07201', 'code': 200} 2026-05-11 02:02:39.483 9 INFO neutron.plugins.ml2.plugin [None req-6ed3caf9-7488-42be-8e0a-55e8e60b9ca1 - - - - - -] Attempt 1 to provision port 8b2a245c-8388-427c-8d78-950d1c9ec599 2026-05-11 02:02:39.517 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 21ea9905-e165-4187-a42e-1ac35210e582 2026-05-11 02:02:41.686 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 82942c13-e66c-43dd-b703-3c47b264a7cb 2026-05-11 02:02:42.266 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 21ea9905-e165-4187-a42e-1ac35210e582 2026-05-11 02:02:42.295 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-380266d2-1cb8-404e-8d8d-10f69e6c0e67'] response: {'server_uuid': 'ecdde93f-6a31-4f4a-b363-81d220929944', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '82942c13-e66c-43dd-b703-3c47b264a7cb', 'code': 200} 2026-05-11 02:02:42.598 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 68b2aa19-ad50-4537-b077-900af3a7883f 2026-05-11 02:02:43.910 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 82942c13-e66c-43dd-b703-3c47b264a7cb 2026-05-11 02:02:44.291 9 INFO neutron.plugins.ml2.plugin [None req-f9dcb751-6266-41bb-98cc-6d91d7703ac6 - - - - - -] Attempt 1 to provision port 7bbd6a07-4e99-40a0-b185-68c5ee72b7d5 2026-05-11 02:02:44.379 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 68b2aa19-ad50-4537-b077-900af3a7883f 2026-05-11 02:02:46.030 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 7bbd6a07-4e99-40a0-b185-68c5ee72b7d5 2026-05-11 02:02:46.169 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-6243b496-7dc1-4785-99ba-5dc06c4aa454'] response: {'server_uuid': '7ed69ce3-bc2e-42c6-a965-8ab8ab4587a5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7bbd6a07-4e99-40a0-b185-68c5ee72b7d5', 'code': 200} 2026-05-11 02:02:48.038 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 7bbd6a07-4e99-40a0-b185-68c5ee72b7d5 2026-05-11 02:02:49.601 9 INFO neutron.plugins.ml2.plugin [None req-11b531ec-1a33-4a7e-b31e-c39620a689c9 - - - - - -] Attempt 1 to provision port 288a51a9-6221-4e01-ae42-8876c4d90f0e 2026-05-11 02:02:52.004 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 288a51a9-6221-4e01-ae42-8876c4d90f0e 2026-05-11 02:02:52.139 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-f4c0d48a-ecb4-46aa-8a1f-f8e7261b83a2'] response: {'server_uuid': 'f56e803e-1142-4542-be46-33b0eeae8ba1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '288a51a9-6221-4e01-ae42-8876c4d90f0e', 'code': 200} 2026-05-11 02:02:53.859 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 288a51a9-6221-4e01-ae42-8876c4d90f0e 2026-05-11 02:02:55.799 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port d9dfa384-ed35-44b8-b96d-6845e241c95f 2026-05-11 02:02:56.225 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 5cdb2324-b28b-4a76-a21d-c62375aef7cf 2026-05-11 02:02:57.148 9 WARNING neutron.plugins.ml2.plugin [None req-7899c943-53c2-4b8d-835c-f03829ee04ae - - - - - -] Concurrent port binding operations failed on port 2b772ae2-89cc-40b0-b2df-5c3d62b21a53 2026-05-11 02:02:57.151 9 INFO neutron.plugins.ml2.plugin [None req-7899c943-53c2-4b8d-835c-f03829ee04ae - - - - - -] Attempt 2 to bind port 2b772ae2-89cc-40b0-b2df-5c3d62b21a53 2026-05-11 02:02:57.996 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 8b2a245c-8388-427c-8d78-950d1c9ec599 2026-05-11 02:02:58.623 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 2b772ae2-89cc-40b0-b2df-5c3d62b21a53 2026-05-11 02:02:59.226 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port d9dfa384-ed35-44b8-b96d-6845e241c95f 2026-05-11 02:02:59.565 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 5cdb2324-b28b-4a76-a21d-c62375aef7cf 2026-05-11 02:02:59.980 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-58019e8e-4cdb-4ead-8db9-b11e14a872ed'] response: {'server_uuid': '7a7f752b-be31-4b60-86ea-c1fa53472790', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'b70ed3c2-8f7d-4c0f-ad89-add02fb07201', 'code': 200} 2026-05-11 02:03:01.344 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port b70ed3c2-8f7d-4c0f-ad89-add02fb07201 2026-05-11 02:03:01.543 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f097f7c-2213-40e8-a17f-34844e3bb57e'] response: {'server_uuid': '7a7f752b-be31-4b60-86ea-c1fa53472790', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b70ed3c2-8f7d-4c0f-ad89-add02fb07201', 'code': 200} 2026-05-11 02:03:02.091 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port b70ed3c2-8f7d-4c0f-ad89-add02fb07201 2026-05-11 02:03:04.074 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 94c103e7-e2d2-494f-89b9-6bfbbb28f046 2026-05-11 02:03:04.449 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 9db89464-52b4-481b-b4b4-3bf427ec5b6e 2026-05-11 02:03:06.188 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 77a7e82a-b26b-4ec2-ad54-0dcb4b7932a1 2026-05-11 02:03:06.194 9 INFO neutron.plugins.ml2.plugin [None req-e4fa2abb-7bec-405e-80d0-c3da97207b65 - - - - - -] Attempt 1 to provision port 7bbd6a07-4e99-40a0-b185-68c5ee72b7d5 2026-05-11 02:03:06.258 9 INFO neutron.plugins.ml2.plugin [None req-e4fa2abb-7bec-405e-80d0-c3da97207b65 - - - - - -] Attempt 1 to provision port ce9ef710-f871-4a37-9073-07a7e1a2c608 2026-05-11 02:03:06.671 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 94c103e7-e2d2-494f-89b9-6bfbbb28f046 2026-05-11 02:03:06.901 9 INFO neutron.plugins.ml2.plugin [None req-67c0117d-9131-43be-a37d-581e54a73548 - - - - - -] Attempt 1 to provision port 77a7e82a-b26b-4ec2-ad54-0dcb4b7932a1 2026-05-11 02:03:06.980 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 9db89464-52b4-481b-b4b4-3bf427ec5b6e 2026-05-11 02:03:07.324 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 7bbd6a07-4e99-40a0-b185-68c5ee72b7d5 2026-05-11 02:03:08.080 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 77a7e82a-b26b-4ec2-ad54-0dcb4b7932a1 2026-05-11 02:03:08.198 10 INFO neutron.plugins.ml2.plugin [None req-7cfdbfb5-73b5-414a-81ec-b120f9d5d40a - - - - - -] Attempt 1 to provision port 7bbd6a07-4e99-40a0-b185-68c5ee72b7d5 2026-05-11 02:03:08.346 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 7bbd6a07-4e99-40a0-b185-68c5ee72b7d5 2026-05-11 02:03:08.406 9 INFO neutron.plugins.ml2.plugin [None req-8db718f4-4d2b-4808-86dd-8a732cac6540 - - - - - -] Attempt 1 to provision port c6b02d48-d49d-40a3-ba1d-d91e4f9c2740 2026-05-11 02:03:08.857 9 INFO neutron.plugins.ml2.plugin [None req-5ebd2f31-4d23-47e2-a62c-ffa70839cede - - - - - -] Attempt 1 to provision port c6b02d48-d49d-40a3-ba1d-d91e4f9c2740 2026-05-11 02:03:10.117 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 5f01ac9d-d674-4073-88f8-ce7eac9cfe16 2026-05-11 02:03:11.821 10 INFO neutron.plugins.ml2.plugin [None req-1554de08-b795-4f2e-bdb1-ffd9d9b9eaaa - - - - - -] Attempt 1 to provision port aa951f94-7a23-4fc4-8cb5-efda3eee1d77 2026-05-11 02:03:12.086 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 5f01ac9d-d674-4073-88f8-ce7eac9cfe16 2026-05-11 02:03:14.720 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port aa951f94-7a23-4fc4-8cb5-efda3eee1d77 2026-05-11 02:03:14.895 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-3fb7c9a7-819e-468b-937a-0cc9db7f4629'] response: {'server_uuid': '534fd610-5582-47d1-ac68-c4148d0a16a2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'aa951f94-7a23-4fc4-8cb5-efda3eee1d77', 'code': 200} 2026-05-11 02:03:16.258 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port aa951f94-7a23-4fc4-8cb5-efda3eee1d77 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: 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:664: 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:664: 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:664: 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-05-11 02:03:21.977 9 INFO neutron.plugins.ml2.plugin [None req-0737ca67-2aad-4e2d-be2d-78f8db4208b0 - - - - - -] Attempt 1 to provision port 5e879e6d-ffa3-4c88-98c0-d1e45b0f98e4 2026-05-11 02:03:22.403 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 5e879e6d-ffa3-4c88-98c0-d1e45b0f98e4 2026-05-11 02:03:23.214 10 INFO neutron.plugins.ml2.plugin [None req-5761c192-c85b-42d1-b72f-100b61d25231 - - - - - -] Attempt 1 to provision port bd7423dd-d328-4316-81c8-694d588ba591 2026-05-11 02:03:23.879 10 INFO neutron.plugins.ml2.plugin [None req-85952785-44d2-4ed7-b406-8670c2d09d8c - - - - - -] Attempt 1 to provision port e44373d8-5c37-4b86-bd88-07a94ad31232 2026-05-11 02:03:24.146 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 5e879e6d-ffa3-4c88-98c0-d1e45b0f98e4 2026-05-11 02:03:24.418 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port e44373d8-5c37-4b86-bd88-07a94ad31232 2026-05-11 02:03:25.560 10 INFO neutron.plugins.ml2.plugin [None req-48474fc4-784b-441c-903f-a31bff6631b3 - - - - - -] Attempt 1 to provision port 769ad6ae-6c24-4c3d-983a-3d8f842f3f1a 2026-05-11 02:03:26.164 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port e44373d8-5c37-4b86-bd88-07a94ad31232 2026-05-11 02:03:26.354 9 INFO neutron.plugins.ml2.plugin [None req-fe744b61-80e3-4182-80af-0f55f4263e11 - - - - - -] Attempt 1 to provision port 769ad6ae-6c24-4c3d-983a-3d8f842f3f1a 2026-05-11 02:03:28.155 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 4c1150cb-ccff-4faa-923c-dfe30f559796 2026-05-11 02:03:30.333 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 4c1150cb-ccff-4faa-923c-dfe30f559796 2026-05-11 02:03:30.742 9 INFO neutron.plugins.ml2.plugin [None req-49ba8a8f-af58-49cd-badb-fd0e995a6bd5 - - - - - -] Attempt 1 to provision port fdcea111-ead2-49a4-bcd2-a6046bfedc09 2026-05-11 02:03:32.172 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 4740e4d9-329f-4a89-b716-d6be6f2370e1 2026-05-11 02:03:33.406 9 INFO neutron.plugins.ml2.plugin [None req-ec572840-bdd0-45a2-8224-22f65f37b999 - - - - - -] Attempt 1 to provision port 4740e4d9-329f-4a89-b716-d6be6f2370e1 2026-05-11 02:03:33.698 9 INFO neutron.plugins.ml2.plugin [None req-1ce8d2c5-f11b-43e9-9bab-662a356466bd - - - - - -] Attempt 1 to provision port 1aa85a4d-a21d-42ba-84f1-eacf608cac5d 2026-05-11 02:03:34.081 9 INFO neutron.plugins.ml2.plugin [None req-bd8db15e-6d76-49cf-847a-1786fd6429e0 - - - - - -] Attempt 1 to provision port 5ce0a16d-1ca4-4a6d-8bdb-aa9d4bb406fe 2026-05-11 02:03:34.236 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 1aa85a4d-a21d-42ba-84f1-eacf608cac5d 2026-05-11 02:03:34.538 10 INFO neutron.plugins.ml2.plugin [None req-a5aff54b-6ee9-4814-a886-034960101669 - - - - - -] Attempt 1 to provision port 5ce0a16d-1ca4-4a6d-8bdb-aa9d4bb406fe 2026-05-11 02:03:34.550 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port fdcea111-ead2-49a4-bcd2-a6046bfedc09 2026-05-11 02:03:34.672 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-66f71fe3-bada-4ab6-8f80-7e1292052b76'] response: {'server_uuid': 'd7cdf0b3-1dbf-480d-8c83-8352d9d35e74', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fdcea111-ead2-49a4-bcd2-a6046bfedc09', 'code': 200} 2026-05-11 02:03:35.105 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 4740e4d9-329f-4a89-b716-d6be6f2370e1 2026-05-11 02:03:35.494 10 INFO neutron.plugins.ml2.plugin [None req-b0cc4384-e2bc-4c26-86d7-b10acb3b9ca4 - - - - - -] Attempt 1 to provision port 5f81f380-6c42-4948-af02-f613c79a963b 2026-05-11 02:03:36.092 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 1aa85a4d-a21d-42ba-84f1-eacf608cac5d 2026-05-11 02:03:36.253 9 INFO neutron.plugins.ml2.plugin [None req-2d60c302-1a2b-4d38-91d9-04e5a784bcca - - - - - -] Attempt 1 to provision port 5f81f380-6c42-4948-af02-f613c79a963b 2026-05-11 02:03:36.404 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port fdcea111-ead2-49a4-bcd2-a6046bfedc09 2026-05-11 02:03:44.153 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 635c7b97-6571-4e31-bff6-4b7d22567627 2026-05-11 02:03:44.777 10 INFO neutron.plugins.ml2.plugin [None req-e011c157-c1ef-417e-94a8-8cb945bb9b5a - - - - - -] Attempt 1 to provision port 635c7b97-6571-4e31-bff6-4b7d22567627 2026-05-11 02:03:45.076 10 INFO neutron.plugins.ml2.plugin [None req-096e9190-d7f7-4d75-bef2-62f156b546b7 - - - - - -] Attempt 1 to provision port d8f1aee8-79aa-40f3-94e7-3013e3417772 2026-05-11 02:03:46.080 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 635c7b97-6571-4e31-bff6-4b7d22567627 2026-05-11 02:03:46.349 9 INFO neutron.plugins.ml2.plugin [None req-e2124e4a-66e4-4c70-958e-fba4628609ca - - - - - -] Attempt 1 to provision port d8f1aee8-79aa-40f3-94e7-3013e3417772 2026-05-11 02:03:52.115 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 153b17ea-1c97-4b23-9bad-5882774c3a59 2026-05-11 02:03:52.140 9 INFO neutron.plugins.ml2.plugin [None req-6392679c-cfc6-497f-b629-1b2efbf1a0dd - - - - - -] Attempt 1 to provision port 153b17ea-1c97-4b23-9bad-5882774c3a59 2026-05-11 02:03:53.035 9 INFO neutron.plugins.ml2.plugin [None req-d13ead93-d3b9-4e35-945f-a94b2362a8b9 - - - - - -] Attempt 1 to provision port 12be1840-fc93-4f49-97ec-899c859bac45 2026-05-11 02:03:53.888 9 INFO neutron.plugins.ml2.plugin [None req-033d3efc-c594-4b7c-8aed-928619eebe62 - - - - - -] Attempt 1 to provision port 12be1840-fc93-4f49-97ec-899c859bac45 2026-05-11 02:03:54.185 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 153b17ea-1c97-4b23-9bad-5882774c3a59 2026-05-11 02:03:54.540 9 INFO neutron.plugins.ml2.plugin [None req-192ee792-9abf-4eec-a85d-3577df59dc0d - - - - - -] Attempt 1 to provision port c29918f6-90a4-45a4-b61b-11e674bd94bc 2026-05-11 02:03:58.518 9 INFO neutron.plugins.ml2.plugin [None req-cfef125c-a5be-4da7-abb3-370e63d634d0 - - - - - -] Attempt 1 to provision port f5490b05-9902-4f17-8911-fcf511d8e63a 2026-05-11 02:04:11.469 10 INFO neutron.plugins.ml2.plugin [None req-90c34774-0c2e-432f-b67e-a1d32a33174c - - - - - -] Attempt 1 to provision port 3c98fd91-08b6-4a6f-8e2c-c8eb351534ba 2026-05-11 02:04:12.207 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 3c98fd91-08b6-4a6f-8e2c-c8eb351534ba 2026-05-11 02:04:12.846 10 INFO neutron.plugins.ml2.plugin [None req-9241e76c-1386-42e4-906c-51ad64ddd947 - - - - - -] Attempt 1 to provision port 2711483a-4ab4-47ef-9487-50b92ab79589 2026-05-11 02:04:15.485 10 INFO neutron.plugins.ml2.plugin [None req-a5af0520-7a88-4290-a808-df1fb4b4450b - - - - - -] Attempt 1 to provision port 30ba4dac-eb8f-4744-a3ba-6069f2ac7e50 2026-05-11 02:04:16.197 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port f209f814-4d25-4f64-be9e-4b0bf17b9aa6 2026-05-11 02:04:16.458 9 INFO neutron.plugins.ml2.plugin [None req-df440b38-728f-458b-8422-9195e981f5d5 - - - - - -] Attempt 1 to provision port 3a238163-772c-4427-a0e7-c1868dc4fe30 2026-05-11 02:04:16.919 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 3a238163-772c-4427-a0e7-c1868dc4fe30 2026-05-11 02:04:17.983 10 INFO neutron.plugins.ml2.plugin [None req-0df898c5-155f-4e4f-957e-9788bcb37564 - - - - - -] Attempt 1 to provision port ecf6fa49-ccf5-401b-9cd4-bd1e3992f5cb 2026-05-11 02:04:18.206 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port f209f814-4d25-4f64-be9e-4b0bf17b9aa6 2026-05-11 02:04:18.450 10 INFO neutron.plugins.ml2.plugin [None req-2c1f78b9-461b-4b4a-af78-f6beeeb468f2 - - - - - -] Attempt 1 to provision port a6e23f6f-7a5b-41ce-8e6a-b1e8c61423c5 2026-05-11 02:04:18.510 10 INFO neutron.plugins.ml2.plugin [None req-2c1f78b9-461b-4b4a-af78-f6beeeb468f2 - - - - - -] Attempt 1 to provision port 56fc4d79-3235-48d4-9dc0-060fe226abb7 2026-05-11 02:04:18.585 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 56fc4d79-3235-48d4-9dc0-060fe226abb7 2026-05-11 02:04:18.955 10 INFO neutron.plugins.ml2.plugin [None req-b8c420cc-d8f0-4462-820f-15c92477fdbd - - - - - -] Attempt 1 to provision port ecf6fa49-ccf5-401b-9cd4-bd1e3992f5cb 2026-05-11 02:04:18.986 10 INFO neutron.plugins.ml2.plugin [None req-b8c420cc-d8f0-4462-820f-15c92477fdbd - - - - - -] Attempt 1 to provision port a6e23f6f-7a5b-41ce-8e6a-b1e8c61423c5 2026-05-11 02:04:19.169 9 INFO neutron.plugins.ml2.plugin [None req-6b41e916-8974-49e2-901c-2602ce53e786 - - - - - -] Attempt 1 to provision port a6e23f6f-7a5b-41ce-8e6a-b1e8c61423c5 2026-05-11 02:04:19.606 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 3a238163-772c-4427-a0e7-c1868dc4fe30 2026-05-11 02:04:20.483 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port edcbffe0-f1e6-495c-9219-c2116f536e1a 2026-05-11 02:04:21.453 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 56fc4d79-3235-48d4-9dc0-060fe226abb7 2026-05-11 02:04:21.501 9 INFO neutron.plugins.ml2.plugin [None req-f00b96f1-6595-4534-95d4-c3a5f462e7b6 - - - - - -] Attempt 1 to provision port 35f1d10b-0ddd-4c8e-82ba-4da543c9e563 2026-05-11 02:04:22.327 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 35f1d10b-0ddd-4c8e-82ba-4da543c9e563 2026-05-11 02:04:22.899 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port edcbffe0-f1e6-495c-9219-c2116f536e1a 2026-05-11 02:04:23.986 9 INFO neutron.plugins.ml2.plugin [None req-25d2786a-ffba-4ad6-b09a-ce77ffe01424 - - - - - -] Attempt 1 to provision port 375eb0e4-c1a4-4a71-8c7c-dc44af23023d 2026-05-11 02:04:25.037 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 45f021b0-e7da-45a1-bd7b-79bf953f1ffb 2026-05-11 02:04:26.008 10 INFO neutron.plugins.ml2.plugin [None req-1cb2900b-417c-41d0-bd33-cd8c58fdadbb - - - - - -] Attempt 1 to provision port 82ac4293-41c7-441c-b227-58bc549cc747 2026-05-11 02:04:26.923 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 375eb0e4-c1a4-4a71-8c7c-dc44af23023d 2026-05-11 02:04:27.066 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-09379482-1717-43f1-a099-f7bc76969b50'] response: {'server_uuid': '57265928-f4e2-4a18-a31c-508bf89c3ebb', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '375eb0e4-c1a4-4a71-8c7c-dc44af23023d', 'code': 200} 2026-05-11 02:04:29.164 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 82ac4293-41c7-441c-b227-58bc549cc747 2026-05-11 02:04:29.436 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-920e8af0-82ce-4dc1-bcfb-3bf3df92360b'] response: {'server_uuid': 'd4b5bf7e-08bd-4384-b42e-d72c09082798', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '82ac4293-41c7-441c-b227-58bc549cc747', 'code': 200} 2026-05-11 02:04:29.817 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port c86990dd-d622-4f96-acb2-e0f939ac35ed 2026-05-11 02:04:29.990 10 INFO neutron.plugins.ml2.plugin [None req-3dbebbc5-1809-4b93-baf7-b95b9414ad61 - - - - - -] Attempt 1 to provision port c86990dd-d622-4f96-acb2-e0f939ac35ed 2026-05-11 02:04:30.699 10 INFO neutron.plugins.ml2.plugin [None req-eaecdeef-80ef-41ef-806f-8bfa009476dc - - - - - -] Attempt 1 to provision port fed86500-0b03-4f2b-a04d-c129b579bd24 2026-05-11 02:04:30.961 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port fed86500-0b03-4f2b-a04d-c129b579bd24 2026-05-11 02:04:31.331 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 82ac4293-41c7-441c-b227-58bc549cc747 2026-05-11 02:04:31.433 10 INFO neutron.plugins.ml2.plugin [None req-6c9ca91a-eb7f-440f-96a0-fe2821557a12 - - - - - -] Attempt 1 to provision port 3067578d-8297-479f-9ecd-87263d6cb114 2026-05-11 02:04:31.685 10 INFO neutron.plugins.ml2.plugin [None req-8fd426c5-7493-46bd-9b4a-6b416a086caf - - - - - -] Attempt 1 to provision port 3067578d-8297-479f-9ecd-87263d6cb114 2026-05-11 02:04:31.749 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port c86990dd-d622-4f96-acb2-e0f939ac35ed 2026-05-11 02:04:32.854 10 INFO neutron.plugins.ml2.plugin [None req-bb72f858-3f69-45ea-8cb7-e06c9610c2f4 - - - - - -] Attempt 1 to provision port 965afb3a-f72c-4260-98b9-9040bf2aa848 2026-05-11 02:04:33.169 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port fed86500-0b03-4f2b-a04d-c129b579bd24 2026-05-11 02:04:33.426 10 INFO neutron.plugins.ml2.plugin [None req-f4c6b822-b1ef-4193-8b41-b4d15b35254e - - - - - -] Attempt 1 to provision port 965afb3a-f72c-4260-98b9-9040bf2aa848 2026-05-11 02:04:33.481 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 5884444e-1ea2-4f01-9b7e-19d13fe68ff8 2026-05-11 02:04:34.295 10 INFO neutron.plugins.ml2.plugin [None req-589801b5-fee7-47ba-806b-bc95b0b2fd57 - - - - - -] Attempt 1 to provision port 5884444e-1ea2-4f01-9b7e-19d13fe68ff8 2026-05-11 02:04:35.066 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 2711483a-4ab4-47ef-9487-50b92ab79589 2026-05-11 02:04:35.619 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port a6e23f6f-7a5b-41ce-8e6a-b1e8c61423c5 2026-05-11 02:04:36.085 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 5884444e-1ea2-4f01-9b7e-19d13fe68ff8 2026-05-11 02:04:36.905 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 2711483a-4ab4-47ef-9487-50b92ab79589 2026-05-11 02:04:37.203 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port a6e23f6f-7a5b-41ce-8e6a-b1e8c61423c5 2026-05-11 02:04:38.982 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 982a3f54-387a-4610-84aa-67b57c29b36f 2026-05-11 02:04:42.184 10 INFO neutron.plugins.ml2.plugin [None req-351213cb-a917-4be9-ad4e-b92807e7a64f - - - - - -] Attempt 1 to provision port 80b01d00-0f9b-42f1-a298-ab38e41a1369 2026-05-11 02:04:42.890 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 80b01d00-0f9b-42f1-a298-ab38e41a1369 2026-05-11 02:04:44.001 10 INFO neutron.plugins.ml2.plugin [None req-1efba2d9-79ee-4fab-ae02-0f2d5f116084 - - - - - -] Attempt 1 to provision port 90c1aadd-c952-4cac-b24a-835b672d1e6f 2026-05-11 02:04:44.565 9 INFO neutron.plugins.ml2.plugin [None req-c8e2aec1-21c4-4619-aaf1-1e783bf5961b - - - - - -] Attempt 1 to provision port 90c1aadd-c952-4cac-b24a-835b672d1e6f 2026-05-11 02:04:50.059 10 INFO neutron.plugins.ml2.plugin [None req-441866b7-0b15-4a41-a206-cd300d7defe5 - - - - - -] Attempt 1 to provision port 0ee20071-b670-429d-9b84-351d34bb2d2a 2026-05-11 02:04:50.825 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 0ee20071-b670-429d-9b84-351d34bb2d2a 2026-05-11 02:04:51.567 10 INFO neutron.plugins.ml2.plugin [None req-5c3a8ba3-3a49-4bd6-a7ce-81a86d4211a0 - - - - - -] Attempt 1 to provision port 2b647eca-3381-4a02-ae8e-abe52968aed4 2026-05-11 02:04:52.253 9 INFO neutron.plugins.ml2.plugin [None req-641998f5-879d-44d6-bb26-646a2b03e0a7 - - - - - -] Attempt 1 to provision port 2eac9e29-0393-4ce1-bf8c-8bdd8d06d4c7 2026-05-11 02:04:56.349 9 INFO neutron.plugins.ml2.plugin [None req-048339b1-6ab5-46b9-8a78-08b45f1908ef - - - - - -] Attempt 1 to provision port 47efe64e-478a-434f-9ae8-a89a83b1c8d5 2026-05-11 02:04:56.940 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 2eac9e29-0393-4ce1-bf8c-8bdd8d06d4c7 2026-05-11 02:04:57.082 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-534a95a7-bc16-4a50-a839-bbe7baa4fefa'] response: {'server_uuid': '7632bab6-4459-4aa9-9a11-e3f81c0440cd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2eac9e29-0393-4ce1-bf8c-8bdd8d06d4c7', 'code': 200} 2026-05-11 02:04:58.888 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 2eac9e29-0393-4ce1-bf8c-8bdd8d06d4c7 2026-05-11 02:05:11.132 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-03a175b0-1f71-4a2d-8019-618ccda91284'] response: {'server_uuid': '7632bab6-4459-4aa9-9a11-e3f81c0440cd', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '2eac9e29-0393-4ce1-bf8c-8bdd8d06d4c7', 'code': 200} 2026-05-11 02:05:24.114 10 INFO neutron.plugins.ml2.plugin [None req-b5c9a88b-2604-45e9-84a4-98684b541a40 - - - - - -] Attempt 1 to provision port 14e12f33-2024-45d9-8e9a-e1a8d2840bbb 2026-05-11 02:05:25.062 10 INFO neutron.plugins.ml2.plugin [None req-9104cc09-1826-4d7d-a16d-21eb0f6ce3d3 - - - - - -] Attempt 1 to provision port 7d802530-7237-46e3-8314-5dc56c3abe4f 2026-05-11 02:05:25.210 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 6519dbfc-de49-482c-b600-64d1880da05b 2026-05-11 02:05:25.907 10 INFO neutron.plugins.ml2.plugin [None req-8aee68e1-a2d0-4b00-ac47-9af091764496 - - - - - -] Attempt 1 to provision port 6519dbfc-de49-482c-b600-64d1880da05b 2026-05-11 02:05:26.820 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 6519dbfc-de49-482c-b600-64d1880da05b 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 4aac1141-2bd3-43fe-8b54-04e848acde43 could not be found. 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:05:26.931 9 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-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-11 02:05:26.931 9 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-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:05:26.931 9 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-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:05:26.931 9 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-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 4aac1141-2bd3-43fe-8b54-04e848acde43 could not be found. 2026-05-11 02:05:26.931 9 ERROR neutron.plugins.ml2.managers  2026-05-11 02:05:26.933 9 ERROR neutron.plugins.ml2.managers [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Failed to bind port afbbe559-3a03-4405-b2d8-40042d5e0c05 on host instance for vnic_type normal using segments [{'id': '742f5582-5e06-4ad2-a8ff-1438a52d0392', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 748, 'network_id': '32be4c1c-2ab6-44da-a763-220fd5492527'}] 2026-05-11 02:05:26.934 9 INFO neutron.plugins.ml2.plugin [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Attempt 2 to bind port afbbe559-3a03-4405-b2d8-40042d5e0c05 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 4aac1141-2bd3-43fe-8b54-04e848acde43 could not be found. 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:05:26.970 9 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-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-11 02:05:26.970 9 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-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:05:26.970 9 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-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:05:26.970 9 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-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 4aac1141-2bd3-43fe-8b54-04e848acde43 could not be found. 2026-05-11 02:05:26.970 9 ERROR neutron.plugins.ml2.managers  2026-05-11 02:05:26.971 9 ERROR neutron.plugins.ml2.managers [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Failed to bind port afbbe559-3a03-4405-b2d8-40042d5e0c05 on host instance for vnic_type normal using segments [{'id': '742f5582-5e06-4ad2-a8ff-1438a52d0392', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 748, 'network_id': '32be4c1c-2ab6-44da-a763-220fd5492527'}] 2026-05-11 02:05:26.972 9 INFO neutron.plugins.ml2.plugin [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Attempt 3 to bind port afbbe559-3a03-4405-b2d8-40042d5e0c05 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 4aac1141-2bd3-43fe-8b54-04e848acde43 could not be found. 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:05:26.995 9 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-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-11 02:05:26.995 9 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-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:05:26.995 9 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-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:05:26.995 9 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-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 4aac1141-2bd3-43fe-8b54-04e848acde43 could not be found. 2026-05-11 02:05:26.995 9 ERROR neutron.plugins.ml2.managers  2026-05-11 02:05:26.996 9 ERROR neutron.plugins.ml2.managers [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Failed to bind port afbbe559-3a03-4405-b2d8-40042d5e0c05 on host instance for vnic_type normal using segments [{'id': '742f5582-5e06-4ad2-a8ff-1438a52d0392', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 748, 'network_id': '32be4c1c-2ab6-44da-a763-220fd5492527'}] 2026-05-11 02:05:26.996 9 INFO neutron.plugins.ml2.plugin [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Attempt 4 to bind port afbbe559-3a03-4405-b2d8-40042d5e0c05 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 4aac1141-2bd3-43fe-8b54-04e848acde43 could not be found. 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:05:27.025 9 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-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-11 02:05:27.025 9 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-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:05:27.025 9 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-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:05:27.025 9 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-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 4aac1141-2bd3-43fe-8b54-04e848acde43 could not be found. 2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers  2026-05-11 02:05:27.025 9 ERROR neutron.plugins.ml2.managers [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Failed to bind port afbbe559-3a03-4405-b2d8-40042d5e0c05 on host instance for vnic_type normal using segments [{'id': '742f5582-5e06-4ad2-a8ff-1438a52d0392', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 748, 'network_id': '32be4c1c-2ab6-44da-a763-220fd5492527'}] 2026-05-11 02:05:27.027 9 INFO neutron.plugins.ml2.plugin [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Attempt 5 to bind port afbbe559-3a03-4405-b2d8-40042d5e0c05 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 4aac1141-2bd3-43fe-8b54-04e848acde43 could not be found. 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:05:27.049 9 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-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-11 02:05:27.049 9 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-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:05:27.049 9 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-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:05:27.049 9 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-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 4aac1141-2bd3-43fe-8b54-04e848acde43 could not be found. 2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers  2026-05-11 02:05:27.049 9 ERROR neutron.plugins.ml2.managers [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Failed to bind port afbbe559-3a03-4405-b2d8-40042d5e0c05 on host instance for vnic_type normal using segments [{'id': '742f5582-5e06-4ad2-a8ff-1438a52d0392', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 748, 'network_id': '32be4c1c-2ab6-44da-a763-220fd5492527'}] 2026-05-11 02:05:27.049 9 INFO neutron.plugins.ml2.plugin [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Attempt 6 to bind port afbbe559-3a03-4405-b2d8-40042d5e0c05 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 4aac1141-2bd3-43fe-8b54-04e848acde43 could not be found. 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:05:27.073 9 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-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-11 02:05:27.073 9 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-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:05:27.073 9 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-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:05:27.073 9 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-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 4aac1141-2bd3-43fe-8b54-04e848acde43 could not be found. 2026-05-11 02:05:27.073 9 ERROR neutron.plugins.ml2.managers  2026-05-11 02:05:27.074 9 ERROR neutron.plugins.ml2.managers [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Failed to bind port afbbe559-3a03-4405-b2d8-40042d5e0c05 on host instance for vnic_type normal using segments [{'id': '742f5582-5e06-4ad2-a8ff-1438a52d0392', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 748, 'network_id': '32be4c1c-2ab6-44da-a763-220fd5492527'}] 2026-05-11 02:05:27.074 9 INFO neutron.plugins.ml2.plugin [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Attempt 7 to bind port afbbe559-3a03-4405-b2d8-40042d5e0c05 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 4aac1141-2bd3-43fe-8b54-04e848acde43 could not be found. 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:05:27.101 9 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-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-11 02:05:27.101 9 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-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:05:27.101 9 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-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:05:27.101 9 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-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 4aac1141-2bd3-43fe-8b54-04e848acde43 could not be found. 2026-05-11 02:05:27.101 9 ERROR neutron.plugins.ml2.managers  2026-05-11 02:05:27.102 9 ERROR neutron.plugins.ml2.managers [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Failed to bind port afbbe559-3a03-4405-b2d8-40042d5e0c05 on host instance for vnic_type normal using segments [{'id': '742f5582-5e06-4ad2-a8ff-1438a52d0392', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 748, 'network_id': '32be4c1c-2ab6-44da-a763-220fd5492527'}] 2026-05-11 02:05:27.103 9 INFO neutron.plugins.ml2.plugin [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Attempt 8 to bind port afbbe559-3a03-4405-b2d8-40042d5e0c05 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 4aac1141-2bd3-43fe-8b54-04e848acde43 could not be found. 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:05:27.131 9 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-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-11 02:05:27.131 9 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-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:05:27.131 9 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-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:05:27.131 9 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-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 4aac1141-2bd3-43fe-8b54-04e848acde43 could not be found. 2026-05-11 02:05:27.131 9 ERROR neutron.plugins.ml2.managers  2026-05-11 02:05:27.132 9 ERROR neutron.plugins.ml2.managers [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Failed to bind port afbbe559-3a03-4405-b2d8-40042d5e0c05 on host instance for vnic_type normal using segments [{'id': '742f5582-5e06-4ad2-a8ff-1438a52d0392', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 748, 'network_id': '32be4c1c-2ab6-44da-a763-220fd5492527'}] 2026-05-11 02:05:27.134 9 INFO neutron.plugins.ml2.plugin [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Attempt 9 to bind port afbbe559-3a03-4405-b2d8-40042d5e0c05 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 4aac1141-2bd3-43fe-8b54-04e848acde43 could not be found. 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:05:27.157 9 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-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-11 02:05:27.157 9 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-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:05:27.157 9 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-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:05:27.157 9 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-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 4aac1141-2bd3-43fe-8b54-04e848acde43 could not be found. 2026-05-11 02:05:27.157 9 ERROR neutron.plugins.ml2.managers  2026-05-11 02:05:27.158 9 ERROR neutron.plugins.ml2.managers [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Failed to bind port afbbe559-3a03-4405-b2d8-40042d5e0c05 on host instance for vnic_type normal using segments [{'id': '742f5582-5e06-4ad2-a8ff-1438a52d0392', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 748, 'network_id': '32be4c1c-2ab6-44da-a763-220fd5492527'}] 2026-05-11 02:05:27.159 9 INFO neutron.plugins.ml2.plugin [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Attempt 10 to bind port afbbe559-3a03-4405-b2d8-40042d5e0c05 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 4aac1141-2bd3-43fe-8b54-04e848acde43 could not be found. 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:05:27.188 9 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-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-05-11 02:05:27.188 9 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-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:05:27.188 9 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-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:05:27.188 9 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-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 4aac1141-2bd3-43fe-8b54-04e848acde43 could not be found. 2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers  2026-05-11 02:05:27.188 9 ERROR neutron.plugins.ml2.managers [None req-73493a3f-1c2a-46f5-972b-ae23dcee622d - - - - - -] Failed to bind port afbbe559-3a03-4405-b2d8-40042d5e0c05 on host instance for vnic_type normal using segments [{'id': '742f5582-5e06-4ad2-a8ff-1438a52d0392', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 748, 'network_id': '32be4c1c-2ab6-44da-a763-220fd5492527'}] 2026-05-11 02:05:27.894 10 INFO neutron.plugins.ml2.plugin [None req-2181efa3-36d8-4c60-9a53-7d74d1994210 - - - - - -] Attempt 1 to provision port 34ec099f-2801-472c-a4d9-0fbfd4212e72 2026-05-11 02:05:28.346 10 INFO neutron.plugins.ml2.plugin [None req-c06b685d-fe64-4b98-9e51-8673d4716e77 - - - - - -] Attempt 1 to provision port 34ec099f-2801-472c-a4d9-0fbfd4212e72 2026-05-11 02:05:29.006 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 9a7e314c-0694-40cc-9a10-8a0c78a9f644 2026-05-11 02:05:30.119 9 INFO neutron.plugins.ml2.plugin [None req-9baf6220-6c36-4e95-a0ba-b720536ec773 - - - - - -] Attempt 1 to provision port 15cb72ec-2473-414e-b5d4-22b9e6ec3de4 2026-05-11 02:05:30.160 9 INFO neutron.plugins.ml2.db [None req-9baf6220-6c36-4e95-a0ba-b720536ec773 - - - - - -] No ports have port_id starting with 15cb72ec-2473-414e-b5d4-22b9e6ec3de4 2026-05-11 02:05:30.912 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 9a7e314c-0694-40cc-9a10-8a0c78a9f644 2026-05-11 02:05:32.603 9 INFO neutron.plugins.ml2.plugin [None req-863ca08a-4ada-41f2-8b00-65abec53a74e - - - - - -] Attempt 1 to provision port d835fd06-458b-4b00-b58f-e6d229e01c5d 2026-05-11 02:05:32.632 9 INFO neutron.plugins.ml2.plugin [None req-863ca08a-4ada-41f2-8b00-65abec53a74e - - - - - -] Attempt 1 to provision port 574ad680-b55f-4931-be02-ec85aa05c66d 2026-05-11 02:05:32.846 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 574ad680-b55f-4931-be02-ec85aa05c66d 2026-05-11 02:05:34.767 10 INFO neutron.plugins.ml2.plugin [None req-f3f786bd-6745-48c4-b623-1245abce6ddd - - - - - -] Attempt 1 to provision port 6de4298b-a063-4425-8b94-8056e3c6fe69 2026-05-11 02:05:34.972 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 574ad680-b55f-4931-be02-ec85aa05c66d 2026-05-11 02:05:35.303 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 099ac6d9-cdf7-4684-b1ce-51696731da12 2026-05-11 02:05:35.522 10 INFO neutron.plugins.ml2.plugin [None req-6c850b26-ca5c-4546-9fc7-cf750dd0f618 - - - - - -] Attempt 1 to provision port 6de4298b-a063-4425-8b94-8056e3c6fe69 2026-05-11 02:05:36.830 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 099ac6d9-cdf7-4684-b1ce-51696731da12 2026-05-11 02:05:42.455 9 INFO neutron.plugins.ml2.plugin [None req-003113e0-7683-4597-b0e6-c1a2d4e865f6 - - - - - -] Attempt 1 to provision port 4b8ace5f-41df-478a-9b37-598853070313 2026-05-11 02:05:45.042 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 34ec099f-2801-472c-a4d9-0fbfd4212e72 2026-05-11 02:05:45.389 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 7d802530-7237-46e3-8314-5dc56c3abe4f 2026-05-11 02:05:45.738 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 4b8ace5f-41df-478a-9b37-598853070313 2026-05-11 02:05:45.884 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-df473810-8dc8-48c4-b274-d33c8c8a48ad'] response: {'server_uuid': 'd6d69744-941a-4cb4-985f-e93be6bf45dc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4b8ace5f-41df-478a-9b37-598853070313', 'code': 200} 2026-05-11 02:05:46.858 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 34ec099f-2801-472c-a4d9-0fbfd4212e72 2026-05-11 02:05:47.156 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 7d802530-7237-46e3-8314-5dc56c3abe4f 2026-05-11 02:05:47.419 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 4b8ace5f-41df-478a-9b37-598853070313 2026-05-11 02:05:52.872 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 6de4298b-a063-4425-8b94-8056e3c6fe69 2026-05-11 02:05:53.259 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port d835fd06-458b-4b00-b58f-e6d229e01c5d 2026-05-11 02:05:54.850 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 6de4298b-a063-4425-8b94-8056e3c6fe69 2026-05-11 02:05:55.156 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port d835fd06-458b-4b00-b58f-e6d229e01c5d /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: 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:664: 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:664: 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:664: 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-05-11 02:06:20.865 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port b139e89e-5ae3-489a-8b1b-66ea2e4b5240 2026-05-11 02:06:22.708 10 INFO neutron.plugins.ml2.plugin [None req-3d44178b-10fe-4dc3-844d-e65d4ef6f99f - - - - - -] Attempt 1 to provision port b139e89e-5ae3-489a-8b1b-66ea2e4b5240 2026-05-11 02:06:23.030 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 6f7b8c89-45d3-4179-967b-1da686e241f9 2026-05-11 02:06:23.080 9 INFO neutron.plugins.ml2.plugin [None req-d31a3726-ce58-4a79-85d8-a087509863d7 - - - - - -] Attempt 1 to provision port 90e36594-3d94-4830-ab14-6b9a1bc3baaf 2026-05-11 02:06:23.430 9 INFO neutron.plugins.ml2.plugin [None req-56627c7c-ba63-401d-9d59-4099d51d49ed - - - - - -] Attempt 1 to provision port 39442bfa-5a6b-47a6-a5b2-cbaafef05807 2026-05-11 02:06:23.544 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port b139e89e-5ae3-489a-8b1b-66ea2e4b5240 2026-05-11 02:06:23.905 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 39442bfa-5a6b-47a6-a5b2-cbaafef05807 2026-05-11 02:06:23.983 9 INFO neutron.plugins.ml2.plugin [None req-703d5865-622b-47d1-a20a-6c3c83a14d01 - - - - - -] Attempt 1 to provision port b139e89e-5ae3-489a-8b1b-66ea2e4b5240 2026-05-11 02:06:24.870 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 6f7b8c89-45d3-4179-967b-1da686e241f9 2026-05-11 02:06:24.907 9 INFO neutron.plugins.ml2.plugin [None req-dbbc12ed-2994-490a-abff-408c1b9cfda7 - - - - - -] Attempt 1 to provision port 6f7b8c89-45d3-4179-967b-1da686e241f9 2026-05-11 02:06:25.230 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 39442bfa-5a6b-47a6-a5b2-cbaafef05807 2026-05-11 02:06:25.466 9 INFO neutron.plugins.ml2.plugin [None req-43118ee5-ff2f-4ba0-af10-a780bee92701 - - - - - -] Attempt 1 to provision port 39442bfa-5a6b-47a6-a5b2-cbaafef05807 2026-05-11 02:06:25.848 9 INFO neutron.plugins.ml2.plugin [None req-4fdf85d1-d23c-4145-877b-8d54ab9f6c0c - - - - - -] Attempt 1 to provision port 19d9e80f-7479-4af2-8a5e-0bd594951ee7 2026-05-11 02:06:26.547 9 INFO neutron.plugins.ml2.plugin [None req-a662c530-3aa9-41f4-8512-23e82cae6780 - - - - - -] Attempt 1 to provision port 19d9e80f-7479-4af2-8a5e-0bd594951ee7 2026-05-11 02:06:26.867 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 446f2ecb-1c65-48c1-8e14-672559060a9f 2026-05-11 02:06:26.896 9 INFO neutron.plugins.ml2.plugin [None req-a3e7fd8e-c884-41c2-93fd-ee4673a3b1c9 - - - - - -] Attempt 1 to provision port 6f7b8c89-45d3-4179-967b-1da686e241f9 2026-05-11 02:06:27.692 9 INFO neutron.plugins.ml2.plugin [None req-191e9380-a39d-4217-8bb4-21b7d45f0c3e - - - - - -] Attempt 1 to provision port d18e94f2-5afc-4931-98d6-47abd93577e9 2026-05-11 02:06:28.448 9 INFO neutron.plugins.ml2.plugin [None req-1aef46b7-40e9-4e95-a196-147689d27d2c - - - - - -] Attempt 1 to provision port d18e94f2-5afc-4931-98d6-47abd93577e9 2026-05-11 02:06:28.908 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 446f2ecb-1c65-48c1-8e14-672559060a9f 2026-05-11 02:06:29.913 10 INFO neutron.plugins.ml2.plugin [None req-b5be57ae-082f-47db-9d8b-41335e00f9e5 - - - - - -] Attempt 1 to provision port a94145a5-2e1b-480c-9d4f-e87fbcd12862 2026-05-11 02:06:30.856 10 INFO neutron.plugins.ml2.plugin [None req-041fd50b-0710-4970-b890-41046b6f3482 - - - - - -] Attempt 1 to provision port a94145a5-2e1b-480c-9d4f-e87fbcd12862 2026-05-11 02:06:36.961 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 2d76468e-ad16-4889-9b93-469b3af971c7 2026-05-11 02:06:37.094 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae484ace-9aef-4cbb-9678-41dc29d00e33'] response: {'server_uuid': '04b23fdc-a969-4618-b90e-04a10ccf5804', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2d76468e-ad16-4889-9b93-469b3af971c7', 'code': 200} 2026-05-11 02:06:38.889 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 2d76468e-ad16-4889-9b93-469b3af971c7 2026-05-11 02:06:44.936 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 4a6d88e4-cec2-469f-a5b0-d28d9842b66d 2026-05-11 02:06:45.072 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-726c00bc-8deb-4627-af31-6f42e9738b08'] response: {'server_uuid': 'bb8ff08f-d913-4cfe-9b48-ce3c18e3fd60', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4a6d88e4-cec2-469f-a5b0-d28d9842b66d', 'code': 200} 2026-05-11 02:06:46.954 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 90e36594-3d94-4830-ab14-6b9a1bc3baaf 2026-05-11 02:06:47.301 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port d18e94f2-5afc-4931-98d6-47abd93577e9 2026-05-11 02:06:47.661 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port a94145a5-2e1b-480c-9d4f-e87fbcd12862 2026-05-11 02:06:48.014 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 19d9e80f-7479-4af2-8a5e-0bd594951ee7 2026-05-11 02:06:48.583 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 4a6d88e4-cec2-469f-a5b0-d28d9842b66d 2026-05-11 02:06:48.993 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 19d9e80f-7479-4af2-8a5e-0bd594951ee7 2026-05-11 02:06:49.551 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 90e36594-3d94-4830-ab14-6b9a1bc3baaf 2026-05-11 02:06:49.779 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port a94145a5-2e1b-480c-9d4f-e87fbcd12862 2026-05-11 02:06:50.055 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port d18e94f2-5afc-4931-98d6-47abd93577e9 2026-05-11 02:06:53.100 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port fd79893c-b6e6-49fb-8db9-a750671518d0 2026-05-11 02:06:53.528 9 INFO neutron.plugins.ml2.plugin [None req-5e89c341-c7c3-47ea-a845-227c4142abb1 - - - - - -] Attempt 1 to provision port fd79893c-b6e6-49fb-8db9-a750671518d0 2026-05-11 02:06:54.047 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 5801363a-8641-4872-80fb-2528a77bb789 2026-05-11 02:06:54.430 10 INFO neutron.plugins.ml2.plugin [None req-c5ba9185-2d20-424f-bb94-e4fbe1136e0c - - - - - -] Attempt 1 to provision port 5801363a-8641-4872-80fb-2528a77bb789 2026-05-11 02:06:55.243 10 INFO neutron.plugins.ml2.plugin [None req-9d3cd0c4-e7f0-4aa1-a1d5-c9adfb0d9793 - - - - - -] Attempt 1 to provision port f27067e9-e90b-4075-bb24-99fde9fcc471 2026-05-11 02:06:55.272 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 5801363a-8641-4872-80fb-2528a77bb789 2026-05-11 02:06:55.726 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port ca26649c-fe06-4469-9195-8c5db1be00d3 2026-05-11 02:06:56.225 9 INFO neutron.plugins.ml2.plugin [None req-121f62f8-c492-4017-acc6-8e7bcadd7915 - - - - - -] Attempt 1 to provision port 03c19a14-4a5e-45b3-aec1-bb7f2da03c6d 2026-05-11 02:06:56.705 9 INFO neutron.plugins.ml2.plugin [None req-e9a15fe1-0211-4abf-ac9b-846ff21c83b6 - - - - - -] Attempt 1 to provision port ca26649c-fe06-4469-9195-8c5db1be00d3 2026-05-11 02:07:04.742 10 INFO neutron.plugins.ml2.plugin [None req-7b3028b1-c7eb-4bcc-85d2-fee9e8da1bb2 - - - - - -] Attempt 1 to provision port d3593208-d8d7-4169-9cda-0acb693f1581 2026-05-11 02:07:17.896 10 INFO neutron.plugins.ml2.plugin [None req-2dfaf04f-e20e-45d5-a7f6-514fa5be23bf - - - - - -] Attempt 1 to provision port aeee6ec6-b3e0-4149-a98e-90f3b39434d5 2026-05-11 02:07:19.063 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port aeee6ec6-b3e0-4149-a98e-90f3b39434d5 2026-05-11 02:07:19.219 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-4d9a861f-dd9c-45ac-87bb-d18344bcaee1'] response: {'server_uuid': '2cc681db-e2ea-4a94-9e5c-95674d792f3d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'aeee6ec6-b3e0-4149-a98e-90f3b39434d5', 'code': 200} 2026-05-11 02:07:21.088 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port aeee6ec6-b3e0-4149-a98e-90f3b39434d5 2026-05-11 02:07:59.387 9 INFO neutron.plugins.ml2.plugin [None req-33bf2504-5d28-43fc-81e7-257f04c15835 - - - - - -] Attempt 1 to provision port 4d1e64fa-d252-4f11-a9fd-d03c7037ee90 2026-05-11 02:08:03.092 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 4d1e64fa-d252-4f11-a9fd-d03c7037ee90 2026-05-11 02:08:03.266 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed6e58b4-2a6b-4ddf-93a7-3d4556a551db'] response: {'server_uuid': '2cc681db-e2ea-4a94-9e5c-95674d792f3d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4d1e64fa-d252-4f11-a9fd-d03c7037ee90', 'code': 200} 2026-05-11 02:08:05.033 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 4d1e64fa-d252-4f11-a9fd-d03c7037ee90 2026-05-11 02:08:35.294 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 9a07e321-b24b-4882-8d29-a3b39c8de3a8 2026-05-11 02:08:35.516 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-d6a7d838-d532-49d2-9a09-4605bf573e2f'] response: {'server_uuid': '2cc681db-e2ea-4a94-9e5c-95674d792f3d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9a07e321-b24b-4882-8d29-a3b39c8de3a8', 'code': 200} 2026-05-11 02:08:37.076 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 9a07e321-b24b-4882-8d29-a3b39c8de3a8 2026-05-11 02:08:45.558 10 INFO neutron.plugins.ml2.plugin [None req-bd510ae3-ed0a-47a6-a019-9bda98402390 - - - - - -] Attempt 1 to provision port bbd06f16-034f-42c7-bfe2-b2e92910e72e 2026-05-11 02:08:45.713 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-1977bbb6-8e18-4342-b008-ee23caa731cf'] response: {'server_uuid': '2cc681db-e2ea-4a94-9e5c-95674d792f3d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bbd06f16-034f-42c7-bfe2-b2e92910e72e', 'code': 200} 2026-05-11 02:08:47.108 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port bbd06f16-034f-42c7-bfe2-b2e92910e72e 2026-05-11 02:09:01.522 9 INFO neutron.plugins.ml2.plugin [None req-85df1623-b8b5-4dd6-b5b6-4090f1d001d5 - - - - - -] Attempt 1 to provision port bbd06f16-034f-42c7-bfe2-b2e92910e72e 2026-05-11 02:09:03.159 10 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port bbd06f16-034f-42c7-bfe2-b2e92910e72e 2026-05-11 02:09:31.323 10 INFO neutron.plugins.ml2.plugin [None req-71b21f41-3649-409b-85cc-aba3dc589a04 - - - - - -] Attempt 1 to provision port 9a07e321-b24b-4882-8d29-a3b39c8de3a8 2026-05-11 02:09:33.170 9 INFO neutron.plugins.ml2.plugin [None req-985f68d9-def0-4437-9cf1-fce798c82957 - - - - - -] Attempt 1 to provision port 9a07e321-b24b-4882-8d29-a3b39c8de3a8 2026-05-11 02:10:33.421 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-46d9625a-fb17-400f-b756-2953abde6e25'] response: {'server_uuid': '2cc681db-e2ea-4a94-9e5c-95674d792f3d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '4d1e64fa-d252-4f11-a9fd-d03c7037ee90', 'code': 200}