+ 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-13 09:24:18.020 1 INFO neutron.common.config [-] Logging enabled! 2026-05-13 09:24:18.020 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 28.1.0.dev173 2026-05-13 09:24:18.021 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-05-13 09:24:18.021 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-13 09:24:19.302 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-13 09:24:19.304 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-13 09:24:19.307 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-13 09:24:19.308 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-13 09:24:19.308 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-13 09:24:19.308 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-13 09:24:19.308 1 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-05-13 09:24:19.308 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-13 09:24:19.314 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-13 09:24:19.314 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-13 09:24:19.314 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-13 09:24:19.333 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-13 09:24:19.334 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-13 09:24:19.334 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-13 09:24:19.358 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-13 09:24:19.358 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-13 09:24:19.358 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-13 09:24:19.358 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-13 09:24:19.720 1 INFO neutron.plugins.ml2.managers [None req-3839167e-92b2-4305-b5d5-9a914db08de6 - - - - - -] Initializing driver for type 'vlan' 2026-05-13 09:24:19.878 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-3839167e-92b2-4305-b5d5-9a914db08de6 - - - - - -] VlanTypeDriver initialization complete 2026-05-13 09:24:19.878 1 INFO neutron.plugins.ml2.managers [None req-3839167e-92b2-4305-b5d5-9a914db08de6 - - - - - -] Initializing driver for type 'vxlan' 2026-05-13 09:24:19.879 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-3839167e-92b2-4305-b5d5-9a914db08de6 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-13 09:24:19.935 1 INFO neutron.plugins.ml2.managers [None req-3839167e-92b2-4305-b5d5-9a914db08de6 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-13 09:24:19.936 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-3839167e-92b2-4305-b5d5-9a914db08de6 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-13 09:24:19.936 1 INFO neutron.plugins.ml2.managers [None req-3839167e-92b2-4305-b5d5-9a914db08de6 - - - - - -] Initializing extension driver 'port_security' 2026-05-13 09:24:19.936 1 INFO neutron.plugins.ml2.extensions.port_security [None req-3839167e-92b2-4305-b5d5-9a914db08de6 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-13 09:24:19.936 1 INFO neutron.plugins.ml2.managers [None req-3839167e-92b2-4305-b5d5-9a914db08de6 - - - - - -] Initializing extension driver 'qos' 2026-05-13 09:24:19.937 1 INFO neutron.plugins.ml2.managers [None req-3839167e-92b2-4305-b5d5-9a914db08de6 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-13 09:24:19.937 1 INFO neutron.plugins.ml2.managers [None req-3839167e-92b2-4305-b5d5-9a914db08de6 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-13 09:24:19.951 1 INFO neutron.quota [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded quota_driver: . 2026-05-13 09:24:19.951 1 INFO neutron.plugins.ml2.plugin [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Modular L2 Plugin initialization complete 2026-05-13 09:24:19.951 1 INFO neutron.plugins.ml2.managers [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-13 09:24:19.951 1 INFO neutron.plugins.ml2.managers [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-13 09:24:19.951 1 INFO neutron.plugins.ml2.managers [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Got port-security extension from driver 'port_security' 2026-05-13 09:24:19.952 1 INFO neutron.manager [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loading Plugin: qos 2026-05-13 09:24:19.962 1 INFO neutron.manager [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loading Plugin: router 2026-05-13 09:24:19.996 1 INFO neutron.services.service_base [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-13 09:24:19.996 1 INFO neutron.manager [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loading Plugin: segments 2026-05-13 09:24:20.063 1 INFO neutron.manager [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loading Plugin: trunk 2026-05-13 09:24:20.077 1 INFO neutron.manager [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loading Plugin: vpnaas 2026-05-13 09:24:20.109 1 WARNING stevedore.named [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-13 09:24:20.183 1 INFO neutron_vpnaas.services.vpn.plugin [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-13 09:24:20.183 1 INFO neutron.manager [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loading Plugin: taas 2026-05-13 09:24:20.337 1 WARNING stevedore.named [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-13 09:24:20.366 1 INFO neutron_taas.services.taas.taas_plugin [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-13 09:24:20.366 1 INFO neutron.manager [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loading Plugin: tapmirror 2026-05-13 09:24:20.380 1 WARNING stevedore.named [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-13 09:24:20.398 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-13 09:24:20.399 1 INFO neutron.manager [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loading Plugin: auto_allocate 2026-05-13 09:24:20.408 1 INFO neutron.manager [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loading Plugin: tag 2026-05-13 09:24:20.416 1 INFO neutron.manager [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loading Plugin: timestamp 2026-05-13 09:24:20.419 1 INFO neutron.manager [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loading Plugin: network_ip_availability 2026-05-13 09:24:20.423 1 INFO neutron.manager [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loading Plugin: flavors 2026-05-13 09:24:20.427 1 INFO neutron.manager [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loading Plugin: revisions 2026-05-13 09:24:20.431 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Initializing extension manager. 2026-05-13 09:24:20.432 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: address-group 2026-05-13 09:24:20.433 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: address-scope 2026-05-13 09:24:20.433 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-13 09:24:20.434 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: agent 2026-05-13 09:24:20.435 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: agent-resources-synced 2026-05-13 09:24:20.436 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: allowed-address-pairs 2026-05-13 09:24:20.436 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: auto-allocated-topology 2026-05-13 09:24:20.437 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: availability_zone 2026-05-13 09:24:20.437 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: availability_zone_filter 2026-05-13 09:24:20.438 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-13 09:24:20.438 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: default-subnetpools 2026-05-13 09:24:20.439 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-13 09:24:20.440 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: dns-integration 2026-05-13 09:24:20.440 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: dns-domain-ports 2026-05-13 09:24:20.441 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-13 09:24:20.441 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: dvr 2026-05-13 09:24:20.442 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-13 09:24:20.442 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: empty-string-filtering 2026-05-13 09:24:20.442 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-13 09:24:20.443 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-13 09:24:20.443 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: external-net 2026-05-13 09:24:20.446 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-13 09:24:20.446 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: extraroute 2026-05-13 09:24:20.447 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: extraroute-atomic 2026-05-13 09:24:20.447 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: filter-validation 2026-05-13 09:24:20.448 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-13 09:24:20.448 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-13 09:24:20.449 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-13 09:24:20.449 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: fip-port-details 2026-05-13 09:24:20.450 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: flavors 2026-05-13 09:24:20.452 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-13 09:24:20.453 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: floatingip-pools 2026-05-13 09:24:20.453 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: ip_allocation 2026-05-13 09:24:20.454 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: ip-substring-filtering 2026-05-13 09:24:20.454 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: l2_adjacency 2026-05-13 09:24:20.456 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: router 2026-05-13 09:24:20.457 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-13 09:24:20.458 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-13 09:24:20.458 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-13 09:24:20.459 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: ext-gw-mode 2026-05-13 09:24:20.459 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: l3-ha 2026-05-13 09:24:20.460 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-13 09:24:20.460 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-13 09:24:20.461 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: l3-flavors 2026-05-13 09:24:20.461 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-13 09:24:20.462 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-13 09:24:20.464 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-13 09:24:20.465 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-13 09:24:20.466 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-13 09:24:20.466 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-13 09:24:20.467 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-13 09:24:20.467 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: multi-provider 2026-05-13 09:24:20.468 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: net-mtu 2026-05-13 09:24:20.468 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: net-mtu-writable 2026-05-13 09:24:20.469 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: network_availability_zone 2026-05-13 09:24:20.469 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: network_ha 2026-05-13 09:24:20.470 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: network-ip-availability 2026-05-13 09:24:20.470 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: network-ip-availability-details 2026-05-13 09:24:20.471 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-13 09:24:20.471 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: pagination 2026-05-13 09:24:20.472 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: port-device-profile 2026-05-13 09:24:20.472 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-13 09:24:20.473 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-13 09:24:20.473 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-13 09:24:20.473 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: port-mac-override 2026-05-13 09:24:20.474 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-13 09:24:20.474 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-13 09:24:20.475 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-13 09:24:20.475 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: port-resource-request 2026-05-13 09:24:20.475 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: port-resource-request-groups 2026-05-13 09:24:20.476 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-13 09:24:20.476 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: binding 2026-05-13 09:24:20.477 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: binding-extended 2026-05-13 09:24:20.477 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: port-security 2026-05-13 09:24:20.478 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: project-id 2026-05-13 09:24:20.479 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: provider 2026-05-13 09:24:20.479 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-13 09:24:20.483 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: qos 2026-05-13 09:24:20.483 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-13 09:24:20.484 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-13 09:24:20.484 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: qos-default 2026-05-13 09:24:20.485 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: qos-fip 2026-05-13 09:24:20.485 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-13 09:24:20.486 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: qos-gateway-ip 2026-05-13 09:24:20.486 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: qos-port-network-policy 2026-05-13 09:24:20.487 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: qos-pps-minimum 2026-05-13 09:24:20.487 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-13 09:24:20.488 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: qos-pps 2026-05-13 09:24:20.488 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: qos-rule-type-details 2026-05-13 09:24:20.489 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-13 09:24:20.489 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: qos-rules-alias 2026-05-13 09:24:20.490 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: quota-check-limit 2026-05-13 09:24:20.490 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: quota-check-limit-default 2026-05-13 09:24:20.492 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: quotas 2026-05-13 09:24:20.494 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: quota_details 2026-05-13 09:24:20.496 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: rbac-policies 2026-05-13 09:24:20.496 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: rbac-address-group 2026-05-13 09:24:20.497 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: rbac-address-scope 2026-05-13 09:24:20.497 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: rbac-security-groups 2026-05-13 09:24:20.497 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: rbac-subnetpool 2026-05-13 09:24:20.498 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: revision-if-match 2026-05-13 09:24:20.498 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: standard-attr-revisions 2026-05-13 09:24:20.499 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: router_availability_zone 2026-05-13 09:24:20.499 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-05-13 09:24:20.500 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-13 09:24:20.501 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: security-groups-default-rules 2026-05-13 09:24:20.502 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-13 09:24:20.502 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-13 09:24:20.502 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-13 09:24:20.503 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-13 09:24:20.503 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-13 09:24:20.507 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: security-group 2026-05-13 09:24:20.508 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: segment 2026-05-13 09:24:20.508 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-13 09:24:20.509 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: service-type 2026-05-13 09:24:20.509 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: sorting 2026-05-13 09:24:20.510 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: standard-attr-segment 2026-05-13 09:24:20.511 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: standard-attr-description 2026-05-13 09:24:20.511 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: stateful-security-group 2026-05-13 09:24:20.511 1 WARNING neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-13 09:24:20.512 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-13 09:24:20.512 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: subnet-external-network 2026-05-13 09:24:20.513 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: subnet_onboard 2026-05-13 09:24:20.513 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-13 09:24:20.514 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: subnet-service-types 2026-05-13 09:24:20.514 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: subnet_allocation 2026-05-13 09:24:20.515 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-13 09:24:20.515 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: tag-creation 2026-05-13 09:24:20.516 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-13 09:24:20.519 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: standard-attr-tag 2026-05-13 09:24:20.520 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-13 09:24:20.520 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: trunk 2026-05-13 09:24:20.520 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: trunk-details 2026-05-13 09:24:20.521 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-13 09:24:20.521 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-13 09:24:20.522 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-13 09:24:20.522 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-13 09:24:20.524 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-13 09:24:20.524 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-13 09:24:20.525 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: vpn-flavors 2026-05-13 09:24:20.526 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: vpnaas 2026-05-13 09:24:20.527 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: taas 2026-05-13 09:24:20.528 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: tap-mirror 2026-05-13 09:24:20.529 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: tap-mirror-both-direction 2026-05-13 09:24:20.529 1 INFO neutron.api.extensions [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Loaded extension: taas-vlan-filter 2026-05-13 09:24:20.532 1 WARNING oslo_service.backend._threading.service [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Service RpcWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-05-13 09:24:20.539 1 WARNING oslo_service.backend._threading.service [None req-da766c2c-0433-4b74-aec7-1eaa85ddf39e - - - - - -] Service RpcReportsWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-05-13 09:24:50.639 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-13 09:24:50.693 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-13 09:24:50.697 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-13 09:25:10.760 13 INFO neutron.db.l3_hamode_db [None req-00e02060-bd45-41b5-8b41-5fa817271c77 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 09:25:23.041 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 12b1ceef-ae77-4e56-95de-39d96fd4a731 2026-05-13 09:25:24.816 13 INFO neutron.plugins.ml2.plugin [None req-92b49871-7576-4080-ac53-641b9e90f91f - - - - - -] Attempt 1 to provision port 12b1ceef-ae77-4e56-95de-39d96fd4a731 2026-05-13 09:25:24.901 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 12b1ceef-ae77-4e56-95de-39d96fd4a731 2026-05-13 09:25:26.465 13 INFO neutron.plugins.ml2.plugin [None req-c04e5d5d-3020-4dee-a6e2-690dc0056f7d - - - - - -] Attempt 1 to provision port 12b1ceef-ae77-4e56-95de-39d96fd4a731 2026-05-13 09:30:09.032 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 27952cad-0cba-4d37-990f-0577edff3946 2026-05-13 09:30:09.198 16 INFO neutron.plugins.ml2.plugin [None req-3e501208-f465-4f9f-8a25-cf5bba265301 - - - - - -] Attempt 1 to provision port 27952cad-0cba-4d37-990f-0577edff3946 2026-05-13 09:30:10.871 13 INFO neutron.plugins.ml2.plugin [None req-78d02be0-4db4-413f-95d4-324f9c9343ff - - - - - -] Attempt 1 to provision port 27952cad-0cba-4d37-990f-0577edff3946 2026-05-13 09:30:11.009 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 27952cad-0cba-4d37-990f-0577edff3946 2026-05-13 09:30:15.252 16 INFO neutron.plugins.ml2.plugin [None req-10573cce-08b6-4353-83d0-c319fff53932 - - - - - -] Attempt 1 to provision port 9b291316-a227-4cbe-adbb-b98babc6356e 2026-05-13 09:34:13.627 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 9b291316-a227-4cbe-adbb-b98babc6356e 2026-05-13 09:34:15.063 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 9b291316-a227-4cbe-adbb-b98babc6356e 2026-05-13 09:43:25.254 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 3b5cddad-e41b-4174-add1-d1504c0bd929 2026-05-13 09:43:27.221 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 3b5cddad-e41b-4174-add1-d1504c0bd929 2026-05-13 09:52:20.317 13 INFO neutron.plugins.ml2.plugin [None req-e0455379-af12-47b3-a226-52ca2e9c2263 - - - - - -] Attempt 1 to provision port 9b291316-a227-4cbe-adbb-b98babc6356e 2026-05-13 09:52:20.370 13 INFO neutron.plugins.ml2.plugin [None req-e0455379-af12-47b3-a226-52ca2e9c2263 - - - - - -] Attempt 1 to provision port 12b1ceef-ae77-4e56-95de-39d96fd4a731 2026-05-13 09:52:20.413 13 INFO neutron.plugins.ml2.plugin [None req-e0455379-af12-47b3-a226-52ca2e9c2263 - - - - - -] Attempt 1 to provision port 27952cad-0cba-4d37-990f-0577edff3946 2026-05-13 09:59:03.608 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 74396673-5cc4-4a12-b88d-91f9231c9b03 2026-05-13 09:59:05.600 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 74396673-5cc4-4a12-b88d-91f9231c9b03 2026-05-13 09:59:07.655 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 917d0c47-2ece-4de9-9631-cb5b2010b800 2026-05-13 09:59:11.745 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 2784a31e-e2dd-46be-a200-a60b95dc7601 2026-05-13 09:59:12.140 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 77a78a7c-7d98-4fe0-8dc7-c0f20aca1231 2026-05-13 09:59:12.291 16 INFO neutron.plugins.ml2.plugin [None req-4f0dc91b-6521-46bd-aaaf-72c347246678 - - - - - -] Attempt 1 to provision port 74396673-5cc4-4a12-b88d-91f9231c9b03 2026-05-13 09:59:12.338 16 INFO neutron.plugins.ml2.plugin [None req-4f0dc91b-6521-46bd-aaaf-72c347246678 - - - - - -] Attempt 1 to provision port 63f9318a-5be9-47a4-97f8-83017a98ca17 2026-05-13 09:59:12.363 16 INFO neutron.plugins.ml2.plugin [None req-4f0dc91b-6521-46bd-aaaf-72c347246678 - - - - - -] Attempt 1 to provision port 3ca8c084-6cbd-4536-a212-92ba4e867983 2026-05-13 09:59:13.701 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 2784a31e-e2dd-46be-a200-a60b95dc7601 2026-05-13 09:59:14.083 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 77a78a7c-7d98-4fe0-8dc7-c0f20aca1231 2026-05-13 09:59:15.674 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 5f28f693-d009-4f40-8172-712045b255f8 2026-05-13 09:59:16.097 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 066e8898-2c6c-49eb-bebc-031a2f208874 2026-05-13 09:59:17.701 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 5f28f693-d009-4f40-8172-712045b255f8 2026-05-13 09:59:17.949 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 066e8898-2c6c-49eb-bebc-031a2f208874 2026-05-13 09:59:20.212 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 7dd9c2c7-43a9-4619-a6de-b9b056d0fbd2 2026-05-13 09:59:20.595 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 6978a914-5759-4c33-ad9e-e62b27886e7c 2026-05-13 09:59:20.728 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-722d1c8e-27da-42ff-a55b-d8388308edea'] response: {'server_uuid': 'bb6cb74a-c617-43e6-8ab1-e54d1c91c80a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7dd9c2c7-43a9-4619-a6de-b9b056d0fbd2', 'code': 200} 2026-05-13 09:59:22.270 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 7dd9c2c7-43a9-4619-a6de-b9b056d0fbd2 2026-05-13 09:59:22.579 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 6978a914-5759-4c33-ad9e-e62b27886e7c 2026-05-13 09:59:24.258 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 89198728-82bd-4cf4-90ea-9b8b065f64a0 2026-05-13 09:59:25.670 16 INFO neutron.plugins.ml2.plugin [None req-33c69d3a-6590-4f24-87cb-9b92425afd71 - - - - - -] Attempt 1 to provision port 89198728-82bd-4cf4-90ea-9b8b065f64a0 2026-05-13 09:59:25.765 16 INFO neutron.plugins.ml2.plugin [None req-33c69d3a-6590-4f24-87cb-9b92425afd71 - - - - - -] Attempt 1 to provision port 704722d6-8600-4841-94c7-5bf60fa016e8 2026-05-13 09:59:25.803 16 INFO neutron.plugins.ml2.plugin [None req-33c69d3a-6590-4f24-87cb-9b92425afd71 - - - - - -] Attempt 1 to provision port 3ca8c084-6cbd-4536-a212-92ba4e867983 2026-05-13 09:59:25.834 16 INFO neutron.plugins.ml2.plugin [None req-33c69d3a-6590-4f24-87cb-9b92425afd71 - - - - - -] Attempt 1 to provision port 89884b92-0b96-4d5f-b0bb-fbc762fd925b 2026-05-13 09:59:25.872 16 INFO neutron.plugins.ml2.plugin [None req-33c69d3a-6590-4f24-87cb-9b92425afd71 - - - - - -] Attempt 1 to provision port 032ac98c-f75b-40d0-9dfa-c0ce2d235428 2026-05-13 09:59:25.906 16 INFO neutron.plugins.ml2.plugin [None req-33c69d3a-6590-4f24-87cb-9b92425afd71 - - - - - -] Attempt 1 to provision port 6978a914-5759-4c33-ad9e-e62b27886e7c 2026-05-13 09:59:26.256 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 89198728-82bd-4cf4-90ea-9b8b065f64a0 2026-05-13 09:59:29.284 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port e75b5497-8598-4ee7-97ce-4ab388e957df 2026-05-13 09:59:29.431 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa9b02af-8428-4c2a-9e81-073e0bb0db30'] response: {'server_uuid': '44dbb246-7ee1-4476-8824-301e198386b7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e75b5497-8598-4ee7-97ce-4ab388e957df', 'code': 200} 2026-05-13 09:59:29.728 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 133e915f-1f0f-4ffd-bef5-617da1452a00 2026-05-13 09:59:31.478 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-70519c41-adc0-43f6-94fa-5c36ec949849'] response: {'server_uuid': '4cfa29d6-b966-4695-96f9-67ba08f101c3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '133e915f-1f0f-4ffd-bef5-617da1452a00', 'code': 200} 2026-05-13 09:59:31.949 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 93f27715-b111-41ed-8712-c32b72ff6a5b 2026-05-13 09:59:32.410 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 2c2ee78e-5139-4234-aed8-5dba1dd55ab1 2026-05-13 09:59:32.838 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 133e915f-1f0f-4ffd-bef5-617da1452a00 2026-05-13 09:59:33.121 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port e75b5497-8598-4ee7-97ce-4ab388e957df 2026-05-13 09:59:33.527 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-58d4bc84-2a3f-44ec-a981-a0525cf401ab'] response: {'server_uuid': 'ccf9c88e-3c2a-48e7-a80c-b44a4337065b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '93f27715-b111-41ed-8712-c32b72ff6a5b', 'code': 200} 2026-05-13 09:59:33.687 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 93f27715-b111-41ed-8712-c32b72ff6a5b 2026-05-13 09:59:33.960 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 2c2ee78e-5139-4234-aed8-5dba1dd55ab1 2026-05-13 09:59:34.466 16 INFO neutron.plugins.ml2.plugin [None req-fdd8b8cc-e2e0-472e-a52b-8a2d315762e5 - - - - - -] Attempt 1 to provision port b71e5344-6d80-4375-9064-651a5a3db4f8 2026-05-13 09:59:34.502 16 INFO neutron.plugins.ml2.plugin [None req-fdd8b8cc-e2e0-472e-a52b-8a2d315762e5 - - - - - -] Attempt 1 to provision port 89884b92-0b96-4d5f-b0bb-fbc762fd925b 2026-05-13 09:59:34.550 16 INFO neutron.plugins.ml2.plugin [None req-fdd8b8cc-e2e0-472e-a52b-8a2d315762e5 - - - - - -] Attempt 1 to provision port 93f27715-b111-41ed-8712-c32b72ff6a5b 2026-05-13 09:59:34.601 16 INFO neutron.plugins.ml2.plugin [None req-fdd8b8cc-e2e0-472e-a52b-8a2d315762e5 - - - - - -] Attempt 1 to provision port 6978a914-5759-4c33-ad9e-e62b27886e7c 2026-05-13 09:59:34.648 16 INFO neutron.plugins.ml2.plugin [None req-fdd8b8cc-e2e0-472e-a52b-8a2d315762e5 - - - - - -] Attempt 1 to provision port da8a461a-ed61-4621-840f-e608a3e99a09 2026-05-13 09:59:34.672 16 INFO neutron.plugins.ml2.plugin [None req-fdd8b8cc-e2e0-472e-a52b-8a2d315762e5 - - - - - -] Attempt 1 to provision port 133e915f-1f0f-4ffd-bef5-617da1452a00 2026-05-13 09:59:34.726 16 INFO neutron.plugins.ml2.plugin [None req-fdd8b8cc-e2e0-472e-a52b-8a2d315762e5 - - - - - -] Attempt 1 to provision port 2c2ee78e-5139-4234-aed8-5dba1dd55ab1 2026-05-13 09:59:36.436 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2e704a6-9904-4468-a1bd-40647b73b286'] response: {'server_uuid': '44dbb246-7ee1-4476-8824-301e198386b7', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e75b5497-8598-4ee7-97ce-4ab388e957df', 'code': 200} 2026-05-13 09:59:38.474 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-9de06428-7b17-40a6-9d00-37034e70b351'] response: {'server_uuid': '4cfa29d6-b966-4695-96f9-67ba08f101c3', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '133e915f-1f0f-4ffd-bef5-617da1452a00', 'code': 200} 2026-05-13 09:59:43.294 16 INFO neutron.plugins.ml2.plugin [None req-b3d824b9-3420-41c2-b55f-e4a9d14f8363 - - - - - -] Attempt 1 to provision port 89198728-82bd-4cf4-90ea-9b8b065f64a0 2026-05-13 09:59:43.460 16 INFO neutron.plugins.ml2.plugin [None req-b3d824b9-3420-41c2-b55f-e4a9d14f8363 - - - - - -] Attempt 1 to provision port b71e5344-6d80-4375-9064-651a5a3db4f8 2026-05-13 09:59:43.539 16 INFO neutron.plugins.ml2.plugin [None req-b3d824b9-3420-41c2-b55f-e4a9d14f8363 - - - - - -] Attempt 1 to provision port efea5d92-b1a9-41d6-9d07-83e5f889e447 2026-05-13 09:59:43.586 16 INFO neutron.plugins.ml2.plugin [None req-b3d824b9-3420-41c2-b55f-e4a9d14f8363 - - - - - -] Attempt 1 to provision port 2c2ee78e-5139-4234-aed8-5dba1dd55ab1 2026-05-13 09:59:43.716 16 INFO neutron.plugins.ml2.plugin [None req-b3d824b9-3420-41c2-b55f-e4a9d14f8363 - - - - - -] Attempt 1 to provision port 89884b92-0b96-4d5f-b0bb-fbc762fd925b 2026-05-13 09:59:43.868 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 1e015d6d-ff60-46bd-ae36-dc2ed90d9487 2026-05-13 09:59:45.803 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 1e015d6d-ff60-46bd-ae36-dc2ed90d9487 2026-05-13 09:59:48.817 16 INFO neutron.plugins.ml2.plugin [None req-3acd7cf7-7107-45f4-ab3a-defad87a8046 - - - - - -] Attempt 1 to provision port 93f27715-b111-41ed-8712-c32b72ff6a5b 2026-05-13 09:59:48.953 16 INFO neutron.plugins.ml2.plugin [None req-3acd7cf7-7107-45f4-ab3a-defad87a8046 - - - - - -] Attempt 1 to provision port 89884b92-0b96-4d5f-b0bb-fbc762fd925b 2026-05-13 09:59:56.112 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port bcc9640f-ac7b-4982-b585-964cb0149af2 2026-05-13 09:59:56.540 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 8cfe0b60-9333-4b50-ab4e-b89544a66a23 2026-05-13 09:59:56.835 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf6aa2a8-4d7c-4fb1-8ce5-3ffb25192f76'] response: {'server_uuid': '5f3720fd-b092-4ed7-801b-472e873691f6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bcc9640f-ac7b-4982-b585-964cb0149af2', 'code': 200} 2026-05-13 09:59:57.461 13 INFO neutron.plugins.ml2.plugin [None req-b0ce17b7-e0d8-4c9b-8722-6cf0efe557f1 - - - - - -] Attempt 1 to provision port 2265bc2d-f531-4ef9-9fcc-e3f0a8d118a0 2026-05-13 09:59:57.487 13 INFO neutron.plugins.ml2.plugin [None req-b0ce17b7-e0d8-4c9b-8722-6cf0efe557f1 - - - - - -] Attempt 1 to provision port bcc9640f-ac7b-4982-b585-964cb0149af2 2026-05-13 09:59:57.527 13 INFO neutron.plugins.ml2.plugin [None req-b0ce17b7-e0d8-4c9b-8722-6cf0efe557f1 - - - - - -] Attempt 1 to provision port 8cfe0b60-9333-4b50-ab4e-b89544a66a23 2026-05-13 09:59:57.669 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 89884b92-0b96-4d5f-b0bb-fbc762fd925b 2026-05-13 09:59:57.956 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port bcc9640f-ac7b-4982-b585-964cb0149af2 2026-05-13 09:59:58.172 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port efea5d92-b1a9-41d6-9d07-83e5f889e447 2026-05-13 09:59:58.437 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 8cfe0b60-9333-4b50-ab4e-b89544a66a23 2026-05-13 09:59:59.443 13 INFO neutron.plugins.ml2.plugin [None req-12a8e387-1f69-4583-9986-419daf476fac - - - - - -] Attempt 1 to provision port 2265bc2d-f531-4ef9-9fcc-e3f0a8d118a0 2026-05-13 09:59:59.516 13 INFO neutron.plugins.ml2.plugin [None req-12a8e387-1f69-4583-9986-419daf476fac - - - - - -] Attempt 1 to provision port 11f8921f-b590-41a3-9d99-e24bbcc09adc 2026-05-13 09:59:59.643 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 89884b92-0b96-4d5f-b0bb-fbc762fd925b 2026-05-13 10:00:00.048 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port efea5d92-b1a9-41d6-9d07-83e5f889e447 2026-05-13 10:00:01.859 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 11f8921f-b590-41a3-9d99-e24bbcc09adc 2026-05-13 10:00:01.984 16 INFO neutron.plugins.ml2.plugin [None req-5ff09a27-f020-449f-8a82-f36143dfaef0 - - - - - -] Attempt 1 to provision port 2265bc2d-f531-4ef9-9fcc-e3f0a8d118a0 2026-05-13 10:00:02.033 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 2265bc2d-f531-4ef9-9fcc-e3f0a8d118a0 2026-05-13 10:00:03.762 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 2265bc2d-f531-4ef9-9fcc-e3f0a8d118a0 2026-05-13 10:00:03.953 16 INFO neutron.plugins.ml2.plugin [None req-934f833f-84f5-4900-b480-8cbbfcc00225 - - - - - -] Attempt 1 to provision port 93f27715-b111-41ed-8712-c32b72ff6a5b 2026-05-13 10:00:04.053 16 INFO neutron.plugins.ml2.plugin [None req-934f833f-84f5-4900-b480-8cbbfcc00225 - - - - - -] Attempt 1 to provision port bcc9640f-ac7b-4982-b585-964cb0149af2 2026-05-13 10:00:23.711 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 02c9e3a8-5293-408c-9b4d-7d5839ddf9c5 2026-05-13 10:00:24.176 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port ea580a93-6dfe-472e-bf4b-475179d158ad 2026-05-13 10:00:25.608 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 02c9e3a8-5293-408c-9b4d-7d5839ddf9c5 2026-05-13 10:00:25.795 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port ea580a93-6dfe-472e-bf4b-475179d158ad 2026-05-13 10:00:32.487 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-517c3ad6-ff38-4814-8938-a05bb8858fa8'] response: {'server_uuid': '5f3720fd-b092-4ed7-801b-472e873691f6', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'bcc9640f-ac7b-4982-b585-964cb0149af2', 'code': 200} 2026-05-13 10:00:36.819 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port bcc9640f-ac7b-4982-b585-964cb0149af2 2026-05-13 10:00:36.948 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-159c1915-9b59-4e9f-bb4e-766ded675fe7'] response: {'server_uuid': '5f3720fd-b092-4ed7-801b-472e873691f6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bcc9640f-ac7b-4982-b585-964cb0149af2', 'code': 200} 2026-05-13 10:00:39.346 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port cc48193f-c96b-4844-a944-4839bdc5f6d2 2026-05-13 10:00:39.458 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-38d21964-5f7f-414c-b16e-efec58b445f7'] response: {'server_uuid': 'fd7115a6-a8a5-446c-85d5-3c30894629ba', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cc48193f-c96b-4844-a944-4839bdc5f6d2', 'code': 200} 2026-05-13 10:00:39.773 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port bcc9640f-ac7b-4982-b585-964cb0149af2 2026-05-13 10:00:40.553 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port cc48193f-c96b-4844-a944-4839bdc5f6d2 2026-05-13 10:00:42.551 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 3ad509c8-a538-4a8f-9fde-f7eef9e195fb 2026-05-13 10:00:42.815 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port b3d55dbb-7479-4833-95f9-7fb66cac26e0 2026-05-13 10:00:44.267 13 INFO neutron.plugins.ml2.plugin [None req-14a4b751-b19f-49b0-8d5d-d63f400a3aa7 - - - - - -] Attempt 1 to provision port ea580a93-6dfe-472e-bf4b-475179d158ad 2026-05-13 10:00:44.320 13 INFO neutron.plugins.ml2.plugin [None req-14a4b751-b19f-49b0-8d5d-d63f400a3aa7 - - - - - -] Attempt 1 to provision port 3ad509c8-a538-4a8f-9fde-f7eef9e195fb 2026-05-13 10:00:44.380 13 INFO neutron.plugins.ml2.plugin [None req-14a4b751-b19f-49b0-8d5d-d63f400a3aa7 - - - - - -] Attempt 1 to provision port b3d55dbb-7479-4833-95f9-7fb66cac26e0 2026-05-13 10:00:44.516 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 3ad509c8-a538-4a8f-9fde-f7eef9e195fb 2026-05-13 10:00:44.667 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port b3d55dbb-7479-4833-95f9-7fb66cac26e0 2026-05-13 10:00:58.494 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port cdf31d31-ec54-433a-ac51-954e92dd5e44 2026-05-13 10:01:00.615 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port cdf31d31-ec54-433a-ac51-954e92dd5e44 2026-05-13 10:01:00.952 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port bb2c6c39-5ed0-4a4b-bfbe-94b0b81ddfa0 2026-05-13 10:01:02.445 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port bb2c6c39-5ed0-4a4b-bfbe-94b0b81ddfa0 2026-05-13 10:01:04.680 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 43e91554-f180-4e31-bae0-19c8d579f27b 2026-05-13 10:01:04.954 16 INFO neutron.plugins.ml2.plugin [None req-c462b216-c0c8-4982-a75c-ad7aa225ad0a - - - - - -] Attempt 1 to provision port 89d2cdeb-0a29-42c0-bbd0-d4d536edd569 2026-05-13 10:01:04.984 16 INFO neutron.plugins.ml2.plugin [None req-c462b216-c0c8-4982-a75c-ad7aa225ad0a - - - - - -] Attempt 1 to provision port cdf31d31-ec54-433a-ac51-954e92dd5e44 2026-05-13 10:01:06.936 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 43e91554-f180-4e31-bae0-19c8d579f27b 2026-05-13 10:01:08.477 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 75ad9a7e-ff1b-4351-8655-7e6ae8690c9b 2026-05-13 10:01:10.514 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 75ad9a7e-ff1b-4351-8655-7e6ae8690c9b 2026-05-13 10:01:17.951 13 INFO neutron.plugins.ml2.plugin [None req-b532f0f1-c9b3-4022-b154-6a97fe2637e8 - - - - - -] Attempt 1 to provision port bc30c5ec-b03c-4abd-ac42-a6607ff9cbac 2026-05-13 10:01:17.978 13 INFO neutron.plugins.ml2.plugin [None req-b532f0f1-c9b3-4022-b154-6a97fe2637e8 - - - - - -] Attempt 1 to provision port ada8c9f4-b2c9-4645-ad03-0bcbbf527878 2026-05-13 10:01:18.001 13 INFO neutron.plugins.ml2.plugin [None req-b532f0f1-c9b3-4022-b154-6a97fe2637e8 - - - - - -] Attempt 1 to provision port 75ad9a7e-ff1b-4351-8655-7e6ae8690c9b 2026-05-13 10:01:18.050 13 INFO neutron.plugins.ml2.plugin [None req-b532f0f1-c9b3-4022-b154-6a97fe2637e8 - - - - - -] Attempt 1 to provision port b127b1ee-79ea-45d7-9fd6-97651ce3f04c 2026-05-13 10:01:19.561 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 6ea5eccd-9c57-41de-ad3c-7419c2fbf7fe 2026-05-13 10:01:19.692 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-bfd81296-b997-4cc7-a521-576a59b16f12'] response: {'server_uuid': '2da94bfc-f0f2-4576-ae87-704cde700675', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6ea5eccd-9c57-41de-ad3c-7419c2fbf7fe', 'code': 200} 2026-05-13 10:01:20.920 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 6ea5eccd-9c57-41de-ad3c-7419c2fbf7fe 2026-05-13 10:01:20.949 13 INFO neutron.plugins.ml2.plugin [None req-a6af51da-c375-4fc3-b488-e98959651993 - - - - - -] Attempt 1 to provision port 6ea5eccd-9c57-41de-ad3c-7419c2fbf7fe 2026-05-13 10:01:21.169 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 89d2cdeb-0a29-42c0-bbd0-d4d536edd569 2026-05-13 10:01:21.462 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port bc30c5ec-b03c-4abd-ac42-a6607ff9cbac 2026-05-13 10:01:22.807 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port b127b1ee-79ea-45d7-9fd6-97651ce3f04c 2026-05-13 10:01:23.147 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port ada8c9f4-b2c9-4645-ad03-0bcbbf527878 2026-05-13 10:01:23.608 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 89d2cdeb-0a29-42c0-bbd0-d4d536edd569 2026-05-13 10:01:23.853 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port bc30c5ec-b03c-4abd-ac42-a6607ff9cbac 2026-05-13 10:01:24.983 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port b127b1ee-79ea-45d7-9fd6-97651ce3f04c 2026-05-13 10:01:25.191 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port ada8c9f4-b2c9-4645-ad03-0bcbbf527878 2026-05-13 10:01:25.348 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 258f3d92-7cda-45f8-bb6a-46310450fc31 2026-05-13 10:01:26.393 16 INFO neutron.plugins.ml2.plugin [None req-006dfa70-85d3-4dc9-89b3-2fa13b95b36b - - - - - -] Attempt 1 to provision port 258f3d92-7cda-45f8-bb6a-46310450fc31 2026-05-13 10:01:26.444 16 INFO neutron.plugins.ml2.plugin [None req-006dfa70-85d3-4dc9-89b3-2fa13b95b36b - - - - - -] Attempt 1 to provision port 540d72a0-a0cc-439a-9670-18fba56faacd 2026-05-13 10:01:26.748 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 258f3d92-7cda-45f8-bb6a-46310450fc31 2026-05-13 10:01:28.826 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port f4115d15-236f-463e-95c2-4c156d3df66c 2026-05-13 10:01:34.761 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 2d5a9748-09ba-4ede-9e7b-d18e0ccdb1ee 2026-05-13 10:01:43.095 16 INFO neutron.plugins.ml2.plugin [None req-8f1dca37-92b6-4498-aa26-18698ba736a1 - - - - - -] Attempt 1 to provision port 40f15751-01be-4773-9205-fc7c61bf1e45 2026-05-13 10:01:52.967 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 0b60e2ea-9c0a-4f2e-8e93-c54f5a902b96 2026-05-13 10:01:52.993 13 INFO neutron.plugins.ml2.db [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] No ports have port_id starting with 0b60e2ea-9c0a-4f2e-8e93-c54f5a902b96 2026-05-13 10:02:00.851 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port a6623423-fb34-4ff2-85f9-c7bdf98e5b8b 2026-05-13 10:02:01.296 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port d8dc73f0-c0c6-4a56-b28b-c916b0030534 2026-05-13 10:02:02.834 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port a6623423-fb34-4ff2-85f9-c7bdf98e5b8b 2026-05-13 10:02:03.006 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port d8dc73f0-c0c6-4a56-b28b-c916b0030534 2026-05-13 10:02:04.410 16 INFO neutron.plugins.ml2.plugin [None req-9de97afb-adaf-488c-9dd0-e071525577fa - - - - - -] Attempt 1 to provision port e46d1bed-2590-4168-b908-0f6926c1f880 2026-05-13 10:02:04.442 16 INFO neutron.plugins.ml2.plugin [None req-9de97afb-adaf-488c-9dd0-e071525577fa - - - - - -] Attempt 1 to provision port dd7095cd-cf21-4569-884f-134d16faa9f3 2026-05-13 10:02:04.468 16 INFO neutron.plugins.ml2.plugin [None req-9de97afb-adaf-488c-9dd0-e071525577fa - - - - - -] Attempt 1 to provision port d8dc73f0-c0c6-4a56-b28b-c916b0030534 2026-05-13 10:02:10.883 13 INFO neutron.plugins.ml2.plugin [None req-6b269b4b-b782-49b4-b343-eb828b7a8278 - - - - - -] Attempt 1 to provision port dd7095cd-cf21-4569-884f-134d16faa9f3 2026-05-13 10:02:10.914 13 INFO neutron.plugins.ml2.plugin [None req-6b269b4b-b782-49b4-b343-eb828b7a8278 - - - - - -] Attempt 1 to provision port d8dc73f0-c0c6-4a56-b28b-c916b0030534 2026-05-13 10:02:13.662 16 INFO neutron.plugins.ml2.plugin [None req-1d3aaee5-cc92-4357-bb64-ffc7f1346bc4 - - - - - -] Attempt 1 to provision port dd7095cd-cf21-4569-884f-134d16faa9f3 2026-05-13 10:02:13.851 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port f0d0837c-b09d-47b2-a41e-2f073cc1c239 2026-05-13 10:02:13.963 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-9669531b-f3cd-4aa2-b405-1d3b892f2136'] response: {'server_uuid': 'ee4963af-d2ae-49c7-b04a-d29b62f9881e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f0d0837c-b09d-47b2-a41e-2f073cc1c239', 'code': 200} 2026-05-13 10:02:14.764 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port f0d0837c-b09d-47b2-a41e-2f073cc1c239 2026-05-13 10:02:16.971 13 INFO neutron.plugins.ml2.plugin [None req-8a7447ba-d69a-44ef-a46f-101a245a8e12 - - - - - -] Attempt 1 to provision port dd7095cd-cf21-4569-884f-134d16faa9f3 2026-05-13 10:02:18.191 13 INFO neutron.plugins.ml2.plugin [None req-476bede3-635e-437b-8d29-928afbab190a - - - - - -] Attempt 1 to provision port f0d0837c-b09d-47b2-a41e-2f073cc1c239 2026-05-13 10:02:18.780 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port dd7095cd-cf21-4569-884f-134d16faa9f3 2026-05-13 10:02:19.068 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port e46d1bed-2590-4168-b908-0f6926c1f880 2026-05-13 10:02:20.809 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port dd7095cd-cf21-4569-884f-134d16faa9f3 2026-05-13 10:02:21.003 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port e46d1bed-2590-4168-b908-0f6926c1f880 2026-05-13 10:02:44.599 16 INFO neutron.plugins.ml2.plugin [None req-0db70a14-726f-4e36-ab31-9be5bd666b7a - - - - - -] Attempt 1 to provision port eef04ed1-42ff-42b8-aec5-021c54a6925f 2026-05-13 10:02:46.827 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 7b1fa587-e024-4c60-b236-f0262d86819d 2026-05-13 10:02:47.225 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 57a18fe6-9466-4dfa-8970-3869263aa6b5 2026-05-13 10:02:48.296 16 INFO neutron.plugins.ml2.plugin [None req-197ff124-891c-43cc-99b3-42f437ac2f1a - - - - - -] Attempt 1 to provision port 57a18fe6-9466-4dfa-8970-3869263aa6b5 2026-05-13 10:02:48.373 16 INFO neutron.plugins.ml2.plugin [None req-197ff124-891c-43cc-99b3-42f437ac2f1a - - - - - -] Attempt 1 to provision port 771df316-5cda-4a1c-b2dc-107ad9e82e18 2026-05-13 10:02:48.840 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 7b1fa587-e024-4c60-b236-f0262d86819d 2026-05-13 10:02:48.984 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 57a18fe6-9466-4dfa-8970-3869263aa6b5 2026-05-13 10:02:50.070 16 INFO neutron.plugins.ml2.plugin [None req-f3b2db78-f676-44e7-9d16-77e4d8f174e0 - - - - - -] Attempt 1 to provision port 57a18fe6-9466-4dfa-8970-3869263aa6b5 2026-05-13 10:02:50.123 16 INFO neutron.plugins.ml2.plugin [None req-f3b2db78-f676-44e7-9d16-77e4d8f174e0 - - - - - -] Attempt 1 to provision port 771df316-5cda-4a1c-b2dc-107ad9e82e18 2026-05-13 10:02:51.313 16 INFO neutron.plugins.ml2.plugin [None req-37856ccd-3be3-4659-956b-a9330a35dd35 - - - - - -] Attempt 1 to provision port 771df316-5cda-4a1c-b2dc-107ad9e82e18 2026-05-13 10:02:52.588 16 INFO neutron.plugins.ml2.plugin [None req-294b7807-cae9-45d5-815e-0ef7d10da510 - - - - - -] Attempt 1 to provision port 771df316-5cda-4a1c-b2dc-107ad9e82e18 2026-05-13 10:02:59.340 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 81ab1818-2ecd-4422-a0c0-577d89548b3d 2026-05-13 10:02:59.445 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-2762c50a-d88a-4933-9f56-a322926f3886'] response: {'server_uuid': 'cf89cf0a-9087-4a68-8777-f9b86b4f10eb', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '81ab1818-2ecd-4422-a0c0-577d89548b3d', 'code': 200} 2026-05-13 10:03:00.890 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 81ab1818-2ecd-4422-a0c0-577d89548b3d 2026-05-13 10:03:01.142 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 7909aa56-dbde-4ac1-a448-4281f2738b9d 2026-05-13 10:03:02.196 13 INFO neutron.plugins.ml2.plugin [None req-44f7785b-0dc3-4c3d-92d4-a5350ce56419 - - - - - -] Attempt 1 to provision port 7909aa56-dbde-4ac1-a448-4281f2738b9d 2026-05-13 10:03:03.003 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 771df316-5cda-4a1c-b2dc-107ad9e82e18 2026-05-13 10:03:03.627 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port eef04ed1-42ff-42b8-aec5-021c54a6925f 2026-05-13 10:03:04.972 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 771df316-5cda-4a1c-b2dc-107ad9e82e18 2026-05-13 10:03:05.154 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port eef04ed1-42ff-42b8-aec5-021c54a6925f 2026-05-13 10:03:34.794 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 56771510-5988-4cc7-a7cb-709c57fb8e60 2026-05-13 10:03:37.557 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 56771510-5988-4cc7-a7cb-709c57fb8e60 2026-05-13 10:03:37.799 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 891fd56c-7f18-4a74-9651-3e5258f0ba90 2026-05-13 10:03:37.907 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-709abde1-2618-46f0-827d-8501becfcd03'] response: {'server_uuid': 'b5ad5a9f-7f42-41a0-ba96-611e1f9786db', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '891fd56c-7f18-4a74-9651-3e5258f0ba90', 'code': 200} 2026-05-13 10:03:38.926 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 9257ac2a-c347-4d06-aa98-75a741dc7134 2026-05-13 10:03:39.295 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port fe1e20b6-5694-4ed6-9a7d-6bb1baac606d 2026-05-13 10:03:39.713 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 891fd56c-7f18-4a74-9651-3e5258f0ba90 2026-05-13 10:03:40.866 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 9257ac2a-c347-4d06-aa98-75a741dc7134 2026-05-13 10:03:41.102 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port fe1e20b6-5694-4ed6-9a7d-6bb1baac606d 2026-05-13 10:03:42.984 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 9669e47a-2bf7-44e5-a378-e23e9a60b188 2026-05-13 10:03:44.051 16 INFO neutron.plugins.ml2.plugin [None req-910703b7-8080-44a6-abc7-c0d0d71ab63b - - - - - -] Attempt 1 to provision port 21783ce0-8439-4bc5-9131-9f4fae5b090e 2026-05-13 10:03:44.079 16 INFO neutron.plugins.ml2.plugin [None req-910703b7-8080-44a6-abc7-c0d0d71ab63b - - - - - -] Attempt 1 to provision port 9669e47a-2bf7-44e5-a378-e23e9a60b188 2026-05-13 10:03:44.126 16 INFO neutron.plugins.ml2.plugin [None req-910703b7-8080-44a6-abc7-c0d0d71ab63b - - - - - -] Attempt 1 to provision port 891fd56c-7f18-4a74-9651-3e5258f0ba90 2026-05-13 10:03:44.174 16 INFO neutron.plugins.ml2.plugin [None req-910703b7-8080-44a6-abc7-c0d0d71ab63b - - - - - -] Attempt 1 to provision port f625083e-6939-4e8c-8a96-216f76c6bbb1 2026-05-13 10:03:44.195 16 INFO neutron.plugins.ml2.plugin [None req-910703b7-8080-44a6-abc7-c0d0d71ab63b - - - - - -] Attempt 1 to provision port 9257ac2a-c347-4d06-aa98-75a741dc7134 2026-05-13 10:03:44.239 16 INFO neutron.plugins.ml2.plugin [None req-910703b7-8080-44a6-abc7-c0d0d71ab63b - - - - - -] Attempt 1 to provision port e9017ed8-686d-4a06-ab1f-a0d808459262 2026-05-13 10:03:44.774 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 9669e47a-2bf7-44e5-a378-e23e9a60b188 2026-05-13 10:03:47.768 13 INFO neutron.plugins.ml2.plugin [None req-95d105c2-d817-4f6c-be67-cb7f7d28ca68 - - - - - -] Attempt 1 to provision port 9669e47a-2bf7-44e5-a378-e23e9a60b188 2026-05-13 10:03:47.813 13 INFO neutron.plugins.ml2.plugin [None req-95d105c2-d817-4f6c-be67-cb7f7d28ca68 - - - - - -] Attempt 1 to provision port 21783ce0-8439-4bc5-9131-9f4fae5b090e 2026-05-13 10:03:47.846 13 INFO neutron.plugins.ml2.plugin [None req-95d105c2-d817-4f6c-be67-cb7f7d28ca68 - - - - - -] Attempt 1 to provision port e9017ed8-686d-4a06-ab1f-a0d808459262 2026-05-13 10:03:47.877 13 INFO neutron.plugins.ml2.plugin [None req-95d105c2-d817-4f6c-be67-cb7f7d28ca68 - - - - - -] Attempt 1 to provision port 9257ac2a-c347-4d06-aa98-75a741dc7134 2026-05-13 10:03:50.945 13 INFO neutron.plugins.ml2.plugin [None req-79d38de3-2f3f-45d7-a719-633553c03a44 - - - - - -] Attempt 1 to provision port 21783ce0-8439-4bc5-9131-9f4fae5b090e 2026-05-13 10:03:50.985 13 INFO neutron.plugins.ml2.plugin [None req-79d38de3-2f3f-45d7-a719-633553c03a44 - - - - - -] Attempt 1 to provision port 9669e47a-2bf7-44e5-a378-e23e9a60b188 2026-05-13 10:03:51.042 13 INFO neutron.plugins.ml2.plugin [None req-79d38de3-2f3f-45d7-a719-633553c03a44 - - - - - -] Attempt 1 to provision port e9017ed8-686d-4a06-ab1f-a0d808459262 2026-05-13 10:03:51.097 13 INFO neutron.plugins.ml2.plugin [None req-79d38de3-2f3f-45d7-a719-633553c03a44 - - - - - -] Attempt 1 to provision port 9257ac2a-c347-4d06-aa98-75a741dc7134 2026-05-13 10:03:53.143 13 INFO neutron.plugins.ml2.plugin [None req-46920b84-3bb1-4a06-beb2-b254e3325524 - - - - - -] Attempt 1 to provision port 21783ce0-8439-4bc5-9131-9f4fae5b090e 2026-05-13 10:03:53.165 13 INFO neutron.plugins.ml2.plugin [None req-46920b84-3bb1-4a06-beb2-b254e3325524 - - - - - -] Attempt 1 to provision port e9017ed8-686d-4a06-ab1f-a0d808459262 2026-05-13 10:03:53.374 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port b24399cd-a330-425e-a7f0-6da6fb72603b 2026-05-13 10:03:53.647 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-9989950d-350f-4faa-87b2-e8aef1c21a2c'] response: {'server_uuid': '483d6b7f-bb97-495d-a6d4-6b8618921603', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b24399cd-a330-425e-a7f0-6da6fb72603b', 'code': 200} 2026-05-13 10:03:54.821 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port b24399cd-a330-425e-a7f0-6da6fb72603b 2026-05-13 10:03:55.347 16 INFO neutron.plugins.ml2.plugin [None req-3b4d1e5f-1e8b-4bf2-a549-dad5c6ea6e4c - - - - - -] Attempt 1 to provision port 21783ce0-8439-4bc5-9131-9f4fae5b090e 2026-05-13 10:03:55.630 16 INFO neutron.plugins.ml2.plugin [None req-3b4d1e5f-1e8b-4bf2-a549-dad5c6ea6e4c - - - - - -] Attempt 1 to provision port e9017ed8-686d-4a06-ab1f-a0d808459262 2026-05-13 10:03:56.652 13 INFO neutron.plugins.ml2.plugin [None req-28cd24f5-da05-451f-9db3-4a4bd2c84b2f - - - - - -] Attempt 1 to provision port b24399cd-a330-425e-a7f0-6da6fb72603b 2026-05-13 10:03:56.895 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port e9017ed8-686d-4a06-ab1f-a0d808459262 2026-05-13 10:03:57.163 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 21783ce0-8439-4bc5-9131-9f4fae5b090e 2026-05-13 10:03:57.342 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port f625083e-6939-4e8c-8a96-216f76c6bbb1 2026-05-13 10:03:57.633 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port bf078531-b9e9-42ee-b5e5-178a628408a2 2026-05-13 10:03:58.828 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port e9017ed8-686d-4a06-ab1f-a0d808459262 2026-05-13 10:03:58.983 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port f625083e-6939-4e8c-8a96-216f76c6bbb1 2026-05-13 10:03:59.127 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port bf078531-b9e9-42ee-b5e5-178a628408a2 2026-05-13 10:04:10.842 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port bc663d4d-4693-4744-941f-47f69d2175b0 2026-05-13 10:04:10.939 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-f1200468-c377-40b8-9ec9-1b1eb5e4c7e7'] response: {'server_uuid': 'eb4693ca-27cd-4caa-82ea-7fc40b8da020', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bc663d4d-4693-4744-941f-47f69d2175b0', 'code': 200} 2026-05-13 10:04:12.878 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port bc663d4d-4693-4744-941f-47f69d2175b0 2026-05-13 10:04:17.820 16 INFO neutron_taas.services.taas.taas_plugin [None req-39c45298-cd92-41e2-9026-dc6e6140dfd2 - - - - - -] TaaS: Handle Delete Port: 57a18fe6-9466-4dfa-8970-3869263aa6b5 2026-05-13 10:04:17.829 16 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39c45298-cd92-41e2-9026-dc6e6140dfd2 - - - - - -] Tap Mirror: Handle Delete Port: 57a18fe6-9466-4dfa-8970-3869263aa6b5 2026-05-13 10:04:59.352 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port f152cd23-0702-4d1c-8cce-b7b145a009d4 2026-05-13 10:04:59.512 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb623390-8608-4261-b36f-78bd31207b8f'] response: {'server_uuid': 'bc422844-7a2e-4294-b743-f5d11d1e3af0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f152cd23-0702-4d1c-8cce-b7b145a009d4', 'code': 200} 2026-05-13 10:05:00.899 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port f152cd23-0702-4d1c-8cce-b7b145a009d4 2026-05-13 10:06:13.051 13 INFO neutron.plugins.ml2.plugin [None req-ca302fb8-064f-4b85-b4e9-d7841aab4528 - - - - - -] Attempt 1 to provision port 0420bcde-c4c1-41dc-8300-02d8ae4cd8c7 2026-05-13 10:06:20.434 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 0420bcde-c4c1-41dc-8300-02d8ae4cd8c7 2026-05-13 10:06:20.537 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-8648ba2f-08dd-4b59-96f1-5f99d5dfe9fc'] response: {'server_uuid': 'bc422844-7a2e-4294-b743-f5d11d1e3af0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0420bcde-c4c1-41dc-8300-02d8ae4cd8c7', 'code': 200} 2026-05-13 10:06:21.020 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 0420bcde-c4c1-41dc-8300-02d8ae4cd8c7 2026-05-13 10:06:36.662 16 INFO neutron.plugins.ml2.plugin [None req-44ef3071-b4b2-49a4-9821-c0aa25a77751 - - - - - -] Attempt 1 to provision port 3c00154e-fb22-42ec-9108-839a1f846352 2026-05-13 10:06:43.077 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 3c00154e-fb22-42ec-9108-839a1f846352 2026-05-13 10:06:43.183 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-f1612219-5958-4604-8a69-58a184578091'] response: {'server_uuid': 'bc422844-7a2e-4294-b743-f5d11d1e3af0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3c00154e-fb22-42ec-9108-839a1f846352', 'code': 200} 2026-05-13 10:06:45.044 16 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 3c00154e-fb22-42ec-9108-839a1f846352 2026-05-13 10:06:47.262 13 INFO neutron.plugins.ml2.plugin [None req-2b5892ef-b0a5-4b2e-9074-82bc0ba6ce0d - - - - - -] Attempt 1 to provision port 0420bcde-c4c1-41dc-8300-02d8ae4cd8c7 2026-05-13 10:07:02.226 13 INFO neutron.plugins.ml2.plugin [None req-1cac04b7-54b7-4869-a12d-48baf116c7d8 - - - - - -] Attempt 1 to provision port 3c00154e-fb22-42ec-9108-839a1f846352 2026-05-13 10:07:03.125 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 3c00154e-fb22-42ec-9108-839a1f846352 2026-05-13 10:07:03.609 16 INFO neutron.plugins.ml2.plugin [None req-ea9c267d-3345-4342-9ca0-5abd9bc3f5b7 - - - - - -] Attempt 1 to provision port 3c00154e-fb22-42ec-9108-839a1f846352 2026-05-13 10:07:12.503 16 INFO neutron.plugins.ml2.plugin [None req-db5e9cf9-cefc-4933-9109-1e30fd1bcd46 - - - - - -] Attempt 1 to provision port 0420bcde-c4c1-41dc-8300-02d8ae4cd8c7 2026-05-13 10:07:13.077 13 INFO neutron.plugins.ml2.plugin [None req-434c2d5a-66be-4029-b789-38389405117d - - - - - -] Attempt 1 to provision port 0420bcde-c4c1-41dc-8300-02d8ae4cd8c7