+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini This program is using eventlet and has been monkey_patched /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-07-16 01:02:14.823 1 INFO neutron.common.config [-] Logging enabled! 2026-07-16 01:02:14.823 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.5.dev6 2026-07-16 01:02:14.824 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-07-16 01:02:14.824 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-16 01:02:15.734 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-16 01:02:15.736 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-16 01:02:15.739 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-16 01:02:15.740 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-16 01:02:15.741 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-16 01:02:15.741 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-16 01:02:15.741 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-16 01:02:15.747 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-16 01:02:15.748 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-16 01:02:15.748 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-16 01:02:15.766 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-16 01:02:15.767 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-16 01:02:15.767 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-16 01:02:15.803 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-16 01:02:15.803 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-16 01:02:15.803 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-16 01:02:15.804 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-16 01:02:16.094 1 INFO neutron.plugins.ml2.managers [None req-721648a6-7afe-4b83-a040-e692fd65201b - - - - - -] Initializing driver for type 'vlan' 2026-07-16 01:02:16.252 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-721648a6-7afe-4b83-a040-e692fd65201b - - - - - -] VlanTypeDriver initialization complete 2026-07-16 01:02:16.252 1 INFO neutron.plugins.ml2.managers [None req-721648a6-7afe-4b83-a040-e692fd65201b - - - - - -] Initializing driver for type 'vxlan' 2026-07-16 01:02:16.253 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-721648a6-7afe-4b83-a040-e692fd65201b - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-16 01:02:16.301 1 INFO neutron.plugins.ml2.managers [None req-721648a6-7afe-4b83-a040-e692fd65201b - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-16 01:02:16.301 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-721648a6-7afe-4b83-a040-e692fd65201b - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-16 01:02:16.302 1 INFO neutron.plugins.ml2.managers [None req-721648a6-7afe-4b83-a040-e692fd65201b - - - - - -] Initializing extension driver 'port_security' 2026-07-16 01:02:16.302 1 INFO neutron.plugins.ml2.extensions.port_security [None req-721648a6-7afe-4b83-a040-e692fd65201b - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-16 01:02:16.302 1 INFO neutron.plugins.ml2.managers [None req-721648a6-7afe-4b83-a040-e692fd65201b - - - - - -] Initializing extension driver 'qos' 2026-07-16 01:02:16.303 1 INFO neutron.plugins.ml2.managers [None req-721648a6-7afe-4b83-a040-e692fd65201b - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-16 01:02:16.303 1 INFO neutron.plugins.ml2.managers [None req-721648a6-7afe-4b83-a040-e692fd65201b - - - - - -] Initializing mechanism driver 'l2population' 2026-07-16 01:02:16.319 1 INFO neutron.quota [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded quota_driver: . 2026-07-16 01:02:16.319 1 INFO neutron.plugins.ml2.plugin [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Modular L2 Plugin initialization complete 2026-07-16 01:02:16.319 1 INFO neutron.plugins.ml2.managers [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-16 01:02:16.319 1 INFO neutron.plugins.ml2.managers [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-16 01:02:16.319 1 INFO neutron.plugins.ml2.managers [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-16 01:02:16.320 1 INFO neutron.extensions.vlantransparent [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Disabled vlantransparent extension. 2026-07-16 01:02:16.320 1 INFO neutron.extensions.qinq [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Disabled VLAN QinQ extension. 2026-07-16 01:02:16.320 1 INFO neutron.manager [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loading Plugin: qos 2026-07-16 01:02:16.332 1 INFO neutron.manager [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loading Plugin: router 2026-07-16 01:02:16.387 1 INFO neutron.services.service_base [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-16 01:02:16.388 1 INFO neutron.manager [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loading Plugin: segments 2026-07-16 01:02:16.495 1 INFO neutron.manager [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loading Plugin: trunk 2026-07-16 01:02:16.507 1 INFO neutron.manager [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loading Plugin: vpnaas 2026-07-16 01:02:16.538 1 WARNING stevedore.named [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-16 01:02:16.538 1 WARNING stevedore.named [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-16 01:02:16.753 1 INFO neutron_vpnaas.services.vpn.plugin [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-16 01:02:16.754 1 INFO neutron.common.utils [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-16 01:02:16.754 1 INFO neutron.manager [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loading Plugin: taas 2026-07-16 01:02:16.776 1 WARNING stevedore.named [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-16 01:02:16.803 1 INFO neutron_taas.services.taas.taas_plugin [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-16 01:02:16.804 1 INFO neutron.manager [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loading Plugin: tapmirror 2026-07-16 01:02:16.814 1 WARNING stevedore.named [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-16 01:02:16.832 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-16 01:02:16.832 1 INFO neutron.manager [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loading Plugin: auto_allocate 2026-07-16 01:02:16.838 1 INFO neutron.manager [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loading Plugin: tag 2026-07-16 01:02:16.848 1 INFO neutron.manager [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loading Plugin: timestamp 2026-07-16 01:02:16.852 1 INFO neutron.manager [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loading Plugin: network_ip_availability 2026-07-16 01:02:16.856 1 INFO neutron.manager [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loading Plugin: flavors 2026-07-16 01:02:16.860 1 INFO neutron.manager [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loading Plugin: revisions 2026-07-16 01:02:16.866 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Initializing extension manager. 2026-07-16 01:02:16.868 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: address-group 2026-07-16 01:02:16.869 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: address-scope 2026-07-16 01:02:16.870 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-16 01:02:16.871 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: agent 2026-07-16 01:02:16.872 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: agent-resources-synced 2026-07-16 01:02:16.873 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-16 01:02:16.874 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-16 01:02:16.876 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: availability_zone 2026-07-16 01:02:16.876 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: availability_zone_filter 2026-07-16 01:02:16.877 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-16 01:02:16.877 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: default-subnetpools 2026-07-16 01:02:16.880 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-16 01:02:16.881 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: dns-integration 2026-07-16 01:02:16.881 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: dns-domain-ports 2026-07-16 01:02:16.882 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-16 01:02:16.883 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: dvr 2026-07-16 01:02:16.884 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-16 01:02:16.884 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: empty-string-filtering 2026-07-16 01:02:16.885 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-16 01:02:16.886 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-16 01:02:16.887 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: external-net 2026-07-16 01:02:16.887 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-16 01:02:16.888 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: extraroute 2026-07-16 01:02:16.889 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: extraroute-atomic 2026-07-16 01:02:16.890 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-16 01:02:16.890 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-16 01:02:16.891 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-16 01:02:16.892 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-16 01:02:16.892 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: fip-port-details 2026-07-16 01:02:16.894 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: flavors 2026-07-16 01:02:16.896 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-16 01:02:16.897 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: floatingip-pools 2026-07-16 01:02:16.897 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: ip_allocation 2026-07-16 01:02:16.898 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-16 01:02:16.899 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: l2_adjacency 2026-07-16 01:02:16.900 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: router 2026-07-16 01:02:16.903 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-16 01:02:16.903 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-16 01:02:16.904 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-16 01:02:16.905 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: ext-gw-mode 2026-07-16 01:02:16.906 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: l3-ha 2026-07-16 01:02:16.906 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-16 01:02:16.907 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-16 01:02:16.908 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: l3-flavors 2026-07-16 01:02:16.909 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-16 01:02:16.909 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-16 01:02:16.912 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-16 01:02:16.913 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-16 01:02:16.915 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-16 01:02:16.916 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-16 01:02:16.917 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-16 01:02:16.918 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: multi-provider 2026-07-16 01:02:16.918 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: net-mtu 2026-07-16 01:02:16.919 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: net-mtu-writable 2026-07-16 01:02:16.920 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: network_availability_zone 2026-07-16 01:02:16.920 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: network_ha 2026-07-16 01:02:16.921 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: network-ip-availability 2026-07-16 01:02:16.923 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-16 01:02:16.923 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: pagination 2026-07-16 01:02:16.924 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: port-device-profile 2026-07-16 01:02:16.924 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-16 01:02:16.925 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-16 01:02:16.925 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-16 01:02:16.926 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: port-mac-override 2026-07-16 01:02:16.926 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-16 01:02:16.927 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-16 01:02:16.928 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-16 01:02:16.928 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: port-resource-request 2026-07-16 01:02:16.929 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-16 01:02:16.929 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-16 01:02:16.930 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: binding 2026-07-16 01:02:16.930 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: binding-extended 2026-07-16 01:02:16.931 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: port-security 2026-07-16 01:02:16.931 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: project-id 2026-07-16 01:02:16.932 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: provider 2026-07-16 01:02:16.932 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-16 01:02:16.934 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: qos 2026-07-16 01:02:16.935 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-16 01:02:16.935 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-16 01:02:16.936 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: qos-default 2026-07-16 01:02:16.936 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: qos-fip 2026-07-16 01:02:16.937 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-16 01:02:16.937 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-16 01:02:16.937 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-16 01:02:16.938 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-16 01:02:16.938 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-16 01:02:16.939 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: qos-pps 2026-07-16 01:02:16.940 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-16 01:02:16.940 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-16 01:02:16.941 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: qos-rules-alias 2026-07-16 01:02:16.941 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: quota-check-limit 2026-07-16 01:02:16.942 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-16 01:02:16.943 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: quotas 2026-07-16 01:02:16.946 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: quota_details 2026-07-16 01:02:16.947 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: rbac-policies 2026-07-16 01:02:16.948 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: rbac-address-group 2026-07-16 01:02:16.948 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: rbac-address-scope 2026-07-16 01:02:16.949 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: rbac-security-groups 2026-07-16 01:02:16.949 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-16 01:02:16.950 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: revision-if-match 2026-07-16 01:02:16.950 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-16 01:02:16.951 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: router_availability_zone 2026-07-16 01:02:16.951 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-16 01:02:16.953 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-16 01:02:16.953 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-16 01:02:16.954 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-16 01:02:16.954 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-16 01:02:16.955 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-16 01:02:16.955 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-16 01:02:16.959 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: security-group 2026-07-16 01:02:16.960 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: segment 2026-07-16 01:02:16.960 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-16 01:02:16.961 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: service-type 2026-07-16 01:02:16.962 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: sorting 2026-07-16 01:02:16.962 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: standard-attr-segment 2026-07-16 01:02:16.963 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: standard-attr-description 2026-07-16 01:02:16.963 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: stateful-security-group 2026-07-16 01:02:16.964 1 WARNING neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-16 01:02:16.964 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-16 01:02:16.965 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: subnet-external-network 2026-07-16 01:02:16.965 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: subnet_onboard 2026-07-16 01:02:16.966 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-16 01:02:16.966 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: subnet-service-types 2026-07-16 01:02:16.967 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: subnet_allocation 2026-07-16 01:02:16.967 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-16 01:02:16.968 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: tag-creation 2026-07-16 01:02:16.968 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-16 01:02:16.972 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: standard-attr-tag 2026-07-16 01:02:16.972 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-16 01:02:16.973 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: trunk 2026-07-16 01:02:16.974 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: trunk-details 2026-07-16 01:02:16.974 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-16 01:02:16.974 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-16 01:02:16.975 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-16 01:02:16.976 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-16 01:02:16.978 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-16 01:02:16.980 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-16 01:02:16.980 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: vpn-flavors 2026-07-16 01:02:16.982 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: vpnaas 2026-07-16 01:02:16.983 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: taas 2026-07-16 01:02:16.984 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: tap-mirror 2026-07-16 01:02:16.984 1 INFO neutron.api.extensions [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-16 01:02:16.987 1 INFO oslo_service.backend.eventlet.service [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Starting 2 workers 2026-07-16 01:02:16.996 1 INFO oslo_service.backend.eventlet.service [None req-92297f5a-58ad-4054-820d-542a2318ee94 - - - - - -] Starting 1 workers 2026-07-16 01:02:53.349 13 INFO neutron.db.l3_hamode_db [None req-b12928fe-6293-4f1f-b6df-4deb39f26f88 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 01:03:12.590 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port d6467697-c159-40b8-b3e5-d2cb5971910e 2026-07-16 01:03:12.852 13 INFO neutron.plugins.ml2.plugin [None req-82dd2148-987e-4444-8668-35f7b73ecf70 - - - - - -] Attempt 1 to provision port d6467697-c159-40b8-b3e5-d2cb5971910e 2026-07-16 01:03:14.517 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port d6467697-c159-40b8-b3e5-d2cb5971910e 2026-07-16 01:03:14.527 13 INFO neutron.plugins.ml2.plugin [None req-7643abc1-aa82-4d8f-ae4f-4b7558259fab - - - - - -] Attempt 1 to provision port d6467697-c159-40b8-b3e5-d2cb5971910e 2026-07-16 01:07:38.639 12 INFO neutron.plugins.ml2.plugin [None req-119d814e-cbb0-4255-b975-312daf102a47 - - - - - -] Attempt 1 to provision port 2831e15d-ae88-45c1-8b9e-67a7f06c0c8a 2026-07-16 01:07:38.717 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 2831e15d-ae88-45c1-8b9e-67a7f06c0c8a 2026-07-16 01:07:40.285 12 INFO neutron.plugins.ml2.plugin [None req-b331768f-0ebf-46d4-9aae-d378f1705e68 - - - - - -] Attempt 1 to provision port 2831e15d-ae88-45c1-8b9e-67a7f06c0c8a 2026-07-16 01:07:40.694 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 2831e15d-ae88-45c1-8b9e-67a7f06c0c8a 2026-07-16 01:07:45.066 13 INFO neutron.plugins.ml2.plugin [None req-6dd3fd4e-6f15-4a50-a27d-18d3a384415b - - - - - -] Attempt 1 to provision port ea81b5d9-b82c-48d0-8485-d5c0ab6d757f 2026-07-16 01:11:21.421 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port ea81b5d9-b82c-48d0-8485-d5c0ab6d757f 2026-07-16 01:11:22.825 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port ea81b5d9-b82c-48d0-8485-d5c0ab6d757f 2026-07-16 01:21:37.208 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 00842a90-57ea-4598-be79-7402ff9d6f5c 2026-07-16 01:21:39.201 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 00842a90-57ea-4598-be79-7402ff9d6f5c 2026-07-16 01:37:53.583 13 INFO neutron.plugins.ml2.plugin [None req-04ca1208-e7bd-4e49-9e10-531db56e15ca - - - - - -] Attempt 1 to provision port 80098dc1-c00f-495c-a95b-b8d10670fd59 2026-07-16 01:37:53.884 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 80098dc1-c00f-495c-a95b-b8d10670fd59 2026-07-16 01:37:55.948 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 11fd6ea6-6b36-4c8a-96db-f7a9453bfaa6 2026-07-16 01:37:56.251 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 80098dc1-c00f-495c-a95b-b8d10670fd59 2026-07-16 01:37:57.792 13 INFO neutron.plugins.ml2.plugin [None req-4eedcdc5-64e2-418b-ae66-b17ec3af9413 - - - - - -] Attempt 1 to provision port 11fd6ea6-6b36-4c8a-96db-f7a9453bfaa6 2026-07-16 01:37:59.827 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port d22f3b20-da45-4e78-a08d-04a589bbc16a 2026-07-16 01:38:02.705 13 INFO neutron.plugins.ml2.plugin [None req-60506480-dec8-4d65-9062-c9b26856e64b - - - - - -] Attempt 1 to provision port 11fd6ea6-6b36-4c8a-96db-f7a9453bfaa6 2026-07-16 01:38:02.758 13 INFO neutron.plugins.ml2.plugin [None req-60506480-dec8-4d65-9062-c9b26856e64b - - - - - -] Attempt 1 to provision port bc441300-491f-4d91-ad14-318a0a035f9e 2026-07-16 01:38:02.782 13 INFO neutron.plugins.ml2.plugin [None req-60506480-dec8-4d65-9062-c9b26856e64b - - - - - -] Attempt 1 to provision port 80098dc1-c00f-495c-a95b-b8d10670fd59 2026-07-16 01:38:02.842 13 INFO neutron.plugins.ml2.plugin [None req-60506480-dec8-4d65-9062-c9b26856e64b - - - - - -] Attempt 1 to provision port 1223d36a-7c9e-46d2-83ce-45118ed07811 2026-07-16 01:38:05.861 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 5770bb3a-ac82-4ee4-81b6-03e97bbadd8c 2026-07-16 01:38:06.188 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 3427055a-103b-4002-bdd9-0423440421a1 2026-07-16 01:38:07.881 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 3427055a-103b-4002-bdd9-0423440421a1 2026-07-16 01:38:08.055 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 5770bb3a-ac82-4ee4-81b6-03e97bbadd8c 2026-07-16 01:38:08.246 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 585bc2da-307a-4e71-9675-1fa3574a3d47 2026-07-16 01:38:08.349 13 INFO neutron.plugins.ml2.plugin [None req-d05a0c7c-c951-4840-b92b-7f6111e1fb74 - - - - - -] Attempt 1 to provision port bc441300-491f-4d91-ad14-318a0a035f9e 2026-07-16 01:38:08.378 13 INFO neutron.plugins.ml2.plugin [None req-d05a0c7c-c951-4840-b92b-7f6111e1fb74 - - - - - -] Attempt 1 to provision port 944dd7a1-2a82-4f5b-9e4b-d7602f575aff 2026-07-16 01:38:08.413 13 INFO neutron.plugins.ml2.plugin [None req-d05a0c7c-c951-4840-b92b-7f6111e1fb74 - - - - - -] Attempt 1 to provision port 20fa7068-f09d-4c18-84c6-f0ad485311ad 2026-07-16 01:38:08.446 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 11fd6ea6-6b36-4c8a-96db-f7a9453bfaa6 2026-07-16 01:38:09.764 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 585bc2da-307a-4e71-9675-1fa3574a3d47 2026-07-16 01:38:11.862 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 8f49ec9b-f568-40d4-836b-e0a0d4362e2f 2026-07-16 01:38:15.456 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 1d5ab6ca-7d7f-40d7-9e73-a30edd910c15 2026-07-16 01:38:15.972 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 194ba093-0cca-4693-bad5-d90543f2e35f 2026-07-16 01:38:15.986 13 INFO neutron.notifiers.nova [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Nova event matching ['req-f97652bb-c43d-4fc8-af30-e8a6b0b7638a'] response: {'server_uuid': '0d94165d-9cbc-4d5e-b2b9-bb42934b6843', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1d5ab6ca-7d7f-40d7-9e73-a30edd910c15', 'code': 200} 2026-07-16 01:38:16.377 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 3119c124-f20a-4ae8-8731-8bbd8a9c57b7 2026-07-16 01:38:16.812 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 8f49ec9b-f568-40d4-836b-e0a0d4362e2f 2026-07-16 01:38:17.676 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 1d5ab6ca-7d7f-40d7-9e73-a30edd910c15 2026-07-16 01:38:17.679 13 INFO neutron.plugins.ml2.plugin [None req-1339f5d2-5d75-41c1-a3fe-9dd6f55e40ba - - - - - -] Attempt 1 to provision port 3e889aa7-df83-4133-96ba-6ef52ce4b9b8 2026-07-16 01:38:17.705 13 INFO neutron.plugins.ml2.plugin [None req-1339f5d2-5d75-41c1-a3fe-9dd6f55e40ba - - - - - -] Attempt 1 to provision port 21f7ad44-5003-4f6b-b646-3eaf53c6f936 2026-07-16 01:38:17.905 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 194ba093-0cca-4693-bad5-d90543f2e35f 2026-07-16 01:38:17.976 13 INFO neutron.plugins.ml2.plugin [None req-1339f5d2-5d75-41c1-a3fe-9dd6f55e40ba - - - - - -] Attempt 1 to provision port bc441300-491f-4d91-ad14-318a0a035f9e 2026-07-16 01:38:18.010 13 INFO neutron.plugins.ml2.plugin [None req-1339f5d2-5d75-41c1-a3fe-9dd6f55e40ba - - - - - -] Attempt 1 to provision port 944dd7a1-2a82-4f5b-9e4b-d7602f575aff 2026-07-16 01:38:18.020 13 INFO neutron.notifiers.nova [None req-1339f5d2-5d75-41c1-a3fe-9dd6f55e40ba - - - - - -] Nova event matching ['req-9f8d5816-5add-4132-8ba5-b4d986ec8b66'] response: {'server_uuid': 'a43cdde4-543b-47f6-8b39-4c250e91e38f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '194ba093-0cca-4693-bad5-d90543f2e35f', 'code': 200} 2026-07-16 01:38:18.054 13 INFO neutron.plugins.ml2.plugin [None req-1339f5d2-5d75-41c1-a3fe-9dd6f55e40ba - - - - - -] Attempt 1 to provision port 3119c124-f20a-4ae8-8731-8bbd8a9c57b7 2026-07-16 01:38:18.120 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 3119c124-f20a-4ae8-8731-8bbd8a9c57b7 2026-07-16 01:38:18.121 13 INFO neutron.plugins.ml2.plugin [None req-1339f5d2-5d75-41c1-a3fe-9dd6f55e40ba - - - - - -] Attempt 1 to provision port 42c6e7f2-fa6b-4b8a-9e77-97944ab47c04 2026-07-16 01:38:18.356 12 INFO neutron.plugins.ml2.plugin [None req-7f8f2b28-f564-4f87-9242-e75fcc3b69da - - - - - -] Attempt 1 to provision port 21f7ad44-5003-4f6b-b646-3eaf53c6f936 2026-07-16 01:38:19.534 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 21f7ad44-5003-4f6b-b646-3eaf53c6f936 2026-07-16 01:38:21.920 13 INFO neutron.plugins.ml2.plugin [None req-1cb03281-9201-4c9f-8869-6c9f1358fbf4 - - - - - -] Attempt 1 to provision port 42c6e7f2-fa6b-4b8a-9e77-97944ab47c04 2026-07-16 01:38:21.954 13 INFO neutron.plugins.ml2.plugin [None req-1cb03281-9201-4c9f-8869-6c9f1358fbf4 - - - - - -] Attempt 1 to provision port 944dd7a1-2a82-4f5b-9e4b-d7602f575aff 2026-07-16 01:38:21.981 13 INFO neutron.plugins.ml2.plugin [None req-1cb03281-9201-4c9f-8869-6c9f1358fbf4 - - - - - -] Attempt 1 to provision port 3119c124-f20a-4ae8-8731-8bbd8a9c57b7 2026-07-16 01:38:24.128 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port e0188c6b-7388-4fbc-bb3c-0869b8fd9fdd 2026-07-16 01:38:24.589 12 INFO neutron.notifiers.nova [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Nova event matching ['req-6029f103-8657-45d8-9a7c-0c41dd5b1288'] response: {'server_uuid': '0fae3a60-a71c-4fce-84bf-b2f0234e567a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e0188c6b-7388-4fbc-bb3c-0869b8fd9fdd', 'code': 200} 2026-07-16 01:38:25.861 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port e0188c6b-7388-4fbc-bb3c-0869b8fd9fdd 2026-07-16 01:38:27.277 12 INFO neutron.plugins.ml2.plugin [None req-1b74c9d8-d3e3-4c0d-83fb-37e83bac9733 - - - - - -] Attempt 1 to provision port 3e889aa7-df83-4133-96ba-6ef52ce4b9b8 2026-07-16 01:38:27.312 12 INFO neutron.plugins.ml2.plugin [None req-1b74c9d8-d3e3-4c0d-83fb-37e83bac9733 - - - - - -] Attempt 1 to provision port e0188c6b-7388-4fbc-bb3c-0869b8fd9fdd 2026-07-16 01:38:27.390 12 INFO neutron.plugins.ml2.plugin [None req-1b74c9d8-d3e3-4c0d-83fb-37e83bac9733 - - - - - -] Attempt 1 to provision port 21f7ad44-5003-4f6b-b646-3eaf53c6f936 2026-07-16 01:38:30.345 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 806e4a93-008e-4d81-a62c-da712fafe7ec 2026-07-16 01:38:30.455 13 INFO neutron.notifiers.nova [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Nova event matching ['req-afdaea62-a106-4020-8684-9c9c45d65185'] response: {'server_uuid': 'ed1364f0-5987-4b3c-b5f9-e6c8765b6f50', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '806e4a93-008e-4d81-a62c-da712fafe7ec', 'code': 200} 2026-07-16 01:38:30.565 12 INFO neutron.plugins.ml2.plugin [None req-37a07c0c-d3f6-4b8f-b2f3-302ce8598de6 - - - - - -] Attempt 1 to provision port 806e4a93-008e-4d81-a62c-da712fafe7ec 2026-07-16 01:38:30.614 12 INFO neutron.plugins.ml2.plugin [None req-37a07c0c-d3f6-4b8f-b2f3-302ce8598de6 - - - - - -] Attempt 1 to provision port e0188c6b-7388-4fbc-bb3c-0869b8fd9fdd 2026-07-16 01:38:30.686 12 INFO neutron.plugins.ml2.plugin [None req-37a07c0c-d3f6-4b8f-b2f3-302ce8598de6 - - - - - -] Attempt 1 to provision port e5caf0f2-bb95-4229-b687-0f25f4e494c6 2026-07-16 01:38:31.930 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 806e4a93-008e-4d81-a62c-da712fafe7ec 2026-07-16 01:38:33.738 12 INFO neutron.plugins.ml2.plugin [None req-279a6f88-1142-4da3-af66-2839388e1d2b - - - - - -] Attempt 1 to provision port 42c6e7f2-fa6b-4b8a-9e77-97944ab47c04 2026-07-16 01:38:33.776 12 INFO neutron.plugins.ml2.plugin [None req-279a6f88-1142-4da3-af66-2839388e1d2b - - - - - -] Attempt 1 to provision port e1218347-6847-4119-b4b1-38d52b8bddc0 2026-07-16 01:38:33.804 12 INFO neutron.plugins.ml2.plugin [None req-279a6f88-1142-4da3-af66-2839388e1d2b - - - - - -] Attempt 1 to provision port 3e889aa7-df83-4133-96ba-6ef52ce4b9b8 2026-07-16 01:38:36.298 13 INFO neutron.plugins.ml2.plugin [None req-2c6831d2-b88d-4471-bfee-82feb851de2b - - - - - -] Attempt 1 to provision port 42c6e7f2-fa6b-4b8a-9e77-97944ab47c04 2026-07-16 01:38:36.344 13 INFO neutron.plugins.ml2.plugin [None req-2c6831d2-b88d-4471-bfee-82feb851de2b - - - - - -] Attempt 1 to provision port 3e889aa7-df83-4133-96ba-6ef52ce4b9b8 2026-07-16 01:38:41.560 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port ed4bb13a-7a8e-4ab6-a2f3-f22100fed737 2026-07-16 01:38:43.713 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port ed4bb13a-7a8e-4ab6-a2f3-f22100fed737 2026-07-16 01:38:47.551 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port e1218347-6847-4119-b4b1-38d52b8bddc0 2026-07-16 01:38:47.766 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 3e889aa7-df83-4133-96ba-6ef52ce4b9b8 2026-07-16 01:38:49.583 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port e1218347-6847-4119-b4b1-38d52b8bddc0 2026-07-16 01:38:49.747 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 3e889aa7-df83-4133-96ba-6ef52ce4b9b8 2026-07-16 01:38:51.874 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port aa686750-357a-47cf-a047-ebf6c2ad170d 2026-07-16 01:38:53.590 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port aa686750-357a-47cf-a047-ebf6c2ad170d 2026-07-16 01:38:57.665 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port f2debb19-c6b4-4bca-852b-889d64c3ce46 2026-07-16 01:38:58.900 13 INFO neutron.plugins.ml2.plugin [None req-1ff45601-f03a-4a31-95d8-dccec87ea50e - - - - - -] Attempt 1 to provision port bb6dc864-4925-48fd-a4c2-55e36f7dc5de 2026-07-16 01:38:59.046 13 INFO neutron.plugins.ml2.plugin [None req-1ff45601-f03a-4a31-95d8-dccec87ea50e - - - - - -] Attempt 1 to provision port f2debb19-c6b4-4bca-852b-889d64c3ce46 2026-07-16 01:38:59.597 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port f2debb19-c6b4-4bca-852b-889d64c3ce46 2026-07-16 01:39:02.089 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 5e27d62e-05e7-4774-80c9-1dd65e6187ca 2026-07-16 01:39:02.191 12 INFO neutron.notifiers.nova [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Nova event matching ['req-e52e0ac8-a6dd-43ac-aaf1-c49cd6a66d97'] response: {'server_uuid': '498d7162-9b0a-4d2c-812a-da3e1e6eb66d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5e27d62e-05e7-4774-80c9-1dd65e6187ca', 'code': 200} 2026-07-16 01:39:03.632 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 5e27d62e-05e7-4774-80c9-1dd65e6187ca 2026-07-16 01:39:07.565 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port bb6dc864-4925-48fd-a4c2-55e36f7dc5de 2026-07-16 01:39:07.844 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 40fa5585-e0d0-474a-b83a-2e5407869bfd 2026-07-16 01:39:08.321 13 INFO neutron.plugins.ml2.plugin [None req-54f2f27f-0bd0-41b4-92c8-a4a678d2f905 - - - - - -] Attempt 1 to provision port bb6dc864-4925-48fd-a4c2-55e36f7dc5de 2026-07-16 01:39:08.387 13 INFO neutron.plugins.ml2.plugin [None req-54f2f27f-0bd0-41b4-92c8-a4a678d2f905 - - - - - -] Attempt 1 to provision port f2debb19-c6b4-4bca-852b-889d64c3ce46 2026-07-16 01:39:08.439 13 INFO neutron.plugins.ml2.plugin [None req-54f2f27f-0bd0-41b4-92c8-a4a678d2f905 - - - - - -] Attempt 1 to provision port 5e27d62e-05e7-4774-80c9-1dd65e6187ca 2026-07-16 01:39:09.549 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port bb6dc864-4925-48fd-a4c2-55e36f7dc5de 2026-07-16 01:39:09.702 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 40fa5585-e0d0-474a-b83a-2e5407869bfd 2026-07-16 01:39:11.621 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 4076feaf-bb08-401d-b6ba-3a670f596d80 2026-07-16 01:39:13.645 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 4076feaf-bb08-401d-b6ba-3a670f596d80 2026-07-16 01:39:13.947 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 2b199ab7-9da2-4ed5-b982-ff1979c1e7cb 2026-07-16 01:39:15.745 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 2b199ab7-9da2-4ed5-b982-ff1979c1e7cb 2026-07-16 01:39:16.088 13 INFO neutron.plugins.ml2.plugin [None req-6bf00ff2-c2db-4df5-9d8f-e93f54c888a8 - - - - - -] Attempt 1 to provision port c6586959-cce5-42fc-8acf-94e686c71bab 2026-07-16 01:39:16.114 13 INFO neutron.plugins.ml2.plugin [None req-6bf00ff2-c2db-4df5-9d8f-e93f54c888a8 - - - - - -] Attempt 1 to provision port 2b199ab7-9da2-4ed5-b982-ff1979c1e7cb 2026-07-16 01:39:19.352 13 INFO neutron.plugins.ml2.plugin [None req-346f6414-0d3f-4f45-986a-bb58478df143 - - - - - -] Attempt 1 to provision port c6586959-cce5-42fc-8acf-94e686c71bab 2026-07-16 01:39:19.374 13 INFO neutron.plugins.ml2.plugin [None req-346f6414-0d3f-4f45-986a-bb58478df143 - - - - - -] Attempt 1 to provision port 2b199ab7-9da2-4ed5-b982-ff1979c1e7cb 2026-07-16 01:39:24.128 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 49240946-3ee7-413f-824a-dd424062f308 2026-07-16 01:39:24.231 12 INFO neutron.notifiers.nova [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Nova event matching ['req-cd4a7221-08ff-482f-b8d4-e0c6c5265594'] response: {'server_uuid': '5db0fb32-9234-4575-bbf0-bf22e303a04f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '49240946-3ee7-413f-824a-dd424062f308', 'code': 200} 2026-07-16 01:39:25.631 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 49240946-3ee7-413f-824a-dd424062f308 2026-07-16 01:39:28.116 12 INFO neutron.plugins.ml2.plugin [None req-e01a2c42-579b-4b86-9b52-242467931373 - - - - - -] Attempt 1 to provision port c6586959-cce5-42fc-8acf-94e686c71bab 2026-07-16 01:39:29.577 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port d3354618-9401-46e0-ac14-9a137abf133f 2026-07-16 01:39:29.790 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port c6586959-cce5-42fc-8acf-94e686c71bab 2026-07-16 01:39:30.519 13 INFO neutron.plugins.ml2.plugin [None req-fb3459c1-3da9-490c-93b0-def12b32494f - - - - - -] Attempt 1 to provision port c6586959-cce5-42fc-8acf-94e686c71bab 2026-07-16 01:39:30.579 13 INFO neutron.plugins.ml2.plugin [None req-fb3459c1-3da9-490c-93b0-def12b32494f - - - - - -] Attempt 1 to provision port d3354618-9401-46e0-ac14-9a137abf133f 2026-07-16 01:39:31.548 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port d3354618-9401-46e0-ac14-9a137abf133f 2026-07-16 01:39:31.706 12 INFO neutron.plugins.ml2.plugin [None req-1befdfeb-70b7-4178-aa2d-24f74dc219cc - - - - - -] Attempt 1 to provision port 49240946-3ee7-413f-824a-dd424062f308 2026-07-16 01:39:35.607 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 427651ee-a67b-4efc-9c58-d67b59f2715e 2026-07-16 01:39:35.982 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 284da91b-778d-424e-9bb2-7e7c8d420c02 2026-07-16 01:39:36.698 13 INFO neutron.plugins.ml2.plugin [None req-0e7dcd8d-9970-42ea-b317-f17fa8ff00f7 - - - - - -] Attempt 1 to provision port 284da91b-778d-424e-9bb2-7e7c8d420c02 2026-07-16 01:39:37.569 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 427651ee-a67b-4efc-9c58-d67b59f2715e 2026-07-16 01:39:37.743 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 284da91b-778d-424e-9bb2-7e7c8d420c02 2026-07-16 01:39:40.659 13 INFO neutron.plugins.ml2.plugin [None req-1978155a-99fe-472f-b4c9-c87f24cb1d0b - - - - - -] Attempt 1 to provision port 284da91b-778d-424e-9bb2-7e7c8d420c02 2026-07-16 01:39:40.713 13 INFO neutron.plugins.ml2.plugin [None req-1978155a-99fe-472f-b4c9-c87f24cb1d0b - - - - - -] Attempt 1 to provision port 58dfc340-9445-4231-91bc-d5763a0875c0 2026-07-16 01:39:40.752 13 INFO neutron.plugins.ml2.plugin [None req-b8f06d5e-ea19-4fc4-ac9f-ad7d03e283e3 - - - - - -] Attempt 1 to provision port 97989b2c-6622-410f-83ba-bb21e181a941 2026-07-16 01:39:41.577 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 49c67fa9-93ff-4979-a3cf-dd88631ca7e4 2026-07-16 01:39:43.668 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port bc297321-ca7a-447a-a4a3-d18994da1455 2026-07-16 01:39:44.100 13 INFO neutron.plugins.ml2.plugin [None req-a3fb40e1-2755-4f26-972e-b5d1b2e7314f - - - - - -] Attempt 1 to provision port 49c67fa9-93ff-4979-a3cf-dd88631ca7e4 2026-07-16 01:39:44.877 12 INFO neutron.plugins.ml2.plugin [None req-23ec191b-47c8-482f-ba70-8f15e7f9ad05 - - - - - -] Attempt 1 to provision port e39fc943-3916-4168-8c01-a44d9cac4c0e 2026-07-16 01:39:44.903 12 INFO neutron.plugins.ml2.plugin [None req-23ec191b-47c8-482f-ba70-8f15e7f9ad05 - - - - - -] Attempt 1 to provision port 58dfc340-9445-4231-91bc-d5763a0875c0 2026-07-16 01:39:44.941 12 INFO neutron.plugins.ml2.plugin [None req-d7a26397-261c-46e2-88ea-3bf3d04de730 - - - - - -] Attempt 1 to provision port bc297321-ca7a-447a-a4a3-d18994da1455 2026-07-16 01:39:45.768 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port bc297321-ca7a-447a-a4a3-d18994da1455 2026-07-16 01:39:49.908 13 INFO neutron.plugins.ml2.plugin [None req-04bdf695-519a-4dec-a0bd-3d10080d4c6d - - - - - -] Attempt 1 to provision port 58dfc340-9445-4231-91bc-d5763a0875c0 2026-07-16 01:39:56.830 12 INFO neutron.plugins.ml2.plugin [None req-79b29a9e-5602-4254-8bc4-004ad0339317 - - - - - -] Attempt 1 to provision port 97989b2c-6622-410f-83ba-bb21e181a941 2026-07-16 01:39:57.232 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 58dfc340-9445-4231-91bc-d5763a0875c0 2026-07-16 01:39:57.522 12 INFO neutron.plugins.ml2.plugin [None req-ff703add-a62f-4b48-96e1-915c7e97a689 - - - - - -] Attempt 1 to provision port 4ac5c50c-3010-4714-98e5-e58dcbf02ef2 2026-07-16 01:39:58.231 12 INFO neutron.notifiers.nova [None req-d96a8f43-b4b3-443c-ae96-1d4e3682bb9e - - - - - -] Nova event matching ['req-44069f1b-f3cf-4151-a353-dbded0473f8b'] response: {'server_uuid': 'c2ecf5ec-cff1-46cc-9aa7-98c2c5c23e21', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4ac5c50c-3010-4714-98e5-e58dcbf02ef2', 'code': 200} 2026-07-16 01:39:58.375 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 97989b2c-6622-410f-83ba-bb21e181a941 2026-07-16 01:39:58.535 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 4ac5c50c-3010-4714-98e5-e58dcbf02ef2 2026-07-16 01:39:58.731 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port e39fc943-3916-4168-8c01-a44d9cac4c0e 2026-07-16 01:39:59.021 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 58dfc340-9445-4231-91bc-d5763a0875c0 2026-07-16 01:39:59.204 13 INFO neutron.plugins.ml2.plugin [None req-20dabf13-ca70-4571-9391-b2b60afcf970 - - - - - -] Attempt 1 to provision port 2cfd0b42-dff4-4a01-9084-4b63cbea8f70 2026-07-16 01:40:00.137 13 INFO neutron.notifiers.nova [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Nova event matching ['req-854955af-f415-4d6e-8dd2-8278d88fc50a'] response: {'server_uuid': '5db0fb32-9234-4575-bbf0-bf22e303a04f', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '49240946-3ee7-413f-824a-dd424062f308', 'code': 200} 2026-07-16 01:40:01.275 13 INFO neutron.plugins.ml2.plugin [None req-151cface-9dd7-4290-bb00-96ea694e5eaf - - - - - -] Attempt 1 to provision port e39fc943-3916-4168-8c01-a44d9cac4c0e 2026-07-16 01:40:01.334 13 INFO neutron.plugins.ml2.plugin [None req-151cface-9dd7-4290-bb00-96ea694e5eaf - - - - - -] Attempt 1 to provision port bc297321-ca7a-447a-a4a3-d18994da1455 2026-07-16 01:40:01.380 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port e39fc943-3916-4168-8c01-a44d9cac4c0e 2026-07-16 01:40:01.589 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 49240946-3ee7-413f-824a-dd424062f308 2026-07-16 01:40:01.742 12 INFO neutron.notifiers.nova [None req-f28f6a54-960e-4945-aac9-f3e87f26d000 - - - - - -] Nova event matching ['req-35d1098f-f948-421b-9ae6-a6a333576a7b'] response: {'server_uuid': '5db0fb32-9234-4575-bbf0-bf22e303a04f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '49240946-3ee7-413f-824a-dd424062f308', 'code': 200} 2026-07-16 01:40:02.109 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 2cfd0b42-dff4-4a01-9084-4b63cbea8f70 2026-07-16 01:40:02.645 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 49240946-3ee7-413f-824a-dd424062f308 2026-07-16 01:40:10.920 12 INFO neutron.plugins.ml2.plugin [None req-aeb381ad-5bb7-45a0-bbd4-b7e291dc5641 - - - - - -] Attempt 1 to provision port 4ac5c50c-3010-4714-98e5-e58dcbf02ef2 2026-07-16 01:40:10.968 12 INFO neutron.plugins.ml2.plugin [None req-aeb381ad-5bb7-45a0-bbd4-b7e291dc5641 - - - - - -] Attempt 1 to provision port 2cfd0b42-dff4-4a01-9084-4b63cbea8f70 2026-07-16 01:40:11.016 12 INFO neutron.plugins.ml2.plugin [None req-aeb381ad-5bb7-45a0-bbd4-b7e291dc5641 - - - - - -] Attempt 1 to provision port e39fc943-3916-4168-8c01-a44d9cac4c0e 2026-07-16 01:40:12.804 12 INFO neutron.plugins.ml2.plugin [None req-27959c2d-73a7-45c2-974a-3503e50ba9ab - - - - - -] Attempt 1 to provision port e39fc943-3916-4168-8c01-a44d9cac4c0e 2026-07-16 01:40:14.771 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port d9a37421-efd5-447d-82e9-f2d0a577ed98 2026-07-16 01:40:16.247 13 INFO neutron.plugins.ml2.plugin [None req-f30ee52c-321c-43f1-8ef9-c660f37385ea - - - - - -] Attempt 1 to provision port d9a37421-efd5-447d-82e9-f2d0a577ed98 2026-07-16 01:40:16.738 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 4d495906-2f60-427c-a76f-0491d692ae75 2026-07-16 01:40:17.132 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port d9a37421-efd5-447d-82e9-f2d0a577ed98 2026-07-16 01:40:18.643 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 4d495906-2f60-427c-a76f-0491d692ae75 2026-07-16 01:40:19.992 13 INFO neutron.plugins.ml2.plugin [None req-055ef336-9311-4f47-82a5-439e21857436 - - - - - -] Attempt 1 to provision port d3354618-9401-46e0-ac14-9a137abf133f 2026-07-16 01:40:20.043 13 INFO neutron.plugins.ml2.plugin [None req-055ef336-9311-4f47-82a5-439e21857436 - - - - - -] Attempt 1 to provision port 4b06d987-d4d2-401d-8fd8-6a322ed7fd8f 2026-07-16 01:40:20.069 13 INFO neutron.plugins.ml2.plugin [None req-055ef336-9311-4f47-82a5-439e21857436 - - - - - -] Attempt 1 to provision port d9a37421-efd5-447d-82e9-f2d0a577ed98 2026-07-16 01:40:20.114 13 INFO neutron.plugins.ml2.plugin [None req-055ef336-9311-4f47-82a5-439e21857436 - - - - - -] Attempt 1 to provision port d6467697-c159-40b8-b3e5-d2cb5971910e 2026-07-16 01:40:20.160 13 INFO neutron.plugins.ml2.plugin [None req-055ef336-9311-4f47-82a5-439e21857436 - - - - - -] Attempt 1 to provision port 97989b2c-6622-410f-83ba-bb21e181a941 2026-07-16 01:40:20.207 13 INFO neutron.plugins.ml2.plugin [None req-055ef336-9311-4f47-82a5-439e21857436 - - - - - -] Attempt 1 to provision port f1cca028-6667-4cf9-80a1-aec90c067d53 2026-07-16 01:40:20.229 13 INFO neutron.plugins.ml2.plugin [None req-055ef336-9311-4f47-82a5-439e21857436 - - - - - -] Attempt 1 to provision port 2cfd0b42-dff4-4a01-9084-4b63cbea8f70 2026-07-16 01:40:20.276 13 INFO neutron.plugins.ml2.plugin [None req-055ef336-9311-4f47-82a5-439e21857436 - - - - - -] Attempt 1 to provision port 31b92f1e-bea9-4077-be3b-735ee447ccd8 2026-07-16 01:40:20.296 13 INFO neutron.plugins.ml2.plugin [None req-055ef336-9311-4f47-82a5-439e21857436 - - - - - -] Attempt 1 to provision port de4f8471-aa23-4c0a-ab8d-7183926d3963 2026-07-16 01:40:21.210 13 INFO neutron.plugins.ml2.plugin [None req-689066d0-1195-4c3a-905f-ba959853a533 - - - - - -] Attempt 1 to provision port de4f8471-aa23-4c0a-ab8d-7183926d3963 2026-07-16 01:40:22.461 13 INFO neutron.plugins.ml2.plugin [None req-15ec2cab-7cb6-40cb-93f5-8caf0143c439 - - - - - -] Attempt 1 to provision port de4f8471-aa23-4c0a-ab8d-7183926d3963 2026-07-16 01:40:27.721 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port d756a8bd-42c2-4e4e-973f-cdeaee9bc53e 2026-07-16 01:40:27.824 13 INFO neutron.notifiers.nova [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Nova event matching ['req-25d1b9cb-bdf6-4f79-9370-90a975894514'] response: {'server_uuid': '651a3ace-4aac-497e-bd99-4b207e54e3d9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd756a8bd-42c2-4e4e-973f-cdeaee9bc53e', 'code': 200} 2026-07-16 01:40:29.017 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port d756a8bd-42c2-4e4e-973f-cdeaee9bc53e 2026-07-16 01:40:33.262 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 31b92f1e-bea9-4077-be3b-735ee447ccd8 2026-07-16 01:40:33.463 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port de4f8471-aa23-4c0a-ab8d-7183926d3963 2026-07-16 01:40:35.191 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 31b92f1e-bea9-4077-be3b-735ee447ccd8 2026-07-16 01:40:35.420 13 INFO neutron.plugins.ml2.plugin [None req-ca8f8285-7249-45d1-ac76-3ce77a7cca11 - - - - - -] Attempt 1 to provision port de4f8471-aa23-4c0a-ab8d-7183926d3963 2026-07-16 01:40:56.602 13 INFO neutron.plugins.ml2.plugin [None req-695b25c7-75e3-4554-8a80-2c8e2c65638c - - - - - -] Attempt 1 to provision port 7f0cc34d-03c8-4af9-a207-dab816164ff6 2026-07-16 01:40:59.037 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 9c3302fb-72f4-415e-9fea-06423c2127de 2026-07-16 01:40:59.403 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 443274a1-43cd-468a-af46-46edd0be87ca 2026-07-16 01:41:00.021 12 INFO neutron.plugins.ml2.plugin [None req-8710a2b2-0e9a-4219-af4e-b4623720343f - - - - - -] Attempt 1 to provision port 9c3302fb-72f4-415e-9fea-06423c2127de 2026-07-16 01:41:01.018 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 9c3302fb-72f4-415e-9fea-06423c2127de 2026-07-16 01:41:01.227 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 443274a1-43cd-468a-af46-46edd0be87ca 2026-07-16 01:41:01.736 12 INFO neutron.plugins.ml2.plugin [None req-a262a424-66e0-41ce-96b3-052537127679 - - - - - -] Attempt 1 to provision port 07dcab22-8209-4571-b9b4-e2ff09fa87df 2026-07-16 01:41:01.754 12 INFO neutron.plugins.ml2.plugin [None req-a262a424-66e0-41ce-96b3-052537127679 - - - - - -] Attempt 1 to provision port 9c3302fb-72f4-415e-9fea-06423c2127de 2026-07-16 01:41:02.980 12 INFO neutron.plugins.ml2.plugin [None req-44694078-c4c4-47c6-9bbb-c67f6ab18428 - - - - - -] Attempt 1 to provision port 07dcab22-8209-4571-b9b4-e2ff09fa87df 2026-07-16 01:41:05.688 12 INFO neutron.plugins.ml2.plugin [None req-48622f80-9be3-42ef-9040-45f527d6c101 - - - - - -] Attempt 1 to provision port 07dcab22-8209-4571-b9b4-e2ff09fa87df 2026-07-16 01:41:10.171 12 INFO neutron.plugins.ml2.plugin [None req-de5f77e3-1c83-41cb-a889-a32de8d73c56 - - - - - -] Attempt 1 to provision port 56144e97-6833-4704-a62c-777bebc83659 2026-07-16 01:41:11.584 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port dbee7333-5fde-43aa-9f89-438a9f1923d3 2026-07-16 01:41:11.670 13 INFO neutron.notifiers.nova [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Nova event matching ['req-e73b6a3f-fdb3-4696-9d10-dcd32e3358c4'] response: {'server_uuid': 'd1ff936d-30d2-4841-b570-0ee106a9b590', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'dbee7333-5fde-43aa-9f89-438a9f1923d3', 'code': 200} 2026-07-16 01:41:13.092 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port dbee7333-5fde-43aa-9f89-438a9f1923d3 2026-07-16 01:41:15.206 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 07dcab22-8209-4571-b9b4-e2ff09fa87df 2026-07-16 01:41:17.018 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 07dcab22-8209-4571-b9b4-e2ff09fa87df 2026-07-16 01:41:17.189 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 7f0cc34d-03c8-4af9-a207-dab816164ff6 2026-07-16 01:41:18.992 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 7f0cc34d-03c8-4af9-a207-dab816164ff6 2026-07-16 01:41:51.605 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port e2eca796-7768-43c3-8b24-7867c02073bd 2026-07-16 01:41:51.703 13 INFO neutron.notifiers.nova [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Nova event matching ['req-e2e221d9-6866-4dd6-afbf-3f3a9386c985'] response: {'server_uuid': '4541d1a1-9e3e-4b1f-b917-f1f76515983b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e2eca796-7768-43c3-8b24-7867c02073bd', 'code': 200} 2026-07-16 01:41:53.169 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 2ac7ec53-298b-4422-875e-a163cd94e671 2026-07-16 01:41:53.524 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port e2eca796-7768-43c3-8b24-7867c02073bd 2026-07-16 01:41:53.642 13 INFO neutron.plugins.ml2.plugin [None req-37887f1e-2892-4d89-95ae-c74f81cd8413 - - - - - -] Attempt 1 to provision port 2ac7ec53-298b-4422-875e-a163cd94e671 2026-07-16 01:41:55.029 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 2ac7ec53-298b-4422-875e-a163cd94e671 2026-07-16 01:41:57.074 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 64259c64-e49f-4231-b161-4e61b4b5e14c 2026-07-16 01:41:57.438 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 09d0e66d-4ad0-450c-aac9-ba5b86eb69f2 2026-07-16 01:41:59.129 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 546339b8-b482-43db-af50-39a0c9f17205 2026-07-16 01:41:59.480 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 64259c64-e49f-4231-b161-4e61b4b5e14c 2026-07-16 01:41:59.659 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 09d0e66d-4ad0-450c-aac9-ba5b86eb69f2 2026-07-16 01:42:01.028 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 546339b8-b482-43db-af50-39a0c9f17205 2026-07-16 01:42:03.093 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 2ac7ec53-298b-4422-875e-a163cd94e671 2026-07-16 01:42:05.212 12 INFO neutron.plugins.ml2.plugin [None req-d74f891e-d250-44db-95a7-c935f1d5c68c - - - - - -] Attempt 1 to provision port 0f9f8b9d-ef02-4ad8-85e6-b216942d79cc 2026-07-16 01:42:05.234 12 INFO neutron.plugins.ml2.plugin [None req-d74f891e-d250-44db-95a7-c935f1d5c68c - - - - - -] Attempt 1 to provision port 2ac7ec53-298b-4422-875e-a163cd94e671 2026-07-16 01:42:05.280 12 INFO neutron.plugins.ml2.plugin [None req-d74f891e-d250-44db-95a7-c935f1d5c68c - - - - - -] Attempt 1 to provision port 9d7a1d83-70e7-40bf-bf77-d8fa6b172cd5 2026-07-16 01:42:05.303 12 INFO neutron.plugins.ml2.plugin [None req-d74f891e-d250-44db-95a7-c935f1d5c68c - - - - - -] Attempt 1 to provision port 09d0e66d-4ad0-450c-aac9-ba5b86eb69f2 2026-07-16 01:42:05.354 12 INFO neutron.plugins.ml2.plugin [None req-d74f891e-d250-44db-95a7-c935f1d5c68c - - - - - -] Attempt 1 to provision port 546339b8-b482-43db-af50-39a0c9f17205 2026-07-16 01:42:10.245 13 INFO neutron.plugins.ml2.plugin [None req-c5fe40df-33f0-4aba-982e-9a985fb56533 - - - - - -] Attempt 1 to provision port 7df0ad98-90d1-4ce7-914c-6d71e5b527ce 2026-07-16 01:42:10.280 13 INFO neutron.plugins.ml2.plugin [None req-c5fe40df-33f0-4aba-982e-9a985fb56533 - - - - - -] Attempt 1 to provision port 14ed94e5-89ba-4a62-a810-d81de2698066 2026-07-16 01:42:10.321 13 INFO neutron.plugins.ml2.plugin [None req-c5fe40df-33f0-4aba-982e-9a985fb56533 - - - - - -] Attempt 1 to provision port 2ac7ec53-298b-4422-875e-a163cd94e671 2026-07-16 01:42:10.387 13 INFO neutron.plugins.ml2.plugin [None req-c5fe40df-33f0-4aba-982e-9a985fb56533 - - - - - -] Attempt 1 to provision port 9d7a1d83-70e7-40bf-bf77-d8fa6b172cd5 2026-07-16 01:42:10.417 13 INFO neutron.plugins.ml2.plugin [None req-c5fe40df-33f0-4aba-982e-9a985fb56533 - - - - - -] Attempt 1 to provision port 09d0e66d-4ad0-450c-aac9-ba5b86eb69f2 2026-07-16 01:42:10.468 13 INFO neutron.plugins.ml2.plugin [None req-c5fe40df-33f0-4aba-982e-9a985fb56533 - - - - - -] Attempt 1 to provision port 546339b8-b482-43db-af50-39a0c9f17205 2026-07-16 01:42:13.591 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port be6d4f4a-3169-4487-b5ab-2eaef9e5fee8 2026-07-16 01:42:13.709 13 INFO neutron.notifiers.nova [None req-49f52bc0-a0ec-4e9f-9a52-e7e8cf90ed4c - - - - - -] Nova event matching ['req-90c6181e-6ad2-4264-b714-aa489039a94d'] response: {'server_uuid': 'c6cbf616-4cbe-41b2-8860-100fc6f22046', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'be6d4f4a-3169-4487-b5ab-2eaef9e5fee8', 'code': 200} 2026-07-16 01:42:14.210 12 INFO neutron.plugins.ml2.plugin [None req-033539e8-c74b-41cf-890a-3a9872986b63 - - - - - -] Attempt 1 to provision port be6d4f4a-3169-4487-b5ab-2eaef9e5fee8 2026-07-16 01:42:14.258 12 INFO neutron.plugins.ml2.plugin [None req-033539e8-c74b-41cf-890a-3a9872986b63 - - - - - -] Attempt 1 to provision port 7df0ad98-90d1-4ce7-914c-6d71e5b527ce 2026-07-16 01:42:14.280 12 INFO neutron.plugins.ml2.plugin [None req-033539e8-c74b-41cf-890a-3a9872986b63 - - - - - -] Attempt 1 to provision port 14ed94e5-89ba-4a62-a810-d81de2698066 2026-07-16 01:42:14.398 12 INFO neutron.plugins.ml2.plugin [None req-033539e8-c74b-41cf-890a-3a9872986b63 - - - - - -] Attempt 1 to provision port 9d7a1d83-70e7-40bf-bf77-d8fa6b172cd5 2026-07-16 01:42:14.426 12 INFO neutron.plugins.ml2.plugin [None req-033539e8-c74b-41cf-890a-3a9872986b63 - - - - - -] Attempt 1 to provision port 09d0e66d-4ad0-450c-aac9-ba5b86eb69f2 2026-07-16 01:42:14.476 12 INFO neutron.plugins.ml2.plugin [None req-033539e8-c74b-41cf-890a-3a9872986b63 - - - - - -] Attempt 1 to provision port 546339b8-b482-43db-af50-39a0c9f17205 2026-07-16 01:42:15.105 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 0f9f8b9d-ef02-4ad8-85e6-b216942d79cc 2026-07-16 01:42:15.356 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 7df0ad98-90d1-4ce7-914c-6d71e5b527ce 2026-07-16 01:42:15.623 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 14ed94e5-89ba-4a62-a810-d81de2698066 2026-07-16 01:42:15.818 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port be6d4f4a-3169-4487-b5ab-2eaef9e5fee8 2026-07-16 01:42:16.021 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 9d7a1d83-70e7-40bf-bf77-d8fa6b172cd5 2026-07-16 01:42:17.062 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 0f9f8b9d-ef02-4ad8-85e6-b216942d79cc 2026-07-16 01:42:17.107 12 INFO neutron.plugins.ml2.plugin [None req-df1d1edf-c35d-459c-bc5c-0a7e87d56cd0 - - - - - -] Attempt 1 to provision port 9d7a1d83-70e7-40bf-bf77-d8fa6b172cd5 2026-07-16 01:42:17.179 12 INFO neutron.plugins.ml2.plugin [None req-df1d1edf-c35d-459c-bc5c-0a7e87d56cd0 - - - - - -] Attempt 1 to provision port 7df0ad98-90d1-4ce7-914c-6d71e5b527ce 2026-07-16 01:42:17.221 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 7df0ad98-90d1-4ce7-914c-6d71e5b527ce 2026-07-16 01:42:17.224 12 INFO neutron.plugins.ml2.plugin [None req-df1d1edf-c35d-459c-bc5c-0a7e87d56cd0 - - - - - -] Attempt 1 to provision port 14ed94e5-89ba-4a62-a810-d81de2698066 2026-07-16 01:42:17.408 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 9d7a1d83-70e7-40bf-bf77-d8fa6b172cd5 2026-07-16 01:42:20.329 13 INFO neutron.plugins.ml2.plugin [None req-9e870b04-312c-4e13-83c8-050f8d5ad328 - - - - - -] Attempt 1 to provision port 7df0ad98-90d1-4ce7-914c-6d71e5b527ce 2026-07-16 01:42:20.383 13 INFO neutron.plugins.ml2.plugin [None req-9e870b04-312c-4e13-83c8-050f8d5ad328 - - - - - -] Attempt 1 to provision port 14ed94e5-89ba-4a62-a810-d81de2698066 2026-07-16 01:42:21.669 13 INFO neutron.plugins.ml2.plugin [None req-b1fe32b2-816c-42e7-b4b0-0992901e6264 - - - - - -] Attempt 1 to provision port be6d4f4a-3169-4487-b5ab-2eaef9e5fee8 2026-07-16 01:42:29.084 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 02f10c5a-dc4d-4309-96c2-e05cc1645b94 2026-07-16 01:42:29.183 12 INFO neutron.notifiers.nova [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Nova event matching ['req-4f0ee8ff-10d8-4e69-a9f3-3fdf7f9c7f9c'] response: {'server_uuid': '37d0555f-429c-4b80-96e0-9b707acca302', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '02f10c5a-dc4d-4309-96c2-e05cc1645b94', 'code': 200} 2026-07-16 01:42:30.896 13 INFO neutron_taas.services.taas.taas_plugin [None req-7da1db15-f1a3-4c58-ae20-f3828d8bd3e4 - - - - - -] TaaS: Handle Delete Port: 9c3302fb-72f4-415e-9fea-06423c2127de 2026-07-16 01:42:30.910 13 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7da1db15-f1a3-4c58-ae20-f3828d8bd3e4 - - - - - -] Tap Mirror: Handle Delete Port: 9c3302fb-72f4-415e-9fea-06423c2127de 2026-07-16 01:42:31.347 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 02f10c5a-dc4d-4309-96c2-e05cc1645b94 2026-07-16 01:42:55.894 12 INFO neutron.plugins.ml2.plugin [None req-7fc721bc-464c-4bf8-8cd6-be343a54701a - - - - - -] Attempt 1 to provision port 751e22d6-2400-4a91-9334-c57486a2c833 2026-07-16 01:43:17.612 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port e72408a5-feba-4c66-8dc0-6d30f84d814b 2026-07-16 01:43:17.922 13 INFO neutron.notifiers.nova [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Nova event matching ['req-a922871f-c52d-4591-8488-bd643c231e62'] response: {'server_uuid': 'fa8fad30-5c80-4e56-8a2d-25edde303ba0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e72408a5-feba-4c66-8dc0-6d30f84d814b', 'code': 200} 2026-07-16 01:43:19.091 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port e72408a5-feba-4c66-8dc0-6d30f84d814b 2026-07-16 01:43:57.817 12 INFO neutron.plugins.ml2.plugin [None req-7cd19004-83e5-4950-bd71-d76a138be584 - - - - - -] Attempt 1 to provision port be729306-9fc9-47af-b3e5-d73a0083b96e 2026-07-16 01:44:03.129 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port be729306-9fc9-47af-b3e5-d73a0083b96e 2026-07-16 01:44:03.240 13 INFO neutron.notifiers.nova [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Nova event matching ['req-0c0638cc-0e5e-46b2-917a-e924d8bf4317'] response: {'server_uuid': 'fa8fad30-5c80-4e56-8a2d-25edde303ba0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'be729306-9fc9-47af-b3e5-d73a0083b96e', 'code': 200} 2026-07-16 01:44:05.102 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port be729306-9fc9-47af-b3e5-d73a0083b96e 2026-07-16 01:44:07.619 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port be729306-9fc9-47af-b3e5-d73a0083b96e 2026-07-16 01:44:31.741 12 INFO neutron.plugins.ml2.plugin [None req-ccabbf3d-ef75-4453-8f91-18f7a5a1f32e - - - - - -] Attempt 1 to provision port 74f3e002-e129-49eb-a39e-e47a2b12da43 2026-07-16 01:44:38.718 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 74f3e002-e129-49eb-a39e-e47a2b12da43 2026-07-16 01:44:38.886 12 INFO neutron.notifiers.nova [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Nova event matching ['req-ca5a24c1-9b6d-4364-b024-9a0600d5f61c'] response: {'server_uuid': 'fa8fad30-5c80-4e56-8a2d-25edde303ba0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '74f3e002-e129-49eb-a39e-e47a2b12da43', 'code': 200} 2026-07-16 01:44:39.297 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 74f3e002-e129-49eb-a39e-e47a2b12da43 2026-07-16 01:44:52.954 13 INFO neutron.plugins.ml2.plugin [None req-87b4efe1-f97d-4956-8f10-58e75e565619 - - - - - -] Attempt 1 to provision port 894b32b5-8ad0-4580-80bd-ed1658e3ca7c 2026-07-16 01:44:59.350 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 894b32b5-8ad0-4580-80bd-ed1658e3ca7c 2026-07-16 01:44:59.446 12 INFO neutron.notifiers.nova [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Nova event matching ['req-0fffd255-340e-42c4-a960-9e9eea9e5572'] response: {'server_uuid': 'fa8fad30-5c80-4e56-8a2d-25edde303ba0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '894b32b5-8ad0-4580-80bd-ed1658e3ca7c', 'code': 200} 2026-07-16 01:45:01.302 13 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 894b32b5-8ad0-4580-80bd-ed1658e3ca7c 2026-07-16 01:45:02.654 13 INFO neutron.plugins.ml2.plugin [None req-5b3560f5-16bc-4fab-8afd-36fd19b7141b - - - - - -] Attempt 1 to provision port 74f3e002-e129-49eb-a39e-e47a2b12da43 2026-07-16 01:45:03.358 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 74f3e002-e129-49eb-a39e-e47a2b12da43 2026-07-16 01:45:16.480 12 INFO neutron.plugins.ml2.plugin [None req-3e80dac3-e1b5-4017-85ee-972af279162e - - - - - -] Attempt 1 to provision port 894b32b5-8ad0-4580-80bd-ed1658e3ca7c 2026-07-16 01:45:17.430 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 894b32b5-8ad0-4580-80bd-ed1658e3ca7c 2026-07-16 01:45:17.808 13 INFO neutron.plugins.ml2.plugin [None req-397b50f2-7d6c-48c3-8acb-2411d825e408 - - - - - -] Attempt 1 to provision port 894b32b5-8ad0-4580-80bd-ed1658e3ca7c 2026-07-16 01:45:26.992 13 INFO neutron.plugins.ml2.plugin [None req-95013a50-b1c6-400f-bf82-b490fb47ba65 - - - - - -] Attempt 1 to provision port 74f3e002-e129-49eb-a39e-e47a2b12da43 2026-07-16 01:45:27.411 12 INFO neutron.plugins.ml2.plugin [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Attempt 1 to provision port 74f3e002-e129-49eb-a39e-e47a2b12da43 2026-07-16 01:45:49.579 13 INFO neutron.notifiers.nova [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Nova event matching ['req-af48ad4a-b915-4e19-98e5-66ca20df7acd'] response: {'server_uuid': 'fa8fad30-5c80-4e56-8a2d-25edde303ba0', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'be729306-9fc9-47af-b3e5-d73a0083b96e', 'code': 200} 2026-07-16 01:45:59.517 12 INFO neutron.notifiers.nova [None req-e4985a28-a9de-449a-9f9e-ee5980e99a05 - - - - - -] Nova event matching ['req-9265332d-6dc4-41a5-a8a9-553c2bec82dd'] response: {'server_uuid': '37d0555f-429c-4b80-96e0-9b707acca302', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '02f10c5a-dc4d-4309-96c2-e05cc1645b94', 'code': 200}