+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini This program is using eventlet and has been monkey_patched /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-08-14 23:50:00.214 1 INFO neutron.common.config [-] Logging enabled! 2026-08-14 23:50:00.214 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.6.dev8 2026-08-14 23:50:00.214 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-08-14 23:50:00.215 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-14 23:50:01.133 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-14 23:50:01.136 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-14 23:50:01.139 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-14 23:50:01.140 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-14 23:50:01.140 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-14 23:50:01.140 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-14 23:50:01.140 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-14 23:50:01.146 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-14 23:50:01.146 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-14 23:50:01.147 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-14 23:50:01.165 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-14 23:50:01.165 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-14 23:50:01.166 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-14 23:50:01.201 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-14 23:50:01.201 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-14 23:50:01.201 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-14 23:50:01.201 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-14 23:50:01.463 1 INFO neutron.plugins.ml2.managers [None req-856461b2-273f-44be-ac25-7f797ae2fe8d - - - - - -] Initializing driver for type 'vlan' 2026-08-14 23:50:01.600 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-856461b2-273f-44be-ac25-7f797ae2fe8d - - - - - -] VlanTypeDriver initialization complete 2026-08-14 23:50:01.600 1 INFO neutron.plugins.ml2.managers [None req-856461b2-273f-44be-ac25-7f797ae2fe8d - - - - - -] Initializing driver for type 'vxlan' 2026-08-14 23:50:01.601 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-856461b2-273f-44be-ac25-7f797ae2fe8d - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-14 23:50:01.659 1 INFO neutron.plugins.ml2.managers [None req-856461b2-273f-44be-ac25-7f797ae2fe8d - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-14 23:50:01.659 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-856461b2-273f-44be-ac25-7f797ae2fe8d - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-14 23:50:01.659 1 INFO neutron.plugins.ml2.managers [None req-856461b2-273f-44be-ac25-7f797ae2fe8d - - - - - -] Initializing extension driver 'port_security' 2026-08-14 23:50:01.659 1 INFO neutron.plugins.ml2.extensions.port_security [None req-856461b2-273f-44be-ac25-7f797ae2fe8d - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-14 23:50:01.660 1 INFO neutron.plugins.ml2.managers [None req-856461b2-273f-44be-ac25-7f797ae2fe8d - - - - - -] Initializing extension driver 'qos' 2026-08-14 23:50:01.660 1 INFO neutron.plugins.ml2.managers [None req-856461b2-273f-44be-ac25-7f797ae2fe8d - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-14 23:50:01.660 1 INFO neutron.plugins.ml2.managers [None req-856461b2-273f-44be-ac25-7f797ae2fe8d - - - - - -] Initializing mechanism driver 'l2population' 2026-08-14 23:50:01.672 1 INFO neutron.quota [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded quota_driver: . 2026-08-14 23:50:01.672 1 INFO neutron.plugins.ml2.plugin [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Modular L2 Plugin initialization complete 2026-08-14 23:50:01.673 1 INFO neutron.plugins.ml2.managers [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-14 23:50:01.673 1 INFO neutron.plugins.ml2.managers [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-14 23:50:01.673 1 INFO neutron.plugins.ml2.managers [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Got port-security extension from driver 'port_security' 2026-08-14 23:50:01.673 1 INFO neutron.extensions.vlantransparent [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Disabled vlantransparent extension. 2026-08-14 23:50:01.673 1 INFO neutron.extensions.qinq [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Disabled VLAN QinQ extension. 2026-08-14 23:50:01.673 1 INFO neutron.manager [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loading Plugin: qos 2026-08-14 23:50:01.685 1 INFO neutron.manager [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loading Plugin: router 2026-08-14 23:50:01.719 1 INFO neutron.services.service_base [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-14 23:50:01.720 1 INFO neutron.manager [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loading Plugin: segments 2026-08-14 23:50:01.784 1 INFO neutron.manager [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loading Plugin: trunk 2026-08-14 23:50:01.797 1 INFO neutron.manager [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loading Plugin: vpnaas 2026-08-14 23:50:01.826 1 WARNING stevedore.named [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-14 23:50:01.827 1 WARNING stevedore.named [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-14 23:50:02.017 1 INFO neutron_vpnaas.services.vpn.plugin [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-14 23:50:02.017 1 INFO neutron.common.utils [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-14 23:50:02.017 1 INFO neutron.manager [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loading Plugin: taas 2026-08-14 23:50:02.034 1 WARNING stevedore.named [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-14 23:50:02.057 1 INFO neutron_taas.services.taas.taas_plugin [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-14 23:50:02.057 1 INFO neutron.manager [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loading Plugin: tapmirror 2026-08-14 23:50:02.063 1 WARNING stevedore.named [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-14 23:50:02.076 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-14 23:50:02.076 1 INFO neutron.manager [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loading Plugin: auto_allocate 2026-08-14 23:50:02.080 1 INFO neutron.manager [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loading Plugin: tag 2026-08-14 23:50:02.086 1 INFO neutron.manager [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loading Plugin: timestamp 2026-08-14 23:50:02.087 1 INFO neutron.manager [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loading Plugin: network_ip_availability 2026-08-14 23:50:02.090 1 INFO neutron.manager [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loading Plugin: flavors 2026-08-14 23:50:02.093 1 INFO neutron.manager [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loading Plugin: revisions 2026-08-14 23:50:02.096 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Initializing extension manager. 2026-08-14 23:50:02.097 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: address-group 2026-08-14 23:50:02.098 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: address-scope 2026-08-14 23:50:02.098 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-14 23:50:02.099 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: agent 2026-08-14 23:50:02.100 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: agent-resources-synced 2026-08-14 23:50:02.101 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: allowed-address-pairs 2026-08-14 23:50:02.101 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: auto-allocated-topology 2026-08-14 23:50:02.102 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: availability_zone 2026-08-14 23:50:02.102 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: availability_zone_filter 2026-08-14 23:50:02.103 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-14 23:50:02.103 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: default-subnetpools 2026-08-14 23:50:02.104 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-14 23:50:02.105 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: dns-integration 2026-08-14 23:50:02.105 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: dns-domain-ports 2026-08-14 23:50:02.106 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-14 23:50:02.106 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: dvr 2026-08-14 23:50:02.107 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-14 23:50:02.107 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: empty-string-filtering 2026-08-14 23:50:02.107 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-14 23:50:02.108 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-14 23:50:02.108 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: external-net 2026-08-14 23:50:02.109 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-14 23:50:02.109 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: extraroute 2026-08-14 23:50:02.110 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: extraroute-atomic 2026-08-14 23:50:02.110 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-14 23:50:02.110 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-14 23:50:02.111 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-14 23:50:02.111 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-14 23:50:02.112 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: fip-port-details 2026-08-14 23:50:02.112 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: flavors 2026-08-14 23:50:02.113 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-14 23:50:02.114 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: floatingip-pools 2026-08-14 23:50:02.114 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: ip_allocation 2026-08-14 23:50:02.115 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: ip-substring-filtering 2026-08-14 23:50:02.115 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: l2_adjacency 2026-08-14 23:50:02.116 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: router 2026-08-14 23:50:02.117 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-14 23:50:02.118 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-14 23:50:02.118 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-14 23:50:02.119 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: ext-gw-mode 2026-08-14 23:50:02.119 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: l3-ha 2026-08-14 23:50:02.120 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-14 23:50:02.120 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-14 23:50:02.121 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: l3-flavors 2026-08-14 23:50:02.121 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-14 23:50:02.122 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-14 23:50:02.123 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-14 23:50:02.124 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-14 23:50:02.125 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-14 23:50:02.126 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-14 23:50:02.127 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-14 23:50:02.127 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: multi-provider 2026-08-14 23:50:02.128 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: net-mtu 2026-08-14 23:50:02.128 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: net-mtu-writable 2026-08-14 23:50:02.128 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: network_availability_zone 2026-08-14 23:50:02.129 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: network_ha 2026-08-14 23:50:02.129 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: network-ip-availability 2026-08-14 23:50:02.130 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-14 23:50:02.131 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: pagination 2026-08-14 23:50:02.131 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: port-device-profile 2026-08-14 23:50:02.131 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-14 23:50:02.132 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-14 23:50:02.132 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-14 23:50:02.133 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: port-mac-override 2026-08-14 23:50:02.133 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-14 23:50:02.134 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-14 23:50:02.134 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-14 23:50:02.135 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: port-resource-request 2026-08-14 23:50:02.135 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: port-resource-request-groups 2026-08-14 23:50:02.135 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-14 23:50:02.136 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: binding 2026-08-14 23:50:02.136 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: binding-extended 2026-08-14 23:50:02.137 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: port-security 2026-08-14 23:50:02.137 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: project-id 2026-08-14 23:50:02.138 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: provider 2026-08-14 23:50:02.138 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-14 23:50:02.140 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: qos 2026-08-14 23:50:02.141 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-14 23:50:02.141 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-14 23:50:02.141 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: qos-default 2026-08-14 23:50:02.142 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: qos-fip 2026-08-14 23:50:02.142 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-14 23:50:02.143 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: qos-gateway-ip 2026-08-14 23:50:02.143 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: qos-port-network-policy 2026-08-14 23:50:02.144 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: qos-pps-minimum 2026-08-14 23:50:02.144 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-14 23:50:02.145 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: qos-pps 2026-08-14 23:50:02.145 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: qos-rule-type-details 2026-08-14 23:50:02.146 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-14 23:50:02.146 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: qos-rules-alias 2026-08-14 23:50:02.146 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: quota-check-limit 2026-08-14 23:50:02.147 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: quota-check-limit-default 2026-08-14 23:50:02.149 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: quotas 2026-08-14 23:50:02.151 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: quota_details 2026-08-14 23:50:02.152 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: rbac-policies 2026-08-14 23:50:02.153 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: rbac-address-group 2026-08-14 23:50:02.153 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: rbac-address-scope 2026-08-14 23:50:02.154 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: rbac-security-groups 2026-08-14 23:50:02.154 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: rbac-subnetpool 2026-08-14 23:50:02.154 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: revision-if-match 2026-08-14 23:50:02.155 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: standard-attr-revisions 2026-08-14 23:50:02.156 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: router_availability_zone 2026-08-14 23:50:02.156 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-14 23:50:02.157 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: security-groups-default-rules 2026-08-14 23:50:02.158 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-14 23:50:02.158 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-14 23:50:02.159 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-14 23:50:02.159 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-14 23:50:02.159 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-14 23:50:02.163 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: security-group 2026-08-14 23:50:02.164 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: segment 2026-08-14 23:50:02.164 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-14 23:50:02.165 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: service-type 2026-08-14 23:50:02.165 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: sorting 2026-08-14 23:50:02.166 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: standard-attr-segment 2026-08-14 23:50:02.166 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: standard-attr-description 2026-08-14 23:50:02.167 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: stateful-security-group 2026-08-14 23:50:02.167 1 WARNING neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-14 23:50:02.167 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-14 23:50:02.168 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: subnet-external-network 2026-08-14 23:50:02.168 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: subnet_onboard 2026-08-14 23:50:02.169 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-14 23:50:02.169 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: subnet-service-types 2026-08-14 23:50:02.170 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: subnet_allocation 2026-08-14 23:50:02.170 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-14 23:50:02.171 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: tag-creation 2026-08-14 23:50:02.171 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-14 23:50:02.174 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: standard-attr-tag 2026-08-14 23:50:02.175 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-14 23:50:02.175 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: trunk 2026-08-14 23:50:02.176 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: trunk-details 2026-08-14 23:50:02.176 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-14 23:50:02.177 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-14 23:50:02.177 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-14 23:50:02.178 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-14 23:50:02.179 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-14 23:50:02.180 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-14 23:50:02.180 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: vpn-flavors 2026-08-14 23:50:02.182 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: vpnaas 2026-08-14 23:50:02.183 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: taas 2026-08-14 23:50:02.183 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: tap-mirror 2026-08-14 23:50:02.184 1 INFO neutron.api.extensions [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Loaded extension: taas-vlan-filter 2026-08-14 23:50:02.186 1 INFO oslo_service.backend.eventlet.service [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Starting 2 workers 2026-08-14 23:50:02.191 1 INFO oslo_service.backend.eventlet.service [None req-719d8454-62ac-4c34-9d5f-3bea4ae42d0f - - - - - -] Starting 1 workers 2026-08-14 23:50:39.716 12 INFO neutron.db.l3_hamode_db [None req-e4248d9e-b29a-490b-80e3-1b3d6a99a515 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-14 23:50:56.943 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 8da980c1-96d8-4848-a14a-8fa7a34ddb8d 2026-08-14 23:50:57.250 12 INFO neutron.plugins.ml2.plugin [None req-726fcc36-34d4-4373-89ce-5a837565c03d - - - - - -] Attempt 1 to provision port 8da980c1-96d8-4848-a14a-8fa7a34ddb8d 2026-08-14 23:50:58.876 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 8da980c1-96d8-4848-a14a-8fa7a34ddb8d 2026-08-14 23:50:58.960 12 INFO neutron.plugins.ml2.plugin [None req-8ff7e447-f00a-4654-bcf3-8051ca6494ab - - - - - -] Attempt 1 to provision port 8da980c1-96d8-4848-a14a-8fa7a34ddb8d 2026-08-14 23:55:20.341 11 INFO neutron.plugins.ml2.plugin [None req-2df1d637-aa78-433a-9cd0-70afc9161a80 - - - - - -] Attempt 1 to provision port 4e2364ee-39bc-414e-a2f6-180166731023 2026-08-14 23:55:21.060 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 4e2364ee-39bc-414e-a2f6-180166731023 2026-08-14 23:55:21.986 11 INFO neutron.plugins.ml2.plugin [None req-cb6b379e-a32e-4ffb-881e-ac7fdae8a0f0 - - - - - -] Attempt 1 to provision port 4e2364ee-39bc-414e-a2f6-180166731023 2026-08-14 23:55:26.632 11 INFO neutron.plugins.ml2.plugin [None req-543e7e08-8ccb-4b9d-8d68-38cd7f3c21be - - - - - -] Attempt 1 to provision port 2fff1fc7-0dbc-4827-985e-1b3ec5402c05 2026-08-14 23:58:55.746 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 2fff1fc7-0dbc-4827-985e-1b3ec5402c05 2026-08-14 23:58:57.185 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 2fff1fc7-0dbc-4827-985e-1b3ec5402c05 2026-08-15 00:07:09.837 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 892d6a73-b533-47ee-a837-8f11cced0822 2026-08-15 00:07:11.817 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 892d6a73-b533-47ee-a837-8f11cced0822 2026-08-15 00:23:20.448 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port accfab33-9ca8-4d01-a61e-46c720f5054e 2026-08-15 00:23:22.545 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port accfab33-9ca8-4d01-a61e-46c720f5054e 2026-08-15 00:23:22.748 11 INFO neutron.plugins.ml2.plugin [None req-2e52c83f-bc50-4726-8087-e4968b14aa57 - - - - - -] Attempt 1 to provision port 1ca836e1-ca0d-4843-8fd2-0c40a9bd75cc 2026-08-15 00:23:23.347 11 INFO neutron.plugins.ml2.plugin [None req-5a2ee444-85de-43cc-8e9a-87bb7f4063b5 - - - - - -] Attempt 1 to provision port 1ca836e1-ca0d-4843-8fd2-0c40a9bd75cc 2026-08-15 00:23:23.404 11 INFO neutron.plugins.ml2.plugin [None req-5a2ee444-85de-43cc-8e9a-87bb7f4063b5 - - - - - -] Attempt 1 to provision port accfab33-9ca8-4d01-a61e-46c720f5054e 2026-08-15 00:23:24.463 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 1ca836e1-ca0d-4843-8fd2-0c40a9bd75cc 2026-08-15 00:23:26.463 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 7b20edfa-3c92-4a71-a14d-14d44bff98b0 2026-08-15 00:23:28.498 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 7b20edfa-3c92-4a71-a14d-14d44bff98b0 2026-08-15 00:23:30.988 12 INFO neutron.plugins.ml2.plugin [None req-8e93879e-e99e-4f7d-b43e-e557d460f55e - - - - - -] Attempt 1 to provision port 1ca836e1-ca0d-4843-8fd2-0c40a9bd75cc 2026-08-15 00:23:31.036 12 INFO neutron.plugins.ml2.plugin [None req-8e93879e-e99e-4f7d-b43e-e557d460f55e - - - - - -] Attempt 1 to provision port 7b20edfa-3c92-4a71-a14d-14d44bff98b0 2026-08-15 00:23:31.098 12 INFO neutron.plugins.ml2.plugin [None req-8e93879e-e99e-4f7d-b43e-e557d460f55e - - - - - -] Attempt 1 to provision port fc860ae1-de6b-4ad4-9b4e-d7a341cefe1e 2026-08-15 00:23:31.136 12 INFO neutron.plugins.ml2.plugin [None req-8e93879e-e99e-4f7d-b43e-e557d460f55e - - - - - -] Attempt 1 to provision port 8e41617a-22e0-4576-ac8c-6291666c2939 2026-08-15 00:23:32.546 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port bb6b5875-58be-4226-bf6e-fb4fe3467d6a 2026-08-15 00:23:32.981 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 4767701c-cbaf-4166-9faf-2a9fda97be1d 2026-08-15 00:23:34.559 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port bb6b5875-58be-4226-bf6e-fb4fe3467d6a 2026-08-15 00:23:34.775 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 4767701c-cbaf-4166-9faf-2a9fda97be1d 2026-08-15 00:23:36.470 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 895cabc2-dddc-4995-917b-785f3c47387a 2026-08-15 00:23:38.506 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 895cabc2-dddc-4995-917b-785f3c47387a 2026-08-15 00:23:38.930 12 INFO neutron.plugins.ml2.plugin [None req-64732e53-3b41-4347-824f-c0f7ded840fc - - - - - -] Attempt 1 to provision port 7b20edfa-3c92-4a71-a14d-14d44bff98b0 2026-08-15 00:23:38.986 12 INFO neutron.plugins.ml2.plugin [None req-64732e53-3b41-4347-824f-c0f7ded840fc - - - - - -] Attempt 1 to provision port fc860ae1-de6b-4ad4-9b4e-d7a341cefe1e 2026-08-15 00:23:39.011 12 INFO neutron.plugins.ml2.plugin [None req-64732e53-3b41-4347-824f-c0f7ded840fc - - - - - -] Attempt 1 to provision port f831fd70-80d4-4652-9672-5eef85e36251 2026-08-15 00:23:39.039 12 INFO neutron.plugins.ml2.plugin [None req-64732e53-3b41-4347-824f-c0f7ded840fc - - - - - -] Attempt 1 to provision port 8e41617a-22e0-4576-ac8c-6291666c2939 2026-08-15 00:23:43.098 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port b56a92ee-7bcf-43d5-8b2c-515d8e03cf0e 2026-08-15 00:23:43.490 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 423f3484-688a-498b-8e3c-f27a247dc42a 2026-08-15 00:23:44.091 12 INFO neutron.notifiers.nova [None req-6a340cf4-0042-4a2a-beb0-a029cf1d5a2c - - - - - -] Nova event matching ['req-4c9ca015-45b7-49df-b33d-4b3b901c0940'] response: {'server_uuid': 'a7498f45-f6d2-4aa6-a193-14686c65d89a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '423f3484-688a-498b-8e3c-f27a247dc42a', 'code': 200} 2026-08-15 00:23:45.110 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port b56a92ee-7bcf-43d5-8b2c-515d8e03cf0e 2026-08-15 00:23:45.368 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 423f3484-688a-498b-8e3c-f27a247dc42a 2026-08-15 00:23:45.525 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 525e13c9-bc64-427f-be72-1f37a9b00ad6 2026-08-15 00:23:45.858 11 INFO neutron.plugins.ml2.plugin [None req-83a429e2-21db-4f0a-bcb2-2d7d50acb462 - - - - - -] Attempt 1 to provision port fc860ae1-de6b-4ad4-9b4e-d7a341cefe1e 2026-08-15 00:23:45.878 11 INFO neutron.plugins.ml2.plugin [None req-83a429e2-21db-4f0a-bcb2-2d7d50acb462 - - - - - -] Attempt 1 to provision port e99f8f99-8aaf-4cb7-a096-f10fb053537f 2026-08-15 00:23:45.899 11 INFO neutron.plugins.ml2.plugin [None req-83a429e2-21db-4f0a-bcb2-2d7d50acb462 - - - - - -] Attempt 1 to provision port b56a92ee-7bcf-43d5-8b2c-515d8e03cf0e 2026-08-15 00:23:45.944 11 INFO neutron.plugins.ml2.plugin [None req-83a429e2-21db-4f0a-bcb2-2d7d50acb462 - - - - - -] Attempt 1 to provision port 5e482c3f-6d3f-4d70-8571-bca9710ec00d 2026-08-15 00:23:45.971 11 INFO neutron.plugins.ml2.plugin [None req-83a429e2-21db-4f0a-bcb2-2d7d50acb462 - - - - - -] Attempt 1 to provision port 8e41617a-22e0-4576-ac8c-6291666c2939 2026-08-15 00:23:46.106 11 INFO neutron.notifiers.nova [None req-83a429e2-21db-4f0a-bcb2-2d7d50acb462 - - - - - -] Nova event matching ['req-9b5c8150-1b90-4d55-8600-800dc17d99ff'] response: {'server_uuid': 'c4908786-ac2a-47e7-8e2e-7d90e316aa35', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '525e13c9-bc64-427f-be72-1f37a9b00ad6', 'code': 200} 2026-08-15 00:23:47.567 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 605d0324-500f-4762-8b8c-e9458ef4912c 2026-08-15 00:23:47.708 12 INFO neutron.notifiers.nova [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Nova event matching ['req-6143491d-fbae-4855-a69e-d09cc763691d'] response: {'server_uuid': 'f8c2316e-e41f-449b-ad18-1d9fa9a179d6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '605d0324-500f-4762-8b8c-e9458ef4912c', 'code': 200} 2026-08-15 00:23:47.999 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 525e13c9-bc64-427f-be72-1f37a9b00ad6 2026-08-15 00:23:48.965 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 605d0324-500f-4762-8b8c-e9458ef4912c 2026-08-15 00:23:51.183 12 INFO neutron.notifiers.nova [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Nova event matching ['req-364a26b3-2170-45ad-810b-7bdb0c7ffe84'] response: {'server_uuid': 'c4908786-ac2a-47e7-8e2e-7d90e316aa35', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '525e13c9-bc64-427f-be72-1f37a9b00ad6', 'code': 200} 2026-08-15 00:23:51.288 11 INFO neutron.plugins.ml2.plugin [None req-34bb20d1-e0b8-4a87-a749-19feebc2cf76 - - - - - -] Attempt 1 to provision port b56a92ee-7bcf-43d5-8b2c-515d8e03cf0e 2026-08-15 00:23:51.378 11 INFO neutron.plugins.ml2.plugin [None req-34bb20d1-e0b8-4a87-a749-19feebc2cf76 - - - - - -] Attempt 1 to provision port 605d0324-500f-4762-8b8c-e9458ef4912c 2026-08-15 00:23:51.431 11 INFO neutron.plugins.ml2.plugin [None req-34bb20d1-e0b8-4a87-a749-19feebc2cf76 - - - - - -] Attempt 1 to provision port fc860ae1-de6b-4ad4-9b4e-d7a341cefe1e 2026-08-15 00:23:51.461 11 INFO neutron.plugins.ml2.plugin [None req-34bb20d1-e0b8-4a87-a749-19feebc2cf76 - - - - - -] Attempt 1 to provision port 5e482c3f-6d3f-4d70-8571-bca9710ec00d 2026-08-15 00:23:54.439 12 INFO neutron.plugins.ml2.plugin [None req-608451c2-01fa-4990-953c-21d9690757e5 - - - - - -] Attempt 1 to provision port 5e482c3f-6d3f-4d70-8571-bca9710ec00d 2026-08-15 00:23:54.487 12 INFO neutron.plugins.ml2.plugin [None req-608451c2-01fa-4990-953c-21d9690757e5 - - - - - -] Attempt 1 to provision port 423f3484-688a-498b-8e3c-f27a247dc42a 2026-08-15 00:23:58.907 12 INFO neutron.plugins.ml2.plugin [None req-c6cffa0e-5c3f-4816-a972-4e52b335470e - - - - - -] Attempt 1 to provision port b1e90331-ef7a-4603-adce-2d5ea75fa924 2026-08-15 00:23:58.929 12 INFO neutron.plugins.ml2.plugin [None req-c6cffa0e-5c3f-4816-a972-4e52b335470e - - - - - -] Attempt 1 to provision port 84719849-e444-49d8-9c7b-0b936eb8cc7d 2026-08-15 00:23:58.958 12 INFO neutron.plugins.ml2.plugin [None req-c6cffa0e-5c3f-4816-a972-4e52b335470e - - - - - -] Attempt 1 to provision port 8da980c1-96d8-4848-a14a-8fa7a34ddb8d 2026-08-15 00:23:59.028 12 INFO neutron.plugins.ml2.plugin [None req-c6cffa0e-5c3f-4816-a972-4e52b335470e - - - - - -] Attempt 1 to provision port bd6d9167-70c2-4742-866c-a16ad5a464f2 2026-08-15 00:23:59.051 12 INFO neutron.plugins.ml2.plugin [None req-c6cffa0e-5c3f-4816-a972-4e52b335470e - - - - - -] Attempt 1 to provision port f831fd70-80d4-4652-9672-5eef85e36251 2026-08-15 00:23:59.090 12 INFO neutron.plugins.ml2.plugin [None req-c6cffa0e-5c3f-4816-a972-4e52b335470e - - - - - -] Attempt 1 to provision port 5e482c3f-6d3f-4d70-8571-bca9710ec00d 2026-08-15 00:24:06.923 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 93efc65f-af30-4428-8fcf-091e0c6707bd 2026-08-15 00:24:07.344 12 INFO neutron.plugins.ml2.plugin [None req-18eb65aa-9503-4cfa-8a3e-634b80876d2f - - - - - -] Attempt 1 to provision port 87ef267d-e790-4bad-b29d-8fbffa1782d5 2026-08-15 00:24:09.023 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 220f7843-8fdf-4b6e-9884-2c86de1433da 2026-08-15 00:24:09.410 11 INFO neutron.plugins.ml2.plugin [None req-27cf18b2-e819-4ebf-a270-98523fc53432 - - - - - -] Attempt 1 to provision port 93efc65f-af30-4428-8fcf-091e0c6707bd 2026-08-15 00:24:09.622 11 INFO neutron.plugins.ml2.plugin [None req-27cf18b2-e819-4ebf-a270-98523fc53432 - - - - - -] Attempt 1 to provision port 87ef267d-e790-4bad-b29d-8fbffa1782d5 2026-08-15 00:24:10.819 12 INFO neutron.plugins.ml2.plugin [None req-2a577814-8f45-4c81-af76-f1ace85fb81f - - - - - -] Attempt 1 to provision port 93efc65f-af30-4428-8fcf-091e0c6707bd 2026-08-15 00:24:12.937 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 8e41617a-22e0-4576-ac8c-6291666c2939 2026-08-15 00:24:13.208 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port f831fd70-80d4-4652-9672-5eef85e36251 2026-08-15 00:24:14.942 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 8e41617a-22e0-4576-ac8c-6291666c2939 2026-08-15 00:24:15.222 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port f831fd70-80d4-4652-9672-5eef85e36251 2026-08-15 00:24:18.036 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port fbb8c962-a8e1-42e9-8e95-fc1d202ac9f0 2026-08-15 00:24:18.138 11 INFO neutron.notifiers.nova [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Nova event matching ['req-025734f0-88a3-48f2-a213-a3e231253f8d'] response: {'server_uuid': 'bbbb6aa6-2b6b-4699-917f-7b8bd8190cf0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fbb8c962-a8e1-42e9-8e95-fc1d202ac9f0', 'code': 200} 2026-08-15 00:24:19.089 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port fbb8c962-a8e1-42e9-8e95-fc1d202ac9f0 2026-08-15 00:24:21.261 12 INFO neutron.plugins.ml2.plugin [None req-f8668cec-8da2-45e7-a876-7fe743abac3c - - - - - -] Attempt 1 to provision port 93efc65f-af30-4428-8fcf-091e0c6707bd 2026-08-15 00:24:21.319 12 INFO neutron.plugins.ml2.plugin [None req-f8668cec-8da2-45e7-a876-7fe743abac3c - - - - - -] Attempt 1 to provision port eeb65e40-751a-43ba-b330-445658125a25 2026-08-15 00:24:21.349 12 INFO neutron.plugins.ml2.plugin [None req-f8668cec-8da2-45e7-a876-7fe743abac3c - - - - - -] Attempt 1 to provision port fbb8c962-a8e1-42e9-8e95-fc1d202ac9f0 2026-08-15 00:24:22.942 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 649a6df3-76e8-4f29-baf7-d9cc3110ba4a 2026-08-15 00:24:23.430 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port eeb65e40-751a-43ba-b330-445658125a25 2026-08-15 00:24:24.937 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 649a6df3-76e8-4f29-baf7-d9cc3110ba4a 2026-08-15 00:24:25.070 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port eeb65e40-751a-43ba-b330-445658125a25 2026-08-15 00:24:27.368 12 INFO neutron.plugins.ml2.plugin [None req-e24cb3e2-a1f3-4725-9300-b8c958ab5669 - - - - - -] Attempt 1 to provision port 649a6df3-76e8-4f29-baf7-d9cc3110ba4a 2026-08-15 00:24:27.394 12 INFO neutron.plugins.ml2.db [None req-e24cb3e2-a1f3-4725-9300-b8c958ab5669 - - - - - -] No ports have port_id starting with 649a6df3-76e8-4f29-baf7-d9cc3110ba4a 2026-08-15 00:24:40.927 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port bb546f22-7a80-4ab1-906f-f288669a5d48 2026-08-15 00:24:41.315 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 5290538a-050f-415e-8a9e-0dbce4aba8a6 2026-08-15 00:24:42.424 11 INFO neutron.plugins.ml2.plugin [None req-5df8f8f4-9329-4f48-b0e2-df9f60bfc642 - - - - - -] Attempt 1 to provision port bb546f22-7a80-4ab1-906f-f288669a5d48 2026-08-15 00:24:42.903 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port bb546f22-7a80-4ab1-906f-f288669a5d48 2026-08-15 00:24:43.141 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 5290538a-050f-415e-8a9e-0dbce4aba8a6 2026-08-15 00:24:47.050 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 106924a5-fa17-40a4-8601-b2831d914568 2026-08-15 00:24:47.356 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 8453ef32-dd67-4a9d-9464-80b23da7457b 2026-08-15 00:24:47.937 11 INFO neutron.plugins.ml2.plugin [None req-97d52f69-d14c-4e96-a4b3-aa2c6f0019d3 - - - - - -] Attempt 1 to provision port 7bcabd25-4c07-4530-a02b-4d4adaf65b70 2026-08-15 00:24:47.967 11 INFO neutron.plugins.ml2.plugin [None req-97d52f69-d14c-4e96-a4b3-aa2c6f0019d3 - - - - - -] Attempt 1 to provision port 106924a5-fa17-40a4-8601-b2831d914568 2026-08-15 00:24:49.018 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 106924a5-fa17-40a4-8601-b2831d914568 2026-08-15 00:24:49.205 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 8453ef32-dd67-4a9d-9464-80b23da7457b 2026-08-15 00:24:52.953 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port fe24f182-e0df-432a-b933-d54ef68fa145 2026-08-15 00:24:53.324 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 65b8e249-c057-42a2-af19-0bc15fa8634c 2026-08-15 00:24:53.467 11 INFO neutron.plugins.ml2.plugin [None req-701b0bdd-c957-4013-b82f-f3d65cad2915 - - - - - -] Attempt 1 to provision port fe24f182-e0df-432a-b933-d54ef68fa145 2026-08-15 00:24:55.488 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port fe24f182-e0df-432a-b933-d54ef68fa145 2026-08-15 00:24:55.682 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 65b8e249-c057-42a2-af19-0bc15fa8634c 2026-08-15 00:24:55.950 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 0739bac0-b2af-408f-a765-8f88bb9adfda 2026-08-15 00:24:57.041 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 0739bac0-b2af-408f-a765-8f88bb9adfda 2026-08-15 00:24:57.050 11 INFO neutron.notifiers.nova [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Nova event matching ['req-baead43b-29c6-4b7d-89fa-cc18c089144b'] response: {'server_uuid': 'bc9ad9c6-4c9d-436c-a741-d61cf19d3d83', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0739bac0-b2af-408f-a765-8f88bb9adfda', 'code': 200} 2026-08-15 00:24:57.216 12 INFO neutron.plugins.ml2.plugin [None req-a3ac8a5b-9ac9-40f9-83d9-9a9b21c7dc84 - - - - - -] Attempt 1 to provision port 5391e14f-7445-406c-9268-819201d1a1ad 2026-08-15 00:24:57.255 12 INFO neutron.plugins.ml2.plugin [None req-a3ac8a5b-9ac9-40f9-83d9-9a9b21c7dc84 - - - - - -] Attempt 1 to provision port 0739bac0-b2af-408f-a765-8f88bb9adfda 2026-08-15 00:24:57.336 12 INFO neutron.plugins.ml2.plugin [None req-a3ac8a5b-9ac9-40f9-83d9-9a9b21c7dc84 - - - - - -] Attempt 1 to provision port bb546f22-7a80-4ab1-906f-f288669a5d48 2026-08-15 00:25:01.037 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 5391e14f-7445-406c-9268-819201d1a1ad 2026-08-15 00:25:01.332 12 INFO neutron.plugins.ml2.plugin [None req-cd1b1f0b-3fd1-4dad-956d-8a137158f98d - - - - - -] Attempt 1 to provision port 8ee1230b-a60a-4e90-b33c-ec335c20f6d4 2026-08-15 00:25:01.689 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port ddba0f24-1db4-40cc-8c9c-98dfb2cef479 2026-08-15 00:25:03.095 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 5391e14f-7445-406c-9268-819201d1a1ad 2026-08-15 00:25:03.285 12 INFO neutron.plugins.ml2.plugin [None req-59f17e6f-8c21-4f0b-98be-83dd1cd639bf - - - - - -] Attempt 1 to provision port ddba0f24-1db4-40cc-8c9c-98dfb2cef479 2026-08-15 00:25:05.935 12 INFO neutron.plugins.ml2.plugin [None req-38e0efb2-43b8-45d3-bf0f-1a95d3bdca7f - - - - - -] Attempt 1 to provision port 7bcabd25-4c07-4530-a02b-4d4adaf65b70 2026-08-15 00:25:06.113 12 INFO neutron.plugins.ml2.plugin [None req-38e0efb2-43b8-45d3-bf0f-1a95d3bdca7f - - - - - -] Attempt 1 to provision port 106924a5-fa17-40a4-8601-b2831d914568 2026-08-15 00:25:06.958 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 7bcabd25-4c07-4530-a02b-4d4adaf65b70 2026-08-15 00:25:07.166 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port df4c2e25-2f05-426a-9250-4a2bbebbaeb0 2026-08-15 00:25:10.114 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 63c10edb-604c-4114-b18a-750f43c1e454 2026-08-15 00:25:10.209 11 INFO neutron.notifiers.nova [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Nova event matching ['req-6a81b25f-8180-4487-a4fd-9a9e6e6ff1d3'] response: {'server_uuid': '5c9ad5f5-15c6-4058-a2bf-739180561d46', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '63c10edb-604c-4114-b18a-750f43c1e454', 'code': 200} 2026-08-15 00:25:10.435 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 52019afe-47d9-4b9d-843f-96ae366f8c7c 2026-08-15 00:25:10.711 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port df4c2e25-2f05-426a-9250-4a2bbebbaeb0 2026-08-15 00:25:10.845 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 10709b70-fe38-4412-ae6b-dc65e41091c1 2026-08-15 00:25:11.618 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 63c10edb-604c-4114-b18a-750f43c1e454 2026-08-15 00:25:11.852 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 52019afe-47d9-4b9d-843f-96ae366f8c7c 2026-08-15 00:25:12.080 12 INFO neutron.plugins.ml2.plugin [None req-36f7a28d-e775-4c73-9ba3-ad5fd67eb71f - - - - - -] Attempt 1 to provision port 10709b70-fe38-4412-ae6b-dc65e41091c1 2026-08-15 00:25:17.202 12 INFO neutron.plugins.ml2.plugin [None req-d2e2cc91-d6a9-483a-936e-326fbb9dd81b - - - - - -] Attempt 1 to provision port fe24f182-e0df-432a-b933-d54ef68fa145 2026-08-15 00:25:17.244 12 INFO neutron.plugins.ml2.plugin [None req-d2e2cc91-d6a9-483a-936e-326fbb9dd81b - - - - - -] Attempt 1 to provision port 52019afe-47d9-4b9d-843f-96ae366f8c7c 2026-08-15 00:25:19.447 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port ba9587ac-debc-4d65-b1c9-bbd51d4acef5 2026-08-15 00:25:19.979 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port afe28993-e416-48c2-9d00-860c9622a18f 2026-08-15 00:25:21.551 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port ba9587ac-debc-4d65-b1c9-bbd51d4acef5 2026-08-15 00:25:21.774 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port afe28993-e416-48c2-9d00-860c9622a18f 2026-08-15 00:25:22.031 11 INFO neutron.plugins.ml2.plugin [None req-2705f5c6-99a7-403b-8057-7ed0d38ede43 - - - - - -] Attempt 1 to provision port b38181f5-83c6-42e4-936a-67d541e470c3 2026-08-15 00:25:23.537 12 INFO neutron.plugins.ml2.plugin [None req-11a0052a-55e9-483c-a761-4dad65be525d - - - - - -] Attempt 1 to provision port 7a0d17d4-e052-47db-b4ec-aaa3e3915c6f 2026-08-15 00:25:23.994 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port b38181f5-83c6-42e4-936a-67d541e470c3 2026-08-15 00:25:24.894 11 INFO neutron.plugins.ml2.plugin [None req-eaeb8d28-e025-4448-be58-b5dbbf91c695 - - - - - -] Attempt 1 to provision port 7a0d17d4-e052-47db-b4ec-aaa3e3915c6f 2026-08-15 00:25:24.958 11 INFO neutron.plugins.ml2.plugin [None req-eaeb8d28-e025-4448-be58-b5dbbf91c695 - - - - - -] Attempt 1 to provision port 29f44fd4-ac7d-493e-85b9-ab4f2202a5f9 2026-08-15 00:25:24.985 11 INFO neutron.plugins.ml2.plugin [None req-eaeb8d28-e025-4448-be58-b5dbbf91c695 - - - - - -] Attempt 1 to provision port b38181f5-83c6-42e4-936a-67d541e470c3 2026-08-15 00:25:25.060 11 INFO neutron.plugins.ml2.plugin [None req-eaeb8d28-e025-4448-be58-b5dbbf91c695 - - - - - -] Attempt 1 to provision port 33aeb86b-859e-435f-b335-54c5facb072b 2026-08-15 00:25:25.490 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 7a0d17d4-e052-47db-b4ec-aaa3e3915c6f 2026-08-15 00:25:27.659 12 INFO neutron.notifiers.nova [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Nova event matching ['req-36473d8b-6f2d-4e73-98f0-b715c05b5572'] response: {'server_uuid': '5c9ad5f5-15c6-4058-a2bf-739180561d46', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '63c10edb-604c-4114-b18a-750f43c1e454', 'code': 200} 2026-08-15 00:25:28.783 12 INFO neutron.plugins.ml2.plugin [None req-f2b12081-85b0-461d-b2a8-14b935e471e6 - - - - - -] Attempt 1 to provision port 33aeb86b-859e-435f-b335-54c5facb072b 2026-08-15 00:25:28.807 12 INFO neutron.plugins.ml2.plugin [None req-f2b12081-85b0-461d-b2a8-14b935e471e6 - - - - - -] Attempt 1 to provision port b38181f5-83c6-42e4-936a-67d541e470c3 2026-08-15 00:25:31.978 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port cfe9ac1d-7313-458b-b750-8375be62e8c8 2026-08-15 00:25:32.088 11 INFO neutron.notifiers.nova [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Nova event matching ['req-72d5573d-76f6-4bcc-966d-8a89ffe0a691'] response: {'server_uuid': '9ec381a9-11fc-4b5c-b3ba-6c8c0c15cd31', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cfe9ac1d-7313-458b-b750-8375be62e8c8', 'code': 200} 2026-08-15 00:25:33.033 12 INFO neutron.plugins.ml2.plugin [None req-27579cda-515d-4b63-925f-fae5412199e1 - - - - - -] Attempt 1 to provision port 7a0d17d4-e052-47db-b4ec-aaa3e3915c6f 2026-08-15 00:25:33.106 12 INFO neutron.plugins.ml2.plugin [None req-27579cda-515d-4b63-925f-fae5412199e1 - - - - - -] Attempt 1 to provision port 29f44fd4-ac7d-493e-85b9-ab4f2202a5f9 2026-08-15 00:25:34.825 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port cfe9ac1d-7313-458b-b750-8375be62e8c8 2026-08-15 00:25:35.173 11 INFO neutron.plugins.ml2.plugin [None req-bdf95b1d-f482-441f-9a02-b38d6d24c867 - - - - - -] Attempt 1 to provision port 5eb02631-afba-4af8-962e-ca6be5120913 2026-08-15 00:25:35.305 11 INFO neutron.notifiers.nova [None req-bdf95b1d-f482-441f-9a02-b38d6d24c867 - - - - - -] Nova event matching ['req-508f30e0-8dea-42ba-8780-4abb38044ee1'] response: {'server_uuid': 'd975f5ad-9ad0-43a4-9c21-bbce9877d6b1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5eb02631-afba-4af8-962e-ca6be5120913', 'code': 200} 2026-08-15 00:25:35.755 11 INFO neutron.plugins.ml2.plugin [None req-933214c7-2c6c-407e-a06a-2330eba2d031 - - - - - -] Attempt 1 to provision port 52019afe-47d9-4b9d-843f-96ae366f8c7c 2026-08-15 00:25:36.121 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 5eb02631-afba-4af8-962e-ca6be5120913 2026-08-15 00:25:40.162 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 33aeb86b-859e-435f-b335-54c5facb072b 2026-08-15 00:25:40.455 11 INFO neutron.plugins.ml2.plugin [None req-bd14f7dc-6d83-4231-98e8-86251856e7d2 - - - - - -] Attempt 1 to provision port d9eb31ec-72e4-4adb-aee5-479995f29c58 2026-08-15 00:25:41.947 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 33aeb86b-859e-435f-b335-54c5facb072b 2026-08-15 00:25:42.066 12 INFO neutron.plugins.ml2.plugin [None req-855faa32-ac67-4939-a6af-4ce0ba2be824 - - - - - -] Attempt 1 to provision port cfe9ac1d-7313-458b-b750-8375be62e8c8 2026-08-15 00:25:42.187 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port d9eb31ec-72e4-4adb-aee5-479995f29c58 2026-08-15 00:25:42.356 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 29f44fd4-ac7d-493e-85b9-ab4f2202a5f9 2026-08-15 00:25:42.640 11 INFO neutron.plugins.ml2.plugin [None req-bcd78a44-0c97-4d07-ba59-9420fddd08f0 - - - - - -] Attempt 1 to provision port d23a8546-e38b-4772-bc66-609677525a31 2026-08-15 00:25:43.910 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 29f44fd4-ac7d-493e-85b9-ab4f2202a5f9 2026-08-15 00:25:44.087 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port d23a8546-e38b-4772-bc66-609677525a31 2026-08-15 00:25:47.326 11 INFO neutron.plugins.ml2.plugin [None req-400963d9-06aa-4a93-bbb3-5ac9bb909172 - - - - - -] Attempt 1 to provision port d23a8546-e38b-4772-bc66-609677525a31 2026-08-15 00:25:53.326 11 INFO neutron.plugins.ml2.plugin [None req-e915a039-f05f-4367-8eb0-6c0d7b9efe68 - - - - - -] Attempt 1 to provision port d9eb31ec-72e4-4adb-aee5-479995f29c58 2026-08-15 00:25:53.382 11 INFO neutron.plugins.ml2.plugin [None req-e915a039-f05f-4367-8eb0-6c0d7b9efe68 - - - - - -] Attempt 1 to provision port 33aeb86b-859e-435f-b335-54c5facb072b 2026-08-15 00:25:54.554 11 INFO neutron.plugins.ml2.plugin [None req-dad01d25-ad7b-42e1-a579-349b99207e32 - - - - - -] Attempt 1 to provision port 33aeb86b-859e-435f-b335-54c5facb072b 2026-08-15 00:26:02.100 11 INFO neutron.notifiers.nova [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Nova event matching ['req-c713e911-8402-41a4-8da9-ac730038e4c0'] response: {'server_uuid': '9ec381a9-11fc-4b5c-b3ba-6c8c0c15cd31', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'cfe9ac1d-7313-458b-b750-8375be62e8c8', 'code': 200} 2026-08-15 00:26:04.483 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port cfe9ac1d-7313-458b-b750-8375be62e8c8 2026-08-15 00:26:04.587 11 INFO neutron.notifiers.nova [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Nova event matching ['req-ed0ec009-142c-453f-8199-df4ed17fc38d'] response: {'server_uuid': '9ec381a9-11fc-4b5c-b3ba-6c8c0c15cd31', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cfe9ac1d-7313-458b-b750-8375be62e8c8', 'code': 200} 2026-08-15 00:26:05.942 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port cfe9ac1d-7313-458b-b750-8375be62e8c8 2026-08-15 00:26:17.887 11 INFO neutron.plugins.ml2.plugin [None req-e1e7b42e-a61c-4a55-8a57-b8b8f7162397 - - - - - -] Attempt 1 to provision port 6ed1ff3c-e8ed-4ea2-80b3-ddcb397449ba 2026-08-15 00:26:20.017 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 9740ecfc-714f-4647-8cdb-995b0f146756 2026-08-15 00:26:20.427 12 INFO neutron.plugins.ml2.plugin [None req-18a619d2-fb7a-4080-b5b0-f7aa99cacae8 - - - - - -] Attempt 1 to provision port 2eb89a63-f5c2-4ce8-a8ae-b79dce70802a 2026-08-15 00:26:20.931 12 INFO neutron.plugins.ml2.plugin [None req-0daa86b2-1095-44ab-a499-8f6abd6bd5e9 - - - - - -] Attempt 1 to provision port 9740ecfc-714f-4647-8cdb-995b0f146756 2026-08-15 00:26:21.960 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 9740ecfc-714f-4647-8cdb-995b0f146756 2026-08-15 00:26:22.201 11 INFO neutron.plugins.ml2.plugin [None req-b0f53caf-a8c7-4591-8a83-8c9585c7ac1b - - - - - -] Attempt 1 to provision port 2eb89a63-f5c2-4ce8-a8ae-b79dce70802a 2026-08-15 00:26:22.670 11 INFO neutron.plugins.ml2.plugin [None req-461e7629-90e3-4197-acdb-220f490bd4ba - - - - - -] Attempt 1 to provision port 9740ecfc-714f-4647-8cdb-995b0f146756 2026-08-15 00:26:22.731 11 INFO neutron.plugins.ml2.plugin [None req-461e7629-90e3-4197-acdb-220f490bd4ba - - - - - -] Attempt 1 to provision port c32639b0-b61d-4f18-9229-5a92149428f4 2026-08-15 00:26:23.917 11 INFO neutron.plugins.ml2.plugin [None req-ca868a2d-d6fa-4c42-a431-919a1c1033f6 - - - - - -] Attempt 1 to provision port c32639b0-b61d-4f18-9229-5a92149428f4 2026-08-15 00:26:25.123 12 INFO neutron.plugins.ml2.plugin [None req-47613c09-adf2-4fb7-b736-9354086a3d24 - - - - - -] Attempt 1 to provision port c32639b0-b61d-4f18-9229-5a92149428f4 2026-08-15 00:26:32.482 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port f72fde60-1d52-4c54-9417-cda078024083 2026-08-15 00:26:32.598 11 INFO neutron.notifiers.nova [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Nova event matching ['req-57bf105d-e4a2-4195-af38-55fba80976da'] response: {'server_uuid': '8c6eef7d-e6ea-4f0c-97de-3b0265c3921f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f72fde60-1d52-4c54-9417-cda078024083', 'code': 200} 2026-08-15 00:26:33.932 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port f72fde60-1d52-4c54-9417-cda078024083 2026-08-15 00:26:35.982 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port c32639b0-b61d-4f18-9229-5a92149428f4 2026-08-15 00:26:36.257 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 6ed1ff3c-e8ed-4ea2-80b3-ddcb397449ba 2026-08-15 00:26:38.151 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port c32639b0-b61d-4f18-9229-5a92149428f4 2026-08-15 00:26:38.357 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 6ed1ff3c-e8ed-4ea2-80b3-ddcb397449ba 2026-08-15 00:27:12.528 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port b3740cb9-2dcd-408d-9368-1ac218e66507 2026-08-15 00:27:12.633 11 INFO neutron.notifiers.nova [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Nova event matching ['req-fd3c4228-43c1-4d84-8b88-4706ad6ff885'] response: {'server_uuid': 'e9dc7600-9b12-43ad-9349-50f143e0900e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b3740cb9-2dcd-408d-9368-1ac218e66507', 'code': 200} 2026-08-15 00:27:13.965 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port b3740cb9-2dcd-408d-9368-1ac218e66507 2026-08-15 00:27:49.498 11 INFO neutron_taas.services.taas.taas_plugin [None req-132ad086-0a24-4668-b767-baa1f58a5149 - - - - - -] TaaS: Handle Delete Port: 9740ecfc-714f-4647-8cdb-995b0f146756 2026-08-15 00:27:49.504 11 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-132ad086-0a24-4668-b767-baa1f58a5149 - - - - - -] Tap Mirror: Handle Delete Port: 9740ecfc-714f-4647-8cdb-995b0f146756 2026-08-15 00:28:14.030 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 23126cad-10a1-4a68-8c66-a990db14d96d 2026-08-15 00:28:15.186 12 INFO neutron.plugins.ml2.plugin [None req-68e870c2-8334-40c6-b247-793c10138c3a - - - - - -] Attempt 1 to provision port 23126cad-10a1-4a68-8c66-a990db14d96d 2026-08-15 00:28:15.976 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 23126cad-10a1-4a68-8c66-a990db14d96d 2026-08-15 00:28:48.036 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 0d0ece80-f08d-418b-bff4-bda4237ba493 2026-08-15 00:28:48.959 11 INFO neutron.plugins.ml2.plugin [None req-124ad345-4d89-4bed-bec9-c76e79ce3d03 - - - - - -] Attempt 1 to provision port 0d0ece80-f08d-418b-bff4-bda4237ba493 2026-08-15 00:28:49.996 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 0d0ece80-f08d-418b-bff4-bda4237ba493 2026-08-15 00:28:52.046 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 990d664d-c9bd-4b68-bc7d-8e08c795bea1 2026-08-15 00:28:52.382 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 41136158-65c2-4808-b6d1-4cdf483c75a2 2026-08-15 00:28:54.018 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 990d664d-c9bd-4b68-bc7d-8e08c795bea1 2026-08-15 00:28:54.220 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 41136158-65c2-4808-b6d1-4cdf483c75a2 2026-08-15 00:28:56.057 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 8a8f4b63-1d8a-4477-bb09-d1311f6e8867 2026-08-15 00:28:58.013 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 8a8f4b63-1d8a-4477-bb09-d1311f6e8867 2026-08-15 00:29:00.072 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 0d0ece80-f08d-418b-bff4-bda4237ba493 2026-08-15 00:29:01.699 11 INFO neutron.plugins.ml2.plugin [None req-7f2fed6b-437d-48a4-8ca2-4a937b7af116 - - - - - -] Attempt 1 to provision port bda409cf-b7b2-4680-be29-9a80405ed11f 2026-08-15 00:29:01.728 11 INFO neutron.plugins.ml2.plugin [None req-7f2fed6b-437d-48a4-8ca2-4a937b7af116 - - - - - -] Attempt 1 to provision port 0d0ece80-f08d-418b-bff4-bda4237ba493 2026-08-15 00:29:01.788 11 INFO neutron.plugins.ml2.plugin [None req-7f2fed6b-437d-48a4-8ca2-4a937b7af116 - - - - - -] Attempt 1 to provision port 41136158-65c2-4808-b6d1-4cdf483c75a2 2026-08-15 00:29:01.834 11 INFO neutron.plugins.ml2.plugin [None req-7f2fed6b-437d-48a4-8ca2-4a937b7af116 - - - - - -] Attempt 1 to provision port 771c93a0-1ef3-4fd8-8bed-1c1291c6d216 2026-08-15 00:29:01.857 11 INFO neutron.plugins.ml2.plugin [None req-7f2fed6b-437d-48a4-8ca2-4a937b7af116 - - - - - -] Attempt 1 to provision port 8a8f4b63-1d8a-4477-bb09-d1311f6e8867 2026-08-15 00:29:01.904 11 INFO neutron.plugins.ml2.plugin [None req-7f2fed6b-437d-48a4-8ca2-4a937b7af116 - - - - - -] Attempt 1 to provision port 89d672f1-b5a9-4af2-ba8a-19d454c900eb 2026-08-15 00:29:06.569 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 5de32bd0-e180-46f6-97f7-98d33e625b01 2026-08-15 00:29:06.736 11 INFO neutron.plugins.ml2.plugin [None req-ca411299-cb69-4bb6-8fda-6f617d233d01 - - - - - -] Attempt 1 to provision port d377deb2-6392-403e-ba5d-0fe3a7574d59 2026-08-15 00:29:06.759 11 INFO neutron.plugins.ml2.plugin [None req-ca411299-cb69-4bb6-8fda-6f617d233d01 - - - - - -] Attempt 1 to provision port 5de32bd0-e180-46f6-97f7-98d33e625b01 2026-08-15 00:29:06.760 12 INFO neutron.notifiers.nova [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Nova event matching ['req-f92aa67b-ab21-473c-87fc-a49e599b2073'] response: {'server_uuid': '80c7a9be-339b-4adb-a640-32798c3d7692', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5de32bd0-e180-46f6-97f7-98d33e625b01', 'code': 200} 2026-08-15 00:29:06.805 11 INFO neutron.plugins.ml2.plugin [None req-ca411299-cb69-4bb6-8fda-6f617d233d01 - - - - - -] Attempt 1 to provision port 0d0ece80-f08d-418b-bff4-bda4237ba493 2026-08-15 00:29:06.859 11 INFO neutron.plugins.ml2.plugin [None req-ca411299-cb69-4bb6-8fda-6f617d233d01 - - - - - -] Attempt 1 to provision port bda409cf-b7b2-4680-be29-9a80405ed11f 2026-08-15 00:29:06.885 11 INFO neutron.plugins.ml2.plugin [None req-ca411299-cb69-4bb6-8fda-6f617d233d01 - - - - - -] Attempt 1 to provision port 41136158-65c2-4808-b6d1-4cdf483c75a2 2026-08-15 00:29:06.939 11 INFO neutron.plugins.ml2.plugin [None req-ca411299-cb69-4bb6-8fda-6f617d233d01 - - - - - -] Attempt 1 to provision port 771c93a0-1ef3-4fd8-8bed-1c1291c6d216 2026-08-15 00:29:06.968 11 INFO neutron.plugins.ml2.plugin [None req-ca411299-cb69-4bb6-8fda-6f617d233d01 - - - - - -] Attempt 1 to provision port 8a8f4b63-1d8a-4477-bb09-d1311f6e8867 2026-08-15 00:29:08.028 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 5de32bd0-e180-46f6-97f7-98d33e625b01 2026-08-15 00:29:10.076 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 771c93a0-1ef3-4fd8-8bed-1c1291c6d216 2026-08-15 00:29:10.362 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 89d672f1-b5a9-4af2-ba8a-19d454c900eb 2026-08-15 00:29:10.628 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port d377deb2-6392-403e-ba5d-0fe3a7574d59 2026-08-15 00:29:10.867 11 INFO neutron.plugins.ml2.plugin [None req-811f15d0-808f-43ec-86e7-f0d0d2c8a3bb - - - - - -] Attempt 1 to provision port d377deb2-6392-403e-ba5d-0fe3a7574d59 2026-08-15 00:29:10.913 11 INFO neutron.plugins.ml2.plugin [None req-811f15d0-808f-43ec-86e7-f0d0d2c8a3bb - - - - - -] Attempt 1 to provision port 5de32bd0-e180-46f6-97f7-98d33e625b01 2026-08-15 00:29:10.961 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port bda409cf-b7b2-4680-be29-9a80405ed11f 2026-08-15 00:29:10.961 11 INFO neutron.plugins.ml2.plugin [None req-811f15d0-808f-43ec-86e7-f0d0d2c8a3bb - - - - - -] Attempt 1 to provision port bda409cf-b7b2-4680-be29-9a80405ed11f 2026-08-15 00:29:11.589 11 INFO neutron.plugins.ml2.plugin [None req-811f15d0-808f-43ec-86e7-f0d0d2c8a3bb - - - - - -] Attempt 1 to provision port 41136158-65c2-4808-b6d1-4cdf483c75a2 2026-08-15 00:29:11.649 11 INFO neutron.plugins.ml2.plugin [None req-811f15d0-808f-43ec-86e7-f0d0d2c8a3bb - - - - - -] Attempt 1 to provision port 771c93a0-1ef3-4fd8-8bed-1c1291c6d216 2026-08-15 00:29:11.731 11 INFO neutron.plugins.ml2.plugin [None req-811f15d0-808f-43ec-86e7-f0d0d2c8a3bb - - - - - -] Attempt 1 to provision port 8a8f4b63-1d8a-4477-bb09-d1311f6e8867 2026-08-15 00:29:12.031 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 771c93a0-1ef3-4fd8-8bed-1c1291c6d216 2026-08-15 00:29:12.213 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 89d672f1-b5a9-4af2-ba8a-19d454c900eb 2026-08-15 00:29:12.348 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port d377deb2-6392-403e-ba5d-0fe3a7574d59 2026-08-15 00:29:12.528 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port bda409cf-b7b2-4680-be29-9a80405ed11f 2026-08-15 00:29:14.353 12 INFO neutron.plugins.ml2.plugin [None req-97329a87-87c8-4d08-99c9-c5ca3951d3b3 - - - - - -] Attempt 1 to provision port d377deb2-6392-403e-ba5d-0fe3a7574d59 2026-08-15 00:29:14.410 12 INFO neutron.plugins.ml2.plugin [None req-97329a87-87c8-4d08-99c9-c5ca3951d3b3 - - - - - -] Attempt 1 to provision port bda409cf-b7b2-4680-be29-9a80405ed11f 2026-08-15 00:29:14.449 12 INFO neutron.plugins.ml2.plugin [None req-97329a87-87c8-4d08-99c9-c5ca3951d3b3 - - - - - -] Attempt 1 to provision port 771c93a0-1ef3-4fd8-8bed-1c1291c6d216 2026-08-15 00:29:16.645 11 INFO neutron.plugins.ml2.plugin [None req-a81dfdcf-cf79-45f1-aa96-982e46fdc914 - - - - - -] Attempt 1 to provision port d377deb2-6392-403e-ba5d-0fe3a7574d59 2026-08-15 00:29:16.704 11 INFO neutron.plugins.ml2.plugin [None req-a81dfdcf-cf79-45f1-aa96-982e46fdc914 - - - - - -] Attempt 1 to provision port 771c93a0-1ef3-4fd8-8bed-1c1291c6d216 2026-08-15 00:29:17.994 11 INFO neutron.plugins.ml2.plugin [None req-3594822b-44fc-4926-84a4-7e39a6ced80a - - - - - -] Attempt 1 to provision port 5de32bd0-e180-46f6-97f7-98d33e625b01 2026-08-15 00:29:24.059 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 1318e17e-0a16-4352-82c5-534e7956a5d0 2026-08-15 00:29:24.446 11 INFO neutron.notifiers.nova [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Nova event matching ['req-3a90ff65-decb-4b20-92f6-c641da8910ed'] response: {'server_uuid': 'bcf2b920-cf31-4316-b9c2-2359ce384fd9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1318e17e-0a16-4352-82c5-534e7956a5d0', 'code': 200} 2026-08-15 00:29:26.045 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 1318e17e-0a16-4352-82c5-534e7956a5d0 2026-08-15 00:29:56.862 11 INFO neutron.plugins.ml2.plugin [None req-7466e953-2e3f-4a37-b367-6ceecb62edca - - - - - -] Attempt 1 to provision port 3b1156d0-0988-46ba-97f8-beee2c63427f 2026-08-15 00:30:18.601 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 8ad2f406-9ddb-4fa1-b08c-f91e07c288c5 2026-08-15 00:30:18.730 11 INFO neutron.notifiers.nova [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Nova event matching ['req-7b22765c-871a-4ed7-b8c4-38a35caa3763'] response: {'server_uuid': '7fd047c1-e65f-4a4b-9a18-aa89fb6ed3bf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8ad2f406-9ddb-4fa1-b08c-f91e07c288c5', 'code': 200} 2026-08-15 00:30:20.073 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 8ad2f406-9ddb-4fa1-b08c-f91e07c288c5 2026-08-15 00:30:58.901 12 INFO neutron.plugins.ml2.plugin [None req-ca33c985-2e52-4ecd-9c21-8d62104a4617 - - - - - -] Attempt 1 to provision port 93811370-3299-4902-b182-0b3f8d516977 2026-08-15 00:31:04.131 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 93811370-3299-4902-b182-0b3f8d516977 2026-08-15 00:31:04.232 11 INFO neutron.notifiers.nova [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Nova event matching ['req-4a4612eb-7b08-4b71-9995-8867da844154'] response: {'server_uuid': '7fd047c1-e65f-4a4b-9a18-aa89fb6ed3bf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '93811370-3299-4902-b182-0b3f8d516977', 'code': 200} 2026-08-15 00:31:06.101 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 93811370-3299-4902-b182-0b3f8d516977 2026-08-15 00:31:08.614 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 93811370-3299-4902-b182-0b3f8d516977 2026-08-15 00:31:32.400 12 INFO neutron.plugins.ml2.plugin [None req-11642514-0c4e-4057-b33d-11eb6d917158 - - - - - -] Attempt 1 to provision port 66384148-f623-4a70-8b1b-4f3aa25826ef 2026-08-15 00:31:39.685 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 66384148-f623-4a70-8b1b-4f3aa25826ef 2026-08-15 00:31:39.806 12 INFO neutron.notifiers.nova [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Nova event matching ['req-9ec22c17-a8fd-4ab4-9b81-dbedc224d99f'] response: {'server_uuid': '7fd047c1-e65f-4a4b-9a18-aa89fb6ed3bf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '66384148-f623-4a70-8b1b-4f3aa25826ef', 'code': 200} 2026-08-15 00:31:40.268 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 66384148-f623-4a70-8b1b-4f3aa25826ef 2026-08-15 00:31:52.165 11 INFO neutron.plugins.ml2.plugin [None req-eb3bfe5a-fd45-42fa-a4d8-1e0d604e1337 - - - - - -] Attempt 1 to provision port 9b2f3281-da23-4775-b532-2035a315451e 2026-08-15 00:31:58.303 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 9b2f3281-da23-4775-b532-2035a315451e 2026-08-15 00:31:58.401 12 INFO neutron.notifiers.nova [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Nova event matching ['req-df48dfef-d8bd-4db2-92cf-3e8f42ea05e9'] response: {'server_uuid': '7fd047c1-e65f-4a4b-9a18-aa89fb6ed3bf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9b2f3281-da23-4775-b532-2035a315451e', 'code': 200} 2026-08-15 00:32:00.280 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 9b2f3281-da23-4775-b532-2035a315451e 2026-08-15 00:32:01.910 11 INFO neutron.plugins.ml2.plugin [None req-a06e4a71-249d-4762-ad14-a574cf125f0c - - - - - -] Attempt 1 to provision port 66384148-f623-4a70-8b1b-4f3aa25826ef 2026-08-15 00:32:02.315 12 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 66384148-f623-4a70-8b1b-4f3aa25826ef 2026-08-15 00:32:15.909 12 INFO neutron.plugins.ml2.plugin [None req-95b285d1-5493-4446-9510-120c29af81e9 - - - - - -] Attempt 1 to provision port 9b2f3281-da23-4775-b532-2035a315451e 2026-08-15 00:32:16.384 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 9b2f3281-da23-4775-b532-2035a315451e 2026-08-15 00:32:17.213 11 INFO neutron.plugins.ml2.plugin [None req-e93d5cf0-2f0f-4101-b1ee-227e9ac73931 - - - - - -] Attempt 1 to provision port 9b2f3281-da23-4775-b532-2035a315451e 2026-08-15 00:32:18.471 12 INFO neutron.notifiers.nova [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Nova event matching ['req-2600f4e5-f486-4ba3-a956-68e8f79e5514'] response: {'server_uuid': '7fd047c1-e65f-4a4b-9a18-aa89fb6ed3bf', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '9b2f3281-da23-4775-b532-2035a315451e', 'code': 200} 2026-08-15 00:32:26.321 11 INFO neutron.plugins.ml2.plugin [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Attempt 1 to provision port 66384148-f623-4a70-8b1b-4f3aa25826ef 2026-08-15 00:32:26.764 12 INFO neutron.plugins.ml2.plugin [None req-30f23e31-e288-43ae-a638-ab79693987d5 - - - - - -] Attempt 1 to provision port 66384148-f623-4a70-8b1b-4f3aa25826ef 2026-08-15 00:32:54.471 12 INFO neutron.notifiers.nova [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] Nova event matching ['req-d60c0b78-3894-4ea0-a3f0-62c9ac3c90e9'] response: {'server_uuid': '7fd047c1-e65f-4a4b-9a18-aa89fb6ed3bf', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '8ad2f406-9ddb-4fa1-b08c-f91e07c288c5', 'code': 200} 2026-08-15 00:33:10.426 12 INFO neutron.plugins.ml2.db [None req-45e81189-a1d9-486c-93fc-6ed06aad38cc - - - - - -] No ports have port_id starting with 5de32bd0-e180-46f6-97f7-98d33e625b01