+ 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-06-16 05:43:08.518 1 INFO neutron.common.config [-] Logging enabled! 2026-06-16 05:43:08.518 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 27.0.0 2026-06-16 05:43:08.519 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-06-16 05:43:08.519 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-16 05:43:10.090 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 05:43:10.092 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-16 05:43:10.095 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-16 05:43:10.096 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 05:43:10.096 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-16 05:43:10.096 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-16 05:43:10.096 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 05:43:10.103 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 05:43:10.103 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 05:43:10.103 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 05:43:10.122 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-16 05:43:10.123 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 05:43:10.123 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-16 05:43:10.142 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-16 05:43:10.143 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-16 05:43:10.143 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-16 05:43:10.143 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-16 05:43:10.415 1 INFO neutron.plugins.ml2.managers [None req-75b1786c-d3c5-4337-b4fc-d8a4f6924e42 - - - - - -] Initializing driver for type 'vlan' 2026-06-16 05:43:10.566 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-75b1786c-d3c5-4337-b4fc-d8a4f6924e42 - - - - - -] VlanTypeDriver initialization complete 2026-06-16 05:43:10.566 1 INFO neutron.plugins.ml2.managers [None req-75b1786c-d3c5-4337-b4fc-d8a4f6924e42 - - - - - -] Initializing driver for type 'vxlan' 2026-06-16 05:43:10.566 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-75b1786c-d3c5-4337-b4fc-d8a4f6924e42 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-16 05:43:10.610 1 INFO neutron.plugins.ml2.managers [None req-75b1786c-d3c5-4337-b4fc-d8a4f6924e42 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-16 05:43:10.611 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-75b1786c-d3c5-4337-b4fc-d8a4f6924e42 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-16 05:43:10.611 1 INFO neutron.plugins.ml2.managers [None req-75b1786c-d3c5-4337-b4fc-d8a4f6924e42 - - - - - -] Initializing extension driver 'port_security' 2026-06-16 05:43:10.611 1 INFO neutron.plugins.ml2.extensions.port_security [None req-75b1786c-d3c5-4337-b4fc-d8a4f6924e42 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-16 05:43:10.611 1 INFO neutron.plugins.ml2.managers [None req-75b1786c-d3c5-4337-b4fc-d8a4f6924e42 - - - - - -] Initializing extension driver 'qos' 2026-06-16 05:43:10.611 1 INFO neutron.plugins.ml2.managers [None req-75b1786c-d3c5-4337-b4fc-d8a4f6924e42 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-16 05:43:10.612 1 INFO neutron.plugins.ml2.managers [None req-75b1786c-d3c5-4337-b4fc-d8a4f6924e42 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-16 05:43:10.627 1 INFO neutron.quota [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded quota_driver: . 2026-06-16 05:43:10.627 1 INFO neutron.plugins.ml2.plugin [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Modular L2 Plugin initialization complete 2026-06-16 05:43:10.627 1 INFO neutron.plugins.ml2.managers [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-16 05:43:10.627 1 INFO neutron.plugins.ml2.managers [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-16 05:43:10.627 1 INFO neutron.plugins.ml2.managers [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Got port-security extension from driver 'port_security' 2026-06-16 05:43:10.628 1 INFO neutron.manager [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loading Plugin: qos 2026-06-16 05:43:10.639 1 INFO neutron.manager [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loading Plugin: router 2026-06-16 05:43:10.673 1 INFO neutron.services.service_base [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-16 05:43:10.673 1 INFO neutron.manager [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loading Plugin: segments 2026-06-16 05:43:10.741 1 INFO neutron.manager [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loading Plugin: trunk 2026-06-16 05:43:10.755 1 INFO neutron.manager [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loading Plugin: vpnaas 2026-06-16 05:43:10.788 1 WARNING stevedore.named [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 05:43:10.872 1 INFO neutron_vpnaas.services.vpn.plugin [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-16 05:43:10.872 1 INFO neutron.common.utils [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-16 05:43:10.872 1 INFO neutron.manager [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loading Plugin: taas 2026-06-16 05:43:10.897 1 WARNING stevedore.named [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 05:43:10.897 1 WARNING stevedore.named [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 05:43:10.922 1 INFO neutron_taas.services.taas.taas_plugin [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-16 05:43:10.922 1 INFO neutron.manager [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loading Plugin: tapmirror 2026-06-16 05:43:10.937 1 WARNING stevedore.named [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 05:43:10.937 1 WARNING stevedore.named [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 05:43:10.955 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-16 05:43:10.955 1 INFO neutron.manager [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loading Plugin: auto_allocate 2026-06-16 05:43:10.962 1 INFO neutron.manager [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loading Plugin: tag 2026-06-16 05:43:10.970 1 INFO neutron.manager [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loading Plugin: timestamp 2026-06-16 05:43:10.972 1 INFO neutron.manager [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loading Plugin: network_ip_availability 2026-06-16 05:43:10.975 1 INFO neutron.manager [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loading Plugin: flavors 2026-06-16 05:43:10.978 1 INFO neutron.manager [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loading Plugin: revisions 2026-06-16 05:43:10.982 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Initializing extension manager. 2026-06-16 05:43:10.983 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: address-group 2026-06-16 05:43:10.984 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: address-scope 2026-06-16 05:43:10.984 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-16 05:43:10.985 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: agent 2026-06-16 05:43:10.985 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: agent-resources-synced 2026-06-16 05:43:10.986 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: allowed-address-pairs 2026-06-16 05:43:10.987 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: auto-allocated-topology 2026-06-16 05:43:10.987 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: availability_zone 2026-06-16 05:43:10.988 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: availability_zone_filter 2026-06-16 05:43:10.988 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-16 05:43:10.989 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: default-subnetpools 2026-06-16 05:43:10.990 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-16 05:43:10.990 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: dns-integration 2026-06-16 05:43:10.991 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: dns-domain-ports 2026-06-16 05:43:10.992 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-16 05:43:10.992 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: dvr 2026-06-16 05:43:10.993 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-16 05:43:10.994 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: empty-string-filtering 2026-06-16 05:43:10.994 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 05:43:10.995 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-16 05:43:10.996 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: external-net 2026-06-16 05:43:10.996 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-16 05:43:10.997 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: extraroute 2026-06-16 05:43:10.997 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: extraroute-atomic 2026-06-16 05:43:10.998 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-16 05:43:10.998 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-16 05:43:10.999 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-16 05:43:10.999 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-16 05:43:11.000 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: fip-port-details 2026-06-16 05:43:11.001 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: flavors 2026-06-16 05:43:11.004 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-16 05:43:11.005 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: floatingip-pools 2026-06-16 05:43:11.006 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: ip_allocation 2026-06-16 05:43:11.006 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: ip-substring-filtering 2026-06-16 05:43:11.007 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: l2_adjacency 2026-06-16 05:43:11.008 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: router 2026-06-16 05:43:11.009 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 05:43:11.010 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-16 05:43:11.011 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-16 05:43:11.011 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: ext-gw-mode 2026-06-16 05:43:11.011 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: l3-ha 2026-06-16 05:43:11.012 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-16 05:43:11.012 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-16 05:43:11.013 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: l3-flavors 2026-06-16 05:43:11.013 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-16 05:43:11.014 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-16 05:43:11.016 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-16 05:43:11.017 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-16 05:43:11.018 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-16 05:43:11.019 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-16 05:43:11.020 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-16 05:43:11.020 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: multi-provider 2026-06-16 05:43:11.021 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: net-mtu 2026-06-16 05:43:11.021 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: net-mtu-writable 2026-06-16 05:43:11.022 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: network_availability_zone 2026-06-16 05:43:11.023 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: network_ha 2026-06-16 05:43:11.023 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: network-ip-availability 2026-06-16 05:43:11.024 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-16 05:43:11.025 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: pagination 2026-06-16 05:43:11.025 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: port-device-profile 2026-06-16 05:43:11.026 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-16 05:43:11.027 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-16 05:43:11.027 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-16 05:43:11.028 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: port-mac-override 2026-06-16 05:43:11.029 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-16 05:43:11.030 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-16 05:43:11.030 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-16 05:43:11.031 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: port-resource-request 2026-06-16 05:43:11.031 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: port-resource-request-groups 2026-06-16 05:43:11.032 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-16 05:43:11.032 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: binding 2026-06-16 05:43:11.033 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: binding-extended 2026-06-16 05:43:11.034 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: port-security 2026-06-16 05:43:11.034 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: project-id 2026-06-16 05:43:11.035 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: provider 2026-06-16 05:43:11.036 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-16 05:43:11.037 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: qos 2026-06-16 05:43:11.038 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-16 05:43:11.039 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-16 05:43:11.039 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: qos-default 2026-06-16 05:43:11.040 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: qos-fip 2026-06-16 05:43:11.040 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-16 05:43:11.040 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: qos-gateway-ip 2026-06-16 05:43:11.041 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: qos-port-network-policy 2026-06-16 05:43:11.041 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: qos-pps-minimum 2026-06-16 05:43:11.042 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-16 05:43:11.043 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: qos-pps 2026-06-16 05:43:11.044 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: qos-rule-type-details 2026-06-16 05:43:11.044 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-16 05:43:11.045 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: qos-rules-alias 2026-06-16 05:43:11.045 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: quota-check-limit 2026-06-16 05:43:11.046 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: quota-check-limit-default 2026-06-16 05:43:11.048 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: quotas 2026-06-16 05:43:11.050 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: quota_details 2026-06-16 05:43:11.051 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: rbac-policies 2026-06-16 05:43:11.052 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: rbac-address-group 2026-06-16 05:43:11.052 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: rbac-address-scope 2026-06-16 05:43:11.053 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: rbac-security-groups 2026-06-16 05:43:11.053 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: rbac-subnetpool 2026-06-16 05:43:11.054 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: revision-if-match 2026-06-16 05:43:11.054 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: standard-attr-revisions 2026-06-16 05:43:11.055 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: router_availability_zone 2026-06-16 05:43:11.055 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-16 05:43:11.056 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: security-groups-default-rules 2026-06-16 05:43:11.057 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-16 05:43:11.057 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-16 05:43:11.058 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-16 05:43:11.058 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-16 05:43:11.059 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-16 05:43:11.063 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: security-group 2026-06-16 05:43:11.064 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: segment 2026-06-16 05:43:11.064 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-16 05:43:11.065 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: service-type 2026-06-16 05:43:11.065 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: sorting 2026-06-16 05:43:11.066 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: standard-attr-segment 2026-06-16 05:43:11.066 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: standard-attr-description 2026-06-16 05:43:11.067 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: stateful-security-group 2026-06-16 05:43:11.067 1 WARNING neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-16 05:43:11.067 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-16 05:43:11.068 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: subnet-external-network 2026-06-16 05:43:11.068 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: subnet_onboard 2026-06-16 05:43:11.069 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-16 05:43:11.069 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: subnet-service-types 2026-06-16 05:43:11.070 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: subnet_allocation 2026-06-16 05:43:11.071 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-16 05:43:11.071 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: tag-creation 2026-06-16 05:43:11.071 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-16 05:43:11.075 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: standard-attr-tag 2026-06-16 05:43:11.075 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-16 05:43:11.076 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: trunk 2026-06-16 05:43:11.076 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: trunk-details 2026-06-16 05:43:11.077 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-16 05:43:11.078 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-16 05:43:11.078 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-16 05:43:11.079 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-16 05:43:11.081 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-16 05:43:11.081 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-16 05:43:11.082 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: vpn-flavors 2026-06-16 05:43:11.084 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: vpnaas 2026-06-16 05:43:11.085 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: taas 2026-06-16 05:43:11.086 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: tap-mirror 2026-06-16 05:43:11.086 1 INFO neutron.api.extensions [None req-1bcf6a7c-9868-472e-a277-d1914fcf224a - - - - - -] Loaded extension: taas-vlan-filter 2026-06-16 05:43:41.199 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-06-16 05:43:41.234 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-06-16 05:43:41.234 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-06-16 05:43:54.567 16 INFO neutron.db.l3_hamode_db [None req-14dc08ac-0b86-4baf-b189-78384383559e - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 05:44:12.063 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port d8741eb1-b823-404b-ac92-4f4bbf52b512 2026-06-16 05:44:12.306 16 INFO neutron.plugins.ml2.plugin [None req-bea91420-5a2e-43f0-b666-e3902b475637 - - - - - -] Attempt 1 to provision port d8741eb1-b823-404b-ac92-4f4bbf52b512 2026-06-16 05:44:13.975 13 INFO neutron.plugins.ml2.plugin [None req-3d81645b-e00a-4d8b-a211-f6dc5f652346 - - - - - -] Attempt 1 to provision port d8741eb1-b823-404b-ac92-4f4bbf52b512 2026-06-16 05:44:14.008 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port d8741eb1-b823-404b-ac92-4f4bbf52b512 2026-06-16 05:48:52.155 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 402ae475-2826-41f7-abe3-226670bfe6f4 2026-06-16 05:48:53.149 16 INFO neutron.plugins.ml2.plugin [None req-042038c7-a4a8-49d6-8d11-6e414f0d9fb1 - - - - - -] Attempt 1 to provision port 402ae475-2826-41f7-abe3-226670bfe6f4 2026-06-16 05:48:54.088 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 402ae475-2826-41f7-abe3-226670bfe6f4 2026-06-16 05:48:54.823 16 INFO neutron.plugins.ml2.plugin [None req-8bb4f0ce-4a61-45e6-a4fb-703f9c33a07a - - - - - -] Attempt 1 to provision port 402ae475-2826-41f7-abe3-226670bfe6f4 2026-06-16 05:48:59.629 16 INFO neutron.plugins.ml2.plugin [None req-0342c988-aa58-4494-bafe-3c5cd21584cf - - - - - -] Attempt 1 to provision port 70bf352f-8e25-494a-9c28-eb30cc140f41 2026-06-16 05:52:44.747 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 70bf352f-8e25-494a-9c28-eb30cc140f41 2026-06-16 05:52:46.133 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 70bf352f-8e25-494a-9c28-eb30cc140f41 2026-06-16 06:03:08.390 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 89acbb71-d506-413e-b492-50dfae3552d4 2026-06-16 06:03:10.368 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 89acbb71-d506-413e-b492-50dfae3552d4 2026-06-16 06:11:37.582 13 INFO neutron.plugins.ml2.plugin [None req-72616ceb-d790-440e-83dc-5821934beed5 - - - - - -] Attempt 1 to provision port 70bf352f-8e25-494a-9c28-eb30cc140f41 2026-06-16 06:11:37.628 13 INFO neutron.plugins.ml2.plugin [None req-72616ceb-d790-440e-83dc-5821934beed5 - - - - - -] Attempt 1 to provision port d8741eb1-b823-404b-ac92-4f4bbf52b512 2026-06-16 06:11:37.674 13 INFO neutron.plugins.ml2.plugin [None req-72616ceb-d790-440e-83dc-5821934beed5 - - - - - -] Attempt 1 to provision port 402ae475-2826-41f7-abe3-226670bfe6f4 2026-06-16 06:19:36.381 13 INFO neutron.plugins.ml2.plugin [None req-35863b08-29be-4278-8141-7692602e1669 - - - - - -] Attempt 1 to provision port 19107ece-b69c-4ab5-a6a8-e89567b5747a 2026-06-16 06:19:36.702 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 19107ece-b69c-4ab5-a6a8-e89567b5747a 2026-06-16 06:19:38.724 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 19107ece-b69c-4ab5-a6a8-e89567b5747a 2026-06-16 06:19:38.890 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 1521f491-3a4f-4d9c-81a2-a59625354cdb 2026-06-16 06:19:44.885 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port c94a5253-a64b-4735-aaf9-22fa4a638f82 2026-06-16 06:19:45.545 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 371c02d0-bb63-4602-9926-a69c8d3b6e84 2026-06-16 06:19:46.764 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port c94a5253-a64b-4735-aaf9-22fa4a638f82 2026-06-16 06:19:47.070 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 371c02d0-bb63-4602-9926-a69c8d3b6e84 2026-06-16 06:19:47.280 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 4525f801-aba1-47f5-87d7-aed901d894c9 2026-06-16 06:19:48.280 16 INFO neutron.plugins.ml2.plugin [None req-bd2b8107-18ff-44a7-8a9d-bfeb0dc11af7 - - - - - -] Attempt 1 to provision port c94a5253-a64b-4735-aaf9-22fa4a638f82 2026-06-16 06:19:48.362 16 INFO neutron.plugins.ml2.plugin [None req-bd2b8107-18ff-44a7-8a9d-bfeb0dc11af7 - - - - - -] Attempt 1 to provision port 2c9b8c3d-78a3-4463-896d-453021d53106 2026-06-16 06:19:48.640 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 4525f801-aba1-47f5-87d7-aed901d894c9 2026-06-16 06:19:52.650 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port e7c6b637-0e6f-4a4b-88ae-20d30f2e96d3 2026-06-16 06:19:53.031 16 INFO neutron.plugins.ml2.plugin [None req-c029d233-b18b-436b-ab67-4658a06094c4 - - - - - -] Attempt 1 to provision port b5cdcecd-3e2b-4f30-a71d-0457ad41fc07 2026-06-16 06:19:53.054 16 INFO neutron.plugins.ml2.plugin [None req-c029d233-b18b-436b-ab67-4658a06094c4 - - - - - -] Attempt 1 to provision port e7c6b637-0e6f-4a4b-88ae-20d30f2e96d3 2026-06-16 06:19:54.721 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port e7c6b637-0e6f-4a4b-88ae-20d30f2e96d3 2026-06-16 06:19:55.303 16 INFO neutron.plugins.ml2.plugin [None req-b0b8c627-c7bc-4595-85c1-db4236a3a516 - - - - - -] Attempt 1 to provision port b5cdcecd-3e2b-4f30-a71d-0457ad41fc07 2026-06-16 06:19:55.338 16 INFO neutron.plugins.ml2.plugin [None req-b0b8c627-c7bc-4595-85c1-db4236a3a516 - - - - - -] Attempt 1 to provision port e7c6b637-0e6f-4a4b-88ae-20d30f2e96d3 2026-06-16 06:19:58.058 13 INFO neutron.plugins.ml2.plugin [None req-94921971-fdd5-4f29-a1ba-62f66ead8bc8 - - - - - -] Attempt 1 to provision port 2c9b8c3d-78a3-4463-896d-453021d53106 2026-06-16 06:20:01.526 13 INFO neutron.plugins.ml2.plugin [None req-dac85ec7-09a2-46a4-96d9-c0c40099079e - - - - - -] Attempt 1 to provision port b5cdcecd-3e2b-4f30-a71d-0457ad41fc07 2026-06-16 06:20:03.720 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 5d3dfb69-6ccd-435f-9f2e-f9b861b4c50f 2026-06-16 06:20:04.179 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 5743cf15-2b49-40f1-a893-307ba6e4281b 2026-06-16 06:20:04.310 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8b3c8bb-55e1-4d29-8569-3bc5d08a5628'] response: {'server_uuid': '97341e44-9c9d-4406-83aa-13bd7524e677', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5d3dfb69-6ccd-435f-9f2e-f9b861b4c50f', 'code': 200} 2026-06-16 06:20:04.524 13 INFO neutron.plugins.ml2.plugin [None req-b71ccf07-89ba-4a15-89ab-a4e12130e969 - - - - - -] Attempt 1 to provision port 5743cf15-2b49-40f1-a893-307ba6e4281b 2026-06-16 06:20:04.647 13 INFO neutron.plugins.ml2.plugin [None req-b71ccf07-89ba-4a15-89ab-a4e12130e969 - - - - - -] Attempt 1 to provision port b5cdcecd-3e2b-4f30-a71d-0457ad41fc07 2026-06-16 06:20:05.250 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 5d3dfb69-6ccd-435f-9f2e-f9b861b4c50f 2026-06-16 06:20:05.517 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 5743cf15-2b49-40f1-a893-307ba6e4281b 2026-06-16 06:20:06.358 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-8427c35a-b1cb-4f75-b702-93fb5d5c7d4d'] response: {'server_uuid': 'dcb68102-040b-48cc-99bd-891c0e4511d2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5743cf15-2b49-40f1-a893-307ba6e4281b', 'code': 200} 2026-06-16 06:20:11.315 13 INFO neutron.plugins.ml2.plugin [None req-917c86f1-72c8-4787-89e9-9039bca01248 - - - - - -] Attempt 1 to provision port 28ffddb2-8837-4bb7-9f84-0b268ba07680 2026-06-16 06:20:11.572 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f1cf193-4cdf-4fe2-82b3-5fa8acadde74'] response: {'server_uuid': '97341e44-9c9d-4406-83aa-13bd7524e677', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '5d3dfb69-6ccd-435f-9f2e-f9b861b4c50f', 'code': 200} 2026-06-16 06:20:14.030 13 INFO neutron.plugins.ml2.plugin [None req-1cb98f9f-4d22-462a-a3b5-7102adf00333 - - - - - -] Attempt 1 to provision port 06235ec0-56ad-454a-9c3e-261adee99840 2026-06-16 06:20:18.541 13 INFO neutron.plugins.ml2.plugin [None req-172c2674-b800-493a-8ba7-af94fabf4e90 - - - - - -] Attempt 1 to provision port 7a0a7512-b6a2-42e0-9502-c55823978e07 2026-06-16 06:20:22.902 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 06235ec0-56ad-454a-9c3e-261adee99840 2026-06-16 06:20:23.166 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port b5cdcecd-3e2b-4f30-a71d-0457ad41fc07 2026-06-16 06:20:24.965 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 06235ec0-56ad-454a-9c3e-261adee99840 2026-06-16 06:20:25.190 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port b5cdcecd-3e2b-4f30-a71d-0457ad41fc07 2026-06-16 06:20:28.979 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 2bd2952d-ef47-474e-8b23-aeea3ccdb502 2026-06-16 06:20:29.405 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port ec06e1a2-83a9-409b-9271-f62c363bae46 2026-06-16 06:20:31.119 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 2bd2952d-ef47-474e-8b23-aeea3ccdb502 2026-06-16 06:20:31.433 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port d9f76ec0-536f-416b-8c2a-2ed1d281ca3f 2026-06-16 06:20:31.830 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port ec06e1a2-83a9-409b-9271-f62c363bae46 2026-06-16 06:20:32.825 16 INFO neutron.plugins.ml2.plugin [None req-6b00bd6d-62dc-4e0e-923e-004cd485a1c6 - - - - - -] Attempt 1 to provision port ec06e1a2-83a9-409b-9271-f62c363bae46 2026-06-16 06:20:40.541 16 INFO neutron.plugins.ml2.plugin [None req-ba30a16e-08c8-4e98-91e4-3b8587ed613a - - - - - -] Attempt 1 to provision port ec06e1a2-83a9-409b-9271-f62c363bae46 2026-06-16 06:20:40.600 16 INFO neutron.plugins.ml2.plugin [None req-ba30a16e-08c8-4e98-91e4-3b8587ed613a - - - - - -] Attempt 1 to provision port d6392182-e2fd-4a89-bbb1-6e5d72db87f1 2026-06-16 06:20:43.424 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port f25927a8-c432-41b0-b24e-60a661e80ead 2026-06-16 06:20:43.529 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb2988f9-7135-409d-81b1-dcdc8a5d8fd2'] response: {'server_uuid': 'bef68258-2686-4772-a768-f147a1825c56', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f25927a8-c432-41b0-b24e-60a661e80ead', 'code': 200} 2026-06-16 06:20:44.987 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port f25927a8-c432-41b0-b24e-60a661e80ead 2026-06-16 06:20:45.232 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port d6392182-e2fd-4a89-bbb1-6e5d72db87f1 2026-06-16 06:20:45.581 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port f6d1aa58-0189-468f-9af0-dbde4ca9d86b 2026-06-16 06:20:46.569 16 INFO neutron.plugins.ml2.plugin [None req-b39df0b9-ee4c-4288-93f3-6e92aed06ea7 - - - - - -] Attempt 1 to provision port d6392182-e2fd-4a89-bbb1-6e5d72db87f1 2026-06-16 06:20:46.635 16 INFO neutron.plugins.ml2.plugin [None req-b39df0b9-ee4c-4288-93f3-6e92aed06ea7 - - - - - -] Attempt 1 to provision port 0fd794b8-ca4f-45ca-b114-8dd967b7e64a 2026-06-16 06:20:47.218 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port d6392182-e2fd-4a89-bbb1-6e5d72db87f1 2026-06-16 06:20:47.484 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port f6d1aa58-0189-468f-9af0-dbde4ca9d86b 2026-06-16 06:20:51.452 16 INFO neutron.plugins.ml2.plugin [None req-dc203147-cac4-48c0-8a05-890a37d2bbc7 - - - - - -] Attempt 1 to provision port f25927a8-c432-41b0-b24e-60a661e80ead 2026-06-16 06:20:51.513 16 INFO neutron.plugins.ml2.plugin [None req-dc203147-cac4-48c0-8a05-890a37d2bbc7 - - - - - -] Attempt 1 to provision port d6392182-e2fd-4a89-bbb1-6e5d72db87f1 2026-06-16 06:20:54.927 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 2424db79-c7e5-4341-96cd-65b167da52d5 2026-06-16 06:20:57.007 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 2424db79-c7e5-4341-96cd-65b167da52d5 2026-06-16 06:20:57.218 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port c0bf49b7-998e-4fde-bd35-182ef5b234af 2026-06-16 06:20:58.944 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port c0bf49b7-998e-4fde-bd35-182ef5b234af 2026-06-16 06:21:00.205 13 INFO neutron.plugins.ml2.plugin [None req-e3afcf43-454b-4875-a291-b7f44cfdd8f9 - - - - - -] Attempt 1 to provision port 8a077f65-eb48-430e-9130-1c640c6b5dba 2026-06-16 06:21:00.230 13 INFO neutron.plugins.ml2.plugin [None req-e3afcf43-454b-4875-a291-b7f44cfdd8f9 - - - - - -] Attempt 1 to provision port c0bf49b7-998e-4fde-bd35-182ef5b234af 2026-06-16 06:21:02.703 13 INFO neutron.plugins.ml2.plugin [None req-0b6198bd-ece0-4588-a4d3-a5e0f8d40310 - - - - - -] Attempt 1 to provision port 5c4e18df-7b97-4b72-a09d-7320fb758ba1 2026-06-16 06:21:02.756 13 INFO neutron.plugins.ml2.plugin [None req-0b6198bd-ece0-4588-a4d3-a5e0f8d40310 - - - - - -] Attempt 1 to provision port 8a077f65-eb48-430e-9130-1c640c6b5dba 2026-06-16 06:21:02.781 13 INFO neutron.plugins.ml2.plugin [None req-0b6198bd-ece0-4588-a4d3-a5e0f8d40310 - - - - - -] Attempt 1 to provision port c0bf49b7-998e-4fde-bd35-182ef5b234af 2026-06-16 06:21:05.744 13 INFO neutron.plugins.ml2.plugin [None req-f792a365-eec0-40a1-8c66-31a7639c68b8 - - - - - -] Attempt 1 to provision port 809a42f9-6ad9-434e-9f0e-2684b98ebace 2026-06-16 06:21:07.002 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 03260bbf-b881-4ca5-b9e4-da452f1c1e60 2026-06-16 06:21:09.589 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port ef5dc825-5c89-4168-a365-5cbd69aff78a 2026-06-16 06:21:09.741 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-2785fbbb-b183-4a58-805b-3d9efc2ab158'] response: {'server_uuid': '9541a693-21e5-431c-a538-a82d1da19282', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ef5dc825-5c89-4168-a365-5cbd69aff78a', 'code': 200} 2026-06-16 06:21:10.148 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 4312cabe-7808-43fa-96f6-de00e21aebf5 2026-06-16 06:21:10.469 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 03260bbf-b881-4ca5-b9e4-da452f1c1e60 2026-06-16 06:21:10.626 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 3e7dadde-4cdc-4dc9-b3d9-2e957504677e 2026-06-16 06:21:11.932 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port ef5dc825-5c89-4168-a365-5cbd69aff78a 2026-06-16 06:21:12.201 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port df396543-9a63-4866-9286-9b4a10a28c0c 2026-06-16 06:21:12.602 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 4312cabe-7808-43fa-96f6-de00e21aebf5 2026-06-16 06:21:12.844 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 3e7dadde-4cdc-4dc9-b3d9-2e957504677e 2026-06-16 06:21:13.844 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port df396543-9a63-4866-9286-9b4a10a28c0c 2026-06-16 06:21:14.318 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 345b9e89-da41-4de9-92aa-2706166686c4 2026-06-16 06:21:16.016 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 345b9e89-da41-4de9-92aa-2706166686c4 2026-06-16 06:21:18.588 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 74cc4077-6c6f-43dc-9b38-eb7284bc6323 2026-06-16 06:21:18.697 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed7ae18d-338b-4021-84af-8c0c9c143b8b'] response: {'server_uuid': '5db8bd34-431b-4046-a75b-6ded174bbfeb', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '74cc4077-6c6f-43dc-9b38-eb7284bc6323', 'code': 200} 2026-06-16 06:21:19.067 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 5c4e18df-7b97-4b72-a09d-7320fb758ba1 2026-06-16 06:21:19.415 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 8a077f65-eb48-430e-9130-1c640c6b5dba 2026-06-16 06:21:20.619 13 INFO neutron.plugins.ml2.plugin [None req-75be3088-3bbc-4d1d-8b97-56e1caf66d1c - - - - - -] Attempt 1 to provision port 32d454f2-d918-482b-8ce2-3d0281f107bb 2026-06-16 06:21:20.664 13 INFO neutron.plugins.ml2.plugin [None req-75be3088-3bbc-4d1d-8b97-56e1caf66d1c - - - - - -] Attempt 1 to provision port 9a7456b1-c67d-45a2-86d5-c149940380d5 2026-06-16 06:21:20.704 13 INFO neutron.plugins.ml2.plugin [None req-75be3088-3bbc-4d1d-8b97-56e1caf66d1c - - - - - -] Attempt 1 to provision port 74cc4077-6c6f-43dc-9b38-eb7284bc6323 2026-06-16 06:21:20.759 13 INFO neutron.plugins.ml2.plugin [None req-75be3088-3bbc-4d1d-8b97-56e1caf66d1c - - - - - -] Attempt 1 to provision port 4312cabe-7808-43fa-96f6-de00e21aebf5 2026-06-16 06:21:20.826 13 INFO neutron.plugins.ml2.plugin [None req-75be3088-3bbc-4d1d-8b97-56e1caf66d1c - - - - - -] Attempt 1 to provision port 8a077f65-eb48-430e-9130-1c640c6b5dba 2026-06-16 06:21:20.919 13 INFO neutron.plugins.ml2.plugin [None req-75be3088-3bbc-4d1d-8b97-56e1caf66d1c - - - - - -] Attempt 1 to provision port be3c8a59-a24a-447c-b942-b825127a154c 2026-06-16 06:21:20.965 13 INFO neutron.plugins.ml2.plugin [None req-75be3088-3bbc-4d1d-8b97-56e1caf66d1c - - - - - -] Attempt 1 to provision port 345b9e89-da41-4de9-92aa-2706166686c4 2026-06-16 06:21:21.477 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 74cc4077-6c6f-43dc-9b38-eb7284bc6323 2026-06-16 06:21:21.688 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 8a077f65-eb48-430e-9130-1c640c6b5dba 2026-06-16 06:21:22.023 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 5c4e18df-7b97-4b72-a09d-7320fb758ba1 2026-06-16 06:21:22.302 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port c3384d36-07b6-4184-94bb-cd9792510241 2026-06-16 06:21:22.488 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b4efea0-1021-4906-b2f7-fcc7040f03de'] response: {'server_uuid': '623b6bae-6b55-4f7e-bcea-919441aef658', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c3384d36-07b6-4184-94bb-cd9792510241', 'code': 200} 2026-06-16 06:21:24.524 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 8a077f65-eb48-430e-9130-1c640c6b5dba 2026-06-16 06:21:24.732 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 5c4e18df-7b97-4b72-a09d-7320fb758ba1 2026-06-16 06:21:24.945 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port b3ce40dd-fa37-4d52-a9e2-3ddbda11ec22 2026-06-16 06:21:25.058 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-469f3811-ac2b-46aa-95b2-b19716346f27'] response: {'server_uuid': 'e6760d9c-1c0b-4e52-b62c-510347b74dc1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b3ce40dd-fa37-4d52-a9e2-3ddbda11ec22', 'code': 200} 2026-06-16 06:21:25.438 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port c3384d36-07b6-4184-94bb-cd9792510241 2026-06-16 06:21:26.327 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port ac9fece4-a895-42ec-a9f4-4e88eda8608f 2026-06-16 06:21:26.813 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port b3ce40dd-fa37-4d52-a9e2-3ddbda11ec22 2026-06-16 06:21:27.397 13 INFO neutron.plugins.ml2.plugin [None req-b909aff9-8af0-4a84-93bb-4904052f3daa - - - - - -] Attempt 1 to provision port ac9fece4-a895-42ec-a9f4-4e88eda8608f 2026-06-16 06:21:27.458 13 INFO neutron.plugins.ml2.plugin [None req-b909aff9-8af0-4a84-93bb-4904052f3daa - - - - - -] Attempt 1 to provision port b3ce40dd-fa37-4d52-a9e2-3ddbda11ec22 2026-06-16 06:21:27.513 13 INFO neutron.plugins.ml2.plugin [None req-b909aff9-8af0-4a84-93bb-4904052f3daa - - - - - -] Attempt 1 to provision port be3c8a59-a24a-447c-b942-b825127a154c 2026-06-16 06:21:27.541 13 INFO neutron.plugins.ml2.plugin [None req-b909aff9-8af0-4a84-93bb-4904052f3daa - - - - - -] Attempt 1 to provision port 1df4df54-38b2-4cc2-aa49-ed9847666c38 2026-06-16 06:21:28.122 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port ac9fece4-a895-42ec-a9f4-4e88eda8608f 2026-06-16 06:21:30.230 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port be3c8a59-a24a-447c-b942-b825127a154c 2026-06-16 06:21:30.540 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 9a7456b1-c67d-45a2-86d5-c149940380d5 2026-06-16 06:21:31.454 13 INFO neutron.plugins.ml2.plugin [None req-6d56d895-ca46-4360-b02d-1393346046d9 - - - - - -] Attempt 1 to provision port 1df4df54-38b2-4cc2-aa49-ed9847666c38 2026-06-16 06:21:31.488 13 INFO neutron.plugins.ml2.plugin [None req-6d56d895-ca46-4360-b02d-1393346046d9 - - - - - -] Attempt 1 to provision port 52310ea5-8e80-4e3d-b808-206124b38fc7 2026-06-16 06:21:32.433 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port be3c8a59-a24a-447c-b942-b825127a154c 2026-06-16 06:21:32.708 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 9a7456b1-c67d-45a2-86d5-c149940380d5 2026-06-16 06:21:34.146 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 1df4df54-38b2-4cc2-aa49-ed9847666c38 2026-06-16 06:21:34.414 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 52310ea5-8e80-4e3d-b808-206124b38fc7 2026-06-16 06:21:35.401 16 INFO neutron.plugins.ml2.plugin [None req-b4ca8013-476e-44f0-90ba-e718886d687d - - - - - -] Attempt 1 to provision port 8a077f65-eb48-430e-9130-1c640c6b5dba 2026-06-16 06:21:35.475 16 INFO neutron.plugins.ml2.plugin [None req-b4ca8013-476e-44f0-90ba-e718886d687d - - - - - -] Attempt 1 to provision port b3ce40dd-fa37-4d52-a9e2-3ddbda11ec22 2026-06-16 06:21:36.466 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 1df4df54-38b2-4cc2-aa49-ed9847666c38 2026-06-16 06:21:36.684 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 52310ea5-8e80-4e3d-b808-206124b38fc7 2026-06-16 06:21:44.199 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 3e4f47aa-6626-4b59-acef-326308ad58b6 2026-06-16 06:21:44.563 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 13a1b292-9a10-4441-9995-f40a419991d0 2026-06-16 06:21:46.151 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 3e4f47aa-6626-4b59-acef-326308ad58b6 2026-06-16 06:21:46.406 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 13a1b292-9a10-4441-9995-f40a419991d0 2026-06-16 06:21:46.464 13 INFO neutron.plugins.ml2.plugin [None req-1091f309-2c52-4e06-8a51-c751c8e84d15 - - - - - -] Attempt 1 to provision port 865fa7f4-31a6-44da-9c2f-a0c2afd55cfc 2026-06-16 06:21:46.515 13 INFO neutron.plugins.ml2.plugin [None req-1091f309-2c52-4e06-8a51-c751c8e84d15 - - - - - -] Attempt 1 to provision port 3e4f47aa-6626-4b59-acef-326308ad58b6 2026-06-16 06:21:46.627 13 INFO neutron.plugins.ml2.plugin [None req-1091f309-2c52-4e06-8a51-c751c8e84d15 - - - - - -] Attempt 1 to provision port 5ec67160-f936-4c70-8a13-823ab0576dd4 2026-06-16 06:21:46.690 13 INFO neutron.plugins.ml2.plugin [None req-1091f309-2c52-4e06-8a51-c751c8e84d15 - - - - - -] Attempt 1 to provision port ef5dc825-5c89-4168-a365-5cbd69aff78a 2026-06-16 06:21:50.197 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 6e22299a-36cb-4a69-b7ac-c1ef30813efc 2026-06-16 06:21:50.581 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 4b8a510c-1458-4084-b6e0-1f2ab18a9209 2026-06-16 06:21:52.147 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 6e22299a-36cb-4a69-b7ac-c1ef30813efc 2026-06-16 06:21:52.401 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 4b8a510c-1458-4084-b6e0-1f2ab18a9209 2026-06-16 06:21:53.804 16 INFO neutron.plugins.ml2.plugin [None req-c7dd1994-8786-4626-8986-0bd4a151bc9c - - - - - -] Attempt 1 to provision port 865fa7f4-31a6-44da-9c2f-a0c2afd55cfc 2026-06-16 06:21:53.831 16 INFO neutron.plugins.ml2.plugin [None req-c7dd1994-8786-4626-8986-0bd4a151bc9c - - - - - -] Attempt 1 to provision port 6e22299a-36cb-4a69-b7ac-c1ef30813efc 2026-06-16 06:21:53.903 16 INFO neutron.plugins.ml2.plugin [None req-c7dd1994-8786-4626-8986-0bd4a151bc9c - - - - - -] Attempt 1 to provision port a53dfa4a-47d1-4909-bc92-129796156158 2026-06-16 06:22:01.107 16 INFO neutron.plugins.ml2.plugin [None req-88af0cb2-207b-4c70-937e-be79feae93a0 - - - - - -] Attempt 1 to provision port 539358a4-4170-46bd-905a-6874dc542960 2026-06-16 06:22:01.145 16 INFO neutron.plugins.ml2.plugin [None req-88af0cb2-207b-4c70-937e-be79feae93a0 - - - - - -] Attempt 1 to provision port 6e22299a-36cb-4a69-b7ac-c1ef30813efc 2026-06-16 06:22:04.758 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 5d37e324-a9fb-4237-88f0-8c6ed4dc9b83 2026-06-16 06:22:04.869 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-49724f4d-dd1a-4523-a018-b38fc949b6df'] response: {'server_uuid': '46927606-1b47-4834-ac7e-676719dfea21', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5d37e324-a9fb-4237-88f0-8c6ed4dc9b83', 'code': 200} 2026-06-16 06:22:07.497 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 5d37e324-a9fb-4237-88f0-8c6ed4dc9b83 2026-06-16 06:22:07.758 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 865fa7f4-31a6-44da-9c2f-a0c2afd55cfc 2026-06-16 06:22:08.097 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 5ec67160-f936-4c70-8a13-823ab0576dd4 2026-06-16 06:22:08.419 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 52bc9be7-bd92-48ea-8415-3bef6acc2311 2026-06-16 06:22:08.665 16 INFO neutron.plugins.ml2.plugin [None req-256db83a-a8bc-4d3a-90d9-ab06d83ee68e - - - - - -] Attempt 1 to provision port 5d37e324-a9fb-4237-88f0-8c6ed4dc9b83 2026-06-16 06:22:08.749 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-3c6be5c5-a052-4233-8d67-fa789e9b5ced'] response: {'server_uuid': 'e7cc7f66-5aff-41b3-841a-c809b808b4b6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '52bc9be7-bd92-48ea-8415-3bef6acc2311', 'code': 200} 2026-06-16 06:22:08.805 16 INFO neutron.plugins.ml2.plugin [None req-256db83a-a8bc-4d3a-90d9-ab06d83ee68e - - - - - -] Attempt 1 to provision port 539358a4-4170-46bd-905a-6874dc542960 2026-06-16 06:22:09.032 16 INFO neutron.plugins.ml2.plugin [None req-256db83a-a8bc-4d3a-90d9-ab06d83ee68e - - - - - -] Attempt 1 to provision port 52bc9be7-bd92-48ea-8415-3bef6acc2311 2026-06-16 06:22:09.382 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port a53dfa4a-47d1-4909-bc92-129796156158 2026-06-16 06:22:09.725 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 865fa7f4-31a6-44da-9c2f-a0c2afd55cfc 2026-06-16 06:22:10.014 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 539358a4-4170-46bd-905a-6874dc542960 2026-06-16 06:22:10.327 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 5ec67160-f936-4c70-8a13-823ab0576dd4 2026-06-16 06:22:10.520 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 52bc9be7-bd92-48ea-8415-3bef6acc2311 2026-06-16 06:22:11.261 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 539358a4-4170-46bd-905a-6874dc542960 2026-06-16 06:22:11.524 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port a53dfa4a-47d1-4909-bc92-129796156158 2026-06-16 06:22:15.387 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-06cce7b5-6993-4426-b294-cc6c9fded36a'] response: {'server_uuid': '9541a693-21e5-431c-a538-a82d1da19282', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'ef5dc825-5c89-4168-a365-5cbd69aff78a', 'code': 200} 2026-06-16 06:22:17.684 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port ef5dc825-5c89-4168-a365-5cbd69aff78a 2026-06-16 06:22:17.808 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-82604a69-45a5-4a41-8a55-241889fe5ed5'] response: {'server_uuid': '9541a693-21e5-431c-a538-a82d1da19282', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ef5dc825-5c89-4168-a365-5cbd69aff78a', 'code': 200} 2026-06-16 06:22:19.143 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port ef5dc825-5c89-4168-a365-5cbd69aff78a 2026-06-16 06:22:27.322 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-b4ba59c5-feb6-4016-9341-b8184b138f76'] response: {'server_uuid': 'e7cc7f66-5aff-41b3-841a-c809b808b4b6', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '52bc9be7-bd92-48ea-8415-3bef6acc2311', 'code': 200} 2026-06-16 06:22:37.688 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-df1d7ba5-7e64-4b4a-a66d-9ca9a4ba3d61'] response: {'server_uuid': 'e6760d9c-1c0b-4e52-b62c-510347b74dc1', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'b3ce40dd-fa37-4d52-a9e2-3ddbda11ec22', 'code': 200} 2026-06-16 06:22:44.781 16 INFO neutron_taas.services.taas.taas_plugin [None req-48838785-e56a-4f5f-9d0d-59aff58fdb0b - - - - - -] TaaS: Handle Delete Port: ac9fece4-a895-42ec-a9f4-4e88eda8608f 2026-06-16 06:22:44.786 16 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48838785-e56a-4f5f-9d0d-59aff58fdb0b - - - - - -] Tap Mirror: Handle Delete Port: ac9fece4-a895-42ec-a9f4-4e88eda8608f 2026-06-16 06:22:45.616 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-905ae0c0-b569-4f97-a52e-dc941fb117c0'] response: {'server_uuid': '9541a693-21e5-431c-a538-a82d1da19282', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'ef5dc825-5c89-4168-a365-5cbd69aff78a', 'code': 200} 2026-06-16 06:22:59.167 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 66eff11a-ef7b-440b-b171-7e7107ae44ad 2026-06-16 06:23:01.195 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 4a4d14a2-3dd2-4711-b1b7-eaa732b458bd 2026-06-16 06:23:01.542 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 66eff11a-ef7b-440b-b171-7e7107ae44ad 2026-06-16 06:23:03.097 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 4a4d14a2-3dd2-4711-b1b7-eaa732b458bd 2026-06-16 06:23:03.559 13 INFO neutron.plugins.ml2.plugin [None req-34537d92-96ff-4008-9f7b-a15454365323 - - - - - -] Attempt 1 to provision port 60a01665-d657-4dbd-8735-955b92b15ab6 2026-06-16 06:23:03.588 13 INFO neutron.plugins.ml2.plugin [None req-34537d92-96ff-4008-9f7b-a15454365323 - - - - - -] Attempt 1 to provision port 4a4d14a2-3dd2-4711-b1b7-eaa732b458bd 2026-06-16 06:23:10.385 16 INFO neutron.plugins.ml2.plugin [None req-66f5bfac-1bd0-40d5-8bdb-e79c88279b0a - - - - - -] Attempt 1 to provision port 4a4d14a2-3dd2-4711-b1b7-eaa732b458bd 2026-06-16 06:23:10.469 16 INFO neutron.plugins.ml2.plugin [None req-66f5bfac-1bd0-40d5-8bdb-e79c88279b0a - - - - - -] Attempt 1 to provision port 3543d74d-fbd8-44c3-bd51-d58db474bb6f 2026-06-16 06:23:12.249 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port d27c5755-a3ee-40a3-8451-63b07e4036d6 2026-06-16 06:23:12.355 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-086a7bfd-f61d-4de7-b8cd-65cd19bf4d73'] response: {'server_uuid': '55d4a297-e38e-494e-9eda-7eab3647c1fe', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd27c5755-a3ee-40a3-8451-63b07e4036d6', 'code': 200} 2026-06-16 06:23:13.144 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port d27c5755-a3ee-40a3-8451-63b07e4036d6 2026-06-16 06:23:17.129 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 60a01665-d657-4dbd-8735-955b92b15ab6 2026-06-16 06:23:17.444 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 3543d74d-fbd8-44c3-bd51-d58db474bb6f 2026-06-16 06:23:19.244 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 60a01665-d657-4dbd-8735-955b92b15ab6 2026-06-16 06:23:19.354 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 3543d74d-fbd8-44c3-bd51-d58db474bb6f 2026-06-16 06:23:21.120 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port b70a5021-476e-472f-9beb-f3fc10a79217 2026-06-16 06:23:41.124 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port a47b7de7-1560-40dd-82a6-539deb5c878a 2026-06-16 06:23:41.656 16 INFO neutron.plugins.ml2.plugin [None req-1d9c4057-5f42-4168-b33e-5cbd7ba2bbf1 - - - - - -] Attempt 1 to provision port a47b7de7-1560-40dd-82a6-539deb5c878a 2026-06-16 06:23:43.106 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port a47b7de7-1560-40dd-82a6-539deb5c878a 2026-06-16 06:23:45.195 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 51b19f24-63a8-49c0-a0c4-9256c0f21fca 2026-06-16 06:23:45.529 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 435ba8fc-33d9-4fe6-aa05-7247e92238cf 2026-06-16 06:23:47.159 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 51b19f24-63a8-49c0-a0c4-9256c0f21fca 2026-06-16 06:23:47.384 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 435ba8fc-33d9-4fe6-aa05-7247e92238cf 2026-06-16 06:23:51.187 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port a47b7de7-1560-40dd-82a6-539deb5c878a 2026-06-16 06:23:52.989 13 INFO neutron.plugins.ml2.plugin [None req-60ff7b42-7b49-4feb-94f7-b4ac3642eb69 - - - - - -] Attempt 1 to provision port 69abc902-41d0-4ee1-b166-b579082db660 2026-06-16 06:23:53.017 13 INFO neutron.plugins.ml2.plugin [None req-60ff7b42-7b49-4feb-94f7-b4ac3642eb69 - - - - - -] Attempt 1 to provision port a47b7de7-1560-40dd-82a6-539deb5c878a 2026-06-16 06:23:53.117 13 INFO neutron.plugins.ml2.plugin [None req-60ff7b42-7b49-4feb-94f7-b4ac3642eb69 - - - - - -] Attempt 1 to provision port 516406d6-cb61-4749-bbc0-cfa229d8e47d 2026-06-16 06:23:53.152 13 INFO neutron.plugins.ml2.plugin [None req-60ff7b42-7b49-4feb-94f7-b4ac3642eb69 - - - - - -] Attempt 1 to provision port 8facbc36-4f91-4e95-8321-39cc5050d60f 2026-06-16 06:23:53.180 13 INFO neutron.plugins.ml2.plugin [None req-60ff7b42-7b49-4feb-94f7-b4ac3642eb69 - - - - - -] Attempt 1 to provision port 51b19f24-63a8-49c0-a0c4-9256c0f21fca 2026-06-16 06:23:55.141 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 596cc074-7409-437c-a3d7-28305c5904c2 2026-06-16 06:23:57.126 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 596cc074-7409-437c-a3d7-28305c5904c2 2026-06-16 06:24:01.685 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 46af16ef-a10c-4180-bcb4-bb8d5ed64521 2026-06-16 06:24:01.800 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f464ede-c6a8-450d-9262-ba6825a965ea'] response: {'server_uuid': '814905ed-1bfa-4fb1-9f24-e9bcea0af61b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '46af16ef-a10c-4180-bcb4-bb8d5ed64521', 'code': 200} 2026-06-16 06:24:03.103 16 INFO neutron.plugins.ml2.plugin [None req-2d62495c-e1ab-4887-ba66-4e2dcf2082c0 - - - - - -] Attempt 1 to provision port 69abc902-41d0-4ee1-b166-b579082db660 2026-06-16 06:24:03.138 16 INFO neutron.plugins.ml2.plugin [None req-2d62495c-e1ab-4887-ba66-4e2dcf2082c0 - - - - - -] Attempt 1 to provision port a47b7de7-1560-40dd-82a6-539deb5c878a 2026-06-16 06:24:03.189 16 INFO neutron.plugins.ml2.plugin [None req-2d62495c-e1ab-4887-ba66-4e2dcf2082c0 - - - - - -] Attempt 1 to provision port 596cc074-7409-437c-a3d7-28305c5904c2 2026-06-16 06:24:03.236 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 00bcb5f2-6592-4992-ad77-550c63c2cc15 2026-06-16 06:24:03.236 16 INFO neutron.plugins.ml2.plugin [None req-2d62495c-e1ab-4887-ba66-4e2dcf2082c0 - - - - - -] Attempt 1 to provision port 51b19f24-63a8-49c0-a0c4-9256c0f21fca 2026-06-16 06:24:03.289 16 INFO neutron.plugins.ml2.plugin [None req-2d62495c-e1ab-4887-ba66-4e2dcf2082c0 - - - - - -] Attempt 1 to provision port 00bcb5f2-6592-4992-ad77-550c63c2cc15 2026-06-16 06:24:03.410 16 INFO neutron.plugins.ml2.plugin [None req-2d62495c-e1ab-4887-ba66-4e2dcf2082c0 - - - - - -] Attempt 1 to provision port 516406d6-cb61-4749-bbc0-cfa229d8e47d 2026-06-16 06:24:03.529 16 INFO neutron.plugins.ml2.plugin [None req-2d62495c-e1ab-4887-ba66-4e2dcf2082c0 - - - - - -] Attempt 1 to provision port 46af16ef-a10c-4180-bcb4-bb8d5ed64521 2026-06-16 06:24:04.111 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 46af16ef-a10c-4180-bcb4-bb8d5ed64521 2026-06-16 06:24:04.359 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 516406d6-cb61-4749-bbc0-cfa229d8e47d 2026-06-16 06:24:05.235 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 00bcb5f2-6592-4992-ad77-550c63c2cc15 2026-06-16 06:24:05.449 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 69abc902-41d0-4ee1-b166-b579082db660 2026-06-16 06:24:05.786 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 516406d6-cb61-4749-bbc0-cfa229d8e47d 2026-06-16 06:24:06.023 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 8facbc36-4f91-4e95-8321-39cc5050d60f 2026-06-16 06:24:07.151 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 69abc902-41d0-4ee1-b166-b579082db660 2026-06-16 06:24:07.373 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 8facbc36-4f91-4e95-8321-39cc5050d60f 2026-06-16 06:24:10.504 16 INFO neutron.plugins.ml2.plugin [None req-fc9ab59d-0474-403a-a968-8731e2cf0832 - - - - - -] Attempt 1 to provision port 596cc074-7409-437c-a3d7-28305c5904c2 2026-06-16 06:24:10.558 16 INFO neutron.plugins.ml2.plugin [None req-fc9ab59d-0474-403a-a968-8731e2cf0832 - - - - - -] Attempt 1 to provision port 00bcb5f2-6592-4992-ad77-550c63c2cc15 2026-06-16 06:24:10.622 16 INFO neutron.plugins.ml2.plugin [None req-fc9ab59d-0474-403a-a968-8731e2cf0832 - - - - - -] Attempt 1 to provision port 46af16ef-a10c-4180-bcb4-bb8d5ed64521 2026-06-16 06:24:10.662 16 INFO neutron.plugins.ml2.plugin [None req-fc9ab59d-0474-403a-a968-8731e2cf0832 - - - - - -] Attempt 1 to provision port 516406d6-cb61-4749-bbc0-cfa229d8e47d 2026-06-16 06:24:12.433 16 INFO neutron.plugins.ml2.plugin [None req-4877d70e-8caf-4d32-9ae0-b7d958126e09 - - - - - -] Attempt 1 to provision port 00bcb5f2-6592-4992-ad77-550c63c2cc15 2026-06-16 06:24:13.842 13 INFO neutron.plugins.ml2.plugin [None req-570e50b3-3c37-4446-884f-1c47e87d9fc5 - - - - - -] Attempt 1 to provision port 00bcb5f2-6592-4992-ad77-550c63c2cc15 2026-06-16 06:24:17.184 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port a9ba3d77-96bb-477e-8828-5ed2b295efb0 2026-06-16 06:24:17.286 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-e1293e7d-4ec4-4eb3-96f5-cf8c5e5a7caf'] response: {'server_uuid': '9c02ca1c-d585-4e3c-9344-043d6bdbff60', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a9ba3d77-96bb-477e-8828-5ed2b295efb0', 'code': 200} 2026-06-16 06:24:19.144 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port a9ba3d77-96bb-477e-8828-5ed2b295efb0 2026-06-16 06:24:44.522 16 INFO neutron.plugins.ml2.plugin [None req-0528541b-8912-4da8-b300-ef772ed0d7b1 - - - - - -] Attempt 1 to provision port c3e52bec-c72d-4bf6-a6da-90d2c73db05c 2026-06-16 06:25:07.694 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 5a8a39be-1190-4cdd-9163-21e9273b09c1 2026-06-16 06:25:07.878 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5aac7c4-c993-4c46-a69d-5f755e7990cc'] response: {'server_uuid': 'e70346ba-4332-4248-a545-7a3aa5183511', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5a8a39be-1190-4cdd-9163-21e9273b09c1', 'code': 200} 2026-06-16 06:25:09.199 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 5a8a39be-1190-4cdd-9163-21e9273b09c1 2026-06-16 06:25:48.806 13 INFO neutron.plugins.ml2.plugin [None req-18deed28-fb95-44d0-af1f-506e21945464 - - - - - -] Attempt 1 to provision port f9ef0bab-5086-452a-8d23-5bc514d92dd9 2026-06-16 06:25:55.184 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port f9ef0bab-5086-452a-8d23-5bc514d92dd9 2026-06-16 06:25:55.373 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-de442963-39fc-4599-8b26-0565520945af'] response: {'server_uuid': 'e70346ba-4332-4248-a545-7a3aa5183511', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f9ef0bab-5086-452a-8d23-5bc514d92dd9', 'code': 200} 2026-06-16 06:25:57.180 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port f9ef0bab-5086-452a-8d23-5bc514d92dd9 2026-06-16 06:25:59.691 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port f9ef0bab-5086-452a-8d23-5bc514d92dd9 2026-06-16 06:26:23.716 13 INFO neutron.plugins.ml2.plugin [None req-a37b8a2d-338f-4e11-bc71-b0472b9ae45d - - - - - -] Attempt 1 to provision port 30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 2026-06-16 06:26:30.750 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 2026-06-16 06:26:30.890 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0072ae1-4754-4a01-a58c-2308d71e9a6a'] response: {'server_uuid': 'e70346ba-4332-4248-a545-7a3aa5183511', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '30a2d076-c1fd-44a6-a6e5-4acf8cd7a662', 'code': 200} 2026-06-16 06:26:31.366 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 2026-06-16 06:26:41.604 16 INFO neutron.plugins.ml2.plugin [None req-83893460-3bd3-43c6-bf5f-6fae8ab923f3 - - - - - -] Attempt 1 to provision port 5eb46638-50ab-4eee-bdcf-9293d7dcbfa5 2026-06-16 06:26:47.404 13 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 5eb46638-50ab-4eee-bdcf-9293d7dcbfa5 2026-06-16 06:26:47.502 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-3c4929b7-ec8a-435f-b701-068368267f32'] response: {'server_uuid': 'e70346ba-4332-4248-a545-7a3aa5183511', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5eb46638-50ab-4eee-bdcf-9293d7dcbfa5', 'code': 200} 2026-06-16 06:26:49.382 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 5eb46638-50ab-4eee-bdcf-9293d7dcbfa5 2026-06-16 06:26:51.735 13 INFO neutron.plugins.ml2.plugin [None req-c0085b76-3221-419c-a020-0d514000ea48 - - - - - -] Attempt 1 to provision port 30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 2026-06-16 06:27:05.507 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 5eb46638-50ab-4eee-bdcf-9293d7dcbfa5 2026-06-16 06:27:06.237 13 INFO neutron.plugins.ml2.plugin [None req-263a37ea-8b2c-4bf1-8ea5-91135a1b5e24 - - - - - -] Attempt 1 to provision port 5eb46638-50ab-4eee-bdcf-9293d7dcbfa5 2026-06-16 06:27:15.166 13 INFO neutron.plugins.ml2.plugin [None req-17e00b15-a191-4b96-b883-2d1827c6b7b3 - - - - - -] Attempt 1 to provision port 30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 2026-06-16 06:27:15.423 16 INFO neutron.plugins.ml2.plugin [None req-5ddeaf4f-a75c-403e-8994-ca5a7d7efa6c - - - - - -] Attempt 1 to provision port 30a2d076-c1fd-44a6-a6e5-4acf8cd7a662 2026-06-16 06:27:43.564 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-863725e5-dbb7-4863-ac64-57caf5999b12'] response: {'server_uuid': 'e70346ba-4332-4248-a545-7a3aa5183511', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '5a8a39be-1190-4cdd-9163-21e9273b09c1', 'code': 200} 2026-06-16 06:27:59.556 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-b490c072-e584-4289-82e5-a5c1e585ebd8'] response: {'server_uuid': '814905ed-1bfa-4fb1-9f24-e9bcea0af61b', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '46af16ef-a10c-4180-bcb4-bb8d5ed64521', 'code': 200}