+ 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 2026-04-17 11:59:26.673 1 INFO neutron.common.config [-] Logging enabled! 2026-04-17 11:59:26.673 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 27.0.0 2026-04-17 11:59:26.673 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-04-17 11:59:26.674 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-17 11:59:28.073 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-17 11:59:28.075 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-17 11:59:28.078 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-17 11:59:28.079 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-17 11:59:28.079 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-17 11:59:28.079 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-17 11:59:28.079 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-17 11:59:28.086 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-17 11:59:28.086 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-17 11:59:28.086 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-17 11:59:28.104 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-17 11:59:28.105 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-17 11:59:28.105 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-17 11:59:28.120 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-17 11:59:28.121 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-17 11:59:28.121 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-17 11:59:28.121 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-17 11:59:28.413 1 INFO neutron.plugins.ml2.managers [None req-436858cf-d552-4459-a6ff-d5ee0face3bb - - - - - -] Initializing driver for type 'vlan' 2026-04-17 11:59:28.566 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-436858cf-d552-4459-a6ff-d5ee0face3bb - - - - - -] VlanTypeDriver initialization complete 2026-04-17 11:59:28.567 1 INFO neutron.plugins.ml2.managers [None req-436858cf-d552-4459-a6ff-d5ee0face3bb - - - - - -] Initializing driver for type 'vxlan' 2026-04-17 11:59:28.567 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-436858cf-d552-4459-a6ff-d5ee0face3bb - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-17 11:59:28.641 1 INFO neutron.plugins.ml2.managers [None req-436858cf-d552-4459-a6ff-d5ee0face3bb - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-17 11:59:28.641 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-436858cf-d552-4459-a6ff-d5ee0face3bb - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-17 11:59:28.641 1 INFO neutron.plugins.ml2.managers [None req-436858cf-d552-4459-a6ff-d5ee0face3bb - - - - - -] Initializing extension driver 'port_security' 2026-04-17 11:59:28.641 1 INFO neutron.plugins.ml2.extensions.port_security [None req-436858cf-d552-4459-a6ff-d5ee0face3bb - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-17 11:59:28.642 1 INFO neutron.plugins.ml2.managers [None req-436858cf-d552-4459-a6ff-d5ee0face3bb - - - - - -] Initializing extension driver 'qos' 2026-04-17 11:59:28.642 1 INFO neutron.plugins.ml2.managers [None req-436858cf-d552-4459-a6ff-d5ee0face3bb - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-17 11:59:28.642 1 INFO neutron.plugins.ml2.managers [None req-436858cf-d552-4459-a6ff-d5ee0face3bb - - - - - -] Initializing mechanism driver 'l2population' 2026-04-17 11:59:28.658 1 INFO neutron.quota [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded quota_driver: . 2026-04-17 11:59:28.659 1 INFO neutron.plugins.ml2.plugin [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Modular L2 Plugin initialization complete 2026-04-17 11:59:28.659 1 INFO neutron.plugins.ml2.managers [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-17 11:59:28.659 1 INFO neutron.plugins.ml2.managers [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-17 11:59:28.659 1 INFO neutron.plugins.ml2.managers [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Got port-security extension from driver 'port_security' 2026-04-17 11:59:28.659 1 INFO neutron.manager [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loading Plugin: qos 2026-04-17 11:59:28.671 1 INFO neutron.manager [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loading Plugin: router 2026-04-17 11:59:28.706 1 INFO neutron.services.service_base [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-17 11:59:28.706 1 INFO neutron.manager [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loading Plugin: segments 2026-04-17 11:59:28.770 1 INFO neutron.manager [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loading Plugin: trunk 2026-04-17 11:59:28.785 1 INFO neutron.manager [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loading Plugin: vpnaas 2026-04-17 11:59:28.820 1 WARNING stevedore.named [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-17 11:59:28.903 1 INFO neutron_vpnaas.services.vpn.plugin [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-17 11:59:28.903 1 INFO neutron.common.utils [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-17 11:59:28.903 1 INFO neutron.manager [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loading Plugin: taas 2026-04-17 11:59:28.927 1 WARNING stevedore.named [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-17 11:59:28.927 1 WARNING stevedore.named [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-17 11:59:28.948 1 INFO neutron_taas.services.taas.taas_plugin [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-17 11:59:28.948 1 INFO neutron.manager [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loading Plugin: tapmirror 2026-04-17 11:59:28.959 1 WARNING stevedore.named [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-17 11:59:28.959 1 WARNING stevedore.named [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-17 11:59:28.972 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-17 11:59:28.972 1 INFO neutron.manager [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loading Plugin: auto_allocate 2026-04-17 11:59:28.978 1 INFO neutron.manager [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loading Plugin: tag 2026-04-17 11:59:28.988 1 INFO neutron.manager [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loading Plugin: timestamp 2026-04-17 11:59:28.990 1 INFO neutron.manager [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loading Plugin: network_ip_availability 2026-04-17 11:59:28.993 1 INFO neutron.manager [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loading Plugin: flavors 2026-04-17 11:59:28.996 1 INFO neutron.manager [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loading Plugin: revisions 2026-04-17 11:59:28.999 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Initializing extension manager. 2026-04-17 11:59:29.000 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: address-group 2026-04-17 11:59:29.001 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: address-scope 2026-04-17 11:59:29.002 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-17 11:59:29.002 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: agent 2026-04-17 11:59:29.003 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: agent-resources-synced 2026-04-17 11:59:29.004 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: allowed-address-pairs 2026-04-17 11:59:29.004 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: auto-allocated-topology 2026-04-17 11:59:29.005 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: availability_zone 2026-04-17 11:59:29.005 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: availability_zone_filter 2026-04-17 11:59:29.006 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-17 11:59:29.006 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: default-subnetpools 2026-04-17 11:59:29.007 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-17 11:59:29.008 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: dns-integration 2026-04-17 11:59:29.008 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: dns-domain-ports 2026-04-17 11:59:29.009 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-17 11:59:29.009 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: dvr 2026-04-17 11:59:29.009 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-17 11:59:29.010 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: empty-string-filtering 2026-04-17 11:59:29.010 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-17 11:59:29.011 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-17 11:59:29.011 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: external-net 2026-04-17 11:59:29.012 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-17 11:59:29.012 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: extraroute 2026-04-17 11:59:29.012 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: extraroute-atomic 2026-04-17 11:59:29.013 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-17 11:59:29.014 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-17 11:59:29.014 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-17 11:59:29.014 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-17 11:59:29.015 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: fip-port-details 2026-04-17 11:59:29.015 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: flavors 2026-04-17 11:59:29.016 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-17 11:59:29.017 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: floatingip-pools 2026-04-17 11:59:29.017 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: ip_allocation 2026-04-17 11:59:29.018 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: ip-substring-filtering 2026-04-17 11:59:29.018 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: l2_adjacency 2026-04-17 11:59:29.019 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: router 2026-04-17 11:59:29.020 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-17 11:59:29.021 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-17 11:59:29.021 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-17 11:59:29.022 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: ext-gw-mode 2026-04-17 11:59:29.022 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: l3-ha 2026-04-17 11:59:29.023 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-17 11:59:29.023 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-17 11:59:29.023 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: l3-flavors 2026-04-17 11:59:29.024 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-17 11:59:29.024 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-17 11:59:29.027 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-17 11:59:29.028 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-17 11:59:29.029 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-17 11:59:29.030 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-17 11:59:29.032 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-17 11:59:29.032 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: multi-provider 2026-04-17 11:59:29.032 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: net-mtu 2026-04-17 11:59:29.033 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: net-mtu-writable 2026-04-17 11:59:29.033 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: network_availability_zone 2026-04-17 11:59:29.034 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: network_ha 2026-04-17 11:59:29.034 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: network-ip-availability 2026-04-17 11:59:29.035 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-17 11:59:29.035 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: pagination 2026-04-17 11:59:29.036 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: port-device-profile 2026-04-17 11:59:29.036 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-17 11:59:29.037 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-17 11:59:29.037 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-17 11:59:29.037 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: port-mac-override 2026-04-17 11:59:29.038 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-17 11:59:29.038 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-17 11:59:29.039 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-17 11:59:29.039 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: port-resource-request 2026-04-17 11:59:29.040 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: port-resource-request-groups 2026-04-17 11:59:29.040 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-17 11:59:29.040 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: binding 2026-04-17 11:59:29.041 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: binding-extended 2026-04-17 11:59:29.042 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: port-security 2026-04-17 11:59:29.042 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: project-id 2026-04-17 11:59:29.042 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: provider 2026-04-17 11:59:29.043 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-17 11:59:29.045 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: qos 2026-04-17 11:59:29.045 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-17 11:59:29.046 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-17 11:59:29.046 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: qos-default 2026-04-17 11:59:29.047 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: qos-fip 2026-04-17 11:59:29.047 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-17 11:59:29.048 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: qos-gateway-ip 2026-04-17 11:59:29.048 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: qos-port-network-policy 2026-04-17 11:59:29.048 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: qos-pps-minimum 2026-04-17 11:59:29.049 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-17 11:59:29.049 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: qos-pps 2026-04-17 11:59:29.050 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: qos-rule-type-details 2026-04-17 11:59:29.050 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-17 11:59:29.051 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: qos-rules-alias 2026-04-17 11:59:29.051 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: quota-check-limit 2026-04-17 11:59:29.052 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: quota-check-limit-default 2026-04-17 11:59:29.054 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: quotas 2026-04-17 11:59:29.056 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: quota_details 2026-04-17 11:59:29.058 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: rbac-policies 2026-04-17 11:59:29.058 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: rbac-address-group 2026-04-17 11:59:29.058 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: rbac-address-scope 2026-04-17 11:59:29.059 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: rbac-security-groups 2026-04-17 11:59:29.059 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: rbac-subnetpool 2026-04-17 11:59:29.060 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: revision-if-match 2026-04-17 11:59:29.060 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: standard-attr-revisions 2026-04-17 11:59:29.061 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: router_availability_zone 2026-04-17 11:59:29.061 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-17 11:59:29.063 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: security-groups-default-rules 2026-04-17 11:59:29.063 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-17 11:59:29.064 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-17 11:59:29.064 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-17 11:59:29.064 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-17 11:59:29.065 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-17 11:59:29.069 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: security-group 2026-04-17 11:59:29.070 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: segment 2026-04-17 11:59:29.070 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-17 11:59:29.071 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: service-type 2026-04-17 11:59:29.071 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: sorting 2026-04-17 11:59:29.072 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: standard-attr-segment 2026-04-17 11:59:29.072 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: standard-attr-description 2026-04-17 11:59:29.073 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: stateful-security-group 2026-04-17 11:59:29.073 1 WARNING neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-17 11:59:29.073 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-17 11:59:29.074 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: subnet-external-network 2026-04-17 11:59:29.074 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: subnet_onboard 2026-04-17 11:59:29.075 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-17 11:59:29.075 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: subnet-service-types 2026-04-17 11:59:29.076 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: subnet_allocation 2026-04-17 11:59:29.076 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-17 11:59:29.077 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: tag-creation 2026-04-17 11:59:29.077 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-17 11:59:29.080 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: standard-attr-tag 2026-04-17 11:59:29.081 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-17 11:59:29.081 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: trunk 2026-04-17 11:59:29.082 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: trunk-details 2026-04-17 11:59:29.082 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-17 11:59:29.083 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-17 11:59:29.084 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-17 11:59:29.084 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-17 11:59:29.086 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-17 11:59:29.087 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-17 11:59:29.087 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: vpn-flavors 2026-04-17 11:59:29.088 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: vpnaas 2026-04-17 11:59:29.089 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: taas 2026-04-17 11:59:29.090 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: tap-mirror 2026-04-17 11:59:29.091 1 INFO neutron.api.extensions [None req-2bead1c1-688d-4c47-922b-4b3e53d59a8c - - - - - -] Loaded extension: taas-vlan-filter 2026-04-17 11:59:59.173 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-04-17 11:59:59.217 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-04-17 11:59:59.223 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-04-17 12:00:10.684 13 INFO neutron.db.l3_hamode_db [None req-b35a9235-e5bb-457d-b522-5b72a8d901c4 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 12:00:22.586 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 22e84bdc-276a-4bee-a44a-d1377ef61311 2026-04-17 12:00:23.504 16 INFO neutron.plugins.ml2.plugin [None req-7df59ead-1beb-4ff2-8f4d-4bce8edafd9b - - - - - -] Attempt 1 to provision port 22e84bdc-276a-4bee-a44a-d1377ef61311 2026-04-17 12:00:24.468 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 22e84bdc-276a-4bee-a44a-d1377ef61311 2026-04-17 12:00:25.234 16 INFO neutron.plugins.ml2.plugin [None req-91878621-5df1-44c1-a43a-f2c9ec49e372 - - - - - -] Attempt 1 to provision port 22e84bdc-276a-4bee-a44a-d1377ef61311 2026-04-17 12:00:52.243 13 INFO neutron.plugins.ml2.plugin [None req-42519f52-d43f-464d-93b0-53021c506b1a - - - - - -] Attempt 1 to provision port c86360fa-1e66-4ba9-90e7-a08fa76ba48b 2026-04-17 12:00:52.520 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port c86360fa-1e66-4ba9-90e7-a08fa76ba48b 2026-04-17 12:00:53.914 13 INFO neutron.plugins.ml2.plugin [None req-eabe9873-4cb3-4672-87a5-aab657acb600 - - - - - -] Attempt 1 to provision port c86360fa-1e66-4ba9-90e7-a08fa76ba48b 2026-04-17 12:00:54.478 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port c86360fa-1e66-4ba9-90e7-a08fa76ba48b 2026-04-17 12:00:59.827 16 INFO neutron.plugins.ml2.plugin [None req-a7d290e1-1a7e-4527-8efa-9cdb6402a1ee - - - - - -] Attempt 1 to provision port 96503827-cc78-4575-a769-2e74e609c6b6 2026-04-17 12:03:44.567 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 83e45459-158a-4595-95e1-bcadcc0f3f32 2026-04-17 12:03:46.563 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 83e45459-158a-4595-95e1-bcadcc0f3f32 2026-04-17 12:04:39.098 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 96503827-cc78-4575-a769-2e74e609c6b6 2026-04-17 12:04:40.540 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 96503827-cc78-4575-a769-2e74e609c6b6 2026-04-17 12:06:10.574 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 85a6e736-1307-4835-b6aa-f5f37c0b3181 2026-04-17 12:06:10.972 16 INFO neutron.plugins.ml2.plugin [None req-61999e42-971b-4d8e-ad01-a97aa203772c - - - - - -] Attempt 1 to provision port 85a6e736-1307-4835-b6aa-f5f37c0b3181 2026-04-17 12:06:12.576 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 85a6e736-1307-4835-b6aa-f5f37c0b3181 2026-04-17 12:06:14.584 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port b66b1cce-470f-454b-81e2-3860a5dc9a94 2026-04-17 12:06:16.629 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port b66b1cce-470f-454b-81e2-3860a5dc9a94 2026-04-17 12:06:17.302 16 INFO neutron.plugins.ml2.plugin [None req-89d75873-3ffa-484a-9954-6323e822d3c8 - - - - - -] Attempt 1 to provision port b66b1cce-470f-454b-81e2-3860a5dc9a94 2026-04-17 12:06:17.368 16 INFO neutron.plugins.ml2.plugin [None req-89d75873-3ffa-484a-9954-6323e822d3c8 - - - - - -] Attempt 1 to provision port ef62c1f9-9230-4a93-85f7-b1f8ae51f28c 2026-04-17 12:06:17.399 16 INFO neutron.plugins.ml2.plugin [None req-89d75873-3ffa-484a-9954-6323e822d3c8 - - - - - -] Attempt 1 to provision port 85a6e736-1307-4835-b6aa-f5f37c0b3181 2026-04-17 12:06:20.761 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 98bc8807-91cb-44ab-9101-04a1866c0f3f 2026-04-17 12:06:22.875 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 3a1568e8-0ff6-43ce-8c15-7f502cc098f0 2026-04-17 12:06:23.238 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 98bc8807-91cb-44ab-9101-04a1866c0f3f 2026-04-17 12:06:24.764 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 3a1568e8-0ff6-43ce-8c15-7f502cc098f0 2026-04-17 12:06:24.977 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 5a382c89-1e58-4521-8a52-5393f6e2bda2 2026-04-17 12:06:25.095 13 INFO neutron.plugins.ml2.plugin [None req-1412f898-b667-48ad-8f06-955371a0635c - - - - - -] Attempt 1 to provision port 002e4a76-d079-456f-890e-77aab44f72cd 2026-04-17 12:06:25.119 13 INFO neutron.plugins.ml2.plugin [None req-1412f898-b667-48ad-8f06-955371a0635c - - - - - -] Attempt 1 to provision port 98bc8807-91cb-44ab-9101-04a1866c0f3f 2026-04-17 12:06:26.856 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 2c018336-ee74-4fa4-a634-9afb2500afc9 2026-04-17 12:06:27.312 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 5a382c89-1e58-4521-8a52-5393f6e2bda2 2026-04-17 12:06:28.907 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 9ed1227b-ac9e-44ef-af73-41ae98baed1b 2026-04-17 12:06:29.281 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 2c018336-ee74-4fa4-a634-9afb2500afc9 2026-04-17 12:06:30.737 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 9ed1227b-ac9e-44ef-af73-41ae98baed1b 2026-04-17 12:06:32.667 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 970a30d6-359c-44d8-9854-9117015236c3 2026-04-17 12:06:35.245 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port f3ea2587-68cb-4ed6-ad4d-c8e4bb546603 2026-04-17 12:06:35.766 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 970a30d6-359c-44d8-9854-9117015236c3 2026-04-17 12:06:36.187 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-6dbf368b-b185-4f05-9297-c2aeff0e2778'] response: {'server_uuid': '9d636136-cc0a-4f45-b065-ddedb1d896ca', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f3ea2587-68cb-4ed6-ad4d-c8e4bb546603', 'code': 200} 2026-04-17 12:06:36.638 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port f3ea2587-68cb-4ed6-ad4d-c8e4bb546603 2026-04-17 12:06:39.167 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 8c0fb7b9-249a-4508-bd77-ca44480d654e 2026-04-17 12:06:39.721 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-81c90176-8910-4827-aa82-678d7ca35c06'] response: {'server_uuid': 'e0075bfe-e686-4f22-9af5-c85bee42d87d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8c0fb7b9-249a-4508-bd77-ca44480d654e', 'code': 200} 2026-04-17 12:06:40.652 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 8c0fb7b9-249a-4508-bd77-ca44480d654e 2026-04-17 12:06:41.339 16 INFO neutron.plugins.ml2.plugin [None req-0488c4cd-45f3-40b0-8acc-99e4722b26ba - - - - - -] Attempt 1 to provision port dc9b8dc5-5eb9-465f-8b77-b3b66c123185 2026-04-17 12:06:41.382 16 INFO neutron.plugins.ml2.plugin [None req-0488c4cd-45f3-40b0-8acc-99e4722b26ba - - - - - -] Attempt 1 to provision port 8c0fb7b9-249a-4508-bd77-ca44480d654e 2026-04-17 12:06:41.450 16 INFO neutron.plugins.ml2.plugin [None req-0488c4cd-45f3-40b0-8acc-99e4722b26ba - - - - - -] Attempt 1 to provision port 09441310-5604-4c1e-aaca-86841ffc7e2a 2026-04-17 12:06:41.492 16 INFO neutron.plugins.ml2.plugin [None req-0488c4cd-45f3-40b0-8acc-99e4722b26ba - - - - - -] Attempt 1 to provision port 4a9812e0-0ae8-4a06-833d-c95af7a4f768 2026-04-17 12:06:41.519 16 INFO neutron.plugins.ml2.plugin [None req-0488c4cd-45f3-40b0-8acc-99e4722b26ba - - - - - -] Attempt 1 to provision port 9ed1227b-ac9e-44ef-af73-41ae98baed1b 2026-04-17 12:06:41.586 16 INFO neutron.plugins.ml2.plugin [None req-0488c4cd-45f3-40b0-8acc-99e4722b26ba - - - - - -] Attempt 1 to provision port 970a30d6-359c-44d8-9854-9117015236c3 2026-04-17 12:06:41.638 16 INFO neutron.plugins.ml2.plugin [None req-0488c4cd-45f3-40b0-8acc-99e4722b26ba - - - - - -] Attempt 1 to provision port f3ea2587-68cb-4ed6-ad4d-c8e4bb546603 2026-04-17 12:06:41.685 16 INFO neutron.plugins.ml2.plugin [None req-0488c4cd-45f3-40b0-8acc-99e4722b26ba - - - - - -] Attempt 1 to provision port 2c11aef9-4ccc-4cd7-a09f-f2ce226abb82 2026-04-17 12:06:45.164 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 1a35aa91-92aa-466c-a206-cb066c8eff5a 2026-04-17 12:06:45.298 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-7e031ad0-2418-4cd1-b8e1-9e280a536b95'] response: {'server_uuid': '6ced2681-cce1-46bb-808d-2080a9606ba5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1a35aa91-92aa-466c-a206-cb066c8eff5a', 'code': 200} 2026-04-17 12:06:46.768 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 1a35aa91-92aa-466c-a206-cb066c8eff5a 2026-04-17 12:06:49.498 13 INFO neutron.plugins.ml2.plugin [None req-efa14d10-5544-4d1a-a85b-95b5c1c60134 - - - - - -] Attempt 1 to provision port 8cd08887-0f86-41be-9014-9bc43813253d 2026-04-17 12:06:49.568 13 INFO neutron.plugins.ml2.plugin [None req-efa14d10-5544-4d1a-a85b-95b5c1c60134 - - - - - -] Attempt 1 to provision port 1a35aa91-92aa-466c-a206-cb066c8eff5a 2026-04-17 12:06:50.931 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-85e0faf6-81ec-4ac8-9530-4448a5b00533'] response: {'server_uuid': '6ced2681-cce1-46bb-808d-2080a9606ba5', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '1a35aa91-92aa-466c-a206-cb066c8eff5a', 'code': 200} 2026-04-17 12:07:00.835 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 002e4a76-d079-456f-890e-77aab44f72cd 2026-04-17 12:07:01.332 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 2c11aef9-4ccc-4cd7-a09f-f2ce226abb82 2026-04-17 12:07:02.822 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 002e4a76-d079-456f-890e-77aab44f72cd 2026-04-17 12:07:03.043 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port dc9b8dc5-5eb9-465f-8b77-b3b66c123185 2026-04-17 12:07:03.386 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 2c11aef9-4ccc-4cd7-a09f-f2ce226abb82 2026-04-17 12:07:03.545 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 8cd08887-0f86-41be-9014-9bc43813253d 2026-04-17 12:07:05.174 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port f171207a-3ea5-4a82-8b7a-edf7e86975aa 2026-04-17 12:07:05.578 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port b897c3d8-9a22-4154-b6c0-01947c957762 2026-04-17 12:07:06.016 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 8cd08887-0f86-41be-9014-9bc43813253d 2026-04-17 12:07:06.357 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port dc9b8dc5-5eb9-465f-8b77-b3b66c123185 2026-04-17 12:07:07.011 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port f171207a-3ea5-4a82-8b7a-edf7e86975aa 2026-04-17 12:07:07.216 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port b897c3d8-9a22-4154-b6c0-01947c957762 2026-04-17 12:07:08.661 16 INFO neutron.plugins.ml2.plugin [None req-729f0fe7-d3ef-4729-94c5-74b560f9123b - - - - - -] Attempt 1 to provision port 2ccb55c5-ebb0-4f18-b6ad-70223fab2fd1 2026-04-17 12:07:08.685 16 INFO neutron.plugins.ml2.plugin [None req-729f0fe7-d3ef-4729-94c5-74b560f9123b - - - - - -] Attempt 1 to provision port 1f68e5b5-6c21-49e2-bc59-264022997eaf 2026-04-17 12:07:08.715 16 INFO neutron.plugins.ml2.plugin [None req-729f0fe7-d3ef-4729-94c5-74b560f9123b - - - - - -] Attempt 1 to provision port f171207a-3ea5-4a82-8b7a-edf7e86975aa 2026-04-17 12:07:10.182 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-788c497d-cd2a-49dc-9243-46137ec5a435'] response: {'server_uuid': '9d636136-cc0a-4f45-b065-ddedb1d896ca', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f3ea2587-68cb-4ed6-ad4d-c8e4bb546603', 'code': 200} 2026-04-17 12:07:12.059 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port f3ea2587-68cb-4ed6-ad4d-c8e4bb546603 2026-04-17 12:07:12.212 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-85fe4eb9-5052-4b39-a0b6-024d7c4f1782'] response: {'server_uuid': '9d636136-cc0a-4f45-b065-ddedb1d896ca', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f3ea2587-68cb-4ed6-ad4d-c8e4bb546603', 'code': 200} 2026-04-17 12:07:13.559 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port f3ea2587-68cb-4ed6-ad4d-c8e4bb546603 2026-04-17 12:07:15.378 13 INFO neutron.plugins.ml2.plugin [None req-03df18ca-a9a0-4857-a121-be6b6ce3af2e - - - - - -] Attempt 1 to provision port 1f68e5b5-6c21-49e2-bc59-264022997eaf 2026-04-17 12:07:16.536 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port a09c655a-6045-4ee5-9ae0-9c80a8e7b0de 2026-04-17 12:07:16.639 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-8c95c477-97e0-422e-ae40-e4ef34e15add'] response: {'server_uuid': 'fb46daa6-cde8-41d2-a85a-a3a49cac59af', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a09c655a-6045-4ee5-9ae0-9c80a8e7b0de', 'code': 200} 2026-04-17 12:07:17.509 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port a09c655a-6045-4ee5-9ae0-9c80a8e7b0de 2026-04-17 12:07:23.638 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 2ccb55c5-ebb0-4f18-b6ad-70223fab2fd1 2026-04-17 12:07:23.936 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 1f68e5b5-6c21-49e2-bc59-264022997eaf 2026-04-17 12:07:25.667 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 2ccb55c5-ebb0-4f18-b6ad-70223fab2fd1 2026-04-17 12:07:25.866 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 1f68e5b5-6c21-49e2-bc59-264022997eaf 2026-04-17 12:07:27.711 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port c81d0470-4d63-4688-bbec-7a7fb9092313 2026-04-17 12:07:29.757 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 2d9a6663-54f0-4e88-b3fb-34ef2a1016d9 2026-04-17 12:07:30.156 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port c81d0470-4d63-4688-bbec-7a7fb9092313 2026-04-17 12:07:30.708 16 INFO neutron.plugins.ml2.plugin [None req-1d18dcc9-22d0-4aeb-aeb8-9129224d55e7 - - - - - -] Attempt 1 to provision port 50a15526-6c84-4636-a558-dae56ef508e7 2026-04-17 12:07:30.734 16 INFO neutron.plugins.ml2.plugin [None req-1d18dcc9-22d0-4aeb-aeb8-9129224d55e7 - - - - - -] Attempt 1 to provision port 2d9a6663-54f0-4e88-b3fb-34ef2a1016d9 2026-04-17 12:07:31.680 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 2d9a6663-54f0-4e88-b3fb-34ef2a1016d9 2026-04-17 12:07:35.511 16 INFO neutron.plugins.ml2.plugin [None req-7a146e22-c79b-4205-b4d8-f59970fef3fd - - - - - -] Attempt 1 to provision port 6af77da9-1656-4cb3-917b-827b679e2fa0 2026-04-17 12:07:37.834 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-560d1cf4-970b-4717-b305-59e9f41d05f2'] response: {'server_uuid': '9d636136-cc0a-4f45-b065-ddedb1d896ca', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f3ea2587-68cb-4ed6-ad4d-c8e4bb546603', 'code': 200} 2026-04-17 12:07:40.301 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port bb62af82-6bcf-4cf9-a133-4e09b712bcd1 2026-04-17 12:07:40.486 16 INFO neutron.plugins.ml2.plugin [None req-11a57ed5-c90d-43af-87f3-8604f45443c6 - - - - - -] Attempt 1 to provision port 2d9a6663-54f0-4e88-b3fb-34ef2a1016d9 2026-04-17 12:07:40.501 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f6e2e1f-33de-43e4-badd-dfe0c334d3e2'] response: {'server_uuid': 'f5eec3a2-5823-41f3-bf44-e193e9a83c4d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bb62af82-6bcf-4cf9-a133-4e09b712bcd1', 'code': 200} 2026-04-17 12:07:40.565 16 INFO neutron.plugins.ml2.plugin [None req-11a57ed5-c90d-43af-87f3-8604f45443c6 - - - - - -] Attempt 1 to provision port 50a15526-6c84-4636-a558-dae56ef508e7 2026-04-17 12:07:40.603 16 INFO neutron.plugins.ml2.plugin [None req-11a57ed5-c90d-43af-87f3-8604f45443c6 - - - - - -] Attempt 1 to provision port bb62af82-6bcf-4cf9-a133-4e09b712bcd1 2026-04-17 12:07:42.004 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 17b9d125-ed5f-46d6-85cb-3fb200471cee 2026-04-17 12:07:42.436 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port bb62af82-6bcf-4cf9-a133-4e09b712bcd1 2026-04-17 12:07:44.232 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 17b9d125-ed5f-46d6-85cb-3fb200471cee 2026-04-17 12:07:44.556 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port f1c63268-68aa-4141-9f3b-f612f8eb8bfc 2026-04-17 12:07:46.124 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port f1c63268-68aa-4141-9f3b-f612f8eb8bfc 2026-04-17 12:07:48.605 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 50a15526-6c84-4636-a558-dae56ef508e7 2026-04-17 12:07:48.958 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 6af77da9-1656-4cb3-917b-827b679e2fa0 2026-04-17 12:07:49.264 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port db89b3d7-eb50-4900-989d-9724e83e83b5 2026-04-17 12:07:50.757 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 50a15526-6c84-4636-a558-dae56ef508e7 2026-04-17 12:07:50.938 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 6af77da9-1656-4cb3-917b-827b679e2fa0 2026-04-17 12:07:51.110 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port db89b3d7-eb50-4900-989d-9724e83e83b5 2026-04-17 12:07:52.063 16 INFO neutron.plugins.ml2.plugin [None req-815de450-80fb-4318-b61c-6af237768247 - - - - - -] Attempt 1 to provision port c67857c8-cdc0-494d-ab9f-8139851d6120 2026-04-17 12:07:52.096 16 INFO neutron.plugins.ml2.plugin [None req-815de450-80fb-4318-b61c-6af237768247 - - - - - -] Attempt 1 to provision port 50a15526-6c84-4636-a558-dae56ef508e7 2026-04-17 12:07:52.168 16 INFO neutron.plugins.ml2.plugin [None req-815de450-80fb-4318-b61c-6af237768247 - - - - - -] Attempt 1 to provision port 860a85e6-fd5b-4997-a40d-6ae64e0a3abb 2026-04-17 12:07:52.204 16 INFO neutron.plugins.ml2.plugin [None req-815de450-80fb-4318-b61c-6af237768247 - - - - - -] Attempt 1 to provision port f1c63268-68aa-4141-9f3b-f612f8eb8bfc 2026-04-17 12:07:52.275 16 INFO neutron.plugins.ml2.plugin [None req-815de450-80fb-4318-b61c-6af237768247 - - - - - -] Attempt 1 to provision port 8a600642-3112-4621-bb98-bf88c0e2b3be 2026-04-17 12:07:52.666 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 8a600642-3112-4621-bb98-bf88c0e2b3be 2026-04-17 12:07:54.626 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 8a600642-3112-4621-bb98-bf88c0e2b3be 2026-04-17 12:08:01.820 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 860a85e6-fd5b-4997-a40d-6ae64e0a3abb 2026-04-17 12:08:02.127 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 6a810047-e4f4-4363-bb21-ded50b59a02e 2026-04-17 12:08:02.777 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 60393cb3-f875-4b06-bf32-63139bb5e0dc 2026-04-17 12:08:02.987 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-eea5c778-875a-4bf8-ac76-39b41b98a2bb'] response: {'server_uuid': 'e2c91ca0-f51e-4522-ad52-4ae571087bec', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '60393cb3-f875-4b06-bf32-63139bb5e0dc', 'code': 200} 2026-04-17 12:08:04.018 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port c67857c8-cdc0-494d-ab9f-8139851d6120 2026-04-17 12:08:04.448 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 60393cb3-f875-4b06-bf32-63139bb5e0dc 2026-04-17 12:08:04.668 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 860a85e6-fd5b-4997-a40d-6ae64e0a3abb 2026-04-17 12:08:04.825 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 749f198a-e701-4284-8962-fed37ec1a143 2026-04-17 12:08:05.177 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 6a810047-e4f4-4363-bb21-ded50b59a02e 2026-04-17 12:08:06.118 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 99695d6d-d1bc-438f-b60a-c6fda5218b34 2026-04-17 12:08:06.433 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port c67857c8-cdc0-494d-ab9f-8139851d6120 2026-04-17 12:08:06.629 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 14f2801f-e773-41a8-af14-242380095e69 2026-04-17 12:08:06.992 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 749f198a-e701-4284-8962-fed37ec1a143 2026-04-17 12:08:07.961 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 99695d6d-d1bc-438f-b60a-c6fda5218b34 2026-04-17 12:08:08.181 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 14f2801f-e773-41a8-af14-242380095e69 2026-04-17 12:08:15.281 13 INFO neutron.plugins.ml2.plugin [None req-89c0e006-f15d-43cb-8385-6ef96f0804df - - - - - -] Attempt 1 to provision port 749f198a-e701-4284-8962-fed37ec1a143 2026-04-17 12:08:15.337 13 INFO neutron.plugins.ml2.plugin [None req-89c0e006-f15d-43cb-8385-6ef96f0804df - - - - - -] Attempt 1 to provision port 8a600642-3112-4621-bb98-bf88c0e2b3be 2026-04-17 12:08:15.387 13 INFO neutron.plugins.ml2.plugin [None req-89c0e006-f15d-43cb-8385-6ef96f0804df - - - - - -] Attempt 1 to provision port 60393cb3-f875-4b06-bf32-63139bb5e0dc 2026-04-17 12:08:15.439 13 INFO neutron.plugins.ml2.plugin [None req-89c0e006-f15d-43cb-8385-6ef96f0804df - - - - - -] Attempt 1 to provision port 6a810047-e4f4-4363-bb21-ded50b59a02e 2026-04-17 12:08:15.489 13 INFO neutron.plugins.ml2.plugin [None req-89c0e006-f15d-43cb-8385-6ef96f0804df - - - - - -] Attempt 1 to provision port c67857c8-cdc0-494d-ab9f-8139851d6120 2026-04-17 12:08:15.536 13 INFO neutron.plugins.ml2.plugin [None req-89c0e006-f15d-43cb-8385-6ef96f0804df - - - - - -] Attempt 1 to provision port 99695d6d-d1bc-438f-b60a-c6fda5218b34 2026-04-17 12:08:15.582 13 INFO neutron.plugins.ml2.plugin [None req-89c0e006-f15d-43cb-8385-6ef96f0804df - - - - - -] Attempt 1 to provision port 860a85e6-fd5b-4997-a40d-6ae64e0a3abb 2026-04-17 12:08:15.636 13 INFO neutron.plugins.ml2.plugin [None req-89c0e006-f15d-43cb-8385-6ef96f0804df - - - - - -] Attempt 1 to provision port 4afd7273-034c-4805-a985-3b6281bde939 2026-04-17 12:08:15.672 13 INFO neutron.plugins.ml2.plugin [None req-89c0e006-f15d-43cb-8385-6ef96f0804df - - - - - -] Attempt 1 to provision port 3513062b-a819-4fc0-a8e9-478e0c8715de 2026-04-17 12:08:16.530 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 214896c8-72c7-4b02-889f-6d72acf6cdd0 2026-04-17 12:08:16.640 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-5831c187-0a14-4303-8080-0aba81feea58'] response: {'server_uuid': 'bc260c53-6e31-4add-8237-f2057868c601', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '214896c8-72c7-4b02-889f-6d72acf6cdd0', 'code': 200} 2026-04-17 12:08:17.927 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 214896c8-72c7-4b02-889f-6d72acf6cdd0 2026-04-17 12:08:21.764 13 WARNING neutron.plugins.ml2.plugin [None req-1141c72d-cae2-4199-b8b7-4d84f8c66c17 - - - - - -] Concurrent port binding operations failed on port 4afd7273-034c-4805-a985-3b6281bde939 2026-04-17 12:08:21.767 13 INFO neutron.plugins.ml2.plugin [None req-1141c72d-cae2-4199-b8b7-4d84f8c66c17 - - - - - -] Attempt 2 to bind port 4afd7273-034c-4805-a985-3b6281bde939 2026-04-17 12:08:22.079 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 3513062b-a819-4fc0-a8e9-478e0c8715de 2026-04-17 12:08:22.398 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 4afd7273-034c-4805-a985-3b6281bde939 2026-04-17 12:08:23.932 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 3513062b-a819-4fc0-a8e9-478e0c8715de 2026-04-17 12:08:24.089 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 4afd7273-034c-4805-a985-3b6281bde939 2026-04-17 12:08:45.963 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 3d76bbb2-5100-410d-ab12-66b25b6c23d6 2026-04-17 12:08:46.291 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 4463b1d8-99d2-406b-8aba-f0e0ccb47ee6 2026-04-17 12:08:46.343 16 INFO neutron.plugins.ml2.plugin [None req-d7f1d072-c717-480c-a079-77a5f7d58eb0 - - - - - -] Attempt 1 to provision port 3d76bbb2-5100-410d-ab12-66b25b6c23d6 2026-04-17 12:08:47.954 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 3d76bbb2-5100-410d-ab12-66b25b6c23d6 2026-04-17 12:08:48.219 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 4463b1d8-99d2-406b-8aba-f0e0ccb47ee6 2026-04-17 12:08:49.933 13 INFO neutron.plugins.ml2.plugin [None req-1d2d8edf-265b-46d0-9952-e352d4c1bc0d - - - - - -] Attempt 1 to provision port a711d54f-1135-4566-bbfb-725f74a63453 2026-04-17 12:08:54.269 16 INFO neutron.plugins.ml2.plugin [None req-4c8941aa-f558-4bc5-84ea-08f4a416d0f9 - - - - - -] Attempt 1 to provision port 5c4cf48e-a829-44f9-b56e-fb78121e02c8 2026-04-17 12:08:54.295 16 INFO neutron.plugins.ml2.plugin [None req-4c8941aa-f558-4bc5-84ea-08f4a416d0f9 - - - - - -] Attempt 1 to provision port 3d76bbb2-5100-410d-ab12-66b25b6c23d6 2026-04-17 12:08:56.336 13 INFO neutron.plugins.ml2.plugin [None req-68f94bb5-1065-4b89-84e3-6246a0e883c7 - - - - - -] Attempt 1 to provision port 5c4cf48e-a829-44f9-b56e-fb78121e02c8 2026-04-17 12:08:58.317 16 INFO neutron.plugins.ml2.plugin [None req-ab62de1b-824c-4f40-bcb4-b19eecfe6187 - - - - - -] Attempt 1 to provision port 5c4cf48e-a829-44f9-b56e-fb78121e02c8 2026-04-17 12:09:01.114 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 69753cab-3538-40a6-bd43-6344fdaf4353 2026-04-17 12:09:01.243 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-3aa092a3-4778-42a3-8f60-118ac96d13a2'] response: {'server_uuid': 'a0c12cbb-9794-445d-84a1-3f4669a235c2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '69753cab-3538-40a6-bd43-6344fdaf4353', 'code': 200} 2026-04-17 12:09:01.965 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 69753cab-3538-40a6-bd43-6344fdaf4353 2026-04-17 12:09:03.580 16 INFO neutron.plugins.ml2.plugin [None req-a08fb70f-d859-419f-b6d3-65032936e14f - - - - - -] Attempt 1 to provision port 52115f5e-8a19-43ff-8bec-45c5bc9091b3 2026-04-17 12:09:04.000 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 5c4cf48e-a829-44f9-b56e-fb78121e02c8 2026-04-17 12:09:04.535 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port a711d54f-1135-4566-bbfb-725f74a63453 2026-04-17 12:09:06.324 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 5c4cf48e-a829-44f9-b56e-fb78121e02c8 2026-04-17 12:09:06.552 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port a711d54f-1135-4566-bbfb-725f74a63453 2026-04-17 12:09:06.713 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port cbbd6e59-0dd2-483c-bb83-5aa06c0ea4a3 2026-04-17 12:09:07.361 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 211683b3-388f-495f-85af-7c48e69d8c21 2026-04-17 12:09:08.002 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port cbbd6e59-0dd2-483c-bb83-5aa06c0ea4a3 2026-04-17 12:09:08.249 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 211683b3-388f-495f-85af-7c48e69d8c21 2026-04-17 12:09:09.916 13 INFO neutron.plugins.ml2.plugin [None req-19ffa3b5-7b9e-4cd9-8140-ca9366434921 - - - - - -] Attempt 1 to provision port 18d81320-c379-40d0-ac67-b756d164adec 2026-04-17 12:09:09.952 13 INFO neutron.plugins.ml2.plugin [None req-19ffa3b5-7b9e-4cd9-8140-ca9366434921 - - - - - -] Attempt 1 to provision port 0817c7d8-ddb9-4fab-a737-c7ca900a2e1f 2026-04-17 12:09:10.308 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 0817c7d8-ddb9-4fab-a737-c7ca900a2e1f 2026-04-17 12:09:12.051 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 0817c7d8-ddb9-4fab-a737-c7ca900a2e1f 2026-04-17 12:09:14.445 16 INFO neutron.plugins.ml2.plugin [None req-c915f831-8cac-47f1-ab13-5df3ee0569d1 - - - - - -] Attempt 1 to provision port 18d81320-c379-40d0-ac67-b756d164adec 2026-04-17 12:09:14.473 16 INFO neutron.plugins.ml2.plugin [None req-c915f831-8cac-47f1-ab13-5df3ee0569d1 - - - - - -] Attempt 1 to provision port 0817c7d8-ddb9-4fab-a737-c7ca900a2e1f 2026-04-17 12:09:18.520 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 394d52d4-9f5c-437e-a26f-74dc9c33e754 2026-04-17 12:09:18.640 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-6e8d8b43-4fa8-4366-9ec7-c6d0f274eaa4'] response: {'server_uuid': '088cde9d-2052-43cb-87f4-79270c3b0bfb', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '394d52d4-9f5c-437e-a26f-74dc9c33e754', 'code': 200} 2026-04-17 12:09:19.929 16 INFO neutron.plugins.ml2.plugin [None req-0f331062-8431-428e-9d69-12a779128410 - - - - - -] Attempt 1 to provision port 18d81320-c379-40d0-ac67-b756d164adec 2026-04-17 12:09:19.932 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 394d52d4-9f5c-437e-a26f-74dc9c33e754 2026-04-17 12:09:22.361 16 INFO neutron.plugins.ml2.plugin [None req-76bf2b01-2dbd-4eda-9aa4-ee9f5ef6f6db - - - - - -] Attempt 1 to provision port 394d52d4-9f5c-437e-a26f-74dc9c33e754 2026-04-17 12:09:23.959 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 18d81320-c379-40d0-ac67-b756d164adec 2026-04-17 12:09:24.264 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 52115f5e-8a19-43ff-8bec-45c5bc9091b3 2026-04-17 12:09:25.943 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 18d81320-c379-40d0-ac67-b756d164adec 2026-04-17 12:09:26.178 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 52115f5e-8a19-43ff-8bec-45c5bc9091b3 2026-04-17 12:09:53.451 16 INFO neutron.plugins.ml2.plugin [None req-bf905cff-f608-47f3-a78b-2aaac78e0595 - - - - - -] Attempt 1 to provision port 2994b963-c547-4a5b-a418-c6bbbe00a21b 2026-04-17 12:09:53.942 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 2994b963-c547-4a5b-a418-c6bbbe00a21b 2026-04-17 12:09:55.948 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 001ef516-5ed2-40df-8019-dcdf944428fc 2026-04-17 12:09:58.042 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 6fe2d548-7eb7-4e5a-ba15-d37ce6490f5d 2026-04-17 12:09:58.430 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 001ef516-5ed2-40df-8019-dcdf944428fc 2026-04-17 12:10:00.696 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 81f632fb-f9b3-4386-8a7c-bef485689d28 2026-04-17 12:10:01.204 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 6fe2d548-7eb7-4e5a-ba15-d37ce6490f5d 2026-04-17 12:10:01.476 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port f07ed4a5-0782-45ce-9ea5-7681bb023441 2026-04-17 12:10:01.608 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-b26a4552-5cd7-44da-afb6-d3e265d7b1a1'] response: {'server_uuid': '8b8e2aea-6fba-4929-8a02-3eafa19a8012', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f07ed4a5-0782-45ce-9ea5-7681bb023441', 'code': 200} 2026-04-17 12:10:02.405 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 81f632fb-f9b3-4386-8a7c-bef485689d28 2026-04-17 12:10:02.799 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port f07ed4a5-0782-45ce-9ea5-7681bb023441 2026-04-17 12:10:03.121 13 INFO neutron.plugins.ml2.plugin [None req-8c2ca99d-108f-4215-aa08-ebf488cdccef - - - - - -] Attempt 1 to provision port 320b1731-f7ae-40e4-87f8-0f649bc4f0aa 2026-04-17 12:10:03.210 13 INFO neutron.plugins.ml2.plugin [None req-8c2ca99d-108f-4215-aa08-ebf488cdccef - - - - - -] Attempt 1 to provision port 81f632fb-f9b3-4386-8a7c-bef485689d28 2026-04-17 12:10:03.320 13 INFO neutron.plugins.ml2.plugin [None req-8c2ca99d-108f-4215-aa08-ebf488cdccef - - - - - -] Attempt 1 to provision port 001ef516-5ed2-40df-8019-dcdf944428fc 2026-04-17 12:10:09.391 16 INFO neutron.plugins.ml2.plugin [None req-71ee5cc4-b714-46d0-9d5f-27a8f41155d5 - - - - - -] Attempt 1 to provision port 51f186fa-e74f-4a66-9e8a-f472fa3c19dd 2026-04-17 12:10:09.417 16 INFO neutron.plugins.ml2.plugin [None req-71ee5cc4-b714-46d0-9d5f-27a8f41155d5 - - - - - -] Attempt 1 to provision port 81f632fb-f9b3-4386-8a7c-bef485689d28 2026-04-17 12:10:09.471 16 INFO neutron.plugins.ml2.plugin [None req-71ee5cc4-b714-46d0-9d5f-27a8f41155d5 - - - - - -] Attempt 1 to provision port 001ef516-5ed2-40df-8019-dcdf944428fc 2026-04-17 12:10:09.525 16 INFO neutron.plugins.ml2.plugin [None req-71ee5cc4-b714-46d0-9d5f-27a8f41155d5 - - - - - -] Attempt 1 to provision port dd6db86c-bbe8-4cbf-8952-bc7207be222b 2026-04-17 12:10:09.550 16 INFO neutron.plugins.ml2.plugin [None req-71ee5cc4-b714-46d0-9d5f-27a8f41155d5 - - - - - -] Attempt 1 to provision port f07ed4a5-0782-45ce-9ea5-7681bb023441 2026-04-17 12:10:09.623 16 INFO neutron.plugins.ml2.plugin [None req-71ee5cc4-b714-46d0-9d5f-27a8f41155d5 - - - - - -] Attempt 1 to provision port 320b1731-f7ae-40e4-87f8-0f649bc4f0aa 2026-04-17 12:10:12.918 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 2994b963-c547-4a5b-a418-c6bbbe00a21b 2026-04-17 12:10:13.101 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 3e6ebb9a-d1c2-4e72-9a85-54966497eded 2026-04-17 12:10:13.196 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-4436252d-8246-48f9-9f18-da3cb7115c7a'] response: {'server_uuid': '6e904ad5-9f9e-469b-a77e-c7ff2784e3ee', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3e6ebb9a-d1c2-4e72-9a85-54966497eded', 'code': 200} 2026-04-17 12:10:14.434 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 3e6ebb9a-d1c2-4e72-9a85-54966497eded 2026-04-17 12:10:15.212 16 INFO neutron.plugins.ml2.plugin [None req-ee7f542d-a3ff-4262-870f-e6701e3b6035 - - - - - -] Attempt 1 to provision port dd6db86c-bbe8-4cbf-8952-bc7207be222b 2026-04-17 12:10:15.261 16 INFO neutron.plugins.ml2.plugin [None req-ee7f542d-a3ff-4262-870f-e6701e3b6035 - - - - - -] Attempt 1 to provision port 2994b963-c547-4a5b-a418-c6bbbe00a21b 2026-04-17 12:10:15.380 16 INFO neutron.plugins.ml2.plugin [None req-ee7f542d-a3ff-4262-870f-e6701e3b6035 - - - - - -] Attempt 1 to provision port 320b1731-f7ae-40e4-87f8-0f649bc4f0aa 2026-04-17 12:10:15.672 16 INFO neutron.plugins.ml2.plugin [None req-ee7f542d-a3ff-4262-870f-e6701e3b6035 - - - - - -] Attempt 1 to provision port 7263b273-3da7-49a4-a617-97bc774e173d 2026-04-17 12:10:16.377 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 51f186fa-e74f-4a66-9e8a-f472fa3c19dd 2026-04-17 12:10:16.655 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port dd6db86c-bbe8-4cbf-8952-bc7207be222b 2026-04-17 12:10:16.939 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 320b1731-f7ae-40e4-87f8-0f649bc4f0aa 2026-04-17 12:10:17.148 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 7263b273-3da7-49a4-a617-97bc774e173d 2026-04-17 12:10:18.311 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port dd6db86c-bbe8-4cbf-8952-bc7207be222b 2026-04-17 12:10:18.496 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 51f186fa-e74f-4a66-9e8a-f472fa3c19dd 2026-04-17 12:10:19.467 13 INFO neutron.plugins.ml2.plugin [None req-43aacb91-7d95-4ecf-a7f2-b9866ab79a39 - - - - - -] Attempt 1 to provision port 3e6ebb9a-d1c2-4e72-9a85-54966497eded 2026-04-17 12:10:19.595 13 INFO neutron.plugins.ml2.plugin [None req-43aacb91-7d95-4ecf-a7f2-b9866ab79a39 - - - - - -] Attempt 1 to provision port 7263b273-3da7-49a4-a617-97bc774e173d 2026-04-17 12:10:19.727 13 INFO neutron.plugins.ml2.plugin [None req-43aacb91-7d95-4ecf-a7f2-b9866ab79a39 - - - - - -] Attempt 1 to provision port 2994b963-c547-4a5b-a418-c6bbbe00a21b 2026-04-17 12:10:19.872 13 INFO neutron.plugins.ml2.plugin [None req-43aacb91-7d95-4ecf-a7f2-b9866ab79a39 - - - - - -] Attempt 1 to provision port dd6db86c-bbe8-4cbf-8952-bc7207be222b 2026-04-17 12:10:22.305 13 INFO neutron.plugins.ml2.plugin [None req-1721ca5a-4682-4826-a89a-2a663cabcb20 - - - - - -] Attempt 1 to provision port 7263b273-3da7-49a4-a617-97bc774e173d 2026-04-17 12:10:22.357 13 INFO neutron.plugins.ml2.plugin [None req-1721ca5a-4682-4826-a89a-2a663cabcb20 - - - - - -] Attempt 1 to provision port 320b1731-f7ae-40e4-87f8-0f649bc4f0aa 2026-04-17 12:10:23.766 13 INFO neutron.plugins.ml2.plugin [None req-821b798d-b340-48f1-9048-b6e5e8aba3b4 - - - - - -] Attempt 1 to provision port 7263b273-3da7-49a4-a617-97bc774e173d 2026-04-17 12:10:30.380 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 0fe12e9a-d2bf-4544-9644-f4c7ad5b78d4 2026-04-17 12:10:30.487 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-32ae8c0f-483e-4f3b-bb7e-b67945cb4e9a'] response: {'server_uuid': '6a723424-6a83-408e-bfa2-4adcfe532dc8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0fe12e9a-d2bf-4544-9644-f4c7ad5b78d4', 'code': 200} 2026-04-17 12:10:32.363 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 0fe12e9a-d2bf-4544-9644-f4c7ad5b78d4 2026-04-17 12:10:56.817 16 INFO neutron.plugins.ml2.plugin [None req-91f5567b-8463-49f3-ade2-b09a9e53287a - - - - - -] Attempt 1 to provision port c49597f6-3764-471c-aace-14a07a60ef5e 2026-04-17 12:11:18.848 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 2009f9a2-3c8c-4a31-975f-51120b833117 2026-04-17 12:11:18.969 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-80405d87-3e2c-43f7-b631-dbf9ff4121b3'] response: {'server_uuid': 'b3fbe0ed-50c8-488b-864d-6af33380621e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2009f9a2-3c8c-4a31-975f-51120b833117', 'code': 200} 2026-04-17 12:11:20.346 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 2009f9a2-3c8c-4a31-975f-51120b833117 2026-04-17 12:11:55.108 16 INFO neutron.plugins.ml2.plugin [None req-fdadbcae-74f2-422c-b450-11c4479f6e40 - - - - - -] Attempt 1 to provision port 9d50b5f9-95a2-4604-9c3c-15984684b2b3 2026-04-17 12:12:00.366 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 9d50b5f9-95a2-4604-9c3c-15984684b2b3 2026-04-17 12:12:00.517 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ab2042c-a66f-4a6b-aa70-0c20ea7f3d22'] response: {'server_uuid': 'b3fbe0ed-50c8-488b-864d-6af33380621e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9d50b5f9-95a2-4604-9c3c-15984684b2b3', 'code': 200} 2026-04-17 12:12:02.313 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 9d50b5f9-95a2-4604-9c3c-15984684b2b3 2026-04-17 12:12:04.850 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 9d50b5f9-95a2-4604-9c3c-15984684b2b3 2026-04-17 12:12:34.023 16 INFO neutron.plugins.ml2.plugin [None req-3464dae4-4325-4598-8268-40eb990b6071 - - - - - -] Attempt 1 to provision port 6d5ff63c-d4c2-47f9-b3f4-0232808dee1d 2026-04-17 12:12:41.915 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 6d5ff63c-d4c2-47f9-b3f4-0232808dee1d 2026-04-17 12:12:42.073 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-c43ffbef-c429-4d5e-9171-c761d13ddb88'] response: {'server_uuid': 'b3fbe0ed-50c8-488b-864d-6af33380621e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6d5ff63c-d4c2-47f9-b3f4-0232808dee1d', 'code': 200} 2026-04-17 12:12:42.529 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 6d5ff63c-d4c2-47f9-b3f4-0232808dee1d 2026-04-17 12:12:54.333 13 INFO neutron.plugins.ml2.plugin [None req-ee0c8c37-d7f7-4bf0-962b-6a6a7d55a693 - - - - - -] Attempt 1 to provision port 7931ba33-6eae-475f-9abe-157211f9e881 2026-04-17 12:13:00.570 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 7931ba33-6eae-475f-9abe-157211f9e881 2026-04-17 12:13:00.667 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-96318ae7-91ca-4249-9f37-d78f401ee0d5'] response: {'server_uuid': 'b3fbe0ed-50c8-488b-864d-6af33380621e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7931ba33-6eae-475f-9abe-157211f9e881', 'code': 200} 2026-04-17 12:13:02.528 13 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 7931ba33-6eae-475f-9abe-157211f9e881 2026-04-17 12:13:05.242 16 INFO neutron.plugins.ml2.plugin [None req-93d6cc04-2842-46ec-96b2-99246fa770d7 - - - - - -] Attempt 1 to provision port 6d5ff63c-d4c2-47f9-b3f4-0232808dee1d 2026-04-17 12:13:17.612 16 INFO neutron.plugins.ml2.plugin [None req-a2d71582-d9ed-4a82-9eb7-00079f5b8b12 - - - - - -] Attempt 1 to provision port 7931ba33-6eae-475f-9abe-157211f9e881 2026-04-17 12:13:18.649 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 7931ba33-6eae-475f-9abe-157211f9e881 2026-04-17 12:13:19.006 13 INFO neutron.plugins.ml2.plugin [None req-d0e14800-98d0-4ab0-a9d4-5ae27f3d6179 - - - - - -] Attempt 1 to provision port 7931ba33-6eae-475f-9abe-157211f9e881 2026-04-17 12:13:28.440 13 INFO neutron.plugins.ml2.plugin [None req-201f4cf3-b3b8-4d1f-b46b-6acd995c567f - - - - - -] Attempt 1 to provision port 6d5ff63c-d4c2-47f9-b3f4-0232808dee1d 2026-04-17 12:13:28.569 16 INFO neutron.plugins.ml2.plugin [None req-e364ff58-696d-4339-8a8a-037327550adb - - - - - -] Attempt 1 to provision port 6d5ff63c-d4c2-47f9-b3f4-0232808dee1d 2026-04-17 12:14:00.751 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-abc1bb99-0eb3-4e04-bee9-97a396c2015f'] response: {'server_uuid': '6a723424-6a83-408e-bfa2-4adcfe532dc8', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '0fe12e9a-d2bf-4544-9644-f4c7ad5b78d4', 'code': 200}