+ 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-05-31 17:57:11.223 1 INFO neutron.common.config [-] Logging enabled! 2026-05-31 17:57:11.223 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.4.dev15 2026-05-31 17:57:11.223 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-31 17:57:11.223 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-31 17:57:12.127 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-31 17:57:12.129 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-31 17:57:12.132 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-31 17:57:12.134 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-31 17:57:12.134 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-31 17:57:12.134 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-31 17:57:12.134 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-31 17:57:12.140 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-31 17:57:12.140 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-31 17:57:12.140 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-31 17:57:12.158 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-31 17:57:12.159 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-31 17:57:12.159 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-31 17:57:12.195 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-31 17:57:12.195 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-31 17:57:12.195 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-31 17:57:12.195 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-31 17:57:12.472 1 INFO neutron.plugins.ml2.managers [None req-921873e4-4361-418d-a716-43f00f4ab357 - - - - - -] Initializing driver for type 'vlan' 2026-05-31 17:57:12.622 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-921873e4-4361-418d-a716-43f00f4ab357 - - - - - -] VlanTypeDriver initialization complete 2026-05-31 17:57:12.622 1 INFO neutron.plugins.ml2.managers [None req-921873e4-4361-418d-a716-43f00f4ab357 - - - - - -] Initializing driver for type 'vxlan' 2026-05-31 17:57:12.623 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-921873e4-4361-418d-a716-43f00f4ab357 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-31 17:57:12.671 1 INFO neutron.plugins.ml2.managers [None req-921873e4-4361-418d-a716-43f00f4ab357 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-31 17:57:12.671 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-921873e4-4361-418d-a716-43f00f4ab357 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-31 17:57:12.672 1 INFO neutron.plugins.ml2.managers [None req-921873e4-4361-418d-a716-43f00f4ab357 - - - - - -] Initializing extension driver 'port_security' 2026-05-31 17:57:12.672 1 INFO neutron.plugins.ml2.extensions.port_security [None req-921873e4-4361-418d-a716-43f00f4ab357 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-31 17:57:12.672 1 INFO neutron.plugins.ml2.managers [None req-921873e4-4361-418d-a716-43f00f4ab357 - - - - - -] Initializing extension driver 'qos' 2026-05-31 17:57:12.672 1 INFO neutron.plugins.ml2.managers [None req-921873e4-4361-418d-a716-43f00f4ab357 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-31 17:57:12.673 1 INFO neutron.plugins.ml2.managers [None req-921873e4-4361-418d-a716-43f00f4ab357 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-31 17:57:12.685 1 INFO neutron.quota [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded quota_driver: . 2026-05-31 17:57:12.686 1 INFO neutron.plugins.ml2.plugin [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Modular L2 Plugin initialization complete 2026-05-31 17:57:12.686 1 INFO neutron.plugins.ml2.managers [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-31 17:57:12.686 1 INFO neutron.plugins.ml2.managers [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-31 17:57:12.686 1 INFO neutron.plugins.ml2.managers [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Got port-security extension from driver 'port_security' 2026-05-31 17:57:12.686 1 INFO neutron.extensions.vlantransparent [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Disabled vlantransparent extension. 2026-05-31 17:57:12.686 1 INFO neutron.extensions.qinq [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Disabled VLAN QinQ extension. 2026-05-31 17:57:12.687 1 INFO neutron.manager [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loading Plugin: qos 2026-05-31 17:57:12.698 1 INFO neutron.manager [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loading Plugin: router 2026-05-31 17:57:12.732 1 INFO neutron.services.service_base [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-31 17:57:12.733 1 INFO neutron.manager [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loading Plugin: segments 2026-05-31 17:57:12.798 1 INFO neutron.manager [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loading Plugin: trunk 2026-05-31 17:57:12.810 1 INFO neutron.manager [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loading Plugin: vpnaas 2026-05-31 17:57:12.840 1 WARNING stevedore.named [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-31 17:57:12.840 1 WARNING stevedore.named [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-31 17:57:13.033 1 INFO neutron_vpnaas.services.vpn.plugin [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-31 17:57:13.034 1 INFO neutron.common.utils [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-31 17:57:13.034 1 INFO neutron.manager [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loading Plugin: taas 2026-05-31 17:57:13.054 1 WARNING stevedore.named [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-31 17:57:13.080 1 INFO neutron_taas.services.taas.taas_plugin [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-31 17:57:13.081 1 INFO neutron.manager [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loading Plugin: tapmirror 2026-05-31 17:57:13.090 1 WARNING stevedore.named [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-31 17:57:13.104 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-31 17:57:13.104 1 INFO neutron.manager [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loading Plugin: auto_allocate 2026-05-31 17:57:13.110 1 INFO neutron.manager [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loading Plugin: tag 2026-05-31 17:57:13.117 1 INFO neutron.manager [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loading Plugin: timestamp 2026-05-31 17:57:13.119 1 INFO neutron.manager [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loading Plugin: network_ip_availability 2026-05-31 17:57:13.122 1 INFO neutron.manager [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loading Plugin: flavors 2026-05-31 17:57:13.125 1 INFO neutron.manager [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loading Plugin: revisions 2026-05-31 17:57:13.127 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Initializing extension manager. 2026-05-31 17:57:13.128 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: address-group 2026-05-31 17:57:13.129 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: address-scope 2026-05-31 17:57:13.129 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-31 17:57:13.130 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: agent 2026-05-31 17:57:13.131 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: agent-resources-synced 2026-05-31 17:57:13.132 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: allowed-address-pairs 2026-05-31 17:57:13.132 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: auto-allocated-topology 2026-05-31 17:57:13.133 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: availability_zone 2026-05-31 17:57:13.133 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: availability_zone_filter 2026-05-31 17:57:13.134 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-31 17:57:13.134 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: default-subnetpools 2026-05-31 17:57:13.135 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-31 17:57:13.136 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: dns-integration 2026-05-31 17:57:13.136 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: dns-domain-ports 2026-05-31 17:57:13.137 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-31 17:57:13.137 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: dvr 2026-05-31 17:57:13.138 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-31 17:57:13.138 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: empty-string-filtering 2026-05-31 17:57:13.139 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-31 17:57:13.139 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-31 17:57:13.139 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: external-net 2026-05-31 17:57:13.140 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-31 17:57:13.140 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: extraroute 2026-05-31 17:57:13.141 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: extraroute-atomic 2026-05-31 17:57:13.141 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-31 17:57:13.142 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-31 17:57:13.142 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-31 17:57:13.143 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-31 17:57:13.143 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: fip-port-details 2026-05-31 17:57:13.144 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: flavors 2026-05-31 17:57:13.144 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-31 17:57:13.145 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: floatingip-pools 2026-05-31 17:57:13.146 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: ip_allocation 2026-05-31 17:57:13.146 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: ip-substring-filtering 2026-05-31 17:57:13.146 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: l2_adjacency 2026-05-31 17:57:13.147 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: router 2026-05-31 17:57:13.149 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-31 17:57:13.149 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-31 17:57:13.150 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-31 17:57:13.150 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: ext-gw-mode 2026-05-31 17:57:13.151 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: l3-ha 2026-05-31 17:57:13.151 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-31 17:57:13.151 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-31 17:57:13.152 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: l3-flavors 2026-05-31 17:57:13.153 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-31 17:57:13.153 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-31 17:57:13.155 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-31 17:57:13.156 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-31 17:57:13.157 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-31 17:57:13.157 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-31 17:57:13.158 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-31 17:57:13.158 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: multi-provider 2026-05-31 17:57:13.159 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: net-mtu 2026-05-31 17:57:13.159 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: net-mtu-writable 2026-05-31 17:57:13.160 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: network_availability_zone 2026-05-31 17:57:13.160 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: network_ha 2026-05-31 17:57:13.161 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: network-ip-availability 2026-05-31 17:57:13.162 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-31 17:57:13.162 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: pagination 2026-05-31 17:57:13.162 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: port-device-profile 2026-05-31 17:57:13.163 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-31 17:57:13.163 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-31 17:57:13.164 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-31 17:57:13.164 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: port-mac-override 2026-05-31 17:57:13.165 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-31 17:57:13.165 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-31 17:57:13.165 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-31 17:57:13.166 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: port-resource-request 2026-05-31 17:57:13.166 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: port-resource-request-groups 2026-05-31 17:57:13.167 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-31 17:57:13.167 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: binding 2026-05-31 17:57:13.168 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: binding-extended 2026-05-31 17:57:13.168 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: port-security 2026-05-31 17:57:13.169 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: project-id 2026-05-31 17:57:13.169 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: provider 2026-05-31 17:57:13.170 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-31 17:57:13.171 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: qos 2026-05-31 17:57:13.172 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-31 17:57:13.172 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-31 17:57:13.173 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: qos-default 2026-05-31 17:57:13.173 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: qos-fip 2026-05-31 17:57:13.174 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-31 17:57:13.174 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: qos-gateway-ip 2026-05-31 17:57:13.174 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: qos-port-network-policy 2026-05-31 17:57:13.175 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: qos-pps-minimum 2026-05-31 17:57:13.175 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-31 17:57:13.176 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: qos-pps 2026-05-31 17:57:13.176 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: qos-rule-type-details 2026-05-31 17:57:13.177 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-31 17:57:13.177 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: qos-rules-alias 2026-05-31 17:57:13.178 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: quota-check-limit 2026-05-31 17:57:13.178 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: quota-check-limit-default 2026-05-31 17:57:13.180 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: quotas 2026-05-31 17:57:13.183 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: quota_details 2026-05-31 17:57:13.184 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: rbac-policies 2026-05-31 17:57:13.184 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: rbac-address-group 2026-05-31 17:57:13.185 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: rbac-address-scope 2026-05-31 17:57:13.185 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: rbac-security-groups 2026-05-31 17:57:13.186 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: rbac-subnetpool 2026-05-31 17:57:13.186 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: revision-if-match 2026-05-31 17:57:13.187 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: standard-attr-revisions 2026-05-31 17:57:13.187 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: router_availability_zone 2026-05-31 17:57:13.188 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-31 17:57:13.189 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: security-groups-default-rules 2026-05-31 17:57:13.189 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-31 17:57:13.190 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-31 17:57:13.190 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-31 17:57:13.191 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-31 17:57:13.191 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-31 17:57:13.195 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: security-group 2026-05-31 17:57:13.195 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: segment 2026-05-31 17:57:13.196 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-31 17:57:13.196 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: service-type 2026-05-31 17:57:13.197 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: sorting 2026-05-31 17:57:13.197 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: standard-attr-segment 2026-05-31 17:57:13.198 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: standard-attr-description 2026-05-31 17:57:13.198 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: stateful-security-group 2026-05-31 17:57:13.199 1 WARNING neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-31 17:57:13.199 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-31 17:57:13.200 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: subnet-external-network 2026-05-31 17:57:13.200 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: subnet_onboard 2026-05-31 17:57:13.200 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-31 17:57:13.201 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: subnet-service-types 2026-05-31 17:57:13.201 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: subnet_allocation 2026-05-31 17:57:13.202 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-31 17:57:13.202 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: tag-creation 2026-05-31 17:57:13.203 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-31 17:57:13.206 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: standard-attr-tag 2026-05-31 17:57:13.207 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-31 17:57:13.207 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: trunk 2026-05-31 17:57:13.208 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: trunk-details 2026-05-31 17:57:13.208 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-31 17:57:13.208 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-31 17:57:13.209 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-31 17:57:13.209 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-31 17:57:13.211 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-31 17:57:13.212 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-31 17:57:13.212 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: vpn-flavors 2026-05-31 17:57:13.213 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: vpnaas 2026-05-31 17:57:13.214 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: taas 2026-05-31 17:57:13.215 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: tap-mirror 2026-05-31 17:57:13.216 1 INFO neutron.api.extensions [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Loaded extension: taas-vlan-filter 2026-05-31 17:57:13.218 1 INFO oslo_service.backend.eventlet.service [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Starting 2 workers 2026-05-31 17:57:13.222 1 INFO oslo_service.backend.eventlet.service [None req-c9599d61-7754-4053-b556-92d32a67789d - - - - - -] Starting 1 workers 2026-05-31 17:57:49.197 11 INFO neutron.db.l3_hamode_db [None req-d2f2ec1c-231c-4676-a963-90814296e97b - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 17:58:03.855 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 46b9f1c0-8da3-45af-82bf-fb3f4b9840c7 2026-05-31 17:58:04.398 11 INFO neutron.plugins.ml2.plugin [None req-7252c5fe-3b7d-4ded-bb6a-d1e94290f0cd - - - - - -] Attempt 1 to provision port 46b9f1c0-8da3-45af-82bf-fb3f4b9840c7 2026-05-31 17:58:05.779 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 46b9f1c0-8da3-45af-82bf-fb3f4b9840c7 2026-05-31 17:58:06.080 11 INFO neutron.plugins.ml2.plugin [None req-039166b8-2204-4097-bd57-1de101ef3b07 - - - - - -] Attempt 1 to provision port 46b9f1c0-8da3-45af-82bf-fb3f4b9840c7 2026-05-31 18:02:25.972 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port c2b24bbf-bc66-4dcf-88f6-9784571dd388 2026-05-31 18:02:26.212 11 INFO neutron.plugins.ml2.plugin [None req-79b5e26f-ae9b-4c27-825b-43b6e9f31234 - - - - - -] Attempt 1 to provision port c2b24bbf-bc66-4dcf-88f6-9784571dd388 2026-05-31 18:02:27.891 12 INFO neutron.plugins.ml2.plugin [None req-0b2388f2-9fb6-482b-bfe7-ff45f12dcabd - - - - - -] Attempt 1 to provision port c2b24bbf-bc66-4dcf-88f6-9784571dd388 2026-05-31 18:02:27.955 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port c2b24bbf-bc66-4dcf-88f6-9784571dd388 2026-05-31 18:02:32.865 11 INFO neutron.plugins.ml2.plugin [None req-c5d09532-dc9c-4cc7-8c99-8ce48d3161c6 - - - - - -] Attempt 1 to provision port 8a3bef51-7c17-4c95-afc9-e53cf8a89ac1 2026-05-31 18:06:14.657 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 8a3bef51-7c17-4c95-afc9-e53cf8a89ac1 2026-05-31 18:06:16.104 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 8a3bef51-7c17-4c95-afc9-e53cf8a89ac1 2026-05-31 18:16:28.476 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 40e95b17-ec0a-4511-9b0d-ff244c4ad281 2026-05-31 18:16:30.461 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 40e95b17-ec0a-4511-9b0d-ff244c4ad281 2026-05-31 18:31:49.013 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port e60a5118-b1d5-4676-9437-25284c27ce31 2026-05-31 18:31:49.224 12 INFO neutron.plugins.ml2.plugin [None req-475f3585-e929-4763-985a-3fc3682051b9 - - - - - -] Attempt 1 to provision port e60a5118-b1d5-4676-9437-25284c27ce31 2026-05-31 18:31:51.267 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port bb81305e-92c7-4ef9-a494-51cf267bb9c6 2026-05-31 18:31:51.600 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port e60a5118-b1d5-4676-9437-25284c27ce31 2026-05-31 18:31:52.998 11 INFO neutron.plugins.ml2.plugin [None req-bdec1839-7788-4c3a-ba6a-b5cf1a62df49 - - - - - -] Attempt 1 to provision port bb81305e-92c7-4ef9-a494-51cf267bb9c6 2026-05-31 18:31:55.068 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port dc7c564d-3d68-4a7f-84da-e0141e833de6 2026-05-31 18:31:57.061 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port dc7c564d-3d68-4a7f-84da-e0141e833de6 2026-05-31 18:31:57.934 12 INFO neutron.plugins.ml2.plugin [None req-a97b05cd-e817-4429-8874-c62d8c1f0913 - - - - - -] Attempt 1 to provision port 3caad5f3-5661-47cd-8912-e45ed8f8d53b 2026-05-31 18:31:57.960 12 INFO neutron.plugins.ml2.plugin [None req-a97b05cd-e817-4429-8874-c62d8c1f0913 - - - - - -] Attempt 1 to provision port e60a5118-b1d5-4676-9437-25284c27ce31 2026-05-31 18:31:58.001 12 INFO neutron.plugins.ml2.plugin [None req-a97b05cd-e817-4429-8874-c62d8c1f0913 - - - - - -] Attempt 1 to provision port 588e54c8-56b3-421e-8644-ce75925d1c44 2026-05-31 18:31:58.019 12 INFO neutron.plugins.ml2.plugin [None req-a97b05cd-e817-4429-8874-c62d8c1f0913 - - - - - -] Attempt 1 to provision port dc7c564d-3d68-4a7f-84da-e0141e833de6 2026-05-31 18:32:01.110 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 840c833e-300a-4233-91f2-631fa08ef321 2026-05-31 18:32:01.467 12 INFO neutron.plugins.ml2.plugin [None req-7171a40e-ce1e-42aa-b185-31938a1da9c2 - - - - - -] Attempt 1 to provision port 7253e061-a85e-4227-a909-f4f24ff863e5 2026-05-31 18:32:01.812 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port e077bfab-5c50-48be-a275-d87bc6bbfd5d 2026-05-31 18:32:03.148 12 INFO neutron.plugins.ml2.plugin [None req-f29b2204-5bce-4b39-a1c6-eb65e901d03f - - - - - -] Attempt 1 to provision port e077bfab-5c50-48be-a275-d87bc6bbfd5d 2026-05-31 18:32:03.342 12 INFO neutron.plugins.ml2.plugin [None req-f29b2204-5bce-4b39-a1c6-eb65e901d03f - - - - - -] Attempt 1 to provision port 7253e061-a85e-4227-a909-f4f24ff863e5 2026-05-31 18:32:03.626 12 INFO neutron.plugins.ml2.plugin [None req-f29b2204-5bce-4b39-a1c6-eb65e901d03f - - - - - -] Attempt 1 to provision port 840c833e-300a-4233-91f2-631fa08ef321 2026-05-31 18:32:04.786 11 INFO neutron.plugins.ml2.plugin [None req-9b4a2281-eb86-49a8-b4e6-d6ee3cebe3fc - - - - - -] Attempt 1 to provision port 840c833e-300a-4233-91f2-631fa08ef321 2026-05-31 18:32:04.888 11 INFO neutron.plugins.ml2.plugin [None req-9b4a2281-eb86-49a8-b4e6-d6ee3cebe3fc - - - - - -] Attempt 1 to provision port 4dcc8c8c-f79d-4530-9bb5-b368c1e863d9 2026-05-31 18:32:04.920 11 INFO neutron.plugins.ml2.plugin [None req-9b4a2281-eb86-49a8-b4e6-d6ee3cebe3fc - - - - - -] Attempt 1 to provision port 3caad5f3-5661-47cd-8912-e45ed8f8d53b 2026-05-31 18:32:05.044 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port c68e2918-0ff6-4656-bb58-c5bd61e82115 2026-05-31 18:32:07.199 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port c68e2918-0ff6-4656-bb58-c5bd61e82115 2026-05-31 18:32:07.375 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port c6bb5651-0915-4c37-baad-732b21169a35 2026-05-31 18:32:10.177 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port f5fad09b-ad95-4bc8-924d-e9c81db50aa7 2026-05-31 18:32:10.570 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 7a0b95c9-940b-4939-abae-118e59ea7907 2026-05-31 18:32:10.657 11 INFO neutron.notifiers.nova [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Nova event matching ['req-957d953c-21a0-4e03-8940-ee90b3105b53'] response: {'server_uuid': 'b3e67214-bd38-4678-9335-bca3dae90b01', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f5fad09b-ad95-4bc8-924d-e9c81db50aa7', 'code': 200} 2026-05-31 18:32:10.972 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 55e2ee52-f445-4e40-819a-fd2de8cac683 2026-05-31 18:32:11.306 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port c6bb5651-0915-4c37-baad-732b21169a35 2026-05-31 18:32:11.832 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 55e2ee52-f445-4e40-819a-fd2de8cac683 2026-05-31 18:32:12.019 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port f5fad09b-ad95-4bc8-924d-e9c81db50aa7 2026-05-31 18:32:12.220 11 INFO neutron.plugins.ml2.plugin [None req-b311ec4e-93b0-42f8-96b3-ecf5a56cd6aa - - - - - -] Attempt 1 to provision port 7a0b95c9-940b-4939-abae-118e59ea7907 2026-05-31 18:32:12.693 11 INFO neutron.notifiers.nova [None req-b311ec4e-93b0-42f8-96b3-ecf5a56cd6aa - - - - - -] Nova event matching ['req-af29b5d7-20b0-423b-964d-7d66526e97ef'] response: {'server_uuid': '5d6b4087-c25c-43bb-b4fb-cece55772a0a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7a0b95c9-940b-4939-abae-118e59ea7907', 'code': 200} 2026-05-31 18:32:13.793 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 1aa1697c-d704-43da-b070-a1c2fca9966d 2026-05-31 18:32:14.166 11 INFO neutron.plugins.ml2.plugin [None req-c4d45e21-734f-41db-a6bf-0311d5ba83c7 - - - - - -] Attempt 1 to provision port f9c660a2-5389-4868-ba2a-0e2ca25c25b9 2026-05-31 18:32:14.190 11 INFO neutron.plugins.ml2.plugin [None req-c4d45e21-734f-41db-a6bf-0311d5ba83c7 - - - - - -] Attempt 1 to provision port 858e5fe7-20d9-49ff-b122-af92d89e3e1b 2026-05-31 18:32:14.209 11 INFO neutron.plugins.ml2.plugin [None req-c4d45e21-734f-41db-a6bf-0311d5ba83c7 - - - - - -] Attempt 1 to provision port 1aa1697c-d704-43da-b070-a1c2fca9966d 2026-05-31 18:32:14.276 11 INFO neutron.plugins.ml2.plugin [None req-c4d45e21-734f-41db-a6bf-0311d5ba83c7 - - - - - -] Attempt 1 to provision port 3caad5f3-5661-47cd-8912-e45ed8f8d53b 2026-05-31 18:32:14.330 11 INFO neutron.plugins.ml2.plugin [None req-c4d45e21-734f-41db-a6bf-0311d5ba83c7 - - - - - -] Attempt 1 to provision port 55e2ee52-f445-4e40-819a-fd2de8cac683 2026-05-31 18:32:15.853 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 1aa1697c-d704-43da-b070-a1c2fca9966d 2026-05-31 18:32:18.303 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 5e6712ee-801e-46f7-b04e-c4c8999681e7 2026-05-31 18:32:18.413 11 INFO neutron.notifiers.nova [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Nova event matching ['req-d13a74e3-46b3-4489-8c9f-5bc9548e2485'] response: {'server_uuid': '6dd16bb3-64db-4e49-825b-df0192615cfa', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5e6712ee-801e-46f7-b04e-c4c8999681e7', 'code': 200} 2026-05-31 18:32:19.551 11 INFO neutron.plugins.ml2.plugin [None req-88681e73-ef07-4e57-9570-5b6f3071db1f - - - - - -] Attempt 1 to provision port 858e5fe7-20d9-49ff-b122-af92d89e3e1b 2026-05-31 18:32:19.590 11 INFO neutron.plugins.ml2.plugin [None req-88681e73-ef07-4e57-9570-5b6f3071db1f - - - - - -] Attempt 1 to provision port 7a0b95c9-940b-4939-abae-118e59ea7907 2026-05-31 18:32:19.653 11 INFO neutron.plugins.ml2.plugin [None req-88681e73-ef07-4e57-9570-5b6f3071db1f - - - - - -] Attempt 1 to provision port 4dcc8c8c-f79d-4530-9bb5-b368c1e863d9 2026-05-31 18:32:19.686 11 INFO neutron.plugins.ml2.plugin [None req-88681e73-ef07-4e57-9570-5b6f3071db1f - - - - - -] Attempt 1 to provision port 840c833e-300a-4233-91f2-631fa08ef321 2026-05-31 18:32:19.756 11 INFO neutron.plugins.ml2.plugin [None req-88681e73-ef07-4e57-9570-5b6f3071db1f - - - - - -] Attempt 1 to provision port 55e2ee52-f445-4e40-819a-fd2de8cac683 2026-05-31 18:32:19.857 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 5e6712ee-801e-46f7-b04e-c4c8999681e7 2026-05-31 18:32:24.139 12 INFO neutron.plugins.ml2.plugin [None req-4b3d55e4-6e67-4358-a04c-f6959b659c13 - - - - - -] Attempt 1 to provision port 1aa1697c-d704-43da-b070-a1c2fca9966d 2026-05-31 18:32:24.186 12 INFO neutron.plugins.ml2.plugin [None req-4b3d55e4-6e67-4358-a04c-f6959b659c13 - - - - - -] Attempt 1 to provision port 46fbba24-c7c4-4f0f-ab3a-c499fddd75f7 2026-05-31 18:32:24.202 12 INFO neutron.plugins.ml2.plugin [None req-4b3d55e4-6e67-4358-a04c-f6959b659c13 - - - - - -] Attempt 1 to provision port 5e6712ee-801e-46f7-b04e-c4c8999681e7 2026-05-31 18:32:24.267 12 INFO neutron.plugins.ml2.plugin [None req-4b3d55e4-6e67-4358-a04c-f6959b659c13 - - - - - -] Attempt 1 to provision port f9c660a2-5389-4868-ba2a-0e2ca25c25b9 2026-05-31 18:32:24.514 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port a0fb59c6-11c0-4ad5-b753-a96e75a075af 2026-05-31 18:32:24.713 11 INFO neutron.notifiers.nova [None req-f79a1f7e-26a9-43e7-857b-16ac0404430b - - - - - -] Nova event matching ['req-2a2b87cf-8439-4fa8-a3d2-6c1b49d3247d'] response: {'server_uuid': 'b7121f10-4564-4c5f-9f4e-57ccff0bc506', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a0fb59c6-11c0-4ad5-b753-a96e75a075af', 'code': 200} 2026-05-31 18:32:26.591 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port a0fb59c6-11c0-4ad5-b753-a96e75a075af 2026-05-31 18:32:28.213 12 INFO neutron.plugins.ml2.plugin [None req-54ed1ff4-91d9-43c4-aa4c-d768d9ae57bc - - - - - -] Attempt 1 to provision port 4dcc8c8c-f79d-4530-9bb5-b368c1e863d9 2026-05-31 18:32:28.261 12 INFO neutron.plugins.ml2.plugin [None req-54ed1ff4-91d9-43c4-aa4c-d768d9ae57bc - - - - - -] Attempt 1 to provision port 5e6712ee-801e-46f7-b04e-c4c8999681e7 2026-05-31 18:32:28.319 12 INFO neutron.plugins.ml2.plugin [None req-54ed1ff4-91d9-43c4-aa4c-d768d9ae57bc - - - - - -] Attempt 1 to provision port 143132fd-dd5f-4b07-986a-2f6e788ce6a3 2026-05-31 18:32:28.355 12 INFO neutron.plugins.ml2.plugin [None req-54ed1ff4-91d9-43c4-aa4c-d768d9ae57bc - - - - - -] Attempt 1 to provision port a0fb59c6-11c0-4ad5-b753-a96e75a075af 2026-05-31 18:32:30.310 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 6a694114-ac6e-48be-90ba-66a28a884810 2026-05-31 18:32:32.430 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 6a694114-ac6e-48be-90ba-66a28a884810 2026-05-31 18:32:32.634 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 1a6f2a69-3306-4435-aef5-aa3dbfe4bbd0 2026-05-31 18:32:33.863 12 INFO neutron.plugins.ml2.plugin [None req-6fb84a72-ef4b-4d0f-973e-8e416e0c1f83 - - - - - -] Attempt 1 to provision port 1a6f2a69-3306-4435-aef5-aa3dbfe4bbd0 2026-05-31 18:32:33.924 12 INFO neutron.plugins.ml2.plugin [None req-6fb84a72-ef4b-4d0f-973e-8e416e0c1f83 - - - - - -] Attempt 1 to provision port 4dcc8c8c-f79d-4530-9bb5-b368c1e863d9 2026-05-31 18:32:33.950 12 INFO neutron.plugins.ml2.plugin [None req-6fb84a72-ef4b-4d0f-973e-8e416e0c1f83 - - - - - -] Attempt 1 to provision port a1958d1f-2bc8-4f03-a43d-0ad2f29e61a6 2026-05-31 18:32:33.976 12 INFO neutron.plugins.ml2.plugin [None req-6fb84a72-ef4b-4d0f-973e-8e416e0c1f83 - - - - - -] Attempt 1 to provision port 9346fa0d-c083-4453-87c5-ae64a4318a58 2026-05-31 18:32:34.330 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 1a6f2a69-3306-4435-aef5-aa3dbfe4bbd0 2026-05-31 18:32:38.862 12 INFO neutron.plugins.ml2.plugin [None req-27b7c163-648a-477b-a9de-1d4f39e21e2e - - - - - -] Attempt 1 to provision port 7a0b95c9-940b-4939-abae-118e59ea7907 2026-05-31 18:32:38.992 12 INFO neutron.plugins.ml2.plugin [None req-27b7c163-648a-477b-a9de-1d4f39e21e2e - - - - - -] Attempt 1 to provision port f9c660a2-5389-4868-ba2a-0e2ca25c25b9 2026-05-31 18:32:39.011 12 INFO neutron.plugins.ml2.plugin [None req-27b7c163-648a-477b-a9de-1d4f39e21e2e - - - - - -] Attempt 1 to provision port 858e5fe7-20d9-49ff-b122-af92d89e3e1b 2026-05-31 18:32:39.030 12 INFO neutron.plugins.ml2.plugin [None req-27b7c163-648a-477b-a9de-1d4f39e21e2e - - - - - -] Attempt 1 to provision port 1a6f2a69-3306-4435-aef5-aa3dbfe4bbd0 2026-05-31 18:32:39.076 12 INFO neutron.plugins.ml2.plugin [None req-27b7c163-648a-477b-a9de-1d4f39e21e2e - - - - - -] Attempt 1 to provision port a1958d1f-2bc8-4f03-a43d-0ad2f29e61a6 2026-05-31 18:32:40.995 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 3d6aae98-4556-4c0f-88b5-063b1fb141cd 2026-05-31 18:32:41.088 11 INFO neutron.notifiers.nova [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Nova event matching ['req-e133d901-1914-4ad6-be81-20e7e9e014ef'] response: {'server_uuid': '089f9917-cef2-44a9-93ee-1fc8fce87a48', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3d6aae98-4556-4c0f-88b5-063b1fb141cd', 'code': 200} 2026-05-31 18:32:42.120 12 INFO neutron.plugins.ml2.plugin [None req-63440305-cb47-45ea-95bd-cc444f34ef73 - - - - - -] Attempt 1 to provision port a1958d1f-2bc8-4f03-a43d-0ad2f29e61a6 2026-05-31 18:32:42.145 12 INFO neutron.plugins.ml2.plugin [None req-63440305-cb47-45ea-95bd-cc444f34ef73 - - - - - -] Attempt 1 to provision port f9c660a2-5389-4868-ba2a-0e2ca25c25b9 2026-05-31 18:32:42.165 12 INFO neutron.plugins.ml2.plugin [None req-63440305-cb47-45ea-95bd-cc444f34ef73 - - - - - -] Attempt 1 to provision port d085080d-cbfa-417a-bbfb-b5456b6b7d33 2026-05-31 18:32:42.513 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 4dcc8c8c-f79d-4530-9bb5-b368c1e863d9 2026-05-31 18:32:42.781 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 46fbba24-c7c4-4f0f-ab3a-c499fddd75f7 2026-05-31 18:32:43.013 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 3d6aae98-4556-4c0f-88b5-063b1fb141cd 2026-05-31 18:32:44.328 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port f9c660a2-5389-4868-ba2a-0e2ca25c25b9 2026-05-31 18:32:44.620 11 INFO neutron.plugins.ml2.plugin [None req-6c869bf4-62e3-4310-85dd-a1a90493c79f - - - - - -] Attempt 1 to provision port a1958d1f-2bc8-4f03-a43d-0ad2f29e61a6 2026-05-31 18:32:44.697 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 4dcc8c8c-f79d-4530-9bb5-b368c1e863d9 2026-05-31 18:32:44.880 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 9346fa0d-c083-4453-87c5-ae64a4318a58 2026-05-31 18:32:45.099 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 46fbba24-c7c4-4f0f-ab3a-c499fddd75f7 2026-05-31 18:32:46.384 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port f9c660a2-5389-4868-ba2a-0e2ca25c25b9 2026-05-31 18:32:46.431 11 INFO neutron.plugins.ml2.plugin [None req-510e8332-19cf-4354-a3f7-08746f510e5e - - - - - -] Attempt 1 to provision port 3d6aae98-4556-4c0f-88b5-063b1fb141cd 2026-05-31 18:32:46.554 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 9346fa0d-c083-4453-87c5-ae64a4318a58 2026-05-31 18:32:46.693 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port a1958d1f-2bc8-4f03-a43d-0ad2f29e61a6 2026-05-31 18:32:48.326 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port d085080d-cbfa-417a-bbfb-b5456b6b7d33 2026-05-31 18:32:48.350 12 INFO neutron.plugins.ml2.plugin [None req-2357a7b5-510a-4319-a835-4b64043cedd0 - - - - - -] Attempt 1 to provision port 7a0b95c9-940b-4939-abae-118e59ea7907 2026-05-31 18:32:48.575 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port a1958d1f-2bc8-4f03-a43d-0ad2f29e61a6 2026-05-31 18:32:50.283 12 INFO neutron.plugins.ml2.plugin [None req-f299607d-ead9-49d2-a7cf-29a35c88d90f - - - - - -] Attempt 1 to provision port 7a0b95c9-940b-4939-abae-118e59ea7907 2026-05-31 18:32:50.556 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port d085080d-cbfa-417a-bbfb-b5456b6b7d33 2026-05-31 18:32:50.691 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 7a0b95c9-940b-4939-abae-118e59ea7907 2026-05-31 18:32:56.660 11 INFO neutron.notifiers.nova [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Nova event matching ['req-394c8003-eab4-4043-832a-45c3bf08b957'] response: {'server_uuid': '6dd16bb3-64db-4e49-825b-df0192615cfa', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '5e6712ee-801e-46f7-b04e-c4c8999681e7', 'code': 200} 2026-05-31 18:32:59.016 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 5e6712ee-801e-46f7-b04e-c4c8999681e7 2026-05-31 18:32:59.554 12 INFO neutron.notifiers.nova [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Nova event matching ['req-4a7f567d-e4db-4b21-9989-c0181c2c1f73'] response: {'server_uuid': '6dd16bb3-64db-4e49-825b-df0192615cfa', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5e6712ee-801e-46f7-b04e-c4c8999681e7', 'code': 200} 2026-05-31 18:33:00.297 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 5e6712ee-801e-46f7-b04e-c4c8999681e7 2026-05-31 18:33:04.339 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 543ecb98-e909-4e78-ba3b-8e163b7830d9 2026-05-31 18:33:04.796 12 INFO neutron.plugins.ml2.plugin [None req-cd2fd85b-9a43-4b56-8c0b-f572de8c230b - - - - - -] Attempt 1 to provision port 543ecb98-e909-4e78-ba3b-8e163b7830d9 2026-05-31 18:33:06.384 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 543ecb98-e909-4e78-ba3b-8e163b7830d9 2026-05-31 18:33:06.563 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 77452ff0-d420-4872-b7cc-33b0de9f6909 2026-05-31 18:33:08.317 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 77452ff0-d420-4872-b7cc-33b0de9f6909 2026-05-31 18:33:08.748 11 INFO neutron.plugins.ml2.plugin [None req-bebfc7e5-5ebc-43db-b141-ae5509495c4c - - - - - -] Attempt 1 to provision port 26f19935-4117-4134-83fa-0bb081f8c345 2026-05-31 18:33:08.776 11 INFO neutron.plugins.ml2.plugin [None req-bebfc7e5-5ebc-43db-b141-ae5509495c4c - - - - - -] Attempt 1 to provision port 4e1424e5-abf9-4a97-ac88-68067fa7690c 2026-05-31 18:33:08.802 11 INFO neutron.plugins.ml2.plugin [None req-bebfc7e5-5ebc-43db-b141-ae5509495c4c - - - - - -] Attempt 1 to provision port 543ecb98-e909-4e78-ba3b-8e163b7830d9 2026-05-31 18:33:12.071 12 INFO neutron.plugins.ml2.plugin [None req-c5d934e5-5e5c-497e-82f1-f276aea66f5b - - - - - -] Attempt 1 to provision port 26f19935-4117-4134-83fa-0bb081f8c345 2026-05-31 18:33:14.785 12 INFO neutron.plugins.ml2.plugin [None req-3ab36476-8670-481f-ae86-18558ad64736 - - - - - -] Attempt 1 to provision port 26f19935-4117-4134-83fa-0bb081f8c345 2026-05-31 18:33:17.437 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 0b56a551-72af-432b-aae9-b47d8d85e810 2026-05-31 18:33:17.540 12 INFO neutron.notifiers.nova [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Nova event matching ['req-c1f8cd9b-ae8f-4148-94e4-cd39959635a8'] response: {'server_uuid': 'e740551f-f203-463b-a7ce-8ba119c520f8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0b56a551-72af-432b-aae9-b47d8d85e810', 'code': 200} 2026-05-31 18:33:18.003 11 INFO neutron.plugins.ml2.plugin [None req-900c874e-30c0-4c95-898c-9c67af72d47f - - - - - -] Attempt 1 to provision port 0b56a551-72af-432b-aae9-b47d8d85e810 2026-05-31 18:33:18.367 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 0b56a551-72af-432b-aae9-b47d8d85e810 2026-05-31 18:33:22.324 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 26f19935-4117-4134-83fa-0bb081f8c345 2026-05-31 18:33:24.449 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port a2155747-ca4e-4f49-9bb6-477a800b7195 2026-05-31 18:33:24.771 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 26f19935-4117-4134-83fa-0bb081f8c345 2026-05-31 18:33:24.970 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 4e1424e5-abf9-4a97-ac88-68067fa7690c 2026-05-31 18:33:26.373 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port a2155747-ca4e-4f49-9bb6-477a800b7195 2026-05-31 18:33:26.543 11 INFO neutron.plugins.ml2.plugin [None req-de591e8f-b1f9-4503-8aec-57143f94170d - - - - - -] Attempt 1 to provision port 4e1424e5-abf9-4a97-ac88-68067fa7690c 2026-05-31 18:33:28.389 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 0b62a74e-8663-47a7-b7c0-c377f5ce3a0c 2026-05-31 18:33:48.369 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 8a7283a3-1380-4e5d-891f-8f02727dcb04 2026-05-31 18:33:50.662 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 87656890-a57f-4e18-ab50-bc972494115d 2026-05-31 18:33:51.060 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 8a7283a3-1380-4e5d-891f-8f02727dcb04 2026-05-31 18:33:56.413 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port ff14ed7b-4c5d-49b8-932b-5121e2947953 2026-05-31 18:34:08.405 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 31c7d138-b3af-42c2-9ded-b273af0ce28f 2026-05-31 18:34:10.360 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 31c7d138-b3af-42c2-9ded-b273af0ce28f 2026-05-31 18:34:12.390 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 8393fa82-54f5-45d4-a6f6-89bbc865385d 2026-05-31 18:34:14.396 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 8393fa82-54f5-45d4-a6f6-89bbc865385d 2026-05-31 18:34:14.455 11 INFO neutron.plugins.ml2.plugin [None req-0c15f47b-6792-4ff5-9e27-ba1bcde08697 - - - - - -] Attempt 1 to provision port 45995f91-264a-4550-a6af-4e56701e58d8 2026-05-31 18:34:14.488 11 INFO neutron.plugins.ml2.plugin [None req-0c15f47b-6792-4ff5-9e27-ba1bcde08697 - - - - - -] Attempt 1 to provision port 8393fa82-54f5-45d4-a6f6-89bbc865385d 2026-05-31 18:34:19.214 11 INFO neutron.plugins.ml2.plugin [None req-8c5d7238-a689-4634-b0ff-ffefa5bc6d6c - - - - - -] Attempt 1 to provision port 45995f91-264a-4550-a6af-4e56701e58d8 2026-05-31 18:34:19.235 11 INFO neutron.plugins.ml2.plugin [None req-8c5d7238-a689-4634-b0ff-ffefa5bc6d6c - - - - - -] Attempt 1 to provision port 8393fa82-54f5-45d4-a6f6-89bbc865385d 2026-05-31 18:34:20.903 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 03ba604e-58f7-4b78-bf70-fdbbbf1cf93c 2026-05-31 18:34:21.044 11 INFO neutron.notifiers.nova [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Nova event matching ['req-1091f354-84ae-41d5-b925-66badb0564d6'] response: {'server_uuid': '2633599a-2a51-4774-b832-d7df29a8479a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '03ba604e-58f7-4b78-bf70-fdbbbf1cf93c', 'code': 200} 2026-05-31 18:34:22.371 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 03ba604e-58f7-4b78-bf70-fdbbbf1cf93c 2026-05-31 18:34:24.457 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port fcc72ae9-ef4e-4572-9e73-f23a30ea0708 2026-05-31 18:34:24.821 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 08f88ac5-48aa-4770-b7e9-e8a38f3b6cc3 2026-05-31 18:34:25.129 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 45995f91-264a-4550-a6af-4e56701e58d8 2026-05-31 18:34:26.427 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port fcc72ae9-ef4e-4572-9e73-f23a30ea0708 2026-05-31 18:34:26.448 12 INFO neutron.plugins.ml2.plugin [None req-43f99fb2-2761-450c-9b06-ed202b70cc17 - - - - - -] Attempt 1 to provision port 123678e1-cc8e-46d2-9bc5-f788bbdc9891 2026-05-31 18:34:26.673 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 08f88ac5-48aa-4770-b7e9-e8a38f3b6cc3 2026-05-31 18:34:26.691 12 INFO neutron.plugins.ml2.plugin [None req-ea97e532-8c7a-41a0-9aba-f5cad7d7c5e6 - - - - - -] Attempt 1 to provision port 2da20e02-7066-4c04-a621-afb82d81dcdb 2026-05-31 18:34:26.839 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 45995f91-264a-4550-a6af-4e56701e58d8 2026-05-31 18:34:27.043 11 INFO neutron.plugins.ml2.plugin [None req-681a07ba-05f6-47ae-ba8c-7832f5bbc7b0 - - - - - -] Attempt 1 to provision port 123678e1-cc8e-46d2-9bc5-f788bbdc9891 2026-05-31 18:34:28.349 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 123678e1-cc8e-46d2-9bc5-f788bbdc9891 2026-05-31 18:34:29.363 12 INFO neutron.plugins.ml2.plugin [None req-1f41286b-7a0e-46fe-bc3e-5e34518f0307 - - - - - -] Attempt 1 to provision port 123678e1-cc8e-46d2-9bc5-f788bbdc9891 2026-05-31 18:34:29.431 12 INFO neutron.plugins.ml2.plugin [None req-1f41286b-7a0e-46fe-bc3e-5e34518f0307 - - - - - -] Attempt 1 to provision port 2da20e02-7066-4c04-a621-afb82d81dcdb 2026-05-31 18:34:31.277 12 INFO neutron.plugins.ml2.plugin [None req-57e25d4b-37bb-419e-a2d6-358ff6f441d0 - - - - - -] Attempt 1 to provision port 45995f91-264a-4550-a6af-4e56701e58d8 2026-05-31 18:34:33.697 11 INFO neutron.plugins.ml2.plugin [None req-24952e17-9092-4fcc-beac-cfe7f05f99a3 - - - - - -] Attempt 1 to provision port 2da20e02-7066-4c04-a621-afb82d81dcdb 2026-05-31 18:34:33.726 11 INFO neutron.plugins.ml2.plugin [None req-24952e17-9092-4fcc-beac-cfe7f05f99a3 - - - - - -] Attempt 1 to provision port 03ba604e-58f7-4b78-bf70-fdbbbf1cf93c 2026-05-31 18:34:35.413 11 INFO neutron.plugins.ml2.plugin [None req-a0481caf-e01c-47c3-a9d0-2e474c2f1a65 - - - - - -] Attempt 1 to provision port 2da20e02-7066-4c04-a621-afb82d81dcdb 2026-05-31 18:34:37.528 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port b96f483d-6945-431a-ab0b-5ddbe80f81fa 2026-05-31 18:34:37.633 11 INFO neutron.notifiers.nova [None req-edef97e1-8ece-4543-96ad-93e74cdb3c24 - - - - - -] Nova event matching ['req-853a641b-0e5a-41c4-84a3-8857f8e38a40'] response: {'server_uuid': 'a4e26ae4-7883-48bb-9bc9-a8c52d7fbce8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b96f483d-6945-431a-ab0b-5ddbe80f81fa', 'code': 200} 2026-05-31 18:34:38.261 12 INFO neutron.plugins.ml2.plugin [None req-76c9c926-606f-423e-a56c-3ff2eb9d8dcd - - - - - -] Attempt 1 to provision port b96f483d-6945-431a-ab0b-5ddbe80f81fa 2026-05-31 18:34:38.345 12 INFO neutron.plugins.ml2.plugin [None req-76c9c926-606f-423e-a56c-3ff2eb9d8dcd - - - - - -] Attempt 1 to provision port 46b9f1c0-8da3-45af-82bf-fb3f4b9840c7 2026-05-31 18:34:38.367 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port b96f483d-6945-431a-ab0b-5ddbe80f81fa 2026-05-31 18:34:38.418 12 INFO neutron.plugins.ml2.plugin [None req-76c9c926-606f-423e-a56c-3ff2eb9d8dcd - - - - - -] Attempt 1 to provision port 4c7de279-5131-4749-8764-f301732f9b18 2026-05-31 18:34:38.462 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 08f88ac5-48aa-4770-b7e9-e8a38f3b6cc3 2026-05-31 18:34:38.535 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 78b51a5e-bd07-43c3-ad5b-04428d6b1fcb 2026-05-31 18:34:40.395 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port c3b0ec60-74e1-411d-95be-1ad65cd1e2a5 2026-05-31 18:34:42.513 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 2da20e02-7066-4c04-a621-afb82d81dcdb 2026-05-31 18:34:42.787 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 78b51a5e-bd07-43c3-ad5b-04428d6b1fcb 2026-05-31 18:34:43.116 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port c3b0ec60-74e1-411d-95be-1ad65cd1e2a5 2026-05-31 18:34:44.477 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 6598fb7d-f405-48d8-b10a-05c2047c3346 2026-05-31 18:34:44.763 12 INFO neutron.plugins.ml2.plugin [None req-ca65d831-7dd4-4244-808a-7e69e33aeb22 - - - - - -] Attempt 1 to provision port 2da20e02-7066-4c04-a621-afb82d81dcdb 2026-05-31 18:34:44.946 12 INFO neutron.plugins.ml2.plugin [None req-ca65d831-7dd4-4244-808a-7e69e33aeb22 - - - - - -] Attempt 1 to provision port 78b51a5e-bd07-43c3-ad5b-04428d6b1fcb 2026-05-31 18:34:45.084 12 INFO neutron.plugins.ml2.plugin [None req-ca65d831-7dd4-4244-808a-7e69e33aeb22 - - - - - -] Attempt 1 to provision port e3d9fb1b-61e4-46dc-aa31-00f720d44f1f 2026-05-31 18:34:46.826 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port e3d9fb1b-61e4-46dc-aa31-00f720d44f1f 2026-05-31 18:34:47.024 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 6598fb7d-f405-48d8-b10a-05c2047c3346 2026-05-31 18:34:48.783 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port c2da049d-86aa-4d6d-b42a-264235a68474 2026-05-31 18:34:50.352 12 INFO neutron.plugins.ml2.plugin [None req-ef79cf23-9257-4d16-81a9-2ee755d5d55f - - - - - -] Attempt 1 to provision port c3b0ec60-74e1-411d-95be-1ad65cd1e2a5 2026-05-31 18:34:50.398 12 INFO neutron.plugins.ml2.plugin [None req-ef79cf23-9257-4d16-81a9-2ee755d5d55f - - - - - -] Attempt 1 to provision port c2da049d-86aa-4d6d-b42a-264235a68474 2026-05-31 18:34:50.446 12 INFO neutron.plugins.ml2.plugin [None req-ef79cf23-9257-4d16-81a9-2ee755d5d55f - - - - - -] Attempt 1 to provision port e3d9fb1b-61e4-46dc-aa31-00f720d44f1f 2026-05-31 18:34:50.496 12 INFO neutron.plugins.ml2.plugin [None req-ef79cf23-9257-4d16-81a9-2ee755d5d55f - - - - - -] Attempt 1 to provision port ad85eb76-b3ad-4fa6-b9f2-fd8dbd2997a3 2026-05-31 18:34:50.519 12 INFO neutron.plugins.ml2.plugin [None req-ef79cf23-9257-4d16-81a9-2ee755d5d55f - - - - - -] Attempt 1 to provision port 78b51a5e-bd07-43c3-ad5b-04428d6b1fcb 2026-05-31 18:34:51.036 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port c2da049d-86aa-4d6d-b42a-264235a68474 2026-05-31 18:34:56.088 11 INFO neutron.plugins.ml2.plugin [None req-d4333405-202a-4047-b5ea-dc0b74080170 - - - - - -] Attempt 1 to provision port 5c0911a0-47fd-47c3-99f0-9c0ffb9dc815 2026-05-31 18:34:56.110 11 INFO neutron.plugins.ml2.plugin [None req-d4333405-202a-4047-b5ea-dc0b74080170 - - - - - -] Attempt 1 to provision port 9bcd7a20-6b2b-414f-be19-4ef775983064 2026-05-31 18:34:56.130 11 INFO neutron.plugins.ml2.plugin [None req-d4333405-202a-4047-b5ea-dc0b74080170 - - - - - -] Attempt 1 to provision port 6618f822-c984-452c-8658-152e0d43f293 2026-05-31 18:34:56.153 11 INFO neutron.plugins.ml2.plugin [None req-d4333405-202a-4047-b5ea-dc0b74080170 - - - - - -] Attempt 1 to provision port c3b0ec60-74e1-411d-95be-1ad65cd1e2a5 2026-05-31 18:34:56.202 11 INFO neutron.plugins.ml2.plugin [None req-d4333405-202a-4047-b5ea-dc0b74080170 - - - - - -] Attempt 1 to provision port c2da049d-86aa-4d6d-b42a-264235a68474 2026-05-31 18:34:56.248 11 INFO neutron.plugins.ml2.plugin [None req-d4333405-202a-4047-b5ea-dc0b74080170 - - - - - -] Attempt 1 to provision port e3d9fb1b-61e4-46dc-aa31-00f720d44f1f 2026-05-31 18:34:56.322 11 INFO neutron.plugins.ml2.plugin [None req-d4333405-202a-4047-b5ea-dc0b74080170 - - - - - -] Attempt 1 to provision port ad85eb76-b3ad-4fa6-b9f2-fd8dbd2997a3 2026-05-31 18:34:59.348 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 120f0022-4f4a-4e9a-966e-296a3c36bb0c 2026-05-31 18:34:59.462 12 INFO neutron.notifiers.nova [None req-67ebe2d3-41f6-4bea-bca9-79f6e21e7581 - - - - - -] Nova event matching ['req-108fee71-0430-465b-8536-82bf5ba024ec'] response: {'server_uuid': 'a7cb1fa9-4546-4503-93d0-eec59eb5ce97', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '120f0022-4f4a-4e9a-966e-296a3c36bb0c', 'code': 200} 2026-05-31 18:35:01.430 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port ad85eb76-b3ad-4fa6-b9f2-fd8dbd2997a3 2026-05-31 18:35:01.703 12 INFO neutron.plugins.ml2.plugin [None req-d8e586c7-a4f4-4752-b8b2-48f76e310a3c - - - - - -] Attempt 1 to provision port 120f0022-4f4a-4e9a-966e-296a3c36bb0c 2026-05-31 18:35:01.749 12 INFO neutron.plugins.ml2.plugin [None req-d8e586c7-a4f4-4752-b8b2-48f76e310a3c - - - - - -] Attempt 1 to provision port 6618f822-c984-452c-8658-152e0d43f293 2026-05-31 18:35:01.825 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 53c3f226-4af7-43eb-b8d2-95580a01d897 2026-05-31 18:35:01.860 12 INFO neutron.plugins.ml2.plugin [None req-d8e586c7-a4f4-4752-b8b2-48f76e310a3c - - - - - -] Attempt 1 to provision port c3b0ec60-74e1-411d-95be-1ad65cd1e2a5 2026-05-31 18:35:01.918 11 INFO neutron.notifiers.nova [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Nova event matching ['req-dbec479f-32e6-4cc1-b472-8d13978295a3'] response: {'server_uuid': '7f25cb5f-c255-4f7f-b742-34eaf9cec95d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '53c3f226-4af7-43eb-b8d2-95580a01d897', 'code': 200} 2026-05-31 18:35:01.925 12 INFO neutron.plugins.ml2.plugin [None req-d8e586c7-a4f4-4752-b8b2-48f76e310a3c - - - - - -] Attempt 1 to provision port c2da049d-86aa-4d6d-b42a-264235a68474 2026-05-31 18:35:01.975 12 INFO neutron.plugins.ml2.plugin [None req-d8e586c7-a4f4-4752-b8b2-48f76e310a3c - - - - - -] Attempt 1 to provision port 5c0911a0-47fd-47c3-99f0-9c0ffb9dc815 2026-05-31 18:35:02.122 12 INFO neutron.plugins.ml2.plugin [None req-d8e586c7-a4f4-4752-b8b2-48f76e310a3c - - - - - -] Attempt 1 to provision port e3d9fb1b-61e4-46dc-aa31-00f720d44f1f 2026-05-31 18:35:02.143 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 120f0022-4f4a-4e9a-966e-296a3c36bb0c 2026-05-31 18:35:02.169 12 INFO neutron.plugins.ml2.plugin [None req-d8e586c7-a4f4-4752-b8b2-48f76e310a3c - - - - - -] Attempt 1 to provision port ad85eb76-b3ad-4fa6-b9f2-fd8dbd2997a3 2026-05-31 18:35:02.333 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 9bcd7a20-6b2b-414f-be19-4ef775983064 2026-05-31 18:35:02.570 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 6618f822-c984-452c-8658-152e0d43f293 2026-05-31 18:35:02.772 11 INFO neutron.plugins.ml2.plugin [None req-796d387f-b6ea-46c6-b17f-60bb7de347d6 - - - - - -] Attempt 1 to provision port 5c0911a0-47fd-47c3-99f0-9c0ffb9dc815 2026-05-31 18:35:04.111 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port ad85eb76-b3ad-4fa6-b9f2-fd8dbd2997a3 2026-05-31 18:35:04.296 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 53c3f226-4af7-43eb-b8d2-95580a01d897 2026-05-31 18:35:04.507 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 9bcd7a20-6b2b-414f-be19-4ef775983064 2026-05-31 18:35:04.667 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 6618f822-c984-452c-8658-152e0d43f293 2026-05-31 18:35:04.856 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 5c0911a0-47fd-47c3-99f0-9c0ffb9dc815 2026-05-31 18:35:05.332 12 INFO neutron.plugins.ml2.plugin [None req-fa0c5afa-b578-4ec5-a89d-cb111290977d - - - - - -] Attempt 1 to provision port 5c0911a0-47fd-47c3-99f0-9c0ffb9dc815 2026-05-31 18:35:05.417 12 INFO neutron.plugins.ml2.plugin [None req-fa0c5afa-b578-4ec5-a89d-cb111290977d - - - - - -] Attempt 1 to provision port ad85eb76-b3ad-4fa6-b9f2-fd8dbd2997a3 2026-05-31 18:35:05.483 12 INFO neutron.plugins.ml2.plugin [None req-fa0c5afa-b578-4ec5-a89d-cb111290977d - - - - - -] Attempt 1 to provision port 6618f822-c984-452c-8658-152e0d43f293 2026-05-31 18:35:08.411 12 INFO neutron.plugins.ml2.plugin [None req-2e9e1f67-4e0a-4fed-a5f1-aff145d0d519 - - - - - -] Attempt 1 to provision port 5c0911a0-47fd-47c3-99f0-9c0ffb9dc815 2026-05-31 18:35:08.463 12 INFO neutron.plugins.ml2.plugin [None req-2e9e1f67-4e0a-4fed-a5f1-aff145d0d519 - - - - - -] Attempt 1 to provision port ad85eb76-b3ad-4fa6-b9f2-fd8dbd2997a3 2026-05-31 18:35:08.510 12 INFO neutron.plugins.ml2.plugin [None req-2e9e1f67-4e0a-4fed-a5f1-aff145d0d519 - - - - - -] Attempt 1 to provision port 6618f822-c984-452c-8658-152e0d43f293 2026-05-31 18:35:09.827 12 INFO neutron.plugins.ml2.plugin [None req-0dc60420-fd00-4ceb-842d-d989087e97e6 - - - - - -] Attempt 1 to provision port 120f0022-4f4a-4e9a-966e-296a3c36bb0c 2026-05-31 18:35:11.068 12 INFO neutron.plugins.ml2.plugin [None req-0bff63b3-a3ce-49f1-8b43-d03edea17d64 - - - - - -] Attempt 1 to provision port 45995f91-264a-4550-a6af-4e56701e58d8 2026-05-31 18:35:13.178 12 INFO neutron.plugins.ml2.plugin [None req-cda3e209-4158-4942-ac6b-3a81c32cf456 - - - - - -] Attempt 1 to provision port 53c3f226-4af7-43eb-b8d2-95580a01d897 2026-05-31 18:35:16.159 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port cccfa849-f430-4d94-b3e3-7f60fce41db8 2026-05-31 18:35:16.400 12 INFO neutron.notifiers.nova [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Nova event matching ['req-2d6daf73-ce30-40b4-8104-5da02e2b64d7'] response: {'server_uuid': 'dc05fc35-46aa-4ba6-8980-b21e8eb5e367', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cccfa849-f430-4d94-b3e3-7f60fce41db8', 'code': 200} 2026-05-31 18:35:18.104 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port cccfa849-f430-4d94-b3e3-7f60fce41db8 2026-05-31 18:35:47.663 11 INFO neutron.plugins.ml2.plugin [None req-f84aeb08-2841-4e51-ae39-c0d9f7872ff5 - - - - - -] Attempt 1 to provision port d5a7d39f-5ee7-4e01-8cc4-1340bbd9828a 2026-05-31 18:35:56.341 11 INFO neutron.notifiers.nova [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Nova event matching ['req-60ba3764-90a0-4433-a625-0b4a0f342f32'] response: {'server_uuid': '2633599a-2a51-4774-b832-d7df29a8479a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '03ba604e-58f7-4b78-bf70-fdbbbf1cf93c', 'code': 200} 2026-05-31 18:36:08.689 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 30a36fb7-dace-4137-a553-7c0eb1914515 2026-05-31 18:36:09.090 12 INFO neutron.plugins.ml2.plugin [None req-b0836d6e-77f1-4a6b-b0e3-03f467da55f5 - - - - - -] Attempt 1 to provision port aee492d2-4184-43ed-9f65-c2cd892f5fe6 2026-05-31 18:36:09.220 12 INFO neutron.notifiers.nova [None req-b0836d6e-77f1-4a6b-b0e3-03f467da55f5 - - - - - -] Nova event matching ['req-9ca85b15-a385-4fc3-9e15-52afbabdc9bb'] response: {'server_uuid': '43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'aee492d2-4184-43ed-9f65-c2cd892f5fe6', 'code': 200} 2026-05-31 18:36:09.294 12 INFO neutron.plugins.ml2.plugin [None req-22eea454-ba47-44ce-8924-1200eea9adeb - - - - - -] Attempt 1 to provision port 30a36fb7-dace-4137-a553-7c0eb1914515 2026-05-31 18:36:10.223 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 30a36fb7-dace-4137-a553-7c0eb1914515 2026-05-31 18:36:10.451 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port aee492d2-4184-43ed-9f65-c2cd892f5fe6 2026-05-31 18:36:10.693 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 821e7b8a-c0d6-4d36-a4c8-2bc0b186758f 2026-05-31 18:36:12.131 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 821e7b8a-c0d6-4d36-a4c8-2bc0b186758f 2026-05-31 18:36:12.247 11 INFO neutron.plugins.ml2.plugin [None req-80034759-3b2e-4153-8e63-09ff2254ded7 - - - - - -] Attempt 1 to provision port 30a36fb7-dace-4137-a553-7c0eb1914515 2026-05-31 18:36:12.309 11 INFO neutron.plugins.ml2.plugin [None req-80034759-3b2e-4153-8e63-09ff2254ded7 - - - - - -] Attempt 1 to provision port 33a31139-8420-4da7-b38c-3b1c2defe741 2026-05-31 18:36:12.337 11 INFO neutron.plugins.ml2.plugin [None req-80034759-3b2e-4153-8e63-09ff2254ded7 - - - - - -] Attempt 1 to provision port 28c6c95a-48c3-46bb-b57f-a1ffa86dbe49 2026-05-31 18:36:16.179 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 0f49719e-0ccf-4509-8dcd-6dfec0dcf31d 2026-05-31 18:36:16.555 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 0ed30f2a-7dd7-4395-a421-3256aee387a2 2026-05-31 18:36:17.850 12 INFO neutron.plugins.ml2.plugin [None req-c399edba-e5d5-4adb-9bac-945c49134623 - - - - - -] Attempt 1 to provision port 0ed30f2a-7dd7-4395-a421-3256aee387a2 2026-05-31 18:36:17.911 12 INFO neutron.plugins.ml2.plugin [None req-c399edba-e5d5-4adb-9bac-945c49134623 - - - - - -] Attempt 1 to provision port 9f20dd4f-c7d3-4822-90af-252431ddba05 2026-05-31 18:36:17.934 12 INFO neutron.plugins.ml2.plugin [None req-c399edba-e5d5-4adb-9bac-945c49134623 - - - - - -] Attempt 1 to provision port 33a31139-8420-4da7-b38c-3b1c2defe741 2026-05-31 18:36:18.230 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 0f49719e-0ccf-4509-8dcd-6dfec0dcf31d 2026-05-31 18:36:18.394 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 0ed30f2a-7dd7-4395-a421-3256aee387a2 2026-05-31 18:36:20.801 12 INFO neutron.plugins.ml2.plugin [None req-c022e951-43b2-458b-9b2e-e33c41c5d21a - - - - - -] Attempt 1 to provision port 6b076a31-20f1-4f8e-8cbf-021e8d52d2ad 2026-05-31 18:36:20.824 12 INFO neutron.plugins.ml2.plugin [None req-c022e951-43b2-458b-9b2e-e33c41c5d21a - - - - - -] Attempt 1 to provision port 0ed30f2a-7dd7-4395-a421-3256aee387a2 2026-05-31 18:36:20.913 12 INFO neutron.plugins.ml2.plugin [None req-c022e951-43b2-458b-9b2e-e33c41c5d21a - - - - - -] Attempt 1 to provision port 33a31139-8420-4da7-b38c-3b1c2defe741 2026-05-31 18:36:22.077 12 INFO neutron.plugins.ml2.plugin [None req-0b9b49e5-223d-4bbe-9bf6-21e65ea37922 - - - - - -] Attempt 1 to provision port 6b076a31-20f1-4f8e-8cbf-021e8d52d2ad 2026-05-31 18:36:23.312 12 INFO neutron.plugins.ml2.plugin [None req-983070ed-ab7d-4b19-9667-72cbfbecfae3 - - - - - -] Attempt 1 to provision port 6b076a31-20f1-4f8e-8cbf-021e8d52d2ad 2026-05-31 18:36:29.200 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 73f63161-a75a-45c2-b57f-92bd4fa38460 2026-05-31 18:36:29.304 11 INFO neutron.notifiers.nova [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Nova event matching ['req-14430753-d0db-42e1-8891-902533b73679'] response: {'server_uuid': '8ca7baee-000b-4953-b916-21ae52074a45', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '73f63161-a75a-45c2-b57f-92bd4fa38460', 'code': 200} 2026-05-31 18:36:30.217 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 73f63161-a75a-45c2-b57f-92bd4fa38460 2026-05-31 18:36:30.391 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 33a31139-8420-4da7-b38c-3b1c2defe741 2026-05-31 18:36:30.634 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 28c6c95a-48c3-46bb-b57f-a1ffa86dbe49 2026-05-31 18:36:32.189 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 33a31139-8420-4da7-b38c-3b1c2defe741 2026-05-31 18:36:32.363 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 28c6c95a-48c3-46bb-b57f-a1ffa86dbe49 2026-05-31 18:36:32.501 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 9f20dd4f-c7d3-4822-90af-252431ddba05 2026-05-31 18:36:32.768 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 6b076a31-20f1-4f8e-8cbf-021e8d52d2ad 2026-05-31 18:36:34.172 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 6b076a31-20f1-4f8e-8cbf-021e8d52d2ad 2026-05-31 18:36:34.394 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 9f20dd4f-c7d3-4822-90af-252431ddba05 2026-05-31 18:36:46.415 11 INFO neutron.notifiers.nova [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Nova event matching ['req-3b7884df-d55d-44ba-9dfb-43942c31a4c3'] response: {'server_uuid': '8ca7baee-000b-4953-b916-21ae52074a45', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '73f63161-a75a-45c2-b57f-92bd4fa38460', 'code': 200} 2026-05-31 18:36:50.239 12 INFO neutron.plugins.ml2.plugin [None req-acf4b283-7ed8-4eb1-87e8-bc9a3a9bb3c2 - - - - - -] Attempt 1 to provision port 7f71ed70-34c2-4ad7-a8f4-2357eb310c6a 2026-05-31 18:36:56.496 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 7f71ed70-34c2-4ad7-a8f4-2357eb310c6a 2026-05-31 18:36:56.655 11 INFO neutron.notifiers.nova [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Nova event matching ['req-87aa1b2a-2aa3-43d8-9160-c36466e66761'] response: {'server_uuid': '43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7f71ed70-34c2-4ad7-a8f4-2357eb310c6a', 'code': 200} 2026-05-31 18:36:58.170 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 7f71ed70-34c2-4ad7-a8f4-2357eb310c6a 2026-05-31 18:37:00.692 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port 7f71ed70-34c2-4ad7-a8f4-2357eb310c6a 2026-05-31 18:37:23.182 12 INFO neutron.plugins.ml2.plugin [None req-befa65d3-fa9a-43da-8934-91a487f98a76 - - - - - -] Attempt 1 to provision port a3f13bc9-f244-4488-bdf1-603efd4c21f0 2026-05-31 18:37:31.756 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port a3f13bc9-f244-4488-bdf1-603efd4c21f0 2026-05-31 18:37:31.863 12 INFO neutron.notifiers.nova [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Nova event matching ['req-fea8c77f-ac3e-45ed-9d84-89bf59ba9db4'] response: {'server_uuid': '43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a3f13bc9-f244-4488-bdf1-603efd4c21f0', 'code': 200} 2026-05-31 18:37:32.351 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port a3f13bc9-f244-4488-bdf1-603efd4c21f0 2026-05-31 18:37:39.357 11 INFO neutron.plugins.ml2.plugin [None req-6166e74f-f827-417a-b118-5f2bd62178c0 - - - - - -] Attempt 1 to provision port fd736122-2940-4f20-a4aa-f5da5c5ca1a0 2026-05-31 18:37:46.399 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port fd736122-2940-4f20-a4aa-f5da5c5ca1a0 2026-05-31 18:37:46.504 12 INFO neutron.notifiers.nova [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Nova event matching ['req-7cf7c548-168f-4698-958e-6ca278d2dbd2'] response: {'server_uuid': '43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fd736122-2940-4f20-a4aa-f5da5c5ca1a0', 'code': 200} 2026-05-31 18:37:48.426 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port fd736122-2940-4f20-a4aa-f5da5c5ca1a0 2026-05-31 18:37:49.134 11 INFO neutron.plugins.ml2.plugin [None req-2a0f7266-f003-47a7-8356-6be9baa7a60b - - - - - -] Attempt 1 to provision port a3f13bc9-f244-4488-bdf1-603efd4c21f0 2026-05-31 18:37:50.361 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port a3f13bc9-f244-4488-bdf1-603efd4c21f0 2026-05-31 18:38:02.843 11 INFO neutron.plugins.ml2.plugin [None req-d70752ae-4ef2-4b39-a284-7b878485607a - - - - - -] Attempt 1 to provision port fd736122-2940-4f20-a4aa-f5da5c5ca1a0 2026-05-31 18:38:04.231 11 INFO neutron.plugins.ml2.plugin [None req-4f2ffc90-6b08-4fad-a1a1-fcbd325ba133 - - - - - -] Attempt 1 to provision port fd736122-2940-4f20-a4aa-f5da5c5ca1a0 2026-05-31 18:38:04.429 12 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port fd736122-2940-4f20-a4aa-f5da5c5ca1a0 2026-05-31 18:38:13.876 12 INFO neutron.plugins.ml2.plugin [None req-a1f1491f-4f36-41a3-91fe-88e2702179f7 - - - - - -] Attempt 1 to provision port a3f13bc9-f244-4488-bdf1-603efd4c21f0 2026-05-31 18:38:14.432 11 INFO neutron.plugins.ml2.plugin [None req-d82a2d83-5f68-4868-b644-376fd2000eaf - - - - - -] Attempt 1 to provision port a3f13bc9-f244-4488-bdf1-603efd4c21f0