+ 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 /var/lib/openstack/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:41: EventletDeprecationWarning: Eventlet is deprecated. It is currently being maintained in bugfix mode, and we strongly recommend against using it for new projects. If you are already using Eventlet, we recommend migrating to a different framework. For more detail see https://eventlet.readthedocs.io/en/latest/asyncio/migration.html import eventlet 2026-05-09 17:31:48.773 1 INFO neutron.common.config [-] Logging enabled! 2026-05-09 17:31:48.773 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 28.1.0.dev173 2026-05-09 17:31:48.773 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-05-09 17:31:48.774 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-09 17:31:50.033 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-09 17:31:50.035 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-09 17:31:50.038 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-09 17:31:50.039 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-09 17:31:50.039 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-09 17:31:50.040 1 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-05-09 17:31:50.040 1 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-05-09 17:31:50.040 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-09 17:31:50.046 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-09 17:31:50.046 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-09 17:31:50.046 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-09 17:31:50.065 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-09 17:31:50.066 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-09 17:31:50.066 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-09 17:31:50.084 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-09 17:31:50.084 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-09 17:31:50.084 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-09 17:31:50.084 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-09 17:31:50.410 1 INFO neutron.plugins.ml2.managers [None req-ebe10f4a-9f08-4940-b76d-63e192b61192 - - - - - -] Initializing driver for type 'vlan' 2026-05-09 17:31:50.552 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-ebe10f4a-9f08-4940-b76d-63e192b61192 - - - - - -] VlanTypeDriver initialization complete 2026-05-09 17:31:50.552 1 INFO neutron.plugins.ml2.managers [None req-ebe10f4a-9f08-4940-b76d-63e192b61192 - - - - - -] Initializing driver for type 'vxlan' 2026-05-09 17:31:50.552 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-ebe10f4a-9f08-4940-b76d-63e192b61192 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-09 17:31:50.603 1 INFO neutron.plugins.ml2.managers [None req-ebe10f4a-9f08-4940-b76d-63e192b61192 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-09 17:31:50.603 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-ebe10f4a-9f08-4940-b76d-63e192b61192 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-09 17:31:50.603 1 INFO neutron.plugins.ml2.managers [None req-ebe10f4a-9f08-4940-b76d-63e192b61192 - - - - - -] Initializing extension driver 'port_security' 2026-05-09 17:31:50.603 1 INFO neutron.plugins.ml2.extensions.port_security [None req-ebe10f4a-9f08-4940-b76d-63e192b61192 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-09 17:31:50.604 1 INFO neutron.plugins.ml2.managers [None req-ebe10f4a-9f08-4940-b76d-63e192b61192 - - - - - -] Initializing extension driver 'qos' 2026-05-09 17:31:50.604 1 INFO neutron.plugins.ml2.managers [None req-ebe10f4a-9f08-4940-b76d-63e192b61192 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-09 17:31:50.604 1 INFO neutron.plugins.ml2.managers [None req-ebe10f4a-9f08-4940-b76d-63e192b61192 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-09 17:31:50.619 1 INFO neutron.quota [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded quota_driver: . 2026-05-09 17:31:50.619 1 INFO neutron.plugins.ml2.plugin [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Modular L2 Plugin initialization complete 2026-05-09 17:31:50.619 1 INFO neutron.plugins.ml2.managers [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-09 17:31:50.619 1 INFO neutron.plugins.ml2.managers [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-09 17:31:50.619 1 INFO neutron.plugins.ml2.managers [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-09 17:31:50.620 1 INFO neutron.manager [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loading Plugin: qos 2026-05-09 17:31:50.631 1 INFO neutron.manager [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loading Plugin: router 2026-05-09 17:31:50.665 1 INFO neutron.services.service_base [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-09 17:31:50.665 1 INFO neutron.manager [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loading Plugin: segments 2026-05-09 17:31:50.731 1 INFO neutron.manager [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loading Plugin: trunk 2026-05-09 17:31:50.743 1 INFO neutron.manager [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loading Plugin: vpnaas 2026-05-09 17:31:50.777 1 WARNING stevedore.named [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-09 17:31:50.851 1 INFO neutron_vpnaas.services.vpn.plugin [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-09 17:31:50.851 1 INFO neutron.manager [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loading Plugin: taas 2026-05-09 17:31:51.013 1 WARNING stevedore.named [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-09 17:31:51.039 1 INFO neutron_taas.services.taas.taas_plugin [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-09 17:31:51.039 1 INFO neutron.manager [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loading Plugin: tapmirror 2026-05-09 17:31:51.049 1 WARNING stevedore.named [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-09 17:31:51.065 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-09 17:31:51.066 1 INFO neutron.manager [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loading Plugin: auto_allocate 2026-05-09 17:31:51.072 1 INFO neutron.manager [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loading Plugin: tag 2026-05-09 17:31:51.081 1 INFO neutron.manager [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loading Plugin: timestamp 2026-05-09 17:31:51.083 1 INFO neutron.manager [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loading Plugin: network_ip_availability 2026-05-09 17:31:51.088 1 INFO neutron.manager [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loading Plugin: flavors 2026-05-09 17:31:51.090 1 INFO neutron.manager [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loading Plugin: revisions 2026-05-09 17:31:51.093 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Initializing extension manager. 2026-05-09 17:31:51.094 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: address-group 2026-05-09 17:31:51.095 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: address-scope 2026-05-09 17:31:51.096 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-09 17:31:51.096 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: agent 2026-05-09 17:31:51.097 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: agent-resources-synced 2026-05-09 17:31:51.098 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-09 17:31:51.098 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-09 17:31:51.099 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: availability_zone 2026-05-09 17:31:51.099 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: availability_zone_filter 2026-05-09 17:31:51.100 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-09 17:31:51.101 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: default-subnetpools 2026-05-09 17:31:51.102 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-09 17:31:51.102 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: dns-integration 2026-05-09 17:31:51.102 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: dns-domain-ports 2026-05-09 17:31:51.103 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-09 17:31:51.103 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: dvr 2026-05-09 17:31:51.104 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-09 17:31:51.104 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: empty-string-filtering 2026-05-09 17:31:51.105 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-09 17:31:51.105 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-09 17:31:51.105 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: external-net 2026-05-09 17:31:51.106 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-09 17:31:51.106 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: extraroute 2026-05-09 17:31:51.107 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: extraroute-atomic 2026-05-09 17:31:51.107 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: filter-validation 2026-05-09 17:31:51.107 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-09 17:31:51.108 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-09 17:31:51.108 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-09 17:31:51.109 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: fip-port-details 2026-05-09 17:31:51.109 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: flavors 2026-05-09 17:31:51.111 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-09 17:31:51.111 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: floatingip-pools 2026-05-09 17:31:51.112 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: ip_allocation 2026-05-09 17:31:51.112 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-09 17:31:51.113 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: l2_adjacency 2026-05-09 17:31:51.114 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: router 2026-05-09 17:31:51.115 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-09 17:31:51.115 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-09 17:31:51.116 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-09 17:31:51.116 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: ext-gw-mode 2026-05-09 17:31:51.117 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: l3-ha 2026-05-09 17:31:51.118 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-09 17:31:51.118 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-09 17:31:51.118 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: l3-flavors 2026-05-09 17:31:51.119 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-09 17:31:51.120 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-09 17:31:51.121 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-09 17:31:51.122 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-09 17:31:51.123 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-09 17:31:51.124 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-09 17:31:51.125 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-09 17:31:51.125 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: multi-provider 2026-05-09 17:31:51.125 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: net-mtu 2026-05-09 17:31:51.126 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: net-mtu-writable 2026-05-09 17:31:51.126 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: network_availability_zone 2026-05-09 17:31:51.127 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: network_ha 2026-05-09 17:31:51.127 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: network-ip-availability 2026-05-09 17:31:51.128 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: network-ip-availability-details 2026-05-09 17:31:51.128 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-09 17:31:51.129 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: pagination 2026-05-09 17:31:51.129 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: port-device-profile 2026-05-09 17:31:51.130 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-09 17:31:51.130 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-09 17:31:51.130 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-09 17:31:51.131 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: port-mac-override 2026-05-09 17:31:51.131 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-09 17:31:51.132 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-09 17:31:51.132 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-09 17:31:51.132 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: port-resource-request 2026-05-09 17:31:51.133 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-09 17:31:51.133 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-09 17:31:51.134 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: binding 2026-05-09 17:31:51.134 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: binding-extended 2026-05-09 17:31:51.135 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: port-security 2026-05-09 17:31:51.135 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: project-id 2026-05-09 17:31:51.135 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: provider 2026-05-09 17:31:51.136 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-09 17:31:51.137 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: qos 2026-05-09 17:31:51.138 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-09 17:31:51.138 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-09 17:31:51.139 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: qos-default 2026-05-09 17:31:51.141 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: qos-fip 2026-05-09 17:31:51.141 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-09 17:31:51.141 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-09 17:31:51.142 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-09 17:31:51.142 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-09 17:31:51.143 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-09 17:31:51.144 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: qos-pps 2026-05-09 17:31:51.144 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-09 17:31:51.144 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-09 17:31:51.145 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: qos-rules-alias 2026-05-09 17:31:51.145 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: quota-check-limit 2026-05-09 17:31:51.146 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-09 17:31:51.148 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: quotas 2026-05-09 17:31:51.150 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: quota_details 2026-05-09 17:31:51.151 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: rbac-policies 2026-05-09 17:31:51.152 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: rbac-address-group 2026-05-09 17:31:51.152 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: rbac-address-scope 2026-05-09 17:31:51.152 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: rbac-security-groups 2026-05-09 17:31:51.153 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-09 17:31:51.153 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: revision-if-match 2026-05-09 17:31:51.154 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-09 17:31:51.154 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: router_availability_zone 2026-05-09 17:31:51.155 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-05-09 17:31:51.155 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-09 17:31:51.157 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-09 17:31:51.157 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-09 17:31:51.157 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-09 17:31:51.158 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-09 17:31:51.158 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-09 17:31:51.159 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-09 17:31:51.162 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: security-group 2026-05-09 17:31:51.163 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: segment 2026-05-09 17:31:51.163 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-09 17:31:51.164 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: service-type 2026-05-09 17:31:51.164 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: sorting 2026-05-09 17:31:51.165 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: standard-attr-segment 2026-05-09 17:31:51.165 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: standard-attr-description 2026-05-09 17:31:51.166 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: stateful-security-group 2026-05-09 17:31:51.166 1 WARNING neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-09 17:31:51.167 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-09 17:31:51.167 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: subnet-external-network 2026-05-09 17:31:51.167 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: subnet_onboard 2026-05-09 17:31:51.168 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-09 17:31:51.168 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: subnet-service-types 2026-05-09 17:31:51.169 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: subnet_allocation 2026-05-09 17:31:51.169 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-09 17:31:51.170 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: tag-creation 2026-05-09 17:31:51.170 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-09 17:31:51.174 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: standard-attr-tag 2026-05-09 17:31:51.174 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-09 17:31:51.175 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: trunk 2026-05-09 17:31:51.175 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: trunk-details 2026-05-09 17:31:51.175 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-09 17:31:51.176 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-09 17:31:51.176 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-09 17:31:51.177 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-09 17:31:51.178 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-09 17:31:51.179 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-09 17:31:51.179 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: vpn-flavors 2026-05-09 17:31:51.181 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: vpnaas 2026-05-09 17:31:51.182 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: taas 2026-05-09 17:31:51.183 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: tap-mirror 2026-05-09 17:31:51.184 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-05-09 17:31:51.184 1 INFO neutron.api.extensions [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-09 17:31:51.187 1 WARNING oslo_service.backend._threading.service [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Service RpcWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-05-09 17:31:51.193 1 WARNING oslo_service.backend._threading.service [None req-4d2bb51a-6aa6-41a4-869e-8b46bb15cf86 - - - - - -] Service RpcReportsWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-05-09 17:32:21.284 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-09 17:32:21.324 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-09 17:32:21.324 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-09 17:32:39.435 16 INFO neutron.db.l3_hamode_db [None req-988ff61e-2241-496d-a83c-8897a2631695 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 17:32:49.733 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 2c35078b-43aa-45aa-8bd8-38218dc0c5d2 2026-05-09 17:32:50.598 13 INFO neutron.plugins.ml2.plugin [None req-a1f84921-fb72-47f2-9f87-1c0c92bf40b6 - - - - - -] Attempt 1 to provision port 2c35078b-43aa-45aa-8bd8-38218dc0c5d2 2026-05-09 17:32:51.655 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 2c35078b-43aa-45aa-8bd8-38218dc0c5d2 2026-05-09 17:32:52.284 13 INFO neutron.plugins.ml2.plugin [None req-ed5b495a-36c7-4fce-a8ae-7673fbe1348c - - - - - -] Attempt 1 to provision port 2c35078b-43aa-45aa-8bd8-38218dc0c5d2 2026-05-09 17:37:27.914 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port d00fef5c-b4f1-4719-aa69-e44c64e03507 2026-05-09 17:37:29.257 16 INFO neutron.plugins.ml2.plugin [None req-b2c63a96-9311-4794-b93c-942f079720ce - - - - - -] Attempt 1 to provision port d00fef5c-b4f1-4719-aa69-e44c64e03507 2026-05-09 17:37:29.713 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port d00fef5c-b4f1-4719-aa69-e44c64e03507 2026-05-09 17:37:30.922 16 INFO neutron.plugins.ml2.plugin [None req-9a99f87c-b67d-44dc-9105-9456ffd46178 - - - - - -] Attempt 1 to provision port d00fef5c-b4f1-4719-aa69-e44c64e03507 2026-05-09 17:37:35.412 16 INFO neutron.plugins.ml2.plugin [None req-8f32b5c0-9055-4b09-bf76-3f37f87a0af3 - - - - - -] Attempt 1 to provision port 26bbf68e-0d12-4754-9ce9-a39bc3bd54f0 2026-05-09 17:41:18.341 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 26bbf68e-0d12-4754-9ce9-a39bc3bd54f0 2026-05-09 17:41:19.826 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 26bbf68e-0d12-4754-9ce9-a39bc3bd54f0 2026-05-09 17:55:48.055 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 8d79c89a-907b-4744-b91d-8008c1debabf 2026-05-09 17:55:50.022 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 8d79c89a-907b-4744-b91d-8008c1debabf 2026-05-09 17:59:57.775 13 INFO neutron.plugins.ml2.plugin [None req-1c647bae-366d-44cc-9cf5-24aa87e41ca8 - - - - - -] Attempt 1 to provision port 26bbf68e-0d12-4754-9ce9-a39bc3bd54f0 2026-05-09 17:59:57.822 13 INFO neutron.plugins.ml2.plugin [None req-1c647bae-366d-44cc-9cf5-24aa87e41ca8 - - - - - -] Attempt 1 to provision port 2c35078b-43aa-45aa-8bd8-38218dc0c5d2 2026-05-09 17:59:57.873 13 INFO neutron.plugins.ml2.plugin [None req-1c647bae-366d-44cc-9cf5-24aa87e41ca8 - - - - - -] Attempt 1 to provision port d00fef5c-b4f1-4719-aa69-e44c64e03507 2026-05-09 18:11:32.292 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port a63b5ec6-5ec2-45e2-9e7f-2884cbc1e054 2026-05-09 18:11:34.298 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port a63b5ec6-5ec2-45e2-9e7f-2884cbc1e054 2026-05-09 18:11:36.303 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 7f4bc650-0f3a-441d-a63c-09aad7a5b165 2026-05-09 18:11:36.705 13 INFO neutron.plugins.ml2.plugin [None req-c5579912-073f-464f-8524-9448dfaf4568 - - - - - -] Attempt 1 to provision port 7f4bc650-0f3a-441d-a63c-09aad7a5b165 2026-05-09 18:11:36.768 13 INFO neutron.plugins.ml2.plugin [None req-c5579912-073f-464f-8524-9448dfaf4568 - - - - - -] Attempt 1 to provision port f8308c36-7d58-4b8b-a847-38fd792a861e 2026-05-09 18:11:36.811 13 INFO neutron.plugins.ml2.plugin [None req-c5579912-073f-464f-8524-9448dfaf4568 - - - - - -] Attempt 1 to provision port ae8b1c15-cdb5-4778-9932-7c4a83dfa701 2026-05-09 18:11:36.848 13 INFO neutron.plugins.ml2.plugin [None req-c5579912-073f-464f-8524-9448dfaf4568 - - - - - -] Attempt 1 to provision port a63b5ec6-5ec2-45e2-9e7f-2884cbc1e054 2026-05-09 18:11:38.495 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 7f4bc650-0f3a-441d-a63c-09aad7a5b165 2026-05-09 18:11:40.669 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 8365ae2d-e985-4864-ad92-d8cd87e494ad 2026-05-09 18:11:41.022 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 15a2715d-477b-4977-83d7-67ca5273ed59 2026-05-09 18:11:41.513 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port dfc5c026-6ea2-45ee-b9a5-4cf287b77d8d 2026-05-09 18:11:41.849 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port d9674098-1b84-4337-9f77-415d7ca4dc8e 2026-05-09 18:11:42.850 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port dfc5c026-6ea2-45ee-b9a5-4cf287b77d8d 2026-05-09 18:11:43.060 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port d9674098-1b84-4337-9f77-415d7ca4dc8e 2026-05-09 18:11:43.270 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 8365ae2d-e985-4864-ad92-d8cd87e494ad 2026-05-09 18:11:43.499 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 15a2715d-477b-4977-83d7-67ca5273ed59 2026-05-09 18:11:45.415 16 INFO neutron.plugins.ml2.plugin [None req-e82206dd-a7a7-4cc7-b96a-bb8b91984a60 - - - - - -] Attempt 1 to provision port f8308c36-7d58-4b8b-a847-38fd792a861e 2026-05-09 18:11:45.468 16 INFO neutron.plugins.ml2.plugin [None req-e82206dd-a7a7-4cc7-b96a-bb8b91984a60 - - - - - -] Attempt 1 to provision port a63b5ec6-5ec2-45e2-9e7f-2884cbc1e054 2026-05-09 18:11:45.539 16 INFO neutron.plugins.ml2.plugin [None req-e82206dd-a7a7-4cc7-b96a-bb8b91984a60 - - - - - -] Attempt 1 to provision port d9674098-1b84-4337-9f77-415d7ca4dc8e 2026-05-09 18:11:45.594 16 INFO neutron.plugins.ml2.plugin [None req-e82206dd-a7a7-4cc7-b96a-bb8b91984a60 - - - - - -] Attempt 1 to provision port d0369d4d-ebb6-4b20-b723-6cc8123b7391 2026-05-09 18:11:48.415 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 863c501a-a751-4efb-aafa-e34101904f13 2026-05-09 18:11:48.805 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 1b08b89b-a3f4-41f0-b7bc-aeff89e06c84 2026-05-09 18:11:48.916 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-6eb955c6-2a2c-46ce-bd85-ee1924ad7c78'] response: {'server_uuid': '5cd34074-0026-4c82-95c1-862f691fb782', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '863c501a-a751-4efb-aafa-e34101904f13', 'code': 200} 2026-05-09 18:11:49.214 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port cc905d13-5fbb-4a16-ae1b-43154e3bf290 2026-05-09 18:11:49.655 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 14640789-6286-47d5-8db8-53c17188eb6c 2026-05-09 18:11:50.965 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f4b5fae-fbe5-4443-a7c6-154bfe2a593b'] response: {'server_uuid': 'f2ae7854-e59c-492e-945e-f8bf8cbc2d6b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1b08b89b-a3f4-41f0-b7bc-aeff89e06c84', 'code': 200} 2026-05-09 18:11:50.965 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f4b5fae-fbe5-4443-a7c6-154bfe2a593b'] response: {'server_uuid': '25098a3c-540f-4369-8098-478f6ef6c28d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cc905d13-5fbb-4a16-ae1b-43154e3bf290', 'code': 200} 2026-05-09 18:11:51.213 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port cc905d13-5fbb-4a16-ae1b-43154e3bf290 2026-05-09 18:11:51.450 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 863c501a-a751-4efb-aafa-e34101904f13 2026-05-09 18:11:51.909 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 1b08b89b-a3f4-41f0-b7bc-aeff89e06c84 2026-05-09 18:11:53.687 13 INFO neutron.plugins.ml2.plugin [None req-9ddd0223-a7c0-4bea-9341-62c3a5363de6 - - - - - -] Attempt 1 to provision port f8308c36-7d58-4b8b-a847-38fd792a861e 2026-05-09 18:11:53.746 13 INFO neutron.plugins.ml2.plugin [None req-9ddd0223-a7c0-4bea-9341-62c3a5363de6 - - - - - -] Attempt 1 to provision port d0369d4d-ebb6-4b20-b723-6cc8123b7391 2026-05-09 18:11:53.792 13 INFO neutron.plugins.ml2.plugin [None req-9ddd0223-a7c0-4bea-9341-62c3a5363de6 - - - - - -] Attempt 1 to provision port d9674098-1b84-4337-9f77-415d7ca4dc8e 2026-05-09 18:11:53.861 13 INFO neutron.plugins.ml2.plugin [None req-9ddd0223-a7c0-4bea-9341-62c3a5363de6 - - - - - -] Attempt 1 to provision port 16305d94-f967-40ea-a902-8a747300bf8a 2026-05-09 18:11:53.903 13 INFO neutron.plugins.ml2.plugin [None req-9ddd0223-a7c0-4bea-9341-62c3a5363de6 - - - - - -] Attempt 1 to provision port cc905d13-5fbb-4a16-ae1b-43154e3bf290 2026-05-09 18:11:57.452 13 INFO neutron.plugins.ml2.plugin [None req-667f9330-3683-46d1-9565-707d9ae13599 - - - - - -] Attempt 1 to provision port d0369d4d-ebb6-4b20-b723-6cc8123b7391 2026-05-09 18:11:57.482 13 INFO neutron.plugins.ml2.plugin [None req-667f9330-3683-46d1-9565-707d9ae13599 - - - - - -] Attempt 1 to provision port e64a55ed-21b4-4fdf-83bd-516bf16d7d2d 2026-05-09 18:12:00.159 16 INFO neutron.plugins.ml2.plugin [None req-290828a5-b779-4325-b1e1-6f5f513feb20 - - - - - -] Attempt 1 to provision port 863c501a-a751-4efb-aafa-e34101904f13 2026-05-09 18:12:00.232 16 INFO neutron.plugins.ml2.plugin [None req-290828a5-b779-4325-b1e1-6f5f513feb20 - - - - - -] Attempt 1 to provision port f4a8c818-4f3c-4f9d-a7c9-9179e02dedff 2026-05-09 18:12:00.275 16 INFO neutron.plugins.ml2.plugin [None req-290828a5-b779-4325-b1e1-6f5f513feb20 - - - - - -] Attempt 1 to provision port d0369d4d-ebb6-4b20-b723-6cc8123b7391 2026-05-09 18:12:02.825 16 INFO neutron.plugins.ml2.plugin [None req-d429893e-fa10-4d6c-8bdb-8bbe151856c8 - - - - - -] Attempt 1 to provision port cc905d13-5fbb-4a16-ae1b-43154e3bf290 2026-05-09 18:12:11.646 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 4b896b1c-867d-4059-9843-77ad7e18d062 2026-05-09 18:12:12.033 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 914e5113-f938-4d53-9a0a-0dd1fc693a8c 2026-05-09 18:12:12.710 13 INFO neutron.plugins.ml2.plugin [None req-97b84cb0-05d2-4a21-9e4b-2e22c9c5775d - - - - - -] Attempt 1 to provision port 914e5113-f938-4d53-9a0a-0dd1fc693a8c 2026-05-09 18:12:12.768 13 INFO neutron.plugins.ml2.plugin [None req-97b84cb0-05d2-4a21-9e4b-2e22c9c5775d - - - - - -] Attempt 1 to provision port 1a15d8ae-12b6-48f2-b08b-5c61dce95eff 2026-05-09 18:12:13.636 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 4b896b1c-867d-4059-9843-77ad7e18d062 2026-05-09 18:12:13.802 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 914e5113-f938-4d53-9a0a-0dd1fc693a8c 2026-05-09 18:12:18.161 13 INFO neutron.plugins.ml2.plugin [None req-7e32f0c5-527a-4719-b79e-b80aff7ce186 - - - - - -] Attempt 1 to provision port 1a15d8ae-12b6-48f2-b08b-5c61dce95eff 2026-05-09 18:12:19.663 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port d0369d4d-ebb6-4b20-b723-6cc8123b7391 2026-05-09 18:12:19.915 13 INFO neutron.plugins.ml2.plugin [None req-fcf8fd2b-d8b6-49f7-8d4c-9cad2f926a05 - - - - - -] Attempt 1 to provision port 74633867-ae4c-4f8c-96f4-e0d300914d38 2026-05-09 18:12:19.974 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port f4a8c818-4f3c-4f9d-a7c9-9179e02dedff 2026-05-09 18:12:21.670 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port d0369d4d-ebb6-4b20-b723-6cc8123b7391 2026-05-09 18:12:21.865 13 INFO neutron.plugins.ml2.plugin [None req-c9748867-c6cd-4a9e-a3c4-113dbc6aadef - - - - - -] Attempt 1 to provision port 1a15d8ae-12b6-48f2-b08b-5c61dce95eff 2026-05-09 18:12:21.943 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port f8308c36-7d58-4b8b-a847-38fd792a861e 2026-05-09 18:12:22.283 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 16305d94-f967-40ea-a902-8a747300bf8a 2026-05-09 18:12:22.575 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port f4a8c818-4f3c-4f9d-a7c9-9179e02dedff 2026-05-09 18:12:24.181 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port f8308c36-7d58-4b8b-a847-38fd792a861e 2026-05-09 18:12:24.413 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 16305d94-f967-40ea-a902-8a747300bf8a 2026-05-09 18:12:24.620 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port ae606c9d-4a40-4cef-8dc0-f90c9b13c00a 2026-05-09 18:12:24.822 13 INFO neutron.plugins.ml2.plugin [None req-79e1c6fd-0f9e-4130-b213-0a965e03dc91 - - - - - -] Attempt 1 to provision port cc905d13-5fbb-4a16-ae1b-43154e3bf290 2026-05-09 18:12:25.185 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ae5a59b-98bf-48ce-b4e4-b8788ceb25bb'] response: {'server_uuid': 'f7b29895-4229-4285-8b16-85a31b12fa1f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ae606c9d-4a40-4cef-8dc0-f90c9b13c00a', 'code': 200} 2026-05-09 18:12:25.605 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port cc905d13-5fbb-4a16-ae1b-43154e3bf290 2026-05-09 18:12:25.841 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port ae606c9d-4a40-4cef-8dc0-f90c9b13c00a 2026-05-09 18:12:28.052 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-46448774-fd4a-4300-b707-3719df9124e6'] response: {'server_uuid': '5cd34074-0026-4c82-95c1-862f691fb782', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '863c501a-a751-4efb-aafa-e34101904f13', 'code': 200} 2026-05-09 18:12:28.579 13 INFO neutron.plugins.ml2.plugin [None req-5b318270-0a3d-4ef6-904e-c15a1de224a6 - - - - - -] Attempt 1 to provision port cc905d13-5fbb-4a16-ae1b-43154e3bf290 2026-05-09 18:12:29.665 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 1a15d8ae-12b6-48f2-b08b-5c61dce95eff 2026-05-09 18:12:29.929 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 74633867-ae4c-4f8c-96f4-e0d300914d38 2026-05-09 18:12:30.172 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port cc905d13-5fbb-4a16-ae1b-43154e3bf290 2026-05-09 18:12:32.327 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 863c501a-a751-4efb-aafa-e34101904f13 2026-05-09 18:12:32.438 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-0de2ada5-15ea-4199-958f-d4ef0ca63f45'] response: {'server_uuid': '5cd34074-0026-4c82-95c1-862f691fb782', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '863c501a-a751-4efb-aafa-e34101904f13', 'code': 200} 2026-05-09 18:12:32.785 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 1a15d8ae-12b6-48f2-b08b-5c61dce95eff 2026-05-09 18:12:33.076 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 74633867-ae4c-4f8c-96f4-e0d300914d38 2026-05-09 18:12:34.186 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 863c501a-a751-4efb-aafa-e34101904f13 2026-05-09 18:12:58.153 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 192a646c-813a-47e2-b420-ec93d1153c93 2026-05-09 18:12:59.045 13 INFO neutron.plugins.ml2.plugin [None req-0cf23287-8747-49bc-9b4a-767ad5e52cc3 - - - - - -] Attempt 1 to provision port 192a646c-813a-47e2-b420-ec93d1153c93 2026-05-09 18:13:00.231 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 192a646c-813a-47e2-b420-ec93d1153c93 2026-05-09 18:13:00.988 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-d980e3b9-a955-4444-864a-36d3ea5a9a26'] response: {'server_uuid': '5cd34074-0026-4c82-95c1-862f691fb782', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '863c501a-a751-4efb-aafa-e34101904f13', 'code': 200} 2026-05-09 18:13:01.053 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] No ports have port_id starting with 863c501a-a751-4efb-aafa-e34101904f13 2026-05-09 18:13:02.017 16 INFO neutron.plugins.ml2.plugin [None req-a373a4c6-9c91-4f10-8b49-e3b0ccd7a58e - - - - - -] Attempt 1 to provision port 192a646c-813a-47e2-b420-ec93d1153c93 2026-05-09 18:13:02.066 16 INFO neutron.plugins.ml2.plugin [None req-a373a4c6-9c91-4f10-8b49-e3b0ccd7a58e - - - - - -] Attempt 1 to provision port 56d59478-bc2f-4b89-9972-0dc34479a431 2026-05-09 18:13:02.090 16 INFO neutron.plugins.ml2.plugin [None req-a373a4c6-9c91-4f10-8b49-e3b0ccd7a58e - - - - - -] Attempt 1 to provision port 94eb9ffd-f8c8-4432-b261-efea59a23808 2026-05-09 18:13:02.238 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 89da550e-36eb-416b-8523-1c9eb65196c9 2026-05-09 18:13:04.167 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 89da550e-36eb-416b-8523-1c9eb65196c9 2026-05-09 18:13:05.605 13 INFO neutron.plugins.ml2.plugin [None req-a05fde0f-d0a3-4750-a51d-0cdf9455235e - - - - - -] Attempt 1 to provision port 56d59478-bc2f-4b89-9972-0dc34479a431 2026-05-09 18:13:12.187 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port aaaab920-4908-4328-b809-afc81f21a287 2026-05-09 18:13:14.229 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 749d428b-4d1d-4152-ac67-60056ef5ae84 2026-05-09 18:13:14.764 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port aaaab920-4908-4328-b809-afc81f21a287 2026-05-09 18:13:15.681 16 INFO neutron.plugins.ml2.plugin [None req-5881ace4-7e0c-44a1-8369-ce5a4db48bb4 - - - - - -] Attempt 1 to provision port 295bcc67-c557-40b2-9c98-6645912ea3c2 2026-05-09 18:13:15.709 16 INFO neutron.plugins.ml2.plugin [None req-5881ace4-7e0c-44a1-8369-ce5a4db48bb4 - - - - - -] Attempt 1 to provision port aaaab920-4908-4328-b809-afc81f21a287 2026-05-09 18:13:15.778 16 INFO neutron.plugins.ml2.plugin [None req-5881ace4-7e0c-44a1-8369-ce5a4db48bb4 - - - - - -] Attempt 1 to provision port 86a4ab68-9867-4982-86c4-8f1662a1fb35 2026-05-09 18:13:16.163 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 749d428b-4d1d-4152-ac67-60056ef5ae84 2026-05-09 18:13:18.832 16 INFO neutron.plugins.ml2.plugin [None req-b6cef120-1b12-4924-b8a7-3732fc27d4a8 - - - - - -] Attempt 1 to provision port 295bcc67-c557-40b2-9c98-6645912ea3c2 2026-05-09 18:13:22.904 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 56d59478-bc2f-4b89-9972-0dc34479a431 2026-05-09 18:13:23.201 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 94eb9ffd-f8c8-4432-b261-efea59a23808 2026-05-09 18:13:23.487 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port df61fc6a-dcb1-4144-920a-7beb7b92440d 2026-05-09 18:13:23.600 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-9526abba-e24f-47ad-9d5d-d2a66231c6bc'] response: {'server_uuid': 'db6f2bb9-1bcb-4784-be86-6f8de9001e0b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'df61fc6a-dcb1-4144-920a-7beb7b92440d', 'code': 200} 2026-05-09 18:13:25.665 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 56d59478-bc2f-4b89-9972-0dc34479a431 2026-05-09 18:13:25.855 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port f2f1275e-ee0d-4f8c-8ec4-8b72b12da005 2026-05-09 18:13:25.967 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4ef1027-f4f5-44b8-b24d-41c80500fb52'] response: {'server_uuid': '8a43cae1-9f0e-415c-96e0-7c56021693e0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f2f1275e-ee0d-4f8c-8ec4-8b72b12da005', 'code': 200} 2026-05-09 18:13:26.793 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 94eb9ffd-f8c8-4432-b261-efea59a23808 2026-05-09 18:13:27.192 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port df61fc6a-dcb1-4144-920a-7beb7b92440d 2026-05-09 18:13:27.826 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port f2f1275e-ee0d-4f8c-8ec4-8b72b12da005 2026-05-09 18:13:31.888 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 86a4ab68-9867-4982-86c4-8f1662a1fb35 2026-05-09 18:13:32.138 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 295bcc67-c557-40b2-9c98-6645912ea3c2 2026-05-09 18:13:33.826 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 86a4ab68-9867-4982-86c4-8f1662a1fb35 2026-05-09 18:13:33.982 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 295bcc67-c557-40b2-9c98-6645912ea3c2 2026-05-09 18:13:38.040 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port a1f73476-2f51-4753-bb66-0f04af094e6b 2026-05-09 18:13:38.659 13 INFO neutron.plugins.ml2.plugin [None req-b75cd6cd-7f18-4b43-842e-16a3b8ac5b1b - - - - - -] Attempt 1 to provision port a1f73476-2f51-4753-bb66-0f04af094e6b 2026-05-09 18:13:40.095 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port a1f73476-2f51-4753-bb66-0f04af094e6b 2026-05-09 18:13:41.787 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 5386ac5c-7c7c-4e5e-9a4c-e1663902c231 2026-05-09 18:13:43.815 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 5386ac5c-7c7c-4e5e-9a4c-e1663902c231 2026-05-09 18:14:06.531 16 INFO neutron.plugins.ml2.plugin [None req-2797310a-14bd-471e-8eac-7fa2daac877b - - - - - -] Attempt 1 to provision port 94dee652-0771-4d3e-a200-6d2726ac8843 2026-05-09 18:14:13.875 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 5949182b-67d8-430c-b397-df1dac5ff3a3 2026-05-09 18:14:15.807 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 5949182b-67d8-430c-b397-df1dac5ff3a3 2026-05-09 18:14:17.815 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 25a2437b-5d88-4b7e-8e9f-f10ab1850357 2026-05-09 18:14:19.906 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 9873c043-06b1-4010-ae36-b0b08aef8c00 2026-05-09 18:14:20.305 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 25a2437b-5d88-4b7e-8e9f-f10ab1850357 2026-05-09 18:14:20.541 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 0a9f6a57-63bd-4093-a71e-2346d855f7b3 2026-05-09 18:14:21.781 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 9873c043-06b1-4010-ae36-b0b08aef8c00 2026-05-09 18:14:21.966 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 0a9f6a57-63bd-4093-a71e-2346d855f7b3 2026-05-09 18:14:25.839 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 60d28d3b-7df0-4942-ba99-0eab22a54af9 2026-05-09 18:14:26.897 13 INFO neutron.plugins.ml2.plugin [None req-2d4b7481-48da-4ed5-8df8-b55a8156eb0e - - - - - -] Attempt 1 to provision port a35b4b8b-f6ea-46de-8760-3d7806633784 2026-05-09 18:14:26.927 13 INFO neutron.plugins.ml2.plugin [None req-2d4b7481-48da-4ed5-8df8-b55a8156eb0e - - - - - -] Attempt 1 to provision port 60d28d3b-7df0-4942-ba99-0eab22a54af9 2026-05-09 18:14:26.973 13 INFO neutron.plugins.ml2.plugin [None req-2d4b7481-48da-4ed5-8df8-b55a8156eb0e - - - - - -] Attempt 1 to provision port c4b81d7b-d96b-4b64-8ead-27a3fd63e3bb 2026-05-09 18:14:26.996 13 INFO neutron.plugins.ml2.plugin [None req-2d4b7481-48da-4ed5-8df8-b55a8156eb0e - - - - - -] Attempt 1 to provision port 25a2437b-5d88-4b7e-8e9f-f10ab1850357 2026-05-09 18:14:27.980 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 60d28d3b-7df0-4942-ba99-0eab22a54af9 2026-05-09 18:14:31.792 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 1bf73831-6beb-4346-9b91-27f6b0a52468 2026-05-09 18:14:33.779 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 1bf73831-6beb-4346-9b91-27f6b0a52468 2026-05-09 18:14:38.533 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port a35b4b8b-f6ea-46de-8760-3d7806633784 2026-05-09 18:14:38.845 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 7054ba4f-0e8d-44f4-a3e6-c7b7eca97994 2026-05-09 18:14:38.938 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-37639180-19fb-48da-baa5-e54ccefd7de3'] response: {'server_uuid': '983d63a8-cc1b-4852-ad74-564c45bf4fa1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7054ba4f-0e8d-44f4-a3e6-c7b7eca97994', 'code': 200} 2026-05-09 18:14:39.398 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port b0b6ca9d-7dfc-4bb9-a894-06a02e395846 2026-05-09 18:14:39.853 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port aec8659f-1fbb-437b-bd0c-8ccac93b532c 2026-05-09 18:14:41.454 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port c4b81d7b-d96b-4b64-8ead-27a3fd63e3bb 2026-05-09 18:14:41.714 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 4e1411d5-c578-4f23-8ad6-c97bc7c4d528 2026-05-09 18:14:42.101 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 7054ba4f-0e8d-44f4-a3e6-c7b7eca97994 2026-05-09 18:14:42.461 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port aec8659f-1fbb-437b-bd0c-8ccac93b532c 2026-05-09 18:14:42.834 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port a35b4b8b-f6ea-46de-8760-3d7806633784 2026-05-09 18:14:43.363 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port b0b6ca9d-7dfc-4bb9-a894-06a02e395846 2026-05-09 18:14:43.590 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port ada99b18-20ce-41d6-aa21-735416328878 2026-05-09 18:14:43.690 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-723599d9-af97-4ae4-a389-32003ad95847'] response: {'server_uuid': '796c39dd-5809-454c-bc78-ceb55e77d89b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ada99b18-20ce-41d6-aa21-735416328878', 'code': 200} 2026-05-09 18:14:43.899 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port a72fcb97-6e2e-4258-9fc7-af6a29318f92 2026-05-09 18:14:44.775 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 4e1411d5-c578-4f23-8ad6-c97bc7c4d528 2026-05-09 18:14:44.966 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port c4b81d7b-d96b-4b64-8ead-27a3fd63e3bb 2026-05-09 18:14:45.069 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port ada99b18-20ce-41d6-aa21-735416328878 2026-05-09 18:14:45.288 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port a72fcb97-6e2e-4258-9fc7-af6a29318f92 2026-05-09 18:14:49.008 13 INFO neutron.plugins.ml2.plugin [None req-d607c917-0003-4dd7-b083-74815fde181d - - - - - -] Attempt 1 to provision port a35b4b8b-f6ea-46de-8760-3d7806633784 2026-05-09 18:14:49.071 13 INFO neutron.plugins.ml2.plugin [None req-d607c917-0003-4dd7-b083-74815fde181d - - - - - -] Attempt 1 to provision port 7054ba4f-0e8d-44f4-a3e6-c7b7eca97994 2026-05-09 18:14:49.248 13 INFO neutron.plugins.ml2.plugin [None req-d607c917-0003-4dd7-b083-74815fde181d - - - - - -] Attempt 1 to provision port 60d28d3b-7df0-4942-ba99-0eab22a54af9 2026-05-09 18:14:49.304 13 INFO neutron.plugins.ml2.plugin [None req-d607c917-0003-4dd7-b083-74815fde181d - - - - - -] Attempt 1 to provision port a72fcb97-6e2e-4258-9fc7-af6a29318f92 2026-05-09 18:14:49.362 13 INFO neutron.plugins.ml2.plugin [None req-d607c917-0003-4dd7-b083-74815fde181d - - - - - -] Attempt 1 to provision port 25a2437b-5d88-4b7e-8e9f-f10ab1850357 2026-05-09 18:14:49.425 13 INFO neutron.plugins.ml2.plugin [None req-d607c917-0003-4dd7-b083-74815fde181d - - - - - -] Attempt 1 to provision port 4e1411d5-c578-4f23-8ad6-c97bc7c4d528 2026-05-09 18:14:49.500 13 INFO neutron.plugins.ml2.plugin [None req-d607c917-0003-4dd7-b083-74815fde181d - - - - - -] Attempt 1 to provision port ada99b18-20ce-41d6-aa21-735416328878 2026-05-09 18:14:49.583 13 INFO neutron.plugins.ml2.plugin [None req-d607c917-0003-4dd7-b083-74815fde181d - - - - - -] Attempt 1 to provision port 1bf73831-6beb-4346-9b91-27f6b0a52468 2026-05-09 18:14:49.652 13 INFO neutron.plugins.ml2.plugin [None req-d607c917-0003-4dd7-b083-74815fde181d - - - - - -] Attempt 1 to provision port b0b6ca9d-7dfc-4bb9-a894-06a02e395846 2026-05-09 18:14:56.916 13 INFO neutron.plugins.ml2.plugin [None req-c9ec8488-cde2-4344-801f-0a4ebd6be037 - - - - - -] Attempt 1 to provision port a35b4b8b-f6ea-46de-8760-3d7806633784 2026-05-09 18:14:56.975 13 INFO neutron.plugins.ml2.plugin [None req-c9ec8488-cde2-4344-801f-0a4ebd6be037 - - - - - -] Attempt 1 to provision port ada99b18-20ce-41d6-aa21-735416328878 2026-05-09 18:14:57.019 13 INFO neutron.plugins.ml2.plugin [None req-c9ec8488-cde2-4344-801f-0a4ebd6be037 - - - - - -] Attempt 1 to provision port 60d28d3b-7df0-4942-ba99-0eab22a54af9 2026-05-09 18:15:00.732 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 70674f4a-c277-42dd-aa82-015ef6ca8e84 2026-05-09 18:15:00.837 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-d5154c8f-7d24-4b9f-838b-3199f6ef5d20'] response: {'server_uuid': 'd489937e-253f-43af-818d-fc53762d557c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '70674f4a-c277-42dd-aa82-015ef6ca8e84', 'code': 200} 2026-05-09 18:15:02.332 16 INFO neutron.plugins.ml2.plugin [None req-4dbc3c06-ec7b-4f4e-bada-953f1cfe0763 - - - - - -] Attempt 1 to provision port a35b4b8b-f6ea-46de-8760-3d7806633784 2026-05-09 18:15:02.399 16 INFO neutron.plugins.ml2.plugin [None req-4dbc3c06-ec7b-4f4e-bada-953f1cfe0763 - - - - - -] Attempt 1 to provision port 70674f4a-c277-42dd-aa82-015ef6ca8e84 2026-05-09 18:15:02.453 16 INFO neutron.plugins.ml2.plugin [None req-4dbc3c06-ec7b-4f4e-bada-953f1cfe0763 - - - - - -] Attempt 1 to provision port 7054ba4f-0e8d-44f4-a3e6-c7b7eca97994 2026-05-09 18:15:02.604 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 70674f4a-c277-42dd-aa82-015ef6ca8e84 2026-05-09 18:15:05.252 13 INFO neutron.plugins.ml2.plugin [None req-f6f88398-a147-4533-8d76-dd6273a3fcf4 - - - - - -] Attempt 1 to provision port a35b4b8b-f6ea-46de-8760-3d7806633784 2026-05-09 18:15:07.221 13 INFO neutron.plugins.ml2.plugin [None req-d300fdbd-5655-4773-9916-bdfebfe6cd41 - - - - - -] Attempt 1 to provision port ada99b18-20ce-41d6-aa21-735416328878 2026-05-09 18:15:12.651 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 1c31438c-8fac-47d3-9a15-dfaca2c9225b 2026-05-09 18:15:14.684 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 21dce20f-4330-4c94-b33f-d0e3ca910704 2026-05-09 18:15:15.076 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 1c31438c-8fac-47d3-9a15-dfaca2c9225b 2026-05-09 18:15:16.565 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 21dce20f-4330-4c94-b33f-d0e3ca910704 2026-05-09 18:15:17.562 16 INFO neutron.plugins.ml2.plugin [None req-a8ae462d-3c94-4b8f-a396-14756aa6777e - - - - - -] Attempt 1 to provision port b30ecadd-ff20-418b-aaa5-5270be6e2396 2026-05-09 18:15:17.592 16 INFO neutron.plugins.ml2.plugin [None req-a8ae462d-3c94-4b8f-a396-14756aa6777e - - - - - -] Attempt 1 to provision port 1c31438c-8fac-47d3-9a15-dfaca2c9225b 2026-05-09 18:15:19.336 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 495e6234-06f2-47e1-9ece-d2e078d170b1 2026-05-09 18:15:19.451 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-aeeb175c-5c6f-4ff1-9de0-c21be28c7e57'] response: {'server_uuid': '0056bc9d-20b9-49cd-9dff-d68d2bb52d8f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '495e6234-06f2-47e1-9ece-d2e078d170b1', 'code': 200} 2026-05-09 18:15:19.817 16 INFO neutron.plugins.ml2.plugin [None req-9fedc922-ea23-49f0-95e1-e942761ebac1 - - - - - -] Attempt 1 to provision port e4a8127a-7671-44eb-b54d-20287afbdd0e 2026-05-09 18:15:20.708 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 495e6234-06f2-47e1-9ece-d2e078d170b1 2026-05-09 18:15:27.742 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port a3151996-e100-40fb-a2ef-fd9ce403073f 2026-05-09 18:15:27.856 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-bfc99c92-088a-4973-b8e8-1262319ddeb6'] response: {'server_uuid': '841b5035-a77d-4abc-9f57-b0efca090fb8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a3151996-e100-40fb-a2ef-fd9ce403073f', 'code': 200} 2026-05-09 18:15:28.604 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port a3151996-e100-40fb-a2ef-fd9ce403073f 2026-05-09 18:15:32.642 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port e4a8127a-7671-44eb-b54d-20287afbdd0e 2026-05-09 18:15:32.912 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port b30ecadd-ff20-418b-aaa5-5270be6e2396 2026-05-09 18:15:34.632 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port e4a8127a-7671-44eb-b54d-20287afbdd0e 2026-05-09 18:15:34.782 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port b30ecadd-ff20-418b-aaa5-5270be6e2396 2026-05-09 18:15:51.442 13 INFO neutron.plugins.ml2.plugin [None req-47276ab5-37a4-4643-98b4-7732473989ea - - - - - -] Attempt 1 to provision port a3d3ed66-dcab-4d2b-93df-8f39b8a9b51c 2026-05-09 18:15:52.825 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-931a9c80-0ce1-47d1-9d80-4cb863ab3895'] response: {'server_uuid': '983d63a8-cc1b-4852-ad74-564c45bf4fa1', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7054ba4f-0e8d-44f4-a3e6-c7b7eca97994', 'code': 200} 2026-05-09 18:15:59.998 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port a3d3ed66-dcab-4d2b-93df-8f39b8a9b51c 2026-05-09 18:16:00.120 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-e6f5738d-6c4f-4d25-8e5d-fc3e5d566074'] response: {'server_uuid': '6d2ed4a9-9409-4d39-9c10-30d16d9c8029', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a3d3ed66-dcab-4d2b-93df-8f39b8a9b51c', 'code': 200} 2026-05-09 18:16:01.629 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port a3d3ed66-dcab-4d2b-93df-8f39b8a9b51c 2026-05-09 18:16:09.441 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port c7cb5707-045a-4618-a2e2-3f29c01800fc 2026-05-09 18:16:11.471 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port c7cb5707-045a-4618-a2e2-3f29c01800fc 2026-05-09 18:16:11.705 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 0ff97287-0a9e-4f1b-89d8-fbb37cb7cab5 2026-05-09 18:16:12.718 16 INFO neutron.plugins.ml2.plugin [None req-0c9d0a2c-3a5f-478c-9c22-ccb530831500 - - - - - -] Attempt 1 to provision port 54804c8d-1567-4953-ab69-6e1e61317427 2026-05-09 18:16:12.750 16 INFO neutron.plugins.ml2.plugin [None req-0c9d0a2c-3a5f-478c-9c22-ccb530831500 - - - - - -] Attempt 1 to provision port c7cb5707-045a-4618-a2e2-3f29c01800fc 2026-05-09 18:16:13.398 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 0ff97287-0a9e-4f1b-89d8-fbb37cb7cab5 2026-05-09 18:16:17.709 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port f3fa541d-9daa-4676-b6cb-bf9f91b91920 2026-05-09 18:16:18.362 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 6fedb531-f039-4610-a651-0e29da3ab717 2026-05-09 18:16:19.411 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 6fedb531-f039-4610-a651-0e29da3ab717 2026-05-09 18:16:19.658 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port f3fa541d-9daa-4676-b6cb-bf9f91b91920 2026-05-09 18:16:20.377 16 INFO neutron.plugins.ml2.plugin [None req-5e3309c8-8807-4f29-a7df-343139a1db62 - - - - - -] Attempt 1 to provision port 54804c8d-1567-4953-ab69-6e1e61317427 2026-05-09 18:16:20.413 16 INFO neutron.plugins.ml2.plugin [None req-5e3309c8-8807-4f29-a7df-343139a1db62 - - - - - -] Attempt 1 to provision port f3e9a8f7-b9df-4ef2-940c-0589c5551ef1 2026-05-09 18:16:20.444 16 INFO neutron.plugins.ml2.plugin [None req-5e3309c8-8807-4f29-a7df-343139a1db62 - - - - - -] Attempt 1 to provision port 6fedb531-f039-4610-a651-0e29da3ab717 2026-05-09 18:16:20.495 16 INFO neutron.plugins.ml2.plugin [None req-5e3309c8-8807-4f29-a7df-343139a1db62 - - - - - -] Attempt 1 to provision port 60c8b786-ac53-4aba-bebf-6f762888a836 2026-05-09 18:16:23.137 13 INFO neutron.plugins.ml2.plugin [None req-cbbc3095-7b15-456e-b90e-e44b4d84bcc4 - - - - - -] Attempt 1 to provision port 5fd1caf7-8afd-4d83-8486-e90f0cae232d 2026-05-09 18:16:24.889 16 INFO neutron.plugins.ml2.plugin [None req-daa327e9-b5cc-4fc2-b53b-8f3a112e4e13 - - - - - -] Attempt 1 to provision port f3e9a8f7-b9df-4ef2-940c-0589c5551ef1 2026-05-09 18:16:26.881 13 INFO neutron.plugins.ml2.plugin [None req-43cc8e7e-1d80-41fb-82df-8d47018b028c - - - - - -] Attempt 1 to provision port f3e9a8f7-b9df-4ef2-940c-0589c5551ef1 2026-05-09 18:16:30.474 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 84ea6648-7e55-4354-a73c-803bb59b454d 2026-05-09 18:16:30.614 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-5efb4b45-bc26-44ee-a882-b3dfb387742c'] response: {'server_uuid': '08ebc03f-9123-497d-b3b7-e704f3b9f88b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '84ea6648-7e55-4354-a73c-803bb59b454d', 'code': 200} 2026-05-09 18:16:31.441 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 84ea6648-7e55-4354-a73c-803bb59b454d 2026-05-09 18:16:33.403 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 60c8b786-ac53-4aba-bebf-6f762888a836 2026-05-09 18:16:33.894 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 54804c8d-1567-4953-ab69-6e1e61317427 2026-05-09 18:16:35.418 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 60c8b786-ac53-4aba-bebf-6f762888a836 2026-05-09 18:16:35.593 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port f3e9a8f7-b9df-4ef2-940c-0589c5551ef1 2026-05-09 18:16:36.239 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 54804c8d-1567-4953-ab69-6e1e61317427 2026-05-09 18:16:36.726 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 5fd1caf7-8afd-4d83-8486-e90f0cae232d 2026-05-09 18:16:37.542 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port f3e9a8f7-b9df-4ef2-940c-0589c5551ef1 2026-05-09 18:16:37.743 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 5fd1caf7-8afd-4d83-8486-e90f0cae232d 2026-05-09 18:16:55.772 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-8bfc34d3-d2eb-4fc0-9fe2-2c33c773b2ad'] response: {'server_uuid': '08ebc03f-9123-497d-b3b7-e704f3b9f88b', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '84ea6648-7e55-4354-a73c-803bb59b454d', 'code': 200} 2026-05-09 18:17:33.615 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 9ceea50b-531c-440d-b4fc-f7f5f236a179 2026-05-09 18:17:34.952 13 INFO neutron.plugins.ml2.plugin [None req-27a0e9d2-8738-418e-8446-bc43eccf2139 - - - - - -] Attempt 1 to provision port 9ceea50b-531c-440d-b4fc-f7f5f236a179 2026-05-09 18:17:41.136 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 020ad9a8-994f-4125-a6c6-cdad30ff7735 2026-05-09 18:17:41.245 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7bcd1ef-a530-4956-88a6-10a211afde22'] response: {'server_uuid': '6d2ed4a9-9409-4d39-9c10-30d16d9c8029', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '020ad9a8-994f-4125-a6c6-cdad30ff7735', 'code': 200} 2026-05-09 18:17:41.786 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 020ad9a8-994f-4125-a6c6-cdad30ff7735 2026-05-09 18:17:54.041 16 INFO neutron.plugins.ml2.plugin [None req-a4624198-0373-40c0-ad90-7ef8a5f207ee - - - - - -] Attempt 1 to provision port 0495163e-93f2-4724-9b17-6bcada9049f5 2026-05-09 18:18:01.797 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 0495163e-93f2-4724-9b17-6bcada9049f5 2026-05-09 18:18:01.897 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-8681111d-e154-4d7c-ba13-b28f7149a5a2'] response: {'server_uuid': '6d2ed4a9-9409-4d39-9c10-30d16d9c8029', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0495163e-93f2-4724-9b17-6bcada9049f5', 'code': 200} 2026-05-09 18:18:03.764 16 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 0495163e-93f2-4724-9b17-6bcada9049f5 2026-05-09 18:18:04.644 16 INFO neutron.plugins.ml2.plugin [None req-872f133f-8d81-4b91-9812-7796c4d5b5b1 - - - - - -] Attempt 1 to provision port 020ad9a8-994f-4125-a6c6-cdad30ff7735 2026-05-09 18:18:05.814 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 020ad9a8-994f-4125-a6c6-cdad30ff7735 2026-05-09 18:18:18.551 13 INFO neutron.plugins.ml2.plugin [None req-abf109af-1db2-4cf1-9ce7-36df97a7bab5 - - - - - -] Attempt 1 to provision port 0495163e-93f2-4724-9b17-6bcada9049f5 2026-05-09 18:18:19.847 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 0495163e-93f2-4724-9b17-6bcada9049f5 2026-05-09 18:18:19.910 16 INFO neutron.plugins.ml2.plugin [None req-66c53581-3c5a-46dc-b981-e7632c019b96 - - - - - -] Attempt 1 to provision port 0495163e-93f2-4724-9b17-6bcada9049f5 2026-05-09 18:18:29.047 16 INFO neutron.plugins.ml2.plugin [None req-94be5e44-3f6a-4f58-a8a6-7c3be68ae47c - - - - - -] Attempt 1 to provision port 020ad9a8-994f-4125-a6c6-cdad30ff7735 2026-05-09 18:18:29.797 13 INFO neutron.plugins.ml2.plugin [None req-ff919988-e1c9-412d-bfea-9756c88e4b47 - - - - - -] Attempt 1 to provision port 020ad9a8-994f-4125-a6c6-cdad30ff7735