+ 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-08 15:05:09.645 1 INFO neutron.common.config [-] Logging enabled! 2026-05-08 15:05:09.645 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 28.1.0.dev173 2026-05-08 15:05:09.645 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-05-08 15:05:09.646 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-08 15:05:11.095 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 15:05:11.097 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-08 15:05:11.101 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-08 15:05:11.102 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 15:05:11.102 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-08 15:05:11.102 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-08 15:05:11.102 1 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-05-08 15:05:11.102 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 15:05:11.109 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 15:05:11.109 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 15:05:11.109 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 15:05:11.128 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-08 15:05:11.129 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 15:05:11.129 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-08 15:05:11.149 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-08 15:05:11.149 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-08 15:05:11.149 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-08 15:05:11.149 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-08 15:05:11.530 1 INFO neutron.plugins.ml2.managers [None req-5ddcba81-2d51-4e0a-a7ca-6446e3f1e657 - - - - - -] Initializing driver for type 'vlan' 2026-05-08 15:05:11.706 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-5ddcba81-2d51-4e0a-a7ca-6446e3f1e657 - - - - - -] VlanTypeDriver initialization complete 2026-05-08 15:05:11.706 1 INFO neutron.plugins.ml2.managers [None req-5ddcba81-2d51-4e0a-a7ca-6446e3f1e657 - - - - - -] Initializing driver for type 'vxlan' 2026-05-08 15:05:11.707 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-5ddcba81-2d51-4e0a-a7ca-6446e3f1e657 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-08 15:05:11.760 1 INFO neutron.plugins.ml2.managers [None req-5ddcba81-2d51-4e0a-a7ca-6446e3f1e657 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-08 15:05:11.760 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-5ddcba81-2d51-4e0a-a7ca-6446e3f1e657 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-08 15:05:11.761 1 INFO neutron.plugins.ml2.managers [None req-5ddcba81-2d51-4e0a-a7ca-6446e3f1e657 - - - - - -] Initializing extension driver 'port_security' 2026-05-08 15:05:11.761 1 INFO neutron.plugins.ml2.extensions.port_security [None req-5ddcba81-2d51-4e0a-a7ca-6446e3f1e657 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-08 15:05:11.761 1 INFO neutron.plugins.ml2.managers [None req-5ddcba81-2d51-4e0a-a7ca-6446e3f1e657 - - - - - -] Initializing extension driver 'qos' 2026-05-08 15:05:11.761 1 INFO neutron.plugins.ml2.managers [None req-5ddcba81-2d51-4e0a-a7ca-6446e3f1e657 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-08 15:05:11.761 1 INFO neutron.plugins.ml2.managers [None req-5ddcba81-2d51-4e0a-a7ca-6446e3f1e657 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-08 15:05:11.777 1 INFO neutron.quota [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded quota_driver: . 2026-05-08 15:05:11.778 1 INFO neutron.plugins.ml2.plugin [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Modular L2 Plugin initialization complete 2026-05-08 15:05:11.778 1 INFO neutron.plugins.ml2.managers [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-08 15:05:11.778 1 INFO neutron.plugins.ml2.managers [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-08 15:05:11.778 1 INFO neutron.plugins.ml2.managers [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Got port-security extension from driver 'port_security' 2026-05-08 15:05:11.778 1 INFO neutron.manager [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loading Plugin: qos 2026-05-08 15:05:11.791 1 INFO neutron.manager [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loading Plugin: router 2026-05-08 15:05:11.827 1 INFO neutron.services.service_base [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-08 15:05:11.828 1 INFO neutron.manager [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loading Plugin: segments 2026-05-08 15:05:11.905 1 INFO neutron.manager [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loading Plugin: trunk 2026-05-08 15:05:11.918 1 INFO neutron.manager [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loading Plugin: vpnaas 2026-05-08 15:05:11.953 1 WARNING stevedore.named [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 15:05:12.022 1 INFO neutron_vpnaas.services.vpn.plugin [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-08 15:05:12.022 1 INFO neutron.manager [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loading Plugin: taas 2026-05-08 15:05:12.183 1 WARNING stevedore.named [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 15:05:12.213 1 INFO neutron_taas.services.taas.taas_plugin [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-08 15:05:12.213 1 INFO neutron.manager [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loading Plugin: tapmirror 2026-05-08 15:05:12.226 1 WARNING stevedore.named [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 15:05:12.241 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-08 15:05:12.242 1 INFO neutron.manager [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loading Plugin: auto_allocate 2026-05-08 15:05:12.250 1 INFO neutron.manager [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loading Plugin: tag 2026-05-08 15:05:12.259 1 INFO neutron.manager [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loading Plugin: timestamp 2026-05-08 15:05:12.261 1 INFO neutron.manager [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loading Plugin: network_ip_availability 2026-05-08 15:05:12.265 1 INFO neutron.manager [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loading Plugin: flavors 2026-05-08 15:05:12.269 1 INFO neutron.manager [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loading Plugin: revisions 2026-05-08 15:05:12.272 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Initializing extension manager. 2026-05-08 15:05:12.273 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: address-group 2026-05-08 15:05:12.274 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: address-scope 2026-05-08 15:05:12.275 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-08 15:05:12.275 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: agent 2026-05-08 15:05:12.276 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: agent-resources-synced 2026-05-08 15:05:12.277 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: allowed-address-pairs 2026-05-08 15:05:12.278 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: auto-allocated-topology 2026-05-08 15:05:12.278 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: availability_zone 2026-05-08 15:05:12.279 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: availability_zone_filter 2026-05-08 15:05:12.279 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-08 15:05:12.280 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: default-subnetpools 2026-05-08 15:05:12.281 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-08 15:05:12.281 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: dns-integration 2026-05-08 15:05:12.282 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: dns-domain-ports 2026-05-08 15:05:12.282 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-08 15:05:12.283 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: dvr 2026-05-08 15:05:12.283 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-08 15:05:12.284 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: empty-string-filtering 2026-05-08 15:05:12.284 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 15:05:12.285 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-08 15:05:12.285 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: external-net 2026-05-08 15:05:12.286 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-08 15:05:12.287 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: extraroute 2026-05-08 15:05:12.287 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: extraroute-atomic 2026-05-08 15:05:12.288 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: filter-validation 2026-05-08 15:05:12.288 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-08 15:05:12.289 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-08 15:05:12.289 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-08 15:05:12.290 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: fip-port-details 2026-05-08 15:05:12.291 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: flavors 2026-05-08 15:05:12.292 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-08 15:05:12.292 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: floatingip-pools 2026-05-08 15:05:12.293 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: ip_allocation 2026-05-08 15:05:12.293 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: ip-substring-filtering 2026-05-08 15:05:12.294 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: l2_adjacency 2026-05-08 15:05:12.295 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: router 2026-05-08 15:05:12.296 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 15:05:12.297 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-08 15:05:12.298 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-08 15:05:12.298 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: ext-gw-mode 2026-05-08 15:05:12.299 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: l3-ha 2026-05-08 15:05:12.299 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-08 15:05:12.300 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-08 15:05:12.300 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: l3-flavors 2026-05-08 15:05:12.301 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-08 15:05:12.301 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-08 15:05:12.303 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-08 15:05:12.304 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-08 15:05:12.305 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-08 15:05:12.306 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-08 15:05:12.307 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-08 15:05:12.307 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: multi-provider 2026-05-08 15:05:12.308 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: net-mtu 2026-05-08 15:05:12.308 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: net-mtu-writable 2026-05-08 15:05:12.309 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: network_availability_zone 2026-05-08 15:05:12.309 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: network_ha 2026-05-08 15:05:12.310 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: network-ip-availability 2026-05-08 15:05:12.311 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: network-ip-availability-details 2026-05-08 15:05:12.312 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-08 15:05:12.312 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: pagination 2026-05-08 15:05:12.313 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: port-device-profile 2026-05-08 15:05:12.313 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-08 15:05:12.314 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-08 15:05:12.314 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-08 15:05:12.315 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: port-mac-override 2026-05-08 15:05:12.315 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-08 15:05:12.316 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-08 15:05:12.316 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-08 15:05:12.317 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: port-resource-request 2026-05-08 15:05:12.318 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: port-resource-request-groups 2026-05-08 15:05:12.318 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-08 15:05:12.319 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: binding 2026-05-08 15:05:12.319 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: binding-extended 2026-05-08 15:05:12.320 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: port-security 2026-05-08 15:05:12.320 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: project-id 2026-05-08 15:05:12.321 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: provider 2026-05-08 15:05:12.321 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-08 15:05:12.323 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: qos 2026-05-08 15:05:12.325 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-08 15:05:12.326 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-08 15:05:12.326 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: qos-default 2026-05-08 15:05:12.327 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: qos-fip 2026-05-08 15:05:12.327 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-08 15:05:12.328 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: qos-gateway-ip 2026-05-08 15:05:12.328 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: qos-port-network-policy 2026-05-08 15:05:12.328 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: qos-pps-minimum 2026-05-08 15:05:12.329 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-08 15:05:12.330 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: qos-pps 2026-05-08 15:05:12.330 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: qos-rule-type-details 2026-05-08 15:05:12.331 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-08 15:05:12.331 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: qos-rules-alias 2026-05-08 15:05:12.332 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: quota-check-limit 2026-05-08 15:05:12.332 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: quota-check-limit-default 2026-05-08 15:05:12.334 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: quotas 2026-05-08 15:05:12.337 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: quota_details 2026-05-08 15:05:12.338 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: rbac-policies 2026-05-08 15:05:12.338 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: rbac-address-group 2026-05-08 15:05:12.339 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: rbac-address-scope 2026-05-08 15:05:12.339 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: rbac-security-groups 2026-05-08 15:05:12.340 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: rbac-subnetpool 2026-05-08 15:05:12.340 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: revision-if-match 2026-05-08 15:05:12.341 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: standard-attr-revisions 2026-05-08 15:05:12.341 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: router_availability_zone 2026-05-08 15:05:12.341 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-05-08 15:05:12.342 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-08 15:05:12.343 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: security-groups-default-rules 2026-05-08 15:05:12.344 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-08 15:05:12.344 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-08 15:05:12.345 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-08 15:05:12.345 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-08 15:05:12.345 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-08 15:05:12.349 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: security-group 2026-05-08 15:05:12.350 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: segment 2026-05-08 15:05:12.351 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-08 15:05:12.351 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: service-type 2026-05-08 15:05:12.352 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: sorting 2026-05-08 15:05:12.352 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: standard-attr-segment 2026-05-08 15:05:12.353 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: standard-attr-description 2026-05-08 15:05:12.353 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: stateful-security-group 2026-05-08 15:05:12.354 1 WARNING neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-08 15:05:12.354 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-08 15:05:12.355 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: subnet-external-network 2026-05-08 15:05:12.355 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: subnet_onboard 2026-05-08 15:05:12.356 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-08 15:05:12.356 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: subnet-service-types 2026-05-08 15:05:12.357 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: subnet_allocation 2026-05-08 15:05:12.357 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-08 15:05:12.358 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: tag-creation 2026-05-08 15:05:12.358 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-08 15:05:12.362 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: standard-attr-tag 2026-05-08 15:05:12.362 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-08 15:05:12.363 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: trunk 2026-05-08 15:05:12.363 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: trunk-details 2026-05-08 15:05:12.364 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-08 15:05:12.364 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-08 15:05:12.364 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-08 15:05:12.365 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-08 15:05:12.367 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-08 15:05:12.367 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-08 15:05:12.368 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: vpn-flavors 2026-05-08 15:05:12.369 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: vpnaas 2026-05-08 15:05:12.370 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: taas 2026-05-08 15:05:12.371 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: tap-mirror 2026-05-08 15:05:12.372 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: tap-mirror-both-direction 2026-05-08 15:05:12.372 1 INFO neutron.api.extensions [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Loaded extension: taas-vlan-filter 2026-05-08 15:05:12.375 1 WARNING oslo_service.backend._threading.service [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Service RpcWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-05-08 15:05:12.382 1 WARNING oslo_service.backend._threading.service [None req-a062c0e5-c4de-43b5-994e-81a796ae3d9a - - - - - -] Service RpcReportsWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-05-08 15:05:42.458 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-08 15:05:42.515 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-08 15:05:42.521 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-08 15:05:59.065 13 INFO neutron.db.l3_hamode_db [None req-b41c622b-c065-4d87-9b34-64be24cb8db4 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 15:06:13.316 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 1458c323-5b64-4b90-b7e4-82cc3df28298 2026-05-08 15:06:15.194 16 INFO neutron.plugins.ml2.plugin [None req-35a5ad44-6217-4d97-9e36-f65553f22bad - - - - - -] Attempt 1 to provision port 1458c323-5b64-4b90-b7e4-82cc3df28298 2026-05-08 15:06:15.198 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 1458c323-5b64-4b90-b7e4-82cc3df28298 2026-05-08 15:06:16.874 13 INFO neutron.plugins.ml2.plugin [None req-64a95545-8f47-4217-a7f6-72db79037c9a - - - - - -] Attempt 1 to provision port 1458c323-5b64-4b90-b7e4-82cc3df28298 2026-05-08 15:10:53.350 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port c5f2fd23-65a7-4172-8048-deaf7b71ccbf 2026-05-08 15:10:54.674 16 INFO neutron.plugins.ml2.plugin [None req-8796b272-7e3d-4a8a-9e3c-086a008cd6b7 - - - - - -] Attempt 1 to provision port c5f2fd23-65a7-4172-8048-deaf7b71ccbf 2026-05-08 15:10:55.257 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port c5f2fd23-65a7-4172-8048-deaf7b71ccbf 2026-05-08 15:10:56.326 16 INFO neutron.plugins.ml2.plugin [None req-f3478a0b-79ad-46f6-a634-49a0dd24c42f - - - - - -] Attempt 1 to provision port c5f2fd23-65a7-4172-8048-deaf7b71ccbf 2026-05-08 15:11:00.506 16 INFO neutron.plugins.ml2.plugin [None req-c509b5ea-ffc7-4791-a23a-6d9d609bab22 - - - - - -] Attempt 1 to provision port fe7538bd-8f2f-4867-8352-405f5edd23f6 2026-05-08 15:16:51.969 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port fe7538bd-8f2f-4867-8352-405f5edd23f6 2026-05-08 15:16:53.382 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port fe7538bd-8f2f-4867-8352-405f5edd23f6 2026-05-08 15:31:09.990 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port fdbd654e-da20-4911-8d72-85a0b9241201 2026-05-08 15:31:11.975 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port fdbd654e-da20-4911-8d72-85a0b9241201 2026-05-08 15:43:20.182 13 INFO neutron.plugins.ml2.plugin [None req-8e702605-00d8-41cd-a17f-4557221847e4 - - - - - -] Attempt 1 to provision port c5f2fd23-65a7-4172-8048-deaf7b71ccbf 2026-05-08 15:43:20.228 13 INFO neutron.plugins.ml2.plugin [None req-8e702605-00d8-41cd-a17f-4557221847e4 - - - - - -] Attempt 1 to provision port fe7538bd-8f2f-4867-8352-405f5edd23f6 2026-05-08 15:43:20.274 13 INFO neutron.plugins.ml2.plugin [None req-8e702605-00d8-41cd-a17f-4557221847e4 - - - - - -] Attempt 1 to provision port 1458c323-5b64-4b90-b7e4-82cc3df28298 2026-05-08 15:46:30.206 16 INFO neutron.plugins.ml2.plugin [None req-321d093b-d3df-43c3-93e5-ce25a952e22a - - - - - -] Attempt 1 to provision port f8df4f5f-8992-4097-bb16-39f44101c2ae 2026-05-08 15:46:30.235 16 INFO neutron.plugins.ml2.plugin [None req-321d093b-d3df-43c3-93e5-ce25a952e22a - - - - - -] Attempt 1 to provision port 761a7732-486e-41a5-ae5c-d67abff2a4a3 2026-05-08 15:46:30.263 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 761a7732-486e-41a5-ae5c-d67abff2a4a3 2026-05-08 15:46:32.318 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 761a7732-486e-41a5-ae5c-d67abff2a4a3 2026-05-08 15:46:36.314 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 776e6e33-bbbd-4950-8b54-1678289e6a84 2026-05-08 15:46:38.466 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port ef01ffc9-2c41-497e-b985-1ba6fa443ba1 2026-05-08 15:46:38.803 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 5800cdaf-9754-4b61-abcf-02f2f25c18bf 2026-05-08 15:46:39.210 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 776e6e33-bbbd-4950-8b54-1678289e6a84 2026-05-08 15:46:40.264 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 5800cdaf-9754-4b61-abcf-02f2f25c18bf 2026-05-08 15:46:40.435 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port ef01ffc9-2c41-497e-b985-1ba6fa443ba1 2026-05-08 15:46:44.883 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port cc16b744-eb1a-4d66-b97d-15128a168abd 2026-05-08 15:46:45.271 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 23837953-b589-469f-aea3-703e5de72301 2026-05-08 15:46:45.614 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 63f725cf-db21-4b34-872c-0ae453dcaadd 2026-05-08 15:46:46.179 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-23d323ba-c0a9-4105-9e47-481fe1ed3506'] response: {'server_uuid': 'ba98e356-874a-432b-9b84-45629413230c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '63f725cf-db21-4b34-872c-0ae453dcaadd', 'code': 200} 2026-05-08 15:46:47.195 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port cc16b744-eb1a-4d66-b97d-15128a168abd 2026-05-08 15:46:47.369 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 23837953-b589-469f-aea3-703e5de72301 2026-05-08 15:46:47.541 16 INFO neutron.plugins.ml2.plugin [None req-88f41743-c552-40ab-974a-4bca43bba5b4 - - - - - -] Attempt 1 to provision port 0f42198d-00f8-4ab6-bf4a-871e2fa0009d 2026-05-08 15:46:47.569 16 INFO neutron.plugins.ml2.plugin [None req-88f41743-c552-40ab-974a-4bca43bba5b4 - - - - - -] Attempt 1 to provision port cc16b744-eb1a-4d66-b97d-15128a168abd 2026-05-08 15:46:47.578 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 63f725cf-db21-4b34-872c-0ae453dcaadd 2026-05-08 15:46:47.622 16 INFO neutron.plugins.ml2.plugin [None req-88f41743-c552-40ab-974a-4bca43bba5b4 - - - - - -] Attempt 1 to provision port 776e6e33-bbbd-4950-8b54-1678289e6a84 2026-05-08 15:46:47.692 16 INFO neutron.plugins.ml2.plugin [None req-88f41743-c552-40ab-974a-4bca43bba5b4 - - - - - -] Attempt 1 to provision port 848001db-6266-486c-bc08-8f4cec1eb087 2026-05-08 15:46:47.715 16 INFO neutron.plugins.ml2.plugin [None req-88f41743-c552-40ab-974a-4bca43bba5b4 - - - - - -] Attempt 1 to provision port 2be28b8f-ab12-42ca-a474-8c604d5f786c 2026-05-08 15:46:47.771 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 600f85c7-2189-433a-a9c7-3c71d525cd6f 2026-05-08 15:46:48.223 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-53afa0bf-3b6e-47c7-be6f-fa8d34d4c46e'] response: {'server_uuid': 'edd65a98-a014-48d4-b32f-2ef04ae26713', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '600f85c7-2189-433a-a9c7-3c71d525cd6f', 'code': 200} 2026-05-08 15:46:48.543 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 600f85c7-2189-433a-a9c7-3c71d525cd6f 2026-05-08 15:46:52.171 16 INFO neutron.plugins.ml2.plugin [None req-70f8a6b7-c5f1-43cf-a35b-c346ef96054f - - - - - -] Attempt 1 to provision port 761a7732-486e-41a5-ae5c-d67abff2a4a3 2026-05-08 15:46:52.230 16 INFO neutron.plugins.ml2.plugin [None req-70f8a6b7-c5f1-43cf-a35b-c346ef96054f - - - - - -] Attempt 1 to provision port 600f85c7-2189-433a-a9c7-3c71d525cd6f 2026-05-08 15:46:52.291 16 INFO neutron.plugins.ml2.plugin [None req-70f8a6b7-c5f1-43cf-a35b-c346ef96054f - - - - - -] Attempt 1 to provision port f8df4f5f-8992-4097-bb16-39f44101c2ae 2026-05-08 15:46:52.319 16 INFO neutron.plugins.ml2.plugin [None req-70f8a6b7-c5f1-43cf-a35b-c346ef96054f - - - - - -] Attempt 1 to provision port 44cd9634-5c7d-44b6-b4c9-7327b817ea91 2026-05-08 15:46:52.774 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-5962dd09-73e6-4dac-80ae-d535b024c8ad'] response: {'server_uuid': 'ba98e356-874a-432b-9b84-45629413230c', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '63f725cf-db21-4b34-872c-0ae453dcaadd', 'code': 200} 2026-05-08 15:46:55.086 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 30c7959d-1754-4a7f-89fc-e3cc92ba42b4 2026-05-08 15:46:55.188 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-7340f5c4-be16-447e-8a68-268feb6ca4a9'] response: {'server_uuid': 'b1e141a2-9b4e-4145-a377-bf0c4cfb5bd7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '30c7959d-1754-4a7f-89fc-e3cc92ba42b4', 'code': 200} 2026-05-08 15:46:56.614 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 30c7959d-1754-4a7f-89fc-e3cc92ba42b4 2026-05-08 15:46:58.359 13 INFO neutron.plugins.ml2.plugin [None req-08e5b5c1-ef63-4c93-98d6-2304035edad6 - - - - - -] Attempt 1 to provision port 776e6e33-bbbd-4950-8b54-1678289e6a84 2026-05-08 15:46:58.415 13 INFO neutron.plugins.ml2.plugin [None req-08e5b5c1-ef63-4c93-98d6-2304035edad6 - - - - - -] Attempt 1 to provision port 6799f97e-8de6-41a1-9bfb-8aeb863920ff 2026-05-08 15:46:58.447 13 INFO neutron.plugins.ml2.plugin [None req-08e5b5c1-ef63-4c93-98d6-2304035edad6 - - - - - -] Attempt 1 to provision port f8df4f5f-8992-4097-bb16-39f44101c2ae 2026-05-08 15:47:04.829 13 INFO neutron.plugins.ml2.plugin [None req-1c7ec660-4b6c-4545-8230-67a98578b108 - - - - - -] Attempt 1 to provision port 848001db-6266-486c-bc08-8f4cec1eb087 2026-05-08 15:47:06.477 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 050e1235-4380-40a7-8599-57459fd32420 2026-05-08 15:47:08.475 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 050e1235-4380-40a7-8599-57459fd32420 2026-05-08 15:47:10.482 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 2e4807d8-2b57-4033-8822-a1e9f735c465 2026-05-08 15:47:12.535 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 2e4807d8-2b57-4033-8822-a1e9f735c465 2026-05-08 15:47:14.475 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 0212954f-a447-48b7-997e-e76f27955b96 2026-05-08 15:47:15.507 13 INFO neutron.plugins.ml2.plugin [None req-980491b3-0662-4f7f-9485-01852d1e8df5 - - - - - -] Attempt 1 to provision port 30c7959d-1754-4a7f-89fc-e3cc92ba42b4 2026-05-08 15:47:15.563 13 INFO neutron.plugins.ml2.plugin [None req-980491b3-0662-4f7f-9485-01852d1e8df5 - - - - - -] Attempt 1 to provision port b2e7ef7b-8e88-4686-8b77-d7bf5f5af41c 2026-05-08 15:47:15.593 13 INFO neutron.plugins.ml2.plugin [None req-980491b3-0662-4f7f-9485-01852d1e8df5 - - - - - -] Attempt 1 to provision port 6119f3f7-a500-4df9-b51c-9ab27b0c75b7 2026-05-08 15:47:15.616 13 INFO neutron.plugins.ml2.plugin [None req-980491b3-0662-4f7f-9485-01852d1e8df5 - - - - - -] Attempt 1 to provision port 0212954f-a447-48b7-997e-e76f27955b96 2026-05-08 15:47:15.661 13 INFO neutron.plugins.ml2.plugin [None req-980491b3-0662-4f7f-9485-01852d1e8df5 - - - - - -] Attempt 1 to provision port d992e981-2f35-4534-ba0b-c2828a45ab16 2026-05-08 15:47:16.529 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 0212954f-a447-48b7-997e-e76f27955b96 2026-05-08 15:47:19.138 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 8ae0a2ef-0f4c-4cbf-af6e-3d43f9c043cc 2026-05-08 15:47:19.529 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 5701d8d6-6233-4e08-a2fb-84a904302742 2026-05-08 15:47:19.978 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 848001db-6266-486c-bc08-8f4cec1eb087 2026-05-08 15:47:20.079 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-be5a3ee2-a2ce-4fa8-8644-a465fa773069'] response: {'server_uuid': '2fb0cd8c-4ca9-4cee-9747-0cc48ef51780', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5701d8d6-6233-4e08-a2fb-84a904302742', 'code': 200} 2026-05-08 15:47:20.311 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 6799f97e-8de6-41a1-9bfb-8aeb863920ff 2026-05-08 15:47:21.470 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 012aac71-ff3f-4970-a131-f3bdd1ffee8f 2026-05-08 15:47:21.581 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-e3dbb173-3352-48d3-af79-183cedbc5cf1'] response: {'server_uuid': '8416bc16-d0ea-4199-a4c8-442bd77540db', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '012aac71-ff3f-4970-a131-f3bdd1ffee8f', 'code': 200} 2026-05-08 15:47:21.789 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 8ae0a2ef-0f4c-4cbf-af6e-3d43f9c043cc 2026-05-08 15:47:22.164 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 5701d8d6-6233-4e08-a2fb-84a904302742 2026-05-08 15:47:22.409 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 848001db-6266-486c-bc08-8f4cec1eb087 2026-05-08 15:47:22.598 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 6799f97e-8de6-41a1-9bfb-8aeb863920ff 2026-05-08 15:47:23.130 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 012aac71-ff3f-4970-a131-f3bdd1ffee8f 2026-05-08 15:47:25.127 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port b2e7ef7b-8e88-4686-8b77-d7bf5f5af41c 2026-05-08 15:47:25.396 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 1a883804-9ed8-499f-bd2e-69ef07ccb593 2026-05-08 15:47:26.373 16 INFO neutron.plugins.ml2.plugin [None req-77731e9e-238f-4d87-b9b5-1f078fa79e74 - - - - - -] Attempt 1 to provision port 8ae0a2ef-0f4c-4cbf-af6e-3d43f9c043cc 2026-05-08 15:47:26.442 16 INFO neutron.plugins.ml2.plugin [None req-77731e9e-238f-4d87-b9b5-1f078fa79e74 - - - - - -] Attempt 1 to provision port 0212954f-a447-48b7-997e-e76f27955b96 2026-05-08 15:47:26.503 16 INFO neutron.plugins.ml2.plugin [None req-77731e9e-238f-4d87-b9b5-1f078fa79e74 - - - - - -] Attempt 1 to provision port 5701d8d6-6233-4e08-a2fb-84a904302742 2026-05-08 15:47:26.565 16 INFO neutron.plugins.ml2.plugin [None req-77731e9e-238f-4d87-b9b5-1f078fa79e74 - - - - - -] Attempt 1 to provision port 012aac71-ff3f-4970-a131-f3bdd1ffee8f 2026-05-08 15:47:26.612 16 INFO neutron.plugins.ml2.plugin [None req-77731e9e-238f-4d87-b9b5-1f078fa79e74 - - - - - -] Attempt 1 to provision port 1a883804-9ed8-499f-bd2e-69ef07ccb593 2026-05-08 15:47:26.659 16 INFO neutron.plugins.ml2.plugin [None req-77731e9e-238f-4d87-b9b5-1f078fa79e74 - - - - - -] Attempt 1 to provision port d992e981-2f35-4534-ba0b-c2828a45ab16 2026-05-08 15:47:27.121 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port b2e7ef7b-8e88-4686-8b77-d7bf5f5af41c 2026-05-08 15:47:27.286 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 1a883804-9ed8-499f-bd2e-69ef07ccb593 2026-05-08 15:47:27.469 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 6119f3f7-a500-4df9-b51c-9ab27b0c75b7 2026-05-08 15:47:29.148 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port d992e981-2f35-4534-ba0b-c2828a45ab16 2026-05-08 15:47:29.643 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 6119f3f7-a500-4df9-b51c-9ab27b0c75b7 2026-05-08 15:47:31.055 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port d992e981-2f35-4534-ba0b-c2828a45ab16 2026-05-08 15:47:32.756 16 INFO neutron.plugins.ml2.plugin [None req-65616a69-02be-4a01-be9f-bad2a2b7e518 - - - - - -] Attempt 1 to provision port 5701d8d6-6233-4e08-a2fb-84a904302742 2026-05-08 15:47:32.858 16 INFO neutron.plugins.ml2.plugin [None req-65616a69-02be-4a01-be9f-bad2a2b7e518 - - - - - -] Attempt 1 to provision port 1a883804-9ed8-499f-bd2e-69ef07ccb593 2026-05-08 15:47:38.564 16 INFO neutron.plugins.ml2.plugin [None req-2edb99d1-4eb1-47c6-90a8-13c96c561bec - - - - - -] Attempt 1 to provision port 30c7959d-1754-4a7f-89fc-e3cc92ba42b4 2026-05-08 15:47:39.096 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 30c7959d-1754-4a7f-89fc-e3cc92ba42b4 2026-05-08 15:47:39.770 16 INFO neutron.plugins.ml2.plugin [None req-00c1d083-65f6-466d-80f1-de246ab32614 - - - - - -] Attempt 1 to provision port 30c7959d-1754-4a7f-89fc-e3cc92ba42b4 2026-05-08 15:47:51.300 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-cfec522f-6fec-441a-8e3b-ef2a17fd2038'] response: {'server_uuid': '2fb0cd8c-4ca9-4cee-9747-0cc48ef51780', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '5701d8d6-6233-4e08-a2fb-84a904302742', 'code': 200} 2026-05-08 15:47:53.611 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 5701d8d6-6233-4e08-a2fb-84a904302742 2026-05-08 15:47:53.714 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b806c8c-063d-40f2-ba73-dea8aafa4e0b'] response: {'server_uuid': '2fb0cd8c-4ca9-4cee-9747-0cc48ef51780', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5701d8d6-6233-4e08-a2fb-84a904302742', 'code': 200} 2026-05-08 15:47:55.094 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 5701d8d6-6233-4e08-a2fb-84a904302742 2026-05-08 15:47:55.898 16 INFO neutron.plugins.ml2.plugin [None req-55047a5a-1449-412d-91cc-92590117ecb6 - - - - - -] Attempt 1 to provision port b844a5dd-a512-4ebe-a83d-7b0165c0514d 2026-05-08 15:48:19.250 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-f4bcaa13-4f4c-4279-a310-500f691eec77'] response: {'server_uuid': '2fb0cd8c-4ca9-4cee-9747-0cc48ef51780', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '5701d8d6-6233-4e08-a2fb-84a904302742', 'code': 200} 2026-05-08 15:48:31.080 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port ce053b51-343a-47fd-a81c-2f5b63733b6e 2026-05-08 15:48:33.215 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port ce053b51-343a-47fd-a81c-2f5b63733b6e 2026-05-08 15:48:33.424 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 6b3828dd-839f-40b6-9ab6-b4780a1e40d1 2026-05-08 15:48:35.281 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 6b3828dd-839f-40b6-9ab6-b4780a1e40d1 2026-05-08 15:48:44.245 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 33a9bd2f-6cda-4573-8334-0093844599e6 2026-05-08 15:48:44.620 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 04497006-ef8d-47a5-afcf-d9c43b065f66 2026-05-08 15:48:44.778 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-6041c15b-e59e-4621-aa88-e189a97ac8f8'] response: {'server_uuid': '426985df-466b-4cc1-b8e9-da18b418db55', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '04497006-ef8d-47a5-afcf-d9c43b065f66', 'code': 200} 2026-05-08 15:48:45.387 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 04497006-ef8d-47a5-afcf-d9c43b065f66 2026-05-08 15:48:45.636 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 33a9bd2f-6cda-4573-8334-0093844599e6 2026-05-08 15:48:46.282 16 INFO neutron.plugins.ml2.plugin [None req-0384d5d6-fd31-4e54-aea2-57c72cd2020e - - - - - -] Attempt 1 to provision port 33a9bd2f-6cda-4573-8334-0093844599e6 2026-05-08 15:48:46.342 16 INFO neutron.plugins.ml2.plugin [None req-0384d5d6-fd31-4e54-aea2-57c72cd2020e - - - - - -] Attempt 1 to provision port 027e2091-3ea5-4099-b8fb-97809b7ae73a 2026-05-08 15:48:46.384 16 INFO neutron.plugins.ml2.plugin [None req-0384d5d6-fd31-4e54-aea2-57c72cd2020e - - - - - -] Attempt 1 to provision port c1f502e1-d498-49c4-b0d5-7c598b12f7d4 2026-05-08 15:48:46.414 16 INFO neutron.plugins.ml2.plugin [None req-0384d5d6-fd31-4e54-aea2-57c72cd2020e - - - - - -] Attempt 1 to provision port 04497006-ef8d-47a5-afcf-d9c43b065f66 2026-05-08 15:48:49.603 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 70588a69-46a0-498e-9ec0-69914898fcec 2026-05-08 15:48:49.991 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port c1f502e1-d498-49c4-b0d5-7c598b12f7d4 2026-05-08 15:48:50.306 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 027e2091-3ea5-4099-b8fb-97809b7ae73a 2026-05-08 15:48:52.195 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 70588a69-46a0-498e-9ec0-69914898fcec 2026-05-08 15:48:52.459 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port c1f502e1-d498-49c4-b0d5-7c598b12f7d4 2026-05-08 15:48:52.625 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 4a2f9499-29d4-451f-bd5c-4a47c149facc 2026-05-08 15:48:53.036 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 027e2091-3ea5-4099-b8fb-97809b7ae73a 2026-05-08 15:48:54.094 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 4a2f9499-29d4-451f-bd5c-4a47c149facc 2026-05-08 15:48:57.030 13 INFO neutron.plugins.ml2.plugin [None req-57415a29-9574-4d8c-b00d-18b063cb43cc - - - - - -] Attempt 1 to provision port 12808703-4bdc-49f1-b13c-62c0196e0765 2026-05-08 15:48:57.058 13 INFO neutron.plugins.ml2.plugin [None req-57415a29-9574-4d8c-b00d-18b063cb43cc - - - - - -] Attempt 1 to provision port 4a2f9499-29d4-451f-bd5c-4a47c149facc 2026-05-08 15:49:01.001 13 INFO neutron.plugins.ml2.plugin [None req-19b4362c-442d-4377-b8fc-a6e19e470a61 - - - - - -] Attempt 1 to provision port ab2ccbf9-16b7-401d-a8c1-dc977d6a5bbf 2026-05-08 15:49:02.966 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 3e698e5c-5e3d-4f53-b315-341a392f4dec 2026-05-08 15:49:03.104 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-07d7ba03-2f3d-4be1-8424-c2ff0f151c18'] response: {'server_uuid': 'a40a35d3-d264-4e46-b781-6e4001323efe', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3e698e5c-5e3d-4f53-b315-341a392f4dec', 'code': 200} 2026-05-08 15:49:04.401 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 3e698e5c-5e3d-4f53-b315-341a392f4dec 2026-05-08 15:49:06.269 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 12808703-4bdc-49f1-b13c-62c0196e0765 2026-05-08 15:49:08.241 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 12808703-4bdc-49f1-b13c-62c0196e0765 2026-05-08 15:49:08.430 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port ab2ccbf9-16b7-401d-a8c1-dc977d6a5bbf 2026-05-08 15:49:09.652 16 INFO neutron.plugins.ml2.plugin [None req-81393c84-0c07-4b39-9481-ab901d6e2f12 - - - - - -] Attempt 1 to provision port 12808703-4bdc-49f1-b13c-62c0196e0765 2026-05-08 15:49:09.704 16 INFO neutron.plugins.ml2.plugin [None req-81393c84-0c07-4b39-9481-ab901d6e2f12 - - - - - -] Attempt 1 to provision port 4a2f9499-29d4-451f-bd5c-4a47c149facc 2026-05-08 15:49:10.092 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port ab2ccbf9-16b7-401d-a8c1-dc977d6a5bbf 2026-05-08 15:49:36.149 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 759b78a5-4414-4ff4-a7f0-23b474639514 2026-05-08 15:49:37.312 13 INFO neutron.plugins.ml2.plugin [None req-465c33c6-45d2-4511-9c1b-dbb6e568261f - - - - - -] Attempt 1 to provision port 49f4ee51-aa3f-4005-a1c2-bdf12551b7b7 2026-05-08 15:49:37.334 13 INFO neutron.plugins.ml2.plugin [None req-465c33c6-45d2-4511-9c1b-dbb6e568261f - - - - - -] Attempt 1 to provision port 759b78a5-4414-4ff4-a7f0-23b474639514 2026-05-08 15:49:38.204 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 759b78a5-4414-4ff4-a7f0-23b474639514 2026-05-08 15:49:38.389 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port d0d9784c-2404-473b-88db-c417ac0fd549 2026-05-08 15:49:40.079 13 INFO neutron.plugins.ml2.plugin [None req-4a340449-f7af-45fc-bff3-c819400b25bd - - - - - -] Attempt 1 to provision port 49f4ee51-aa3f-4005-a1c2-bdf12551b7b7 2026-05-08 15:49:40.115 13 INFO neutron.plugins.ml2.plugin [None req-4a340449-f7af-45fc-bff3-c819400b25bd - - - - - -] Attempt 1 to provision port 759b78a5-4414-4ff4-a7f0-23b474639514 2026-05-08 15:49:40.121 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port d0d9784c-2404-473b-88db-c417ac0fd549 2026-05-08 15:49:44.192 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port a61406f8-272d-4b15-8060-6f007db598bb 2026-05-08 15:49:44.625 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 73d264a4-2d24-452c-9c36-d326b7be8c1f 2026-05-08 15:49:45.486 13 INFO neutron.plugins.ml2.plugin [None req-89bcacb6-54c7-4c4d-a9ad-c10da1557249 - - - - - -] Attempt 1 to provision port 73d264a4-2d24-452c-9c36-d326b7be8c1f 2026-05-08 15:49:45.541 13 INFO neutron.plugins.ml2.plugin [None req-89bcacb6-54c7-4c4d-a9ad-c10da1557249 - - - - - -] Attempt 1 to provision port da651ada-37aa-4a8a-82d7-de4c205dd509 2026-05-08 15:49:45.564 13 INFO neutron.plugins.ml2.plugin [None req-89bcacb6-54c7-4c4d-a9ad-c10da1557249 - - - - - -] Attempt 1 to provision port 0ceab58c-1742-478f-a5cc-65821ed942a8 2026-05-08 15:49:46.265 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port c689b5f0-1c1c-44df-98b4-abfae718410d 2026-05-08 15:49:46.614 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port a61406f8-272d-4b15-8060-6f007db598bb 2026-05-08 15:49:46.841 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 73d264a4-2d24-452c-9c36-d326b7be8c1f 2026-05-08 15:49:48.221 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 74bb268a-f47c-46e4-97a6-d45e35dc5115 2026-05-08 15:49:48.566 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port c689b5f0-1c1c-44df-98b4-abfae718410d 2026-05-08 15:49:50.223 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 74bb268a-f47c-46e4-97a6-d45e35dc5115 2026-05-08 15:49:52.186 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port ff0d34b0-aac8-4acc-99da-ac1346a90f99 2026-05-08 15:49:54.187 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port ff0d34b0-aac8-4acc-99da-ac1346a90f99 2026-05-08 15:49:57.274 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 0526b214-f818-4020-8ace-23a86bdb9169 2026-05-08 15:49:57.725 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port c39bad09-5331-4be5-98f8-31bad096b5c3 2026-05-08 15:49:58.157 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 0656aa7d-8e8e-4b9d-94d5-c9d057b289fe 2026-05-08 15:49:58.273 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-694f25f4-fe72-4c13-ade9-affd915d9afb'] response: {'server_uuid': '4b7a68b2-d747-4f82-9346-e7a55f20242e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0656aa7d-8e8e-4b9d-94d5-c9d057b289fe', 'code': 200} 2026-05-08 15:49:58.952 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 0656aa7d-8e8e-4b9d-94d5-c9d057b289fe 2026-05-08 15:49:59.213 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 0526b214-f818-4020-8ace-23a86bdb9169 2026-05-08 15:49:59.409 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port c39bad09-5331-4be5-98f8-31bad096b5c3 2026-05-08 15:49:59.976 16 INFO neutron.plugins.ml2.plugin [None req-f3efd3c6-626a-4e0f-8343-27a4991b366f - - - - - -] Attempt 1 to provision port ddc0b0ec-a350-4f99-8e46-ba7100241eb4 2026-05-08 15:50:00.010 16 INFO neutron.plugins.ml2.plugin [None req-f3efd3c6-626a-4e0f-8343-27a4991b366f - - - - - -] Attempt 1 to provision port e6a0166d-d470-450f-aa4b-bef916637c9d 2026-05-08 15:50:00.046 16 INFO neutron.plugins.ml2.plugin [None req-f3efd3c6-626a-4e0f-8343-27a4991b366f - - - - - -] Attempt 1 to provision port 0ceab58c-1742-478f-a5cc-65821ed942a8 2026-05-08 15:50:00.075 16 INFO neutron.plugins.ml2.plugin [None req-f3efd3c6-626a-4e0f-8343-27a4991b366f - - - - - -] Attempt 1 to provision port ff0d34b0-aac8-4acc-99da-ac1346a90f99 2026-05-08 15:50:00.150 16 INFO neutron.plugins.ml2.plugin [None req-f3efd3c6-626a-4e0f-8343-27a4991b366f - - - - - -] Attempt 1 to provision port c39bad09-5331-4be5-98f8-31bad096b5c3 2026-05-08 15:50:00.209 16 INFO neutron.plugins.ml2.plugin [None req-f3efd3c6-626a-4e0f-8343-27a4991b366f - - - - - -] Attempt 1 to provision port bd3a3431-32d3-4934-961b-fc61bfff30e7 2026-05-08 15:50:00.232 16 INFO neutron.plugins.ml2.plugin [None req-f3efd3c6-626a-4e0f-8343-27a4991b366f - - - - - -] Attempt 1 to provision port 49f4ee51-aa3f-4005-a1c2-bdf12551b7b7 2026-05-08 15:50:00.272 16 INFO neutron.plugins.ml2.plugin [None req-f3efd3c6-626a-4e0f-8343-27a4991b366f - - - - - -] Attempt 1 to provision port 74bb268a-f47c-46e4-97a6-d45e35dc5115 2026-05-08 15:50:00.331 16 INFO neutron.plugins.ml2.plugin [None req-f3efd3c6-626a-4e0f-8343-27a4991b366f - - - - - -] Attempt 1 to provision port 5b73984c-6547-4513-b920-d38e1c59a26f 2026-05-08 15:50:00.356 16 INFO neutron.plugins.ml2.plugin [None req-f3efd3c6-626a-4e0f-8343-27a4991b366f - - - - - -] Attempt 1 to provision port 73d264a4-2d24-452c-9c36-d326b7be8c1f 2026-05-08 15:50:01.471 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 44549081-1f20-4e5a-a9d8-4ea98f04622d 2026-05-08 15:50:01.737 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e30e0ac-07ad-46b9-a31c-d5fdabcf8bc3'] response: {'server_uuid': 'a3473e6c-6721-4694-955a-18e7a266cd57', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '44549081-1f20-4e5a-a9d8-4ea98f04622d', 'code': 200} 2026-05-08 15:50:03.020 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 49f4ee51-aa3f-4005-a1c2-bdf12551b7b7 2026-05-08 15:50:03.375 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 44549081-1f20-4e5a-a9d8-4ea98f04622d 2026-05-08 15:50:04.935 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 49f4ee51-aa3f-4005-a1c2-bdf12551b7b7 2026-05-08 15:50:05.161 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port da651ada-37aa-4a8a-82d7-de4c205dd509 2026-05-08 15:50:05.422 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 0ceab58c-1742-478f-a5cc-65821ed942a8 2026-05-08 15:50:05.823 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port bd3a3431-32d3-4934-961b-fc61bfff30e7 2026-05-08 15:50:07.749 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 753ab176-15c9-436b-b11d-7a645a735c5e 2026-05-08 15:50:07.855 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-252ef99d-0eb0-4cbd-9e0d-255b3da8e53d'] response: {'server_uuid': '5f320d93-657e-4a57-b476-e1ebe45b1326', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '753ab176-15c9-436b-b11d-7a645a735c5e', 'code': 200} 2026-05-08 15:50:08.104 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port da651ada-37aa-4a8a-82d7-de4c205dd509 2026-05-08 15:50:08.259 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 5b73984c-6547-4513-b920-d38e1c59a26f 2026-05-08 15:50:08.702 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port bd3a3431-32d3-4934-961b-fc61bfff30e7 2026-05-08 15:50:09.290 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port bb767b20-f08d-4845-bdae-386dec3a51ef 2026-05-08 15:50:10.009 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 0ceab58c-1742-478f-a5cc-65821ed942a8 2026-05-08 15:50:10.601 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 5b73984c-6547-4513-b920-d38e1c59a26f 2026-05-08 15:50:10.823 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 753ab176-15c9-436b-b11d-7a645a735c5e 2026-05-08 15:50:11.101 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 843cab93-6e82-4570-9ae5-3cee06be3e94 2026-05-08 15:50:11.343 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port e6a0166d-d470-450f-aa4b-bef916637c9d 2026-05-08 15:50:11.640 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port ddc0b0ec-a350-4f99-8e46-ba7100241eb4 2026-05-08 15:50:11.961 16 INFO neutron.plugins.ml2.plugin [None req-5b878343-edf1-4642-943e-f8aca452e276 - - - - - -] Attempt 1 to provision port a19619a8-2b3c-4697-a751-4a11f811b06c 2026-05-08 15:50:12.034 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port bb767b20-f08d-4845-bdae-386dec3a51ef 2026-05-08 15:50:12.035 16 INFO neutron.plugins.ml2.plugin [None req-5b878343-edf1-4642-943e-f8aca452e276 - - - - - -] Attempt 1 to provision port ddc0b0ec-a350-4f99-8e46-ba7100241eb4 2026-05-08 15:50:12.202 16 INFO neutron.plugins.ml2.plugin [None req-5b878343-edf1-4642-943e-f8aca452e276 - - - - - -] Attempt 1 to provision port 0ceab58c-1742-478f-a5cc-65821ed942a8 2026-05-08 15:50:12.391 16 INFO neutron.plugins.ml2.plugin [None req-5b878343-edf1-4642-943e-f8aca452e276 - - - - - -] Attempt 1 to provision port e6a0166d-d470-450f-aa4b-bef916637c9d 2026-05-08 15:50:12.501 16 INFO neutron.plugins.ml2.plugin [None req-5b878343-edf1-4642-943e-f8aca452e276 - - - - - -] Attempt 1 to provision port c39bad09-5331-4be5-98f8-31bad096b5c3 2026-05-08 15:50:12.554 16 INFO neutron.plugins.ml2.plugin [None req-5b878343-edf1-4642-943e-f8aca452e276 - - - - - -] Attempt 1 to provision port ff0d34b0-aac8-4acc-99da-ac1346a90f99 2026-05-08 15:50:12.640 16 INFO neutron.plugins.ml2.plugin [None req-5b878343-edf1-4642-943e-f8aca452e276 - - - - - -] Attempt 1 to provision port 753ab176-15c9-436b-b11d-7a645a735c5e 2026-05-08 15:50:12.720 16 INFO neutron.plugins.ml2.plugin [None req-5b878343-edf1-4642-943e-f8aca452e276 - - - - - -] Attempt 1 to provision port 49f4ee51-aa3f-4005-a1c2-bdf12551b7b7 2026-05-08 15:50:12.817 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port e6a0166d-d470-450f-aa4b-bef916637c9d 2026-05-08 15:50:12.826 16 INFO neutron.plugins.ml2.plugin [None req-5b878343-edf1-4642-943e-f8aca452e276 - - - - - -] Attempt 1 to provision port 44549081-1f20-4e5a-a9d8-4ea98f04622d 2026-05-08 15:50:12.934 16 INFO neutron.plugins.ml2.plugin [None req-5b878343-edf1-4642-943e-f8aca452e276 - - - - - -] Attempt 1 to provision port 74bb268a-f47c-46e4-97a6-d45e35dc5115 2026-05-08 15:50:13.115 16 INFO neutron.plugins.ml2.plugin [None req-5b878343-edf1-4642-943e-f8aca452e276 - - - - - -] Attempt 1 to provision port 5b73984c-6547-4513-b920-d38e1c59a26f 2026-05-08 15:50:13.356 16 INFO neutron.plugins.ml2.plugin [None req-5b878343-edf1-4642-943e-f8aca452e276 - - - - - -] Attempt 1 to provision port bb767b20-f08d-4845-bdae-386dec3a51ef 2026-05-08 15:50:13.410 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port ddc0b0ec-a350-4f99-8e46-ba7100241eb4 2026-05-08 15:50:13.988 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 843cab93-6e82-4570-9ae5-3cee06be3e94 2026-05-08 15:50:14.831 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 0f707618-bda0-473d-bdab-d3483df2ea0a 2026-05-08 15:50:15.112 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port a19619a8-2b3c-4697-a751-4a11f811b06c 2026-05-08 15:50:16.684 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 0f707618-bda0-473d-bdab-d3483df2ea0a 2026-05-08 15:50:16.828 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port a19619a8-2b3c-4697-a751-4a11f811b06c 2026-05-08 15:50:18.721 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port ef4f8a63-c47c-4987-a75c-04eb95ad4951 2026-05-08 15:50:18.831 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-e12c4e34-ea11-4998-9c38-0127c6873567'] response: {'server_uuid': '3eec2442-737f-4f7f-ab89-55ee1b34e429', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ef4f8a63-c47c-4987-a75c-04eb95ad4951', 'code': 200} 2026-05-08 15:50:20.714 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port ef4f8a63-c47c-4987-a75c-04eb95ad4951 2026-05-08 15:50:21.826 13 INFO neutron.plugins.ml2.plugin [None req-58a2b60b-5c1a-4322-9d09-8c0b40b6cc71 - - - - - -] Attempt 1 to provision port ddc0b0ec-a350-4f99-8e46-ba7100241eb4 2026-05-08 15:50:21.896 13 INFO neutron.plugins.ml2.plugin [None req-58a2b60b-5c1a-4322-9d09-8c0b40b6cc71 - - - - - -] Attempt 1 to provision port a19619a8-2b3c-4697-a751-4a11f811b06c 2026-05-08 15:50:21.964 13 INFO neutron.plugins.ml2.plugin [None req-58a2b60b-5c1a-4322-9d09-8c0b40b6cc71 - - - - - -] Attempt 1 to provision port 0ceab58c-1742-478f-a5cc-65821ed942a8 2026-05-08 15:50:22.026 13 INFO neutron.plugins.ml2.plugin [None req-58a2b60b-5c1a-4322-9d09-8c0b40b6cc71 - - - - - -] Attempt 1 to provision port 0656aa7d-8e8e-4b9d-94d5-c9d057b289fe 2026-05-08 15:50:22.094 13 INFO neutron.plugins.ml2.plugin [None req-58a2b60b-5c1a-4322-9d09-8c0b40b6cc71 - - - - - -] Attempt 1 to provision port e6a0166d-d470-450f-aa4b-bef916637c9d 2026-05-08 15:50:22.156 13 INFO neutron.plugins.ml2.plugin [None req-58a2b60b-5c1a-4322-9d09-8c0b40b6cc71 - - - - - -] Attempt 1 to provision port c39bad09-5331-4be5-98f8-31bad096b5c3 2026-05-08 15:50:22.206 13 INFO neutron.plugins.ml2.plugin [None req-58a2b60b-5c1a-4322-9d09-8c0b40b6cc71 - - - - - -] Attempt 1 to provision port ff0d34b0-aac8-4acc-99da-ac1346a90f99 2026-05-08 15:50:22.260 13 INFO neutron.plugins.ml2.plugin [None req-58a2b60b-5c1a-4322-9d09-8c0b40b6cc71 - - - - - -] Attempt 1 to provision port 843cab93-6e82-4570-9ae5-3cee06be3e94 2026-05-08 15:50:22.318 13 INFO neutron.plugins.ml2.plugin [None req-58a2b60b-5c1a-4322-9d09-8c0b40b6cc71 - - - - - -] Attempt 1 to provision port 753ab176-15c9-436b-b11d-7a645a735c5e 2026-05-08 15:50:22.371 13 INFO neutron.plugins.ml2.plugin [None req-58a2b60b-5c1a-4322-9d09-8c0b40b6cc71 - - - - - -] Attempt 1 to provision port 44549081-1f20-4e5a-a9d8-4ea98f04622d 2026-05-08 15:50:22.421 13 INFO neutron.plugins.ml2.plugin [None req-58a2b60b-5c1a-4322-9d09-8c0b40b6cc71 - - - - - -] Attempt 1 to provision port 5b73984c-6547-4513-b920-d38e1c59a26f 2026-05-08 15:50:22.479 13 INFO neutron.plugins.ml2.plugin [None req-58a2b60b-5c1a-4322-9d09-8c0b40b6cc71 - - - - - -] Attempt 1 to provision port bb767b20-f08d-4845-bdae-386dec3a51ef 2026-05-08 15:50:22.532 13 INFO neutron.plugins.ml2.plugin [None req-58a2b60b-5c1a-4322-9d09-8c0b40b6cc71 - - - - - -] Attempt 1 to provision port ef4f8a63-c47c-4987-a75c-04eb95ad4951 2026-05-08 15:50:26.481 16 INFO neutron.plugins.ml2.plugin [None req-52894759-c125-4b68-8c15-4c15ff23be42 - - - - - -] Attempt 1 to provision port a19619a8-2b3c-4697-a751-4a11f811b06c 2026-05-08 15:50:26.547 16 INFO neutron.plugins.ml2.plugin [None req-52894759-c125-4b68-8c15-4c15ff23be42 - - - - - -] Attempt 1 to provision port ddc0b0ec-a350-4f99-8e46-ba7100241eb4 2026-05-08 15:50:26.601 16 INFO neutron.plugins.ml2.plugin [None req-52894759-c125-4b68-8c15-4c15ff23be42 - - - - - -] Attempt 1 to provision port 0f707618-bda0-473d-bdab-d3483df2ea0a 2026-05-08 15:50:26.646 16 INFO neutron.plugins.ml2.plugin [None req-52894759-c125-4b68-8c15-4c15ff23be42 - - - - - -] Attempt 1 to provision port e6a0166d-d470-450f-aa4b-bef916637c9d 2026-05-08 15:50:29.516 13 INFO neutron.plugins.ml2.plugin [None req-cfee6d5d-dcb0-471e-b690-34b2533fe321 - - - - - -] Attempt 1 to provision port ddc0b0ec-a350-4f99-8e46-ba7100241eb4 2026-05-08 15:50:29.576 13 INFO neutron.plugins.ml2.plugin [None req-cfee6d5d-dcb0-471e-b690-34b2533fe321 - - - - - -] Attempt 1 to provision port a19619a8-2b3c-4697-a751-4a11f811b06c 2026-05-08 15:50:29.634 13 INFO neutron.plugins.ml2.plugin [None req-cfee6d5d-dcb0-471e-b690-34b2533fe321 - - - - - -] Attempt 1 to provision port e6a0166d-d470-450f-aa4b-bef916637c9d 2026-05-08 15:50:32.515 16 INFO neutron.plugins.ml2.plugin [None req-be6d4e53-d9dd-442e-9cc2-469ba78e67ff - - - - - -] Attempt 1 to provision port 44549081-1f20-4e5a-a9d8-4ea98f04622d 2026-05-08 15:50:32.569 16 INFO neutron.plugins.ml2.plugin [None req-be6d4e53-d9dd-442e-9cc2-469ba78e67ff - - - - - -] Attempt 1 to provision port 753ab176-15c9-436b-b11d-7a645a735c5e 2026-05-08 15:50:32.633 16 INFO neutron.plugins.ml2.plugin [None req-be6d4e53-d9dd-442e-9cc2-469ba78e67ff - - - - - -] Attempt 1 to provision port ef4f8a63-c47c-4987-a75c-04eb95ad4951 2026-05-08 15:50:44.889 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad23e572-c379-4eeb-bcc2-203bad34cf92'] response: {'server_uuid': '4b7a68b2-d747-4f82-9346-e7a55f20242e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '0656aa7d-8e8e-4b9d-94d5-c9d057b289fe', 'code': 200} 2026-05-08 15:50:47.344 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port fa4e9354-6ce3-4ae1-96ec-d4971ddfb53f 2026-05-08 15:50:47.449 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-66f7a141-25ef-479a-976b-cfcc05d26d6e'] response: {'server_uuid': '13de9f72-a0f2-470b-b0dd-8e3a12e8d27a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fa4e9354-6ce3-4ae1-96ec-d4971ddfb53f', 'code': 200} 2026-05-08 15:50:48.716 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port fa4e9354-6ce3-4ae1-96ec-d4971ddfb53f 2026-05-08 15:50:52.988 16 INFO neutron.plugins.ml2.plugin [None req-3859cadf-2d1f-446b-b543-2f9b0e140b10 - - - - - -] Attempt 1 to provision port b13c7d18-f586-4fa3-b599-7fbcecabec1c 2026-05-08 15:51:13.274 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port ccc2e48e-d892-42a5-be89-18a10e5f8010 2026-05-08 15:51:13.393 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-2f6466fe-751e-4e62-b032-9a175066815e'] response: {'server_uuid': '8608f284-05e8-466b-95c9-321d0b7abb79', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ccc2e48e-d892-42a5-be89-18a10e5f8010', 'code': 200} 2026-05-08 15:51:14.833 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port ccc2e48e-d892-42a5-be89-18a10e5f8010 2026-05-08 15:51:22.948 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 5f12e570-bdbc-40e0-8e03-4cc31ac40df9 2026-05-08 15:51:54.524 13 INFO neutron.plugins.ml2.plugin [None req-ce93d576-2890-4a2a-aae8-6808260d90c2 - - - - - -] Attempt 1 to provision port 9d0d8145-4730-4ed6-982f-17f885680ea5 2026-05-08 15:52:00.760 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 9d0d8145-4730-4ed6-982f-17f885680ea5 2026-05-08 15:52:00.858 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-c02091f8-cd48-4db5-85a1-1fe750fb5e8b'] response: {'server_uuid': '8608f284-05e8-466b-95c9-321d0b7abb79', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9d0d8145-4730-4ed6-982f-17f885680ea5', 'code': 200} 2026-05-08 15:52:02.792 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 9d0d8145-4730-4ed6-982f-17f885680ea5 2026-05-08 15:52:05.241 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 9d0d8145-4730-4ed6-982f-17f885680ea5 2026-05-08 15:52:28.849 13 INFO neutron.plugins.ml2.plugin [None req-1684e06e-9f84-42e2-800d-413c0097b92f - - - - - -] Attempt 1 to provision port f462eb13-ea86-42ec-bddf-c82346d37941 2026-05-08 15:52:36.301 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port f462eb13-ea86-42ec-bddf-c82346d37941 2026-05-08 15:52:36.453 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-225cdde0-be69-44d0-9272-aab38ad81822'] response: {'server_uuid': '8608f284-05e8-466b-95c9-321d0b7abb79', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f462eb13-ea86-42ec-bddf-c82346d37941', 'code': 200} 2026-05-08 15:52:36.895 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port f462eb13-ea86-42ec-bddf-c82346d37941 2026-05-08 15:52:47.844 16 INFO neutron.plugins.ml2.plugin [None req-01a89a75-a686-48de-a5a1-c25e071af99e - - - - - -] Attempt 1 to provision port 6d31cf37-3631-4461-83ba-c5523717f57e 2026-05-08 15:52:54.941 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 6d31cf37-3631-4461-83ba-c5523717f57e 2026-05-08 15:52:55.060 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-bbd46c82-e7d3-40f6-b860-de1ab0d23ccc'] response: {'server_uuid': '8608f284-05e8-466b-95c9-321d0b7abb79', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6d31cf37-3631-4461-83ba-c5523717f57e', 'code': 200} 2026-05-08 15:52:57.153 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 6d31cf37-3631-4461-83ba-c5523717f57e 2026-05-08 15:52:57.640 16 INFO neutron.plugins.ml2.plugin [None req-da4500d5-6a9e-48fc-9fc2-950cd850bd81 - - - - - -] Attempt 1 to provision port f462eb13-ea86-42ec-bddf-c82346d37941 2026-05-08 15:53:11.710 16 INFO neutron.plugins.ml2.plugin [None req-8996c634-c100-4218-8542-2ce2d4de19ac - - - - - -] Attempt 1 to provision port 6d31cf37-3631-4461-83ba-c5523717f57e 2026-05-08 15:53:13.026 16 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port 6d31cf37-3631-4461-83ba-c5523717f57e 2026-05-08 15:53:13.074 13 INFO neutron.plugins.ml2.plugin [None req-a8539b04-5d96-4219-911e-bb2fad41c9b1 - - - - - -] Attempt 1 to provision port 6d31cf37-3631-4461-83ba-c5523717f57e 2026-05-08 15:53:20.951 13 INFO neutron.plugins.ml2.plugin [None req-19c7a9d3-b2f4-4ec3-a2d0-9958ed13f72f - - - - - -] Attempt 1 to provision port f462eb13-ea86-42ec-bddf-c82346d37941 2026-05-08 15:53:21.459 16 INFO neutron.plugins.ml2.plugin [None req-d64db055-ae9c-4522-8033-17a22121383c - - - - - -] Attempt 1 to provision port f462eb13-ea86-42ec-bddf-c82346d37941 2026-05-08 15:53:49.142 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ed6e20e-fcf6-43f1-85b3-21ddb133ace5'] response: {'server_uuid': '8608f284-05e8-466b-95c9-321d0b7abb79', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'ccc2e48e-d892-42a5-be89-18a10e5f8010', 'code': 200} 2026-05-08 15:54:05.099 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-096e76d4-bdc9-452e-a729-fff199940852'] response: {'server_uuid': 'a3473e6c-6721-4694-955a-18e7a266cd57', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '44549081-1f20-4e5a-a9d8-4ea98f04622d', 'code': 200}