+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini This program is using eventlet and has been monkey_patched /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-08-22 03:26:37.653 1 INFO neutron.common.config [-] Logging enabled! 2026-08-22 03:26:37.654 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.6.dev10 2026-08-22 03:26:37.654 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-08-22 03:26:37.654 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-22 03:26:38.605 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-22 03:26:38.608 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-22 03:26:38.611 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-22 03:26:38.612 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-22 03:26:38.612 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-22 03:26:38.612 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-22 03:26:38.613 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-22 03:26:38.619 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-22 03:26:38.619 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-22 03:26:38.619 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-22 03:26:38.638 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-22 03:26:38.639 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-22 03:26:38.639 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-22 03:26:38.673 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-22 03:26:38.674 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-22 03:26:38.674 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-22 03:26:38.674 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-22 03:26:38.963 1 INFO neutron.plugins.ml2.managers [None req-bc925dda-8584-4b20-ad14-26d969600cd0 - - - - - -] Initializing driver for type 'vlan' 2026-08-22 03:26:39.125 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-bc925dda-8584-4b20-ad14-26d969600cd0 - - - - - -] VlanTypeDriver initialization complete 2026-08-22 03:26:39.126 1 INFO neutron.plugins.ml2.managers [None req-bc925dda-8584-4b20-ad14-26d969600cd0 - - - - - -] Initializing driver for type 'vxlan' 2026-08-22 03:26:39.126 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-bc925dda-8584-4b20-ad14-26d969600cd0 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-22 03:26:39.173 1 INFO neutron.plugins.ml2.managers [None req-bc925dda-8584-4b20-ad14-26d969600cd0 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-22 03:26:39.173 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-bc925dda-8584-4b20-ad14-26d969600cd0 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-22 03:26:39.173 1 INFO neutron.plugins.ml2.managers [None req-bc925dda-8584-4b20-ad14-26d969600cd0 - - - - - -] Initializing extension driver 'port_security' 2026-08-22 03:26:39.173 1 INFO neutron.plugins.ml2.extensions.port_security [None req-bc925dda-8584-4b20-ad14-26d969600cd0 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-22 03:26:39.174 1 INFO neutron.plugins.ml2.managers [None req-bc925dda-8584-4b20-ad14-26d969600cd0 - - - - - -] Initializing extension driver 'qos' 2026-08-22 03:26:39.174 1 INFO neutron.plugins.ml2.managers [None req-bc925dda-8584-4b20-ad14-26d969600cd0 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-22 03:26:39.174 1 INFO neutron.plugins.ml2.managers [None req-bc925dda-8584-4b20-ad14-26d969600cd0 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-22 03:26:39.190 1 INFO neutron.quota [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded quota_driver: . 2026-08-22 03:26:39.191 1 INFO neutron.plugins.ml2.plugin [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Modular L2 Plugin initialization complete 2026-08-22 03:26:39.191 1 INFO neutron.plugins.ml2.managers [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-22 03:26:39.191 1 INFO neutron.plugins.ml2.managers [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-22 03:26:39.192 1 INFO neutron.plugins.ml2.managers [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-22 03:26:39.192 1 INFO neutron.extensions.vlantransparent [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Disabled vlantransparent extension. 2026-08-22 03:26:39.192 1 INFO neutron.extensions.qinq [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Disabled VLAN QinQ extension. 2026-08-22 03:26:39.192 1 INFO neutron.manager [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loading Plugin: qos 2026-08-22 03:26:39.206 1 INFO neutron.manager [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loading Plugin: router 2026-08-22 03:26:39.244 1 INFO neutron.services.service_base [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-22 03:26:39.245 1 INFO neutron.manager [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loading Plugin: segments 2026-08-22 03:26:39.319 1 INFO neutron.manager [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loading Plugin: trunk 2026-08-22 03:26:39.332 1 INFO neutron.manager [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loading Plugin: vpnaas 2026-08-22 03:26:39.365 1 WARNING stevedore.named [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-22 03:26:39.366 1 WARNING stevedore.named [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-22 03:26:39.599 1 INFO neutron_vpnaas.services.vpn.plugin [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-22 03:26:39.600 1 INFO neutron.common.utils [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-22 03:26:39.600 1 INFO neutron.manager [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loading Plugin: taas 2026-08-22 03:26:39.623 1 WARNING stevedore.named [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-22 03:26:39.656 1 INFO neutron_taas.services.taas.taas_plugin [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-22 03:26:39.656 1 INFO neutron.manager [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loading Plugin: tapmirror 2026-08-22 03:26:39.667 1 WARNING stevedore.named [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-22 03:26:39.681 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-22 03:26:39.682 1 INFO neutron.manager [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loading Plugin: auto_allocate 2026-08-22 03:26:39.689 1 INFO neutron.manager [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loading Plugin: tag 2026-08-22 03:26:39.697 1 INFO neutron.manager [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loading Plugin: timestamp 2026-08-22 03:26:39.699 1 INFO neutron.manager [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loading Plugin: network_ip_availability 2026-08-22 03:26:39.702 1 INFO neutron.manager [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loading Plugin: flavors 2026-08-22 03:26:39.705 1 INFO neutron.manager [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loading Plugin: revisions 2026-08-22 03:26:39.708 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Initializing extension manager. 2026-08-22 03:26:39.709 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: address-group 2026-08-22 03:26:39.710 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: address-scope 2026-08-22 03:26:39.711 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-22 03:26:39.711 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: agent 2026-08-22 03:26:39.712 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: agent-resources-synced 2026-08-22 03:26:39.713 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-22 03:26:39.714 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-22 03:26:39.714 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: availability_zone 2026-08-22 03:26:39.715 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: availability_zone_filter 2026-08-22 03:26:39.715 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-22 03:26:39.716 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: default-subnetpools 2026-08-22 03:26:39.717 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-22 03:26:39.718 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: dns-integration 2026-08-22 03:26:39.718 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: dns-domain-ports 2026-08-22 03:26:39.719 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-22 03:26:39.719 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: dvr 2026-08-22 03:26:39.720 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-22 03:26:39.720 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: empty-string-filtering 2026-08-22 03:26:39.721 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-22 03:26:39.721 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-22 03:26:39.722 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: external-net 2026-08-22 03:26:39.722 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-22 03:26:39.723 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: extraroute 2026-08-22 03:26:39.723 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: extraroute-atomic 2026-08-22 03:26:39.724 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-22 03:26:39.724 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-22 03:26:39.725 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-22 03:26:39.725 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-22 03:26:39.726 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: fip-port-details 2026-08-22 03:26:39.726 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: flavors 2026-08-22 03:26:39.727 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-22 03:26:39.728 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: floatingip-pools 2026-08-22 03:26:39.728 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: ip_allocation 2026-08-22 03:26:39.729 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-22 03:26:39.729 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: l2_adjacency 2026-08-22 03:26:39.730 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: router 2026-08-22 03:26:39.732 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-22 03:26:39.733 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-22 03:26:39.733 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-22 03:26:39.734 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: ext-gw-mode 2026-08-22 03:26:39.734 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: l3-ha 2026-08-22 03:26:39.735 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-22 03:26:39.736 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-22 03:26:39.736 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: l3-flavors 2026-08-22 03:26:39.737 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-22 03:26:39.738 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-22 03:26:39.740 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-22 03:26:39.741 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-22 03:26:39.742 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-22 03:26:39.743 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-22 03:26:39.743 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-22 03:26:39.744 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: multi-provider 2026-08-22 03:26:39.744 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: net-mtu 2026-08-22 03:26:39.745 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: net-mtu-writable 2026-08-22 03:26:39.745 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: network_availability_zone 2026-08-22 03:26:39.746 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: network_ha 2026-08-22 03:26:39.746 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: network-ip-availability 2026-08-22 03:26:39.747 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-22 03:26:39.748 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: pagination 2026-08-22 03:26:39.748 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: port-device-profile 2026-08-22 03:26:39.748 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-22 03:26:39.749 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-22 03:26:39.749 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-22 03:26:39.750 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: port-mac-override 2026-08-22 03:26:39.750 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-22 03:26:39.751 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-22 03:26:39.751 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-22 03:26:39.752 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: port-resource-request 2026-08-22 03:26:39.752 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-22 03:26:39.753 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-22 03:26:39.753 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: binding 2026-08-22 03:26:39.754 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: binding-extended 2026-08-22 03:26:39.754 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: port-security 2026-08-22 03:26:39.755 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: project-id 2026-08-22 03:26:39.755 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: provider 2026-08-22 03:26:39.756 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-22 03:26:39.758 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: qos 2026-08-22 03:26:39.759 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-22 03:26:39.760 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-22 03:26:39.760 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: qos-default 2026-08-22 03:26:39.761 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: qos-fip 2026-08-22 03:26:39.761 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-22 03:26:39.761 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-22 03:26:39.762 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-22 03:26:39.762 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-22 03:26:39.764 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-22 03:26:39.764 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: qos-pps 2026-08-22 03:26:39.765 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-22 03:26:39.765 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-22 03:26:39.766 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: qos-rules-alias 2026-08-22 03:26:39.766 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: quota-check-limit 2026-08-22 03:26:39.767 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-22 03:26:39.769 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: quotas 2026-08-22 03:26:39.771 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: quota_details 2026-08-22 03:26:39.773 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: rbac-policies 2026-08-22 03:26:39.773 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: rbac-address-group 2026-08-22 03:26:39.774 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: rbac-address-scope 2026-08-22 03:26:39.774 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: rbac-security-groups 2026-08-22 03:26:39.775 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-22 03:26:39.775 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: revision-if-match 2026-08-22 03:26:39.776 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-22 03:26:39.776 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: router_availability_zone 2026-08-22 03:26:39.777 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-22 03:26:39.778 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-22 03:26:39.779 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-22 03:26:39.779 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-22 03:26:39.779 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-22 03:26:39.780 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-22 03:26:39.780 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-22 03:26:39.784 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: security-group 2026-08-22 03:26:39.785 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: segment 2026-08-22 03:26:39.786 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-22 03:26:39.786 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: service-type 2026-08-22 03:26:39.787 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: sorting 2026-08-22 03:26:39.787 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: standard-attr-segment 2026-08-22 03:26:39.788 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: standard-attr-description 2026-08-22 03:26:39.788 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: stateful-security-group 2026-08-22 03:26:39.789 1 WARNING neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-22 03:26:39.789 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-22 03:26:39.789 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: subnet-external-network 2026-08-22 03:26:39.790 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: subnet_onboard 2026-08-22 03:26:39.790 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-22 03:26:39.791 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: subnet-service-types 2026-08-22 03:26:39.792 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: subnet_allocation 2026-08-22 03:26:39.792 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-22 03:26:39.793 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: tag-creation 2026-08-22 03:26:39.793 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-22 03:26:39.796 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: standard-attr-tag 2026-08-22 03:26:39.797 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-22 03:26:39.798 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: trunk 2026-08-22 03:26:39.798 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: trunk-details 2026-08-22 03:26:39.798 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-22 03:26:39.799 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-22 03:26:39.799 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-22 03:26:39.800 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-22 03:26:39.801 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-22 03:26:39.802 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-22 03:26:39.803 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: vpn-flavors 2026-08-22 03:26:39.805 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: vpnaas 2026-08-22 03:26:39.807 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: taas 2026-08-22 03:26:39.809 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: tap-mirror 2026-08-22 03:26:39.810 1 INFO neutron.api.extensions [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-22 03:26:39.812 1 INFO oslo_service.backend.eventlet.service [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Starting 2 workers 2026-08-22 03:26:39.818 1 INFO oslo_service.backend.eventlet.service [None req-46fcfee9-0556-400b-a403-00ec647e37c1 - - - - - -] Starting 1 workers 2026-08-22 03:27:27.021 11 INFO neutron.db.l3_hamode_db [None req-0118c634-df5a-4e67-8541-36dc1d2383c1 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 03:27:45.298 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port fef2a69b-0f71-4dd8-bb3f-15577af1ec47 2026-08-22 03:27:45.328 11 INFO neutron.plugins.ml2.plugin [None req-a56b2a79-d252-4bc9-b830-d2ec75d3bd32 - - - - - -] Attempt 1 to provision port fef2a69b-0f71-4dd8-bb3f-15577af1ec47 2026-08-22 03:27:47.022 12 INFO neutron.plugins.ml2.plugin [None req-b6df877a-e24b-4680-af4c-d0f579d04682 - - - - - -] Attempt 1 to provision port fef2a69b-0f71-4dd8-bb3f-15577af1ec47 2026-08-22 03:27:47.213 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port fef2a69b-0f71-4dd8-bb3f-15577af1ec47 2026-08-22 03:32:11.301 12 INFO neutron.plugins.ml2.plugin [None req-385ce4e1-8bc9-47c7-91e9-c4dcecfda6c0 - - - - - -] Attempt 1 to provision port 13ebf5fa-e049-4cae-b8d1-af10e69c4cea 2026-08-22 03:32:11.418 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 13ebf5fa-e049-4cae-b8d1-af10e69c4cea 2026-08-22 03:32:12.968 12 INFO neutron.plugins.ml2.plugin [None req-2acaf2b7-437d-40a7-83ed-0faa39466155 - - - - - -] Attempt 1 to provision port 13ebf5fa-e049-4cae-b8d1-af10e69c4cea 2026-08-22 03:32:13.401 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 13ebf5fa-e049-4cae-b8d1-af10e69c4cea 2026-08-22 03:32:18.188 11 INFO neutron.plugins.ml2.plugin [None req-0ce87892-17eb-4c6f-94e8-8c5cf534d68a - - - - - -] Attempt 1 to provision port 72a2f08e-6a54-4d6e-b28c-eab1a9720c4e 2026-08-22 03:35:48.082 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 72a2f08e-6a54-4d6e-b28c-eab1a9720c4e 2026-08-22 03:35:49.543 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 72a2f08e-6a54-4d6e-b28c-eab1a9720c4e 2026-08-22 03:44:05.844 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 99da1dcd-6dfc-4130-be44-4f667f590cec 2026-08-22 03:44:07.816 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 99da1dcd-6dfc-4130-be44-4f667f590cec 2026-08-22 04:00:22.431 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 88340ced-eb3d-46cc-ab50-d6b07c24f44e 2026-08-22 04:00:23.240 12 INFO neutron.plugins.ml2.plugin [None req-83a30569-85fa-402a-bd81-d566359b6ac5 - - - - - -] Attempt 1 to provision port 88340ced-eb3d-46cc-ab50-d6b07c24f44e 2026-08-22 04:00:24.369 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 88340ced-eb3d-46cc-ab50-d6b07c24f44e 2026-08-22 04:00:26.396 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port cb966912-8392-4c5c-8c07-e13ffda062fe 2026-08-22 04:00:28.463 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port de1bcfa0-28b0-4e0f-ae3e-68cbbed4f2e6 2026-08-22 04:00:28.772 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port cb966912-8392-4c5c-8c07-e13ffda062fe 2026-08-22 04:00:30.423 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port de1bcfa0-28b0-4e0f-ae3e-68cbbed4f2e6 2026-08-22 04:00:32.022 12 INFO neutron.plugins.ml2.plugin [None req-8e89cdc5-cb32-434a-b4f5-c8796da46440 - - - - - -] Attempt 1 to provision port cb966912-8392-4c5c-8c07-e13ffda062fe 2026-08-22 04:00:32.092 12 INFO neutron.plugins.ml2.plugin [None req-8e89cdc5-cb32-434a-b4f5-c8796da46440 - - - - - -] Attempt 1 to provision port de1bcfa0-28b0-4e0f-ae3e-68cbbed4f2e6 2026-08-22 04:00:34.581 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port a19c0e11-3653-46b4-99ab-1f48406f2161 2026-08-22 04:00:36.569 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port a19c0e11-3653-46b4-99ab-1f48406f2161 2026-08-22 04:00:36.789 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 0070743e-9e46-45f6-9b0b-183df1863f27 2026-08-22 04:00:37.144 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port ea344644-ee0d-4e8b-9008-cdf2bc214770 2026-08-22 04:00:38.505 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 0070743e-9e46-45f6-9b0b-183df1863f27 2026-08-22 04:00:38.732 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port ea344644-ee0d-4e8b-9008-cdf2bc214770 2026-08-22 04:00:39.645 11 INFO neutron.plugins.ml2.plugin [None req-d49fe3a3-a109-4825-a84d-79584dbb2587 - - - - - -] Attempt 1 to provision port a19c0e11-3653-46b4-99ab-1f48406f2161 2026-08-22 04:00:39.690 11 INFO neutron.plugins.ml2.plugin [None req-d49fe3a3-a109-4825-a84d-79584dbb2587 - - - - - -] Attempt 1 to provision port cb966912-8392-4c5c-8c07-e13ffda062fe 2026-08-22 04:00:39.752 11 INFO neutron.plugins.ml2.plugin [None req-d49fe3a3-a109-4825-a84d-79584dbb2587 - - - - - -] Attempt 1 to provision port 2a8e33c8-cbc3-41b8-aea6-0891b7d68507 2026-08-22 04:00:39.779 11 INFO neutron.plugins.ml2.plugin [None req-d49fe3a3-a109-4825-a84d-79584dbb2587 - - - - - -] Attempt 1 to provision port 0a6fbf06-e33d-4685-8705-d028c7ceb67c 2026-08-22 04:00:39.803 11 INFO neutron.plugins.ml2.plugin [None req-d49fe3a3-a109-4825-a84d-79584dbb2587 - - - - - -] Attempt 1 to provision port edee911c-25a0-4d2c-843b-55578d3e47f5 2026-08-22 04:00:40.412 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port b9bedac2-b288-40c7-b9a2-211bd5ca40dc 2026-08-22 04:00:43.086 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port ffb0d3dc-50ee-45cd-84df-8b19ffaa26ff 2026-08-22 04:00:43.427 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port b9bedac2-b288-40c7-b9a2-211bd5ca40dc 2026-08-22 04:00:43.622 12 INFO neutron.notifiers.nova [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Nova event matching ['req-99c71c3f-9350-4bc3-92f4-a126bec866a4'] response: {'server_uuid': '0df3efe2-f22b-455c-adc7-9852df3a9735', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ffb0d3dc-50ee-45cd-84df-8b19ffaa26ff', 'code': 200} 2026-08-22 04:00:44.490 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port ffb0d3dc-50ee-45cd-84df-8b19ffaa26ff 2026-08-22 04:00:44.657 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port fdd765c0-fef5-4658-af97-8932dfc091de 2026-08-22 04:00:45.790 12 INFO neutron.plugins.ml2.plugin [None req-0c9e882f-dfd5-4fd3-93fb-a84b9ad663a9 - - - - - -] Attempt 1 to provision port 5b1641f1-d484-423c-add1-d22440dce642 2026-08-22 04:00:45.818 12 INFO neutron.plugins.ml2.plugin [None req-0c9e882f-dfd5-4fd3-93fb-a84b9ad663a9 - - - - - -] Attempt 1 to provision port fdd765c0-fef5-4658-af97-8932dfc091de 2026-08-22 04:00:45.861 12 INFO neutron.plugins.ml2.plugin [None req-0c9e882f-dfd5-4fd3-93fb-a84b9ad663a9 - - - - - -] Attempt 1 to provision port 2a8e33c8-cbc3-41b8-aea6-0891b7d68507 2026-08-22 04:00:46.507 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port fdd765c0-fef5-4658-af97-8932dfc091de 2026-08-22 04:00:51.627 11 INFO neutron.plugins.ml2.plugin [None req-d7bf88e7-1fb1-4de4-b0ff-29c55fb000d2 - - - - - -] Attempt 1 to provision port a19c0e11-3653-46b4-99ab-1f48406f2161 2026-08-22 04:00:51.688 11 INFO neutron.plugins.ml2.plugin [None req-d7bf88e7-1fb1-4de4-b0ff-29c55fb000d2 - - - - - -] Attempt 1 to provision port 5b1641f1-d484-423c-add1-d22440dce642 2026-08-22 04:00:51.723 11 INFO neutron.plugins.ml2.plugin [None req-d7bf88e7-1fb1-4de4-b0ff-29c55fb000d2 - - - - - -] Attempt 1 to provision port fdd765c0-fef5-4658-af97-8932dfc091de 2026-08-22 04:00:51.771 11 INFO neutron.plugins.ml2.plugin [None req-d7bf88e7-1fb1-4de4-b0ff-29c55fb000d2 - - - - - -] Attempt 1 to provision port 2a8e33c8-cbc3-41b8-aea6-0891b7d68507 2026-08-22 04:00:51.809 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 0a6fbf06-e33d-4685-8705-d028c7ceb67c 2026-08-22 04:00:52.058 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 0f9b0724-c56f-4453-9fc8-33f3f213429a 2026-08-22 04:00:52.163 12 INFO neutron.notifiers.nova [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Nova event matching ['req-244444c7-3c5e-43b5-8c68-8e3a9c9ce3a0'] response: {'server_uuid': 'cd324ab8-4e5b-4dd4-aa82-7b9d1a978b15', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0f9b0724-c56f-4453-9fc8-33f3f213429a', 'code': 200} 2026-08-22 04:00:52.456 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 611abb02-e8db-40ed-8ff4-96e273e72bec 2026-08-22 04:00:53.205 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 0f9b0724-c56f-4453-9fc8-33f3f213429a 2026-08-22 04:00:53.410 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 611abb02-e8db-40ed-8ff4-96e273e72bec 2026-08-22 04:00:54.212 12 INFO neutron.notifiers.nova [None req-b9083498-065e-4296-b223-24fa3461fce5 - - - - - -] Nova event matching ['req-e734f260-f9bb-43b4-b9a8-0626545ab133'] response: {'server_uuid': '55fff415-0e1b-495e-9c82-0ee8218f0559', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '611abb02-e8db-40ed-8ff4-96e273e72bec', 'code': 200} 2026-08-22 04:00:55.984 12 INFO neutron.plugins.ml2.plugin [None req-2df53d81-28c8-4f6e-aff1-bf087c0ea70c - - - - - -] Attempt 1 to provision port 5b1641f1-d484-423c-add1-d22440dce642 2026-08-22 04:00:56.034 12 INFO neutron.plugins.ml2.plugin [None req-2df53d81-28c8-4f6e-aff1-bf087c0ea70c - - - - - -] Attempt 1 to provision port 0a6fbf06-e33d-4685-8705-d028c7ceb67c 2026-08-22 04:00:56.061 12 INFO neutron.plugins.ml2.plugin [None req-2df53d81-28c8-4f6e-aff1-bf087c0ea70c - - - - - -] Attempt 1 to provision port ffb0d3dc-50ee-45cd-84df-8b19ffaa26ff 2026-08-22 04:00:56.118 12 INFO neutron.plugins.ml2.plugin [None req-2df53d81-28c8-4f6e-aff1-bf087c0ea70c - - - - - -] Attempt 1 to provision port 63b2c3ee-fa47-4c3d-97d8-e9ba3f387a69 2026-08-22 04:00:58.592 12 INFO neutron.plugins.ml2.plugin [None req-5801f8ad-0b2b-4611-bb80-99432350926a - - - - - -] Attempt 1 to provision port 5b1641f1-d484-423c-add1-d22440dce642 2026-08-22 04:00:58.621 12 INFO neutron.plugins.ml2.plugin [None req-5801f8ad-0b2b-4611-bb80-99432350926a - - - - - -] Attempt 1 to provision port 0a6fbf06-e33d-4685-8705-d028c7ceb67c 2026-08-22 04:00:58.647 12 INFO neutron.plugins.ml2.plugin [None req-5801f8ad-0b2b-4611-bb80-99432350926a - - - - - -] Attempt 1 to provision port 386d0da3-0cd3-47f5-82b3-2efd57e94dae 2026-08-22 04:00:59.377 12 INFO neutron.notifiers.nova [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Nova event matching ['req-935fd3a5-305d-42aa-8173-74a36298ab2f'] response: {'server_uuid': '55fff415-0e1b-495e-9c82-0ee8218f0559', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '611abb02-e8db-40ed-8ff4-96e273e72bec', 'code': 200} 2026-08-22 04:01:11.141 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 2a8e33c8-cbc3-41b8-aea6-0891b7d68507 2026-08-22 04:01:11.385 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port edee911c-25a0-4d2c-843b-55578d3e47f5 2026-08-22 04:01:13.208 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 2a8e33c8-cbc3-41b8-aea6-0891b7d68507 2026-08-22 04:01:13.428 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 9354c2bc-cde7-4c72-8142-28eaeeeb3b47 2026-08-22 04:01:13.776 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port edee911c-25a0-4d2c-843b-55578d3e47f5 2026-08-22 04:01:15.219 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 9354c2bc-cde7-4c72-8142-28eaeeeb3b47 2026-08-22 04:01:15.458 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 46e90716-62b4-431f-b741-db83d28a19a7 2026-08-22 04:01:15.919 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 47a70e5a-2733-495d-8082-85c2c8f22b37 2026-08-22 04:01:16.312 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 67ce351c-3107-4f82-b5f5-0a059f5bc4f4 2026-08-22 04:01:17.152 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 46e90716-62b4-431f-b741-db83d28a19a7 2026-08-22 04:01:17.389 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 47a70e5a-2733-495d-8082-85c2c8f22b37 2026-08-22 04:01:17.713 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 67ce351c-3107-4f82-b5f5-0a059f5bc4f4 2026-08-22 04:01:17.800 12 INFO neutron.plugins.ml2.plugin [None req-a61f1e1c-0eee-4d62-b7bf-8090b18875a3 - - - - - -] Attempt 1 to provision port e318ee51-7531-4f11-a677-7c9497f1bd37 2026-08-22 04:01:17.831 12 INFO neutron.plugins.ml2.plugin [None req-a61f1e1c-0eee-4d62-b7bf-8090b18875a3 - - - - - -] Attempt 1 to provision port 2d33e788-fee5-4af4-854b-5536d27c3fb3 2026-08-22 04:01:17.853 12 INFO neutron.plugins.ml2.plugin [None req-a61f1e1c-0eee-4d62-b7bf-8090b18875a3 - - - - - -] Attempt 1 to provision port 9354c2bc-cde7-4c72-8142-28eaeeeb3b47 2026-08-22 04:01:17.967 12 INFO neutron.plugins.ml2.plugin [None req-a61f1e1c-0eee-4d62-b7bf-8090b18875a3 - - - - - -] Attempt 1 to provision port 67ce351c-3107-4f82-b5f5-0a059f5bc4f4 2026-08-22 04:01:22.484 11 INFO neutron.plugins.ml2.plugin [None req-a5be5768-fd11-47f9-8498-14a6c4f7715b - - - - - -] Attempt 1 to provision port db22b01e-a0de-4dcc-87bd-1389ce55ee18 2026-08-22 04:01:22.504 11 INFO neutron.plugins.ml2.plugin [None req-a5be5768-fd11-47f9-8498-14a6c4f7715b - - - - - -] Attempt 1 to provision port 9354c2bc-cde7-4c72-8142-28eaeeeb3b47 2026-08-22 04:01:22.564 11 INFO neutron.plugins.ml2.plugin [None req-a5be5768-fd11-47f9-8498-14a6c4f7715b - - - - - -] Attempt 1 to provision port e318ee51-7531-4f11-a677-7c9497f1bd37 2026-08-22 04:01:22.592 11 INFO neutron.plugins.ml2.plugin [None req-a5be5768-fd11-47f9-8498-14a6c4f7715b - - - - - -] Attempt 1 to provision port 67ce351c-3107-4f82-b5f5-0a059f5bc4f4 2026-08-22 04:01:22.641 11 INFO neutron.plugins.ml2.plugin [None req-a5be5768-fd11-47f9-8498-14a6c4f7715b - - - - - -] Attempt 1 to provision port f561d4e5-788e-4133-b474-1dbca26a26be 2026-08-22 04:01:25.214 12 INFO neutron.plugins.ml2.plugin [None req-e81d1be5-70fb-4843-9385-968319d3f1e9 - - - - - -] Attempt 1 to provision port e318ee51-7531-4f11-a677-7c9497f1bd37 2026-08-22 04:01:25.257 12 INFO neutron.plugins.ml2.plugin [None req-e81d1be5-70fb-4843-9385-968319d3f1e9 - - - - - -] Attempt 1 to provision port db22b01e-a0de-4dcc-87bd-1389ce55ee18 2026-08-22 04:01:25.665 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 7641596a-1a01-4072-a9c9-6e1388040b6a 2026-08-22 04:01:26.198 11 INFO neutron.notifiers.nova [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Nova event matching ['req-080efb62-c29c-446f-b471-bc304c4de4d1'] response: {'server_uuid': 'b889dc9a-622f-46f2-bea1-9900ea26c997', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7641596a-1a01-4072-a9c9-6e1388040b6a', 'code': 200} 2026-08-22 04:01:27.821 11 INFO neutron.plugins.ml2.plugin [None req-09366d3b-422e-4ce7-85a0-464db623acc4 - - - - - -] Attempt 1 to provision port e318ee51-7531-4f11-a677-7c9497f1bd37 2026-08-22 04:01:27.858 11 INFO neutron.plugins.ml2.plugin [None req-09366d3b-422e-4ce7-85a0-464db623acc4 - - - - - -] Attempt 1 to provision port db22b01e-a0de-4dcc-87bd-1389ce55ee18 2026-08-22 04:01:28.272 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 7641596a-1a01-4072-a9c9-6e1388040b6a 2026-08-22 04:01:28.480 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 2d185719-ee49-4553-960e-6d340b46812c 2026-08-22 04:01:28.572 11 INFO neutron.notifiers.nova [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Nova event matching ['req-c5faaad0-527a-4a69-9e26-c006af25c8bd'] response: {'server_uuid': 'aa0b192a-cc78-460c-b425-26584deb8de2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2d185719-ee49-4553-960e-6d340b46812c', 'code': 200} 2026-08-22 04:01:29.579 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 2d185719-ee49-4553-960e-6d340b46812c 2026-08-22 04:01:30.842 11 INFO neutron.plugins.ml2.plugin [None req-78a9d0f3-d509-4090-8336-0f0f2eca5e91 - - - - - -] Attempt 1 to provision port 7641596a-1a01-4072-a9c9-6e1388040b6a 2026-08-22 04:01:30.888 11 INFO neutron.plugins.ml2.plugin [None req-78a9d0f3-d509-4090-8336-0f0f2eca5e91 - - - - - -] Attempt 1 to provision port 2d185719-ee49-4553-960e-6d340b46812c 2026-08-22 04:01:33.384 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port f561d4e5-788e-4133-b474-1dbca26a26be 2026-08-22 04:01:33.641 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port e318ee51-7531-4f11-a677-7c9497f1bd37 2026-08-22 04:01:35.367 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port f561d4e5-788e-4133-b474-1dbca26a26be 2026-08-22 04:01:35.506 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port e318ee51-7531-4f11-a677-7c9497f1bd37 2026-08-22 04:01:37.366 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port db22b01e-a0de-4dcc-87bd-1389ce55ee18 2026-08-22 04:01:37.615 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 2d33e788-fee5-4af4-854b-5536d27c3fb3 2026-08-22 04:01:39.398 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port db22b01e-a0de-4dcc-87bd-1389ce55ee18 2026-08-22 04:01:39.604 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 2d33e788-fee5-4af4-854b-5536d27c3fb3 2026-08-22 04:01:45.531 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 30b7bc7c-6978-4b7b-a26e-b9d5913996d1 2026-08-22 04:01:47.469 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port ed321782-fadc-4e01-bc01-920507306aa0 2026-08-22 04:01:47.881 12 INFO neutron.plugins.ml2.plugin [None req-dbd950ca-192f-4088-9075-bb0363ed095d - - - - - -] Attempt 1 to provision port 30b7bc7c-6978-4b7b-a26e-b9d5913996d1 2026-08-22 04:01:49.563 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 29d7d8d1-a9af-4fb6-b157-ec82c0ab8a86 2026-08-22 04:01:51.374 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 29d7d8d1-a9af-4fb6-b157-ec82c0ab8a86 2026-08-22 04:01:53.525 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 09cda629-4b99-4644-b1d1-f99461b9b582 2026-08-22 04:01:54.438 11 INFO neutron.plugins.ml2.plugin [None req-75e7b078-2522-44c5-8cec-f59659668a10 - - - - - -] Attempt 1 to provision port 48de7914-af84-44e9-81e6-7761eddfb03e 2026-08-22 04:01:54.467 11 INFO neutron.plugins.ml2.plugin [None req-77e24c65-f2ee-4f7b-b4c6-b358efb5b998 - - - - - -] Attempt 1 to provision port 09cda629-4b99-4644-b1d1-f99461b9b582 2026-08-22 04:01:55.402 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 09cda629-4b99-4644-b1d1-f99461b9b582 2026-08-22 04:01:59.558 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 86fce0c1-56ee-4ce5-b2ca-f5fa5a374e7f 2026-08-22 04:02:01.535 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 28c4aa1e-6c11-4e21-bb66-b8087e1dc33a 2026-08-22 04:02:03.422 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 28c4aa1e-6c11-4e21-bb66-b8087e1dc33a 2026-08-22 04:02:03.648 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 56e64091-0629-4b58-a3aa-ce9fc2b70e8f 2026-08-22 04:02:05.246 12 INFO neutron.plugins.ml2.plugin [None req-b4d3570a-6df3-425e-ad56-a0f37e10e666 - - - - - -] Attempt 1 to provision port 336af20c-7f46-4d43-a80f-02fdb1e8a73a 2026-08-22 04:02:05.303 12 INFO neutron.plugins.ml2.plugin [None req-b4d3570a-6df3-425e-ad56-a0f37e10e666 - - - - - -] Attempt 1 to provision port 56e64091-0629-4b58-a3aa-ce9fc2b70e8f 2026-08-22 04:02:05.493 11 INFO neutron.plugins.ml2.plugin [None req-31bc12c4-55c9-440f-9342-757dbca0ed34 - - - - - -] Attempt 1 to provision port 56e64091-0629-4b58-a3aa-ce9fc2b70e8f 2026-08-22 04:02:07.488 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port c464965d-f12e-4157-8b66-7f9e4c2140f2 2026-08-22 04:02:07.874 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 48de7914-af84-44e9-81e6-7761eddfb03e 2026-08-22 04:02:08.107 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 631fe0c9-16b4-4019-844f-c46599c5967e 2026-08-22 04:02:10.061 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port c464965d-f12e-4157-8b66-7f9e4c2140f2 2026-08-22 04:02:10.272 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 48de7914-af84-44e9-81e6-7761eddfb03e 2026-08-22 04:02:10.468 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port d257868e-9b47-45ab-9642-878497e0ab0d 2026-08-22 04:02:10.769 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port cd501489-0585-4336-9354-2f109a135ad9 2026-08-22 04:02:10.918 12 INFO neutron.notifiers.nova [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Nova event matching ['req-375fddaa-daf0-4219-b6d4-00dca05c7ce5'] response: {'server_uuid': '902a0ca0-c3e0-44a3-9972-cd8b56a93eb5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cd501489-0585-4336-9354-2f109a135ad9', 'code': 200} 2026-08-22 04:02:11.063 12 INFO neutron.plugins.ml2.plugin [None req-807f7a97-4e02-4424-94c4-cadc66f975d6 - - - - - -] Attempt 1 to provision port cd501489-0585-4336-9354-2f109a135ad9 2026-08-22 04:02:11.132 12 INFO neutron.plugins.ml2.plugin [None req-807f7a97-4e02-4424-94c4-cadc66f975d6 - - - - - -] Attempt 1 to provision port 48de7914-af84-44e9-81e6-7761eddfb03e 2026-08-22 04:02:11.186 12 INFO neutron.plugins.ml2.plugin [None req-807f7a97-4e02-4424-94c4-cadc66f975d6 - - - - - -] Attempt 1 to provision port 09cda629-4b99-4644-b1d1-f99461b9b582 2026-08-22 04:02:11.189 12 INFO neutron.plugins.ml2.plugin [None req-807f7a97-4e02-4424-94c4-cadc66f975d6 - - - - - -] Attempt 1 to provision port 631fe0c9-16b4-4019-844f-c46599c5967e 2026-08-22 04:02:11.262 12 INFO neutron.plugins.ml2.plugin [None req-807f7a97-4e02-4424-94c4-cadc66f975d6 - - - - - -] Attempt 1 to provision port d257868e-9b47-45ab-9642-878497e0ab0d 2026-08-22 04:02:11.332 12 INFO neutron.plugins.ml2.plugin [None req-807f7a97-4e02-4424-94c4-cadc66f975d6 - - - - - -] Attempt 1 to provision port c5ff79ea-0723-499f-be2e-8164be0be1f9 2026-08-22 04:02:12.324 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port d257868e-9b47-45ab-9642-878497e0ab0d 2026-08-22 04:02:12.599 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port cd501489-0585-4336-9354-2f109a135ad9 2026-08-22 04:02:15.312 11 INFO neutron.plugins.ml2.plugin [None req-4b8259e8-614e-4879-b23f-ece0b560489f - - - - - -] Attempt 1 to provision port 336af20c-7f46-4d43-a80f-02fdb1e8a73a 2026-08-22 04:02:15.343 11 INFO neutron.plugins.ml2.plugin [None req-4b8259e8-614e-4879-b23f-ece0b560489f - - - - - -] Attempt 1 to provision port 56e64091-0629-4b58-a3aa-ce9fc2b70e8f 2026-08-22 04:02:16.600 12 INFO neutron.notifiers.nova [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Nova event matching ['req-4ac77050-687b-44d0-bbda-25c6c0957e2a'] response: {'server_uuid': '902a0ca0-c3e0-44a3-9972-cd8b56a93eb5', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'cd501489-0585-4336-9354-2f109a135ad9', 'code': 200} 2026-08-22 04:02:20.564 12 INFO neutron.plugins.ml2.plugin [None req-45e4714d-188e-4b52-b652-415cbd98b479 - - - - - -] Attempt 1 to provision port d257868e-9b47-45ab-9642-878497e0ab0d 2026-08-22 04:02:20.616 12 INFO neutron.plugins.ml2.plugin [None req-45e4714d-188e-4b52-b652-415cbd98b479 - - - - - -] Attempt 1 to provision port c5ff79ea-0723-499f-be2e-8164be0be1f9 2026-08-22 04:02:21.413 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 0e6d5ceb-6cef-4c40-bbc7-672e7a61d0e6 2026-08-22 04:02:21.528 11 INFO neutron.notifiers.nova [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Nova event matching ['req-15cf2105-525d-42a8-b795-e73c1e649190'] response: {'server_uuid': '401f6689-0bbf-46d4-8821-7a5bec7d21cf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0e6d5ceb-6cef-4c40-bbc7-672e7a61d0e6', 'code': 200} 2026-08-22 04:02:22.511 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 336af20c-7f46-4d43-a80f-02fdb1e8a73a 2026-08-22 04:02:22.915 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 0eec2fec-7ab2-45bf-9b25-dcbd2b1379a5 2026-08-22 04:02:23.214 12 INFO neutron.plugins.ml2.plugin [None req-f6654b76-73b3-413f-8a9f-30b0b66dc39e - - - - - -] Attempt 1 to provision port 0e6d5ceb-6cef-4c40-bbc7-672e7a61d0e6 2026-08-22 04:02:24.414 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port c5ff79ea-0723-499f-be2e-8164be0be1f9 2026-08-22 04:02:24.644 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 2916b1f4-508a-44a8-abb9-fb1787330dd5 2026-08-22 04:02:24.883 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 0eec2fec-7ab2-45bf-9b25-dcbd2b1379a5 2026-08-22 04:02:25.017 11 INFO neutron.plugins.ml2.plugin [None req-2ad282fe-68a6-435c-850c-24284415e25d - - - - - -] Attempt 1 to provision port 336af20c-7f46-4d43-a80f-02fdb1e8a73a 2026-08-22 04:02:26.262 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port c5ff79ea-0723-499f-be2e-8164be0be1f9 2026-08-22 04:02:26.483 11 INFO neutron.plugins.ml2.plugin [None req-4f742322-d8fd-431c-9a73-ddd03cb61b83 - - - - - -] Attempt 1 to provision port 2916b1f4-508a-44a8-abb9-fb1787330dd5 2026-08-22 04:02:27.125 11 INFO neutron.plugins.ml2.plugin [None req-dda81ed9-eb02-4963-bb2e-93fd04eb34da - - - - - -] Attempt 1 to provision port 336af20c-7f46-4d43-a80f-02fdb1e8a73a 2026-08-22 04:02:30.422 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 5561c07f-d58d-410a-95dd-688e6b480d2e 2026-08-22 04:02:30.775 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port e3894270-c67f-482a-9b90-9ba430e20f4a 2026-08-22 04:02:32.253 12 INFO neutron.plugins.ml2.plugin [None req-b56b2c49-0622-4188-b555-7db6239b8598 - - - - - -] Attempt 1 to provision port 5561c07f-d58d-410a-95dd-688e6b480d2e 2026-08-22 04:02:32.313 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 5561c07f-d58d-410a-95dd-688e6b480d2e 2026-08-22 04:02:32.333 12 INFO neutron.plugins.ml2.plugin [None req-b56b2c49-0622-4188-b555-7db6239b8598 - - - - - -] Attempt 1 to provision port 336af20c-7f46-4d43-a80f-02fdb1e8a73a 2026-08-22 04:02:32.402 12 INFO neutron.plugins.ml2.plugin [None req-b56b2c49-0622-4188-b555-7db6239b8598 - - - - - -] Attempt 1 to provision port c5ff79ea-0723-499f-be2e-8164be0be1f9 2026-08-22 04:02:32.547 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port e3894270-c67f-482a-9b90-9ba430e20f4a 2026-08-22 04:02:36.694 11 INFO neutron.plugins.ml2.plugin [None req-28ac4327-8443-4e25-a192-2ec3bcfc594f - - - - - -] Attempt 1 to provision port 023fc121-9b47-4661-9a48-26f84e98fa43 2026-08-22 04:02:36.719 11 INFO neutron.plugins.ml2.plugin [None req-28ac4327-8443-4e25-a192-2ec3bcfc594f - - - - - -] Attempt 1 to provision port 5561c07f-d58d-410a-95dd-688e6b480d2e 2026-08-22 04:02:36.776 11 INFO neutron.plugins.ml2.plugin [None req-28ac4327-8443-4e25-a192-2ec3bcfc594f - - - - - -] Attempt 1 to provision port 0eec2fec-7ab2-45bf-9b25-dcbd2b1379a5 2026-08-22 04:02:42.873 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 963c9d37-4b05-4eeb-a121-a0a6439d05e1 2026-08-22 04:02:42.974 11 INFO neutron.notifiers.nova [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Nova event matching ['req-4e2e5ee8-1ffb-4530-8d0a-1c48b62d46f6'] response: {'server_uuid': 'db1c1bf1-c854-4a67-be1c-314ff42af663', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '963c9d37-4b05-4eeb-a121-a0a6439d05e1', 'code': 200} 2026-08-22 04:02:43.646 12 INFO neutron.plugins.ml2.plugin [None req-4fb73380-a712-4b3e-adaf-87a5685e0669 - - - - - -] Attempt 1 to provision port 2916b1f4-508a-44a8-abb9-fb1787330dd5 2026-08-22 04:02:44.263 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 963c9d37-4b05-4eeb-a121-a0a6439d05e1 2026-08-22 04:02:46.369 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 023fc121-9b47-4661-9a48-26f84e98fa43 2026-08-22 04:02:46.407 12 WARNING neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Concurrent port binding operations failed on port 66d8dcf5-5914-40ee-9f67-afe2cf70e0a8 2026-08-22 04:02:46.410 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 2 to bind port 66d8dcf5-5914-40ee-9f67-afe2cf70e0a8 2026-08-22 04:02:48.398 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 66d8dcf5-5914-40ee-9f67-afe2cf70e0a8 2026-08-22 04:02:48.667 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 023fc121-9b47-4661-9a48-26f84e98fa43 2026-08-22 04:02:48.855 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port ec5c7f0e-1d3a-49f6-acba-6be95720a3a5 2026-08-22 04:02:49.319 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 47eb0c6e-6063-4e8f-94f7-657e9fe44721 2026-08-22 04:02:50.226 11 INFO neutron.plugins.ml2.plugin [None req-c0eede0a-fbdd-4b23-93bd-7c73d45df428 - - - - - -] Attempt 1 to provision port ec5c7f0e-1d3a-49f6-acba-6be95720a3a5 2026-08-22 04:02:50.287 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port ec5c7f0e-1d3a-49f6-acba-6be95720a3a5 2026-08-22 04:02:50.442 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 47eb0c6e-6063-4e8f-94f7-657e9fe44721 2026-08-22 04:02:50.588 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 66d8dcf5-5914-40ee-9f67-afe2cf70e0a8 2026-08-22 04:02:52.355 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 445dc14a-aac0-498e-820b-f9b2500117c9 2026-08-22 04:02:54.364 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 445dc14a-aac0-498e-820b-f9b2500117c9 2026-08-22 04:02:56.294 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 59849282-eddb-4a07-90a1-5184c4280d15 2026-08-22 04:02:57.511 11 INFO neutron.plugins.ml2.plugin [None req-bb3ebe8e-3add-415d-8c9b-a612ee481608 - - - - - -] Attempt 1 to provision port 445dc14a-aac0-498e-820b-f9b2500117c9 2026-08-22 04:02:57.553 11 INFO neutron.plugins.ml2.plugin [None req-bb3ebe8e-3add-415d-8c9b-a612ee481608 - - - - - -] Attempt 1 to provision port a4c0cf41-de24-4597-bdc2-295ce47a0606 2026-08-22 04:02:57.578 11 INFO neutron.plugins.ml2.plugin [None req-bb3ebe8e-3add-415d-8c9b-a612ee481608 - - - - - -] Attempt 1 to provision port d27685b8-d0dd-4e9d-90ff-8f71bb5c448f 2026-08-22 04:02:57.600 11 INFO neutron.plugins.ml2.plugin [None req-bb3ebe8e-3add-415d-8c9b-a612ee481608 - - - - - -] Attempt 1 to provision port 59849282-eddb-4a07-90a1-5184c4280d15 2026-08-22 04:02:58.284 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 59849282-eddb-4a07-90a1-5184c4280d15 2026-08-22 04:03:03.021 12 INFO neutron.plugins.ml2.plugin [None req-2cb4b60f-1b61-4aed-be3f-e04573bc784d - - - - - -] Attempt 1 to provision port 445dc14a-aac0-498e-820b-f9b2500117c9 2026-08-22 04:03:03.072 12 INFO neutron.plugins.ml2.plugin [None req-2cb4b60f-1b61-4aed-be3f-e04573bc784d - - - - - -] Attempt 1 to provision port d27685b8-d0dd-4e9d-90ff-8f71bb5c448f 2026-08-22 04:03:03.108 12 INFO neutron.plugins.ml2.plugin [None req-2cb4b60f-1b61-4aed-be3f-e04573bc784d - - - - - -] Attempt 1 to provision port 59849282-eddb-4a07-90a1-5184c4280d15 2026-08-22 04:03:03.155 12 INFO neutron.plugins.ml2.plugin [None req-2cb4b60f-1b61-4aed-be3f-e04573bc784d - - - - - -] Attempt 1 to provision port a4c0cf41-de24-4597-bdc2-295ce47a0606 2026-08-22 04:03:03.178 12 INFO neutron.plugins.ml2.plugin [None req-2cb4b60f-1b61-4aed-be3f-e04573bc784d - - - - - -] Attempt 1 to provision port 99d309a6-9e00-4e77-8743-da8e3d939644 2026-08-22 04:03:03.201 12 INFO neutron.plugins.ml2.plugin [None req-2cb4b60f-1b61-4aed-be3f-e04573bc784d - - - - - -] Attempt 1 to provision port ec5c7f0e-1d3a-49f6-acba-6be95720a3a5 2026-08-22 04:03:04.824 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 6413b9eb-c7f0-43b0-ac71-c3048d3b3ef1 2026-08-22 04:03:04.931 12 INFO neutron.notifiers.nova [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Nova event matching ['req-2c51b56a-ff36-4430-be56-e645abc50938'] response: {'server_uuid': 'e939f141-a3f8-404c-b2c4-571d06e3a0fa', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6413b9eb-c7f0-43b0-ac71-c3048d3b3ef1', 'code': 200} 2026-08-22 04:03:06.320 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 22f91b61-9788-4433-9b72-1b4899fb35f5 2026-08-22 04:03:06.568 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 99d309a6-9e00-4e77-8743-da8e3d939644 2026-08-22 04:03:06.842 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 6413b9eb-c7f0-43b0-ac71-c3048d3b3ef1 2026-08-22 04:03:08.323 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port d27685b8-d0dd-4e9d-90ff-8f71bb5c448f 2026-08-22 04:03:08.605 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 99d309a6-9e00-4e77-8743-da8e3d939644 2026-08-22 04:03:08.787 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port a4c0cf41-de24-4597-bdc2-295ce47a0606 2026-08-22 04:03:09.033 11 INFO neutron.plugins.ml2.plugin [None req-303bed3d-652f-447e-bb5f-3e7a3ffdf156 - - - - - -] Attempt 1 to provision port 22f91b61-9788-4433-9b72-1b4899fb35f5 2026-08-22 04:03:09.532 12 INFO neutron.plugins.ml2.plugin [None req-558b72ca-e73e-4ad1-9b66-b9185575e447 - - - - - -] Attempt 1 to provision port 445dc14a-aac0-498e-820b-f9b2500117c9 2026-08-22 04:03:09.584 12 INFO neutron.plugins.ml2.plugin [None req-558b72ca-e73e-4ad1-9b66-b9185575e447 - - - - - -] Attempt 1 to provision port d27685b8-d0dd-4e9d-90ff-8f71bb5c448f 2026-08-22 04:03:09.636 12 INFO neutron.plugins.ml2.plugin [None req-558b72ca-e73e-4ad1-9b66-b9185575e447 - - - - - -] Attempt 1 to provision port 59849282-eddb-4a07-90a1-5184c4280d15 2026-08-22 04:03:09.685 12 INFO neutron.plugins.ml2.plugin [None req-558b72ca-e73e-4ad1-9b66-b9185575e447 - - - - - -] Attempt 1 to provision port a4c0cf41-de24-4597-bdc2-295ce47a0606 2026-08-22 04:03:09.729 12 INFO neutron.plugins.ml2.plugin [None req-558b72ca-e73e-4ad1-9b66-b9185575e447 - - - - - -] Attempt 1 to provision port 6413b9eb-c7f0-43b0-ac71-c3048d3b3ef1 2026-08-22 04:03:09.773 12 INFO neutron.plugins.ml2.plugin [None req-558b72ca-e73e-4ad1-9b66-b9185575e447 - - - - - -] Attempt 1 to provision port 99d309a6-9e00-4e77-8743-da8e3d939644 2026-08-22 04:03:09.832 12 INFO neutron.plugins.ml2.plugin [None req-558b72ca-e73e-4ad1-9b66-b9185575e447 - - - - - -] Attempt 1 to provision port ec5c7f0e-1d3a-49f6-acba-6be95720a3a5 2026-08-22 04:03:10.303 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port d27685b8-d0dd-4e9d-90ff-8f71bb5c448f 2026-08-22 04:03:10.543 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port a4c0cf41-de24-4597-bdc2-295ce47a0606 2026-08-22 04:03:11.253 12 INFO neutron.plugins.ml2.plugin [None req-be8915f5-8fc4-48eb-8673-42904877c963 - - - - - -] Attempt 1 to provision port 0e6d5ceb-6cef-4c40-bbc7-672e7a61d0e6 2026-08-22 04:03:15.701 11 INFO neutron.plugins.ml2.plugin [None req-8bbfb08b-07be-4c9f-a095-9c999f1c28a0 - - - - - -] Attempt 1 to provision port 023fc121-9b47-4661-9a48-26f84e98fa43 2026-08-22 04:03:15.747 11 INFO neutron.plugins.ml2.plugin [None req-8bbfb08b-07be-4c9f-a095-9c999f1c28a0 - - - - - -] Attempt 1 to provision port 66d8dcf5-5914-40ee-9f67-afe2cf70e0a8 2026-08-22 04:03:21.540 12 INFO neutron.plugins.ml2.plugin [None req-503365bc-4dfb-4189-a381-ad2427eaf923 - - - - - -] Attempt 1 to provision port d27685b8-d0dd-4e9d-90ff-8f71bb5c448f 2026-08-22 04:03:21.589 12 INFO neutron.plugins.ml2.plugin [None req-503365bc-4dfb-4189-a381-ad2427eaf923 - - - - - -] Attempt 1 to provision port 2916b1f4-508a-44a8-abb9-fb1787330dd5 2026-08-22 04:03:21.649 12 INFO neutron.plugins.ml2.plugin [None req-503365bc-4dfb-4189-a381-ad2427eaf923 - - - - - -] Attempt 1 to provision port 0eec2fec-7ab2-45bf-9b25-dcbd2b1379a5 2026-08-22 04:03:21.701 12 INFO neutron.plugins.ml2.plugin [None req-503365bc-4dfb-4189-a381-ad2427eaf923 - - - - - -] Attempt 1 to provision port a5c62e3a-94e6-40dd-b51b-25a926134065 2026-08-22 04:03:21.732 12 INFO neutron.plugins.ml2.plugin [None req-503365bc-4dfb-4189-a381-ad2427eaf923 - - - - - -] Attempt 1 to provision port a4c0cf41-de24-4597-bdc2-295ce47a0606 2026-08-22 04:03:21.777 12 INFO neutron.plugins.ml2.plugin [None req-503365bc-4dfb-4189-a381-ad2427eaf923 - - - - - -] Attempt 1 to provision port b564a5d6-5293-4192-88f0-bc5ebdb15e50 2026-08-22 04:03:21.798 12 INFO neutron.plugins.ml2.plugin [None req-503365bc-4dfb-4189-a381-ad2427eaf923 - - - - - -] Attempt 1 to provision port 22f91b61-9788-4433-9b72-1b4899fb35f5 2026-08-22 04:03:21.846 12 INFO neutron.plugins.ml2.plugin [None req-503365bc-4dfb-4189-a381-ad2427eaf923 - - - - - -] Attempt 1 to provision port 99d309a6-9e00-4e77-8743-da8e3d939644 2026-08-22 04:03:21.895 12 INFO neutron.plugins.ml2.plugin [None req-503365bc-4dfb-4189-a381-ad2427eaf923 - - - - - -] Attempt 1 to provision port 66d8dcf5-5914-40ee-9f67-afe2cf70e0a8 2026-08-22 04:03:21.964 12 INFO neutron.plugins.ml2.plugin [None req-503365bc-4dfb-4189-a381-ad2427eaf923 - - - - - -] Attempt 1 to provision port fef2a69b-0f71-4dd8-bb3f-15577af1ec47 2026-08-22 04:03:22.035 12 INFO neutron.plugins.ml2.plugin [None req-503365bc-4dfb-4189-a381-ad2427eaf923 - - - - - -] Attempt 1 to provision port 023fc121-9b47-4661-9a48-26f84e98fa43 2026-08-22 04:03:22.107 12 INFO neutron.plugins.ml2.plugin [None req-503365bc-4dfb-4189-a381-ad2427eaf923 - - - - - -] Attempt 1 to provision port 9781afb9-3f44-4d87-813c-f331cf9b7b2c 2026-08-22 04:03:22.343 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 5565ee95-d5ef-4442-b7ce-2b15ac49f83b 2026-08-22 04:03:22.463 11 INFO neutron.notifiers.nova [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Nova event matching ['req-a72967ac-9a46-4706-9a55-04c19054332c'] response: {'server_uuid': '01acaba1-eef3-4626-b4a9-6c7077dd6e64', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5565ee95-d5ef-4442-b7ce-2b15ac49f83b', 'code': 200} 2026-08-22 04:03:24.312 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 5565ee95-d5ef-4442-b7ce-2b15ac49f83b 2026-08-22 04:03:26.290 11 INFO neutron.plugins.ml2.plugin [None req-72a796f8-ba53-414e-b776-3b2128b2f7e0 - - - - - -] Attempt 1 to provision port a4c0cf41-de24-4597-bdc2-295ce47a0606 2026-08-22 04:03:26.360 11 INFO neutron.plugins.ml2.plugin [None req-72a796f8-ba53-414e-b776-3b2128b2f7e0 - - - - - -] Attempt 1 to provision port d27685b8-d0dd-4e9d-90ff-8f71bb5c448f 2026-08-22 04:03:26.409 11 INFO neutron.plugins.ml2.plugin [None req-72a796f8-ba53-414e-b776-3b2128b2f7e0 - - - - - -] Attempt 1 to provision port 963c9d37-4b05-4eeb-a121-a0a6439d05e1 2026-08-22 04:03:26.451 11 INFO neutron.plugins.ml2.plugin [None req-72a796f8-ba53-414e-b776-3b2128b2f7e0 - - - - - -] Attempt 1 to provision port 99d309a6-9e00-4e77-8743-da8e3d939644 2026-08-22 04:03:28.544 12 INFO neutron.plugins.ml2.plugin [None req-ba128f46-0d20-43ff-9b35-bb3f70dd1759 - - - - - -] Attempt 1 to provision port 5565ee95-d5ef-4442-b7ce-2b15ac49f83b 2026-08-22 04:03:28.594 12 INFO neutron.plugins.ml2.plugin [None req-ba128f46-0d20-43ff-9b35-bb3f70dd1759 - - - - - -] Attempt 1 to provision port 6413b9eb-c7f0-43b0-ac71-c3048d3b3ef1 2026-08-22 04:03:30.304 11 INFO neutron.plugins.ml2.plugin [None req-459deed0-ddeb-4d79-88ba-a83de1fae8a8 - - - - - -] Attempt 1 to provision port c5ff79ea-0723-499f-be2e-8164be0be1f9 2026-08-22 04:03:44.492 12 INFO neutron.notifiers.nova [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Nova event matching ['req-b9e5290e-a8b0-4c66-a93e-58540fd4418f'] response: {'server_uuid': '401f6689-0bbf-46d4-8821-7a5bec7d21cf', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '0e6d5ceb-6cef-4c40-bbc7-672e7a61d0e6', 'code': 200} 2026-08-22 04:03:55.140 12 INFO neutron.plugins.ml2.plugin [None req-f5065c72-3afb-4428-b04d-ef3637d21b7a - - - - - -] Attempt 1 to provision port 3db0bace-c4ad-43d1-adb5-e9afa81882b5 2026-08-22 04:04:16.872 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port ea8fb51c-1bde-4688-a7c8-d5096726f9d9 2026-08-22 04:04:16.988 11 INFO neutron.notifiers.nova [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Nova event matching ['req-c75b9894-838f-4631-81b0-eaa13ddcb5b8'] response: {'server_uuid': '1c59f6bc-567e-4ceb-9fff-5c2513caa584', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ea8fb51c-1bde-4688-a7c8-d5096726f9d9', 'code': 200} 2026-08-22 04:04:18.337 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port ea8fb51c-1bde-4688-a7c8-d5096726f9d9 2026-08-22 04:04:57.069 12 INFO neutron.plugins.ml2.plugin [None req-0453d5f7-c63c-46f8-b575-39f1113e2f09 - - - - - -] Attempt 1 to provision port 59a55a00-8fb1-4cbb-b6ab-c6d94a78571f 2026-08-22 04:05:02.383 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 59a55a00-8fb1-4cbb-b6ab-c6d94a78571f 2026-08-22 04:05:02.485 11 INFO neutron.notifiers.nova [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Nova event matching ['req-2a545fb1-cd9e-40f5-a37b-f1d5c7bb16d1'] response: {'server_uuid': '1c59f6bc-567e-4ceb-9fff-5c2513caa584', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '59a55a00-8fb1-4cbb-b6ab-c6d94a78571f', 'code': 200} 2026-08-22 04:05:04.353 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 59a55a00-8fb1-4cbb-b6ab-c6d94a78571f 2026-08-22 04:05:06.877 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 59a55a00-8fb1-4cbb-b6ab-c6d94a78571f 2026-08-22 04:05:29.595 12 INFO neutron.plugins.ml2.plugin [None req-bff9bcb3-ecdf-45df-8b44-85d1abc85ce2 - - - - - -] Attempt 1 to provision port f64591db-64a8-4d60-a824-6c84dbf1461c 2026-08-22 04:05:37.965 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port f64591db-64a8-4d60-a824-6c84dbf1461c 2026-08-22 04:05:38.064 12 INFO neutron.notifiers.nova [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Nova event matching ['req-4cd95e2d-a363-4347-ad01-3cd25d005815'] response: {'server_uuid': '1c59f6bc-567e-4ceb-9fff-5c2513caa584', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f64591db-64a8-4d60-a824-6c84dbf1461c', 'code': 200} 2026-08-22 04:05:38.560 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port f64591db-64a8-4d60-a824-6c84dbf1461c 2026-08-22 04:05:50.912 11 INFO neutron.plugins.ml2.plugin [None req-c357c82b-512a-4934-9325-fca5abd13153 - - - - - -] Attempt 1 to provision port f0bc81ed-1dad-47c9-80fb-b8538f0da20d 2026-08-22 04:05:58.606 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port f0bc81ed-1dad-47c9-80fb-b8538f0da20d 2026-08-22 04:05:58.754 12 INFO neutron.notifiers.nova [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Nova event matching ['req-14b1d266-7a17-4fbe-baa0-2c9af5a2ce88'] response: {'server_uuid': '1c59f6bc-567e-4ceb-9fff-5c2513caa584', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f0bc81ed-1dad-47c9-80fb-b8538f0da20d', 'code': 200} 2026-08-22 04:06:00.778 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port f0bc81ed-1dad-47c9-80fb-b8538f0da20d 2026-08-22 04:06:01.045 11 INFO neutron.plugins.ml2.plugin [None req-02dccd27-4d18-4ad4-8cd5-21247e4695c0 - - - - - -] Attempt 1 to provision port f64591db-64a8-4d60-a824-6c84dbf1461c 2026-08-22 04:06:14.317 11 INFO neutron.plugins.ml2.plugin [None req-45cd623c-8929-4f27-a13f-0d4adb598fdf - - - - - -] Attempt 1 to provision port f0bc81ed-1dad-47c9-80fb-b8538f0da20d 2026-08-22 04:06:14.677 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port f0bc81ed-1dad-47c9-80fb-b8538f0da20d 2026-08-22 04:06:15.696 12 INFO neutron.plugins.ml2.plugin [None req-f0612b92-01d8-4c5e-80e9-001a80835d53 - - - - - -] Attempt 1 to provision port f0bc81ed-1dad-47c9-80fb-b8538f0da20d 2026-08-22 04:06:24.639 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port f64591db-64a8-4d60-a824-6c84dbf1461c 2026-08-22 04:06:24.887 11 INFO neutron.plugins.ml2.plugin [None req-fb064560-d0fd-43c8-8646-ac46d4ea9de2 - - - - - -] Attempt 1 to provision port f64591db-64a8-4d60-a824-6c84dbf1461c 2026-08-22 04:06:52.858 11 INFO neutron.notifiers.nova [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Nova event matching ['req-7b420caa-215f-47cf-ba0e-6e52e41c4aa8'] response: {'server_uuid': '1c59f6bc-567e-4ceb-9fff-5c2513caa584', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'ea8fb51c-1bde-4688-a7c8-d5096726f9d9', 'code': 200} 2026-08-22 04:08:00.770 11 INFO neutron.notifiers.nova [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Nova event matching ['req-935f8ecd-1fcd-4a0e-9e87-b1c7320b09a4'] response: {'server_uuid': 'db1c1bf1-c854-4a67-be1c-314ff42af663', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '963c9d37-4b05-4eeb-a121-a0a6439d05e1', 'code': 200} 2026-08-22 04:08:54.907 11 INFO neutron.plugins.ml2.plugin [None req-af21a350-f735-4a7c-830f-5821c5e2b17c - - - - - -] Attempt 1 to provision port b6bd78aa-28cc-4974-9e84-642b343112da 2026-08-22 04:08:56.733 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 8ffd3f57-95a8-490b-a440-ef8b2af367aa 2026-08-22 04:08:58.030 12 INFO neutron.plugins.ml2.plugin [None req-bd2072ce-af49-4e40-8dd9-4a997b1b1971 - - - - - -] Attempt 1 to provision port 1ae19024-4b4d-4684-a617-2ae98babbc32 2026-08-22 04:08:58.740 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 8ffd3f57-95a8-490b-a440-ef8b2af367aa 2026-08-22 04:08:58.923 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 1ae19024-4b4d-4684-a617-2ae98babbc32 2026-08-22 04:08:59.784 12 INFO neutron.plugins.ml2.plugin [None req-30342d38-6ff9-45b3-8157-7efbf08331f8 - - - - - -] Attempt 1 to provision port 7a7eb80d-1476-44f6-a87b-de7bc82e3b90 2026-08-22 04:08:59.810 12 INFO neutron.plugins.ml2.plugin [None req-30342d38-6ff9-45b3-8157-7efbf08331f8 - - - - - -] Attempt 1 to provision port 1ae19024-4b4d-4684-a617-2ae98babbc32 2026-08-22 04:09:01.037 12 INFO neutron.plugins.ml2.plugin [None req-5981aeaf-c0ba-4f24-ab4c-de44b3bfaffe - - - - - -] Attempt 1 to provision port 7a7eb80d-1476-44f6-a87b-de7bc82e3b90 2026-08-22 04:09:02.269 12 INFO neutron.plugins.ml2.plugin [None req-07410319-b1e7-4b42-94f1-4433c663f1d1 - - - - - -] Attempt 1 to provision port 7a7eb80d-1476-44f6-a87b-de7bc82e3b90 2026-08-22 04:09:09.187 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 96fb8454-8719-45e6-8e24-f69b9fa0ea91 2026-08-22 04:09:09.297 12 INFO neutron.notifiers.nova [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Nova event matching ['req-c185a009-5ae7-4dad-be70-284dbd02392b'] response: {'server_uuid': '89008bf3-1197-4c77-83c1-33f81297dd75', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '96fb8454-8719-45e6-8e24-f69b9fa0ea91', 'code': 200} 2026-08-22 04:09:10.678 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 96fb8454-8719-45e6-8e24-f69b9fa0ea91 2026-08-22 04:09:14.673 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 7a7eb80d-1476-44f6-a87b-de7bc82e3b90 2026-08-22 04:09:14.952 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port b6bd78aa-28cc-4974-9e84-642b343112da 2026-08-22 04:09:16.663 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 7a7eb80d-1476-44f6-a87b-de7bc82e3b90 2026-08-22 04:09:16.867 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port b6bd78aa-28cc-4974-9e84-642b343112da 2026-08-22 04:09:49.222 11 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 6fb8ebe4-d5df-4d07-b13f-ad85073f96aa 2026-08-22 04:09:49.340 11 INFO neutron.notifiers.nova [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Nova event matching ['req-950623f5-a344-438e-8445-42f4e634c3d6'] response: {'server_uuid': '62224caa-6af3-4dd5-b4ea-13ab1430b7a9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6fb8ebe4-d5df-4d07-b13f-ad85073f96aa', 'code': 200} 2026-08-22 04:09:50.686 12 INFO neutron.plugins.ml2.plugin [None req-bfbdfebb-d57c-4bbe-b9ba-bfb29577da5b - - - - - -] Attempt 1 to provision port 6fb8ebe4-d5df-4d07-b13f-ad85073f96aa 2026-08-22 04:10:27.571 11 INFO neutron_taas.services.taas.taas_plugin [None req-1a3ce323-8e54-4de5-8a0f-e656e698137d - - - - - -] TaaS: Handle Delete Port: 1ae19024-4b4d-4684-a617-2ae98babbc32 2026-08-22 04:10:27.579 11 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a3ce323-8e54-4de5-8a0f-e656e698137d - - - - - -] Tap Mirror: Handle Delete Port: 1ae19024-4b4d-4684-a617-2ae98babbc32 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c566efdc-c251-4e47-af77-420f8f17b95c could not be found. 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c566efdc-c251-4e47-af77-420f8f17b95c could not be found. 2026-08-22 04:10:35.717 11 ERROR neutron.plugins.ml2.managers 2026-08-22 04:10:35.720 11 ERROR neutron.plugins.ml2.managers [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Failed to bind port c06fd4af-a294-4755-a004-023f8a910bcb on host instance for vnic_type normal using segments [{'id': '9187bfcd-4c92-4953-bec2-38164b79b318', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 119, 'network_id': '73ea085d-b27f-4432-83aa-bb6808e1d4f8'}] 2026-08-22 04:10:35.721 11 INFO neutron.plugins.ml2.plugin [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Attempt 2 to bind port c06fd4af-a294-4755-a004-023f8a910bcb 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c566efdc-c251-4e47-af77-420f8f17b95c could not be found. 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c566efdc-c251-4e47-af77-420f8f17b95c could not be found. 2026-08-22 04:10:35.731 11 ERROR neutron.plugins.ml2.managers 2026-08-22 04:10:35.732 11 ERROR neutron.plugins.ml2.managers [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Failed to bind port c06fd4af-a294-4755-a004-023f8a910bcb on host instance for vnic_type normal using segments [{'id': '9187bfcd-4c92-4953-bec2-38164b79b318', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 119, 'network_id': '73ea085d-b27f-4432-83aa-bb6808e1d4f8'}] 2026-08-22 04:10:35.732 11 INFO neutron.plugins.ml2.plugin [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Attempt 3 to bind port c06fd4af-a294-4755-a004-023f8a910bcb 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c566efdc-c251-4e47-af77-420f8f17b95c could not be found. 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c566efdc-c251-4e47-af77-420f8f17b95c could not be found. 2026-08-22 04:10:35.740 11 ERROR neutron.plugins.ml2.managers 2026-08-22 04:10:35.741 11 ERROR neutron.plugins.ml2.managers [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Failed to bind port c06fd4af-a294-4755-a004-023f8a910bcb on host instance for vnic_type normal using segments [{'id': '9187bfcd-4c92-4953-bec2-38164b79b318', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 119, 'network_id': '73ea085d-b27f-4432-83aa-bb6808e1d4f8'}] 2026-08-22 04:10:35.741 11 INFO neutron.plugins.ml2.plugin [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Attempt 4 to bind port c06fd4af-a294-4755-a004-023f8a910bcb 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c566efdc-c251-4e47-af77-420f8f17b95c could not be found. 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c566efdc-c251-4e47-af77-420f8f17b95c could not be found. 2026-08-22 04:10:35.750 11 ERROR neutron.plugins.ml2.managers 2026-08-22 04:10:35.751 11 ERROR neutron.plugins.ml2.managers [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Failed to bind port c06fd4af-a294-4755-a004-023f8a910bcb on host instance for vnic_type normal using segments [{'id': '9187bfcd-4c92-4953-bec2-38164b79b318', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 119, 'network_id': '73ea085d-b27f-4432-83aa-bb6808e1d4f8'}] 2026-08-22 04:10:35.752 11 INFO neutron.plugins.ml2.plugin [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Attempt 5 to bind port c06fd4af-a294-4755-a004-023f8a910bcb 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c566efdc-c251-4e47-af77-420f8f17b95c could not be found. 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c566efdc-c251-4e47-af77-420f8f17b95c could not be found. 2026-08-22 04:10:35.762 11 ERROR neutron.plugins.ml2.managers 2026-08-22 04:10:35.764 11 ERROR neutron.plugins.ml2.managers [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Failed to bind port c06fd4af-a294-4755-a004-023f8a910bcb on host instance for vnic_type normal using segments [{'id': '9187bfcd-4c92-4953-bec2-38164b79b318', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 119, 'network_id': '73ea085d-b27f-4432-83aa-bb6808e1d4f8'}] 2026-08-22 04:10:35.764 11 INFO neutron.plugins.ml2.plugin [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Attempt 6 to bind port c06fd4af-a294-4755-a004-023f8a910bcb 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c566efdc-c251-4e47-af77-420f8f17b95c could not be found. 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c566efdc-c251-4e47-af77-420f8f17b95c could not be found. 2026-08-22 04:10:35.773 11 ERROR neutron.plugins.ml2.managers 2026-08-22 04:10:35.774 11 ERROR neutron.plugins.ml2.managers [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Failed to bind port c06fd4af-a294-4755-a004-023f8a910bcb on host instance for vnic_type normal using segments [{'id': '9187bfcd-4c92-4953-bec2-38164b79b318', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 119, 'network_id': '73ea085d-b27f-4432-83aa-bb6808e1d4f8'}] 2026-08-22 04:10:35.774 11 INFO neutron.plugins.ml2.plugin [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Attempt 7 to bind port c06fd4af-a294-4755-a004-023f8a910bcb 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c566efdc-c251-4e47-af77-420f8f17b95c could not be found. 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c566efdc-c251-4e47-af77-420f8f17b95c could not be found. 2026-08-22 04:10:35.785 11 ERROR neutron.plugins.ml2.managers 2026-08-22 04:10:35.786 11 ERROR neutron.plugins.ml2.managers [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Failed to bind port c06fd4af-a294-4755-a004-023f8a910bcb on host instance for vnic_type normal using segments [{'id': '9187bfcd-4c92-4953-bec2-38164b79b318', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 119, 'network_id': '73ea085d-b27f-4432-83aa-bb6808e1d4f8'}] 2026-08-22 04:10:35.787 11 INFO neutron.plugins.ml2.plugin [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Attempt 8 to bind port c06fd4af-a294-4755-a004-023f8a910bcb 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c566efdc-c251-4e47-af77-420f8f17b95c could not be found. 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c566efdc-c251-4e47-af77-420f8f17b95c could not be found. 2026-08-22 04:10:35.795 11 ERROR neutron.plugins.ml2.managers 2026-08-22 04:10:35.796 11 ERROR neutron.plugins.ml2.managers [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Failed to bind port c06fd4af-a294-4755-a004-023f8a910bcb on host instance for vnic_type normal using segments [{'id': '9187bfcd-4c92-4953-bec2-38164b79b318', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 119, 'network_id': '73ea085d-b27f-4432-83aa-bb6808e1d4f8'}] 2026-08-22 04:10:35.796 11 INFO neutron.plugins.ml2.plugin [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Attempt 9 to bind port c06fd4af-a294-4755-a004-023f8a910bcb 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c566efdc-c251-4e47-af77-420f8f17b95c could not be found. 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c566efdc-c251-4e47-af77-420f8f17b95c could not be found. 2026-08-22 04:10:35.804 11 ERROR neutron.plugins.ml2.managers 2026-08-22 04:10:35.805 11 ERROR neutron.plugins.ml2.managers [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Failed to bind port c06fd4af-a294-4755-a004-023f8a910bcb on host instance for vnic_type normal using segments [{'id': '9187bfcd-4c92-4953-bec2-38164b79b318', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 119, 'network_id': '73ea085d-b27f-4432-83aa-bb6808e1d4f8'}] 2026-08-22 04:10:35.806 11 INFO neutron.plugins.ml2.plugin [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Attempt 10 to bind port c06fd4af-a294-4755-a004-023f8a910bcb 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet c566efdc-c251-4e47-af77-420f8f17b95c could not be found. 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet c566efdc-c251-4e47-af77-420f8f17b95c could not be found. 2026-08-22 04:10:35.815 11 ERROR neutron.plugins.ml2.managers 2026-08-22 04:10:35.816 11 ERROR neutron.plugins.ml2.managers [None req-d924ba1e-632a-4ae6-9ff5-c66e2a2c058d - - - - - -] Failed to bind port c06fd4af-a294-4755-a004-023f8a910bcb on host instance for vnic_type normal using segments [{'id': '9187bfcd-4c92-4953-bec2-38164b79b318', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 119, 'network_id': '73ea085d-b27f-4432-83aa-bb6808e1d4f8'}]