+ 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 2026-03-05 08:03:01.295 1 INFO neutron.common.config [-] Logging enabled! 2026-03-05 08:03:01.295 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 27.0.0 2026-03-05 08:03:01.295 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-03-05 08:03:01.295 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-05 08:03:02.744 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-05 08:03:02.746 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-05 08:03:02.750 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-05 08:03:02.750 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-05 08:03:02.750 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-05 08:03:02.751 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-05 08:03:02.751 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-05 08:03:02.757 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-05 08:03:02.757 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-05 08:03:02.757 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-05 08:03:02.775 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-05 08:03:02.776 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-05 08:03:02.776 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-05 08:03:02.795 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-05 08:03:02.795 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-05 08:03:02.795 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-05 08:03:02.796 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-05 08:03:03.084 1 INFO neutron.plugins.ml2.managers [None req-69775872-dbd7-4994-aa9b-e04415f48009 - - - - - -] Initializing driver for type 'vlan' 2026-03-05 08:03:03.232 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-69775872-dbd7-4994-aa9b-e04415f48009 - - - - - -] VlanTypeDriver initialization complete 2026-03-05 08:03:03.232 1 INFO neutron.plugins.ml2.managers [None req-69775872-dbd7-4994-aa9b-e04415f48009 - - - - - -] Initializing driver for type 'vxlan' 2026-03-05 08:03:03.232 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-69775872-dbd7-4994-aa9b-e04415f48009 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-05 08:03:03.279 1 INFO neutron.plugins.ml2.managers [None req-69775872-dbd7-4994-aa9b-e04415f48009 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-05 08:03:03.279 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-69775872-dbd7-4994-aa9b-e04415f48009 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-05 08:03:03.279 1 INFO neutron.plugins.ml2.managers [None req-69775872-dbd7-4994-aa9b-e04415f48009 - - - - - -] Initializing extension driver 'port_security' 2026-03-05 08:03:03.280 1 INFO neutron.plugins.ml2.extensions.port_security [None req-69775872-dbd7-4994-aa9b-e04415f48009 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-05 08:03:03.280 1 INFO neutron.plugins.ml2.managers [None req-69775872-dbd7-4994-aa9b-e04415f48009 - - - - - -] Initializing extension driver 'qos' 2026-03-05 08:03:03.280 1 INFO neutron.plugins.ml2.managers [None req-69775872-dbd7-4994-aa9b-e04415f48009 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-05 08:03:03.280 1 INFO neutron.plugins.ml2.managers [None req-69775872-dbd7-4994-aa9b-e04415f48009 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-05 08:03:03.295 1 INFO neutron.quota [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded quota_driver: . 2026-03-05 08:03:03.295 1 INFO neutron.plugins.ml2.plugin [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Modular L2 Plugin initialization complete 2026-03-05 08:03:03.295 1 INFO neutron.plugins.ml2.managers [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-05 08:03:03.295 1 INFO neutron.plugins.ml2.managers [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-05 08:03:03.295 1 INFO neutron.plugins.ml2.managers [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Got port-security extension from driver 'port_security' 2026-03-05 08:03:03.295 1 INFO neutron.manager [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loading Plugin: qos 2026-03-05 08:03:03.306 1 INFO neutron.manager [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loading Plugin: router 2026-03-05 08:03:03.343 1 INFO neutron.services.service_base [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-05 08:03:03.343 1 INFO neutron.manager [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loading Plugin: segments 2026-03-05 08:03:03.410 1 INFO neutron.manager [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loading Plugin: trunk 2026-03-05 08:03:03.421 1 INFO neutron.manager [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loading Plugin: vpnaas 2026-03-05 08:03:03.456 1 WARNING stevedore.named [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-05 08:03:03.520 1 INFO neutron_vpnaas.services.vpn.plugin [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-05 08:03:03.520 1 INFO neutron.common.utils [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-05 08:03:03.520 1 INFO neutron.manager [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loading Plugin: taas 2026-03-05 08:03:03.540 1 WARNING stevedore.named [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-05 08:03:03.540 1 WARNING stevedore.named [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-05 08:03:03.562 1 INFO neutron_taas.services.taas.taas_plugin [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-05 08:03:03.563 1 INFO neutron.manager [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loading Plugin: tapmirror 2026-03-05 08:03:03.573 1 WARNING stevedore.named [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-05 08:03:03.574 1 WARNING stevedore.named [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-05 08:03:03.587 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-05 08:03:03.588 1 INFO neutron.manager [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loading Plugin: auto_allocate 2026-03-05 08:03:03.594 1 INFO neutron.manager [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loading Plugin: tag 2026-03-05 08:03:03.601 1 INFO neutron.manager [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loading Plugin: timestamp 2026-03-05 08:03:03.603 1 INFO neutron.manager [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loading Plugin: network_ip_availability 2026-03-05 08:03:03.609 1 INFO neutron.manager [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loading Plugin: flavors 2026-03-05 08:03:03.613 1 INFO neutron.manager [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loading Plugin: revisions 2026-03-05 08:03:03.616 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Initializing extension manager. 2026-03-05 08:03:03.618 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: address-group 2026-03-05 08:03:03.618 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: address-scope 2026-03-05 08:03:03.619 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-05 08:03:03.620 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: agent 2026-03-05 08:03:03.620 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: agent-resources-synced 2026-03-05 08:03:03.621 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: allowed-address-pairs 2026-03-05 08:03:03.622 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: auto-allocated-topology 2026-03-05 08:03:03.622 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: availability_zone 2026-03-05 08:03:03.623 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: availability_zone_filter 2026-03-05 08:03:03.623 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-05 08:03:03.623 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: default-subnetpools 2026-03-05 08:03:03.625 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-05 08:03:03.625 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: dns-integration 2026-03-05 08:03:03.625 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: dns-domain-ports 2026-03-05 08:03:03.626 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-05 08:03:03.626 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: dvr 2026-03-05 08:03:03.627 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-05 08:03:03.627 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: empty-string-filtering 2026-03-05 08:03:03.628 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-05 08:03:03.628 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-05 08:03:03.629 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: external-net 2026-03-05 08:03:03.629 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-05 08:03:03.629 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: extraroute 2026-03-05 08:03:03.630 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: extraroute-atomic 2026-03-05 08:03:03.630 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-05 08:03:03.631 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-05 08:03:03.631 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-05 08:03:03.632 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-05 08:03:03.632 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: fip-port-details 2026-03-05 08:03:03.633 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: flavors 2026-03-05 08:03:03.633 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-05 08:03:03.634 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: floatingip-pools 2026-03-05 08:03:03.635 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: ip_allocation 2026-03-05 08:03:03.635 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: ip-substring-filtering 2026-03-05 08:03:03.635 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: l2_adjacency 2026-03-05 08:03:03.636 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: router 2026-03-05 08:03:03.638 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-05 08:03:03.638 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-05 08:03:03.639 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-05 08:03:03.639 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: ext-gw-mode 2026-03-05 08:03:03.640 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: l3-ha 2026-03-05 08:03:03.640 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-05 08:03:03.641 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-05 08:03:03.641 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: l3-flavors 2026-03-05 08:03:03.642 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-05 08:03:03.642 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-05 08:03:03.645 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-05 08:03:03.647 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-05 08:03:03.648 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-05 08:03:03.651 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-05 08:03:03.652 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-05 08:03:03.652 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: multi-provider 2026-03-05 08:03:03.653 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: net-mtu 2026-03-05 08:03:03.653 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: net-mtu-writable 2026-03-05 08:03:03.654 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: network_availability_zone 2026-03-05 08:03:03.654 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: network_ha 2026-03-05 08:03:03.655 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: network-ip-availability 2026-03-05 08:03:03.656 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-05 08:03:03.656 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: pagination 2026-03-05 08:03:03.657 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: port-device-profile 2026-03-05 08:03:03.657 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-05 08:03:03.657 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-05 08:03:03.658 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-05 08:03:03.658 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: port-mac-override 2026-03-05 08:03:03.659 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-05 08:03:03.659 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-05 08:03:03.660 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-05 08:03:03.660 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: port-resource-request 2026-03-05 08:03:03.661 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: port-resource-request-groups 2026-03-05 08:03:03.661 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-05 08:03:03.662 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: binding 2026-03-05 08:03:03.662 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: binding-extended 2026-03-05 08:03:03.663 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: port-security 2026-03-05 08:03:03.663 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: project-id 2026-03-05 08:03:03.663 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: provider 2026-03-05 08:03:03.664 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-05 08:03:03.666 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: qos 2026-03-05 08:03:03.666 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-05 08:03:03.667 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-05 08:03:03.667 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: qos-default 2026-03-05 08:03:03.668 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: qos-fip 2026-03-05 08:03:03.668 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-05 08:03:03.668 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: qos-gateway-ip 2026-03-05 08:03:03.669 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: qos-port-network-policy 2026-03-05 08:03:03.669 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: qos-pps-minimum 2026-03-05 08:03:03.670 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-05 08:03:03.670 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: qos-pps 2026-03-05 08:03:03.671 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: qos-rule-type-details 2026-03-05 08:03:03.671 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-05 08:03:03.672 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: qos-rules-alias 2026-03-05 08:03:03.672 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: quota-check-limit 2026-03-05 08:03:03.673 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: quota-check-limit-default 2026-03-05 08:03:03.674 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: quotas 2026-03-05 08:03:03.677 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: quota_details 2026-03-05 08:03:03.678 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: rbac-policies 2026-03-05 08:03:03.678 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: rbac-address-group 2026-03-05 08:03:03.679 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: rbac-address-scope 2026-03-05 08:03:03.679 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: rbac-security-groups 2026-03-05 08:03:03.680 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: rbac-subnetpool 2026-03-05 08:03:03.680 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: revision-if-match 2026-03-05 08:03:03.680 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: standard-attr-revisions 2026-03-05 08:03:03.681 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: router_availability_zone 2026-03-05 08:03:03.681 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-05 08:03:03.683 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: security-groups-default-rules 2026-03-05 08:03:03.683 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-05 08:03:03.684 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-05 08:03:03.684 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-05 08:03:03.684 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-05 08:03:03.685 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-05 08:03:03.688 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: security-group 2026-03-05 08:03:03.689 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: segment 2026-03-05 08:03:03.690 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-05 08:03:03.690 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: service-type 2026-03-05 08:03:03.691 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: sorting 2026-03-05 08:03:03.691 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: standard-attr-segment 2026-03-05 08:03:03.692 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: standard-attr-description 2026-03-05 08:03:03.692 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: stateful-security-group 2026-03-05 08:03:03.692 1 WARNING neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-05 08:03:03.693 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-05 08:03:03.693 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: subnet-external-network 2026-03-05 08:03:03.694 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: subnet_onboard 2026-03-05 08:03:03.694 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-05 08:03:03.694 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: subnet-service-types 2026-03-05 08:03:03.695 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: subnet_allocation 2026-03-05 08:03:03.696 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-05 08:03:03.696 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: tag-creation 2026-03-05 08:03:03.696 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-05 08:03:03.699 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: standard-attr-tag 2026-03-05 08:03:03.700 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-05 08:03:03.701 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: trunk 2026-03-05 08:03:03.701 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: trunk-details 2026-03-05 08:03:03.701 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-05 08:03:03.702 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-05 08:03:03.702 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-05 08:03:03.703 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-05 08:03:03.704 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-05 08:03:03.705 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-05 08:03:03.705 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: vpn-flavors 2026-03-05 08:03:03.707 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: vpnaas 2026-03-05 08:03:03.707 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: taas 2026-03-05 08:03:03.708 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: tap-mirror 2026-03-05 08:03:03.709 1 INFO neutron.api.extensions [None req-62740032-93dc-42f1-8229-88af5fe13443 - - - - - -] Loaded extension: taas-vlan-filter 2026-03-05 08:03:33.789 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-03-05 08:03:33.836 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-03-05 08:03:33.836 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-03-05 08:03:42.279 16 INFO neutron.db.l3_hamode_db [None req-7d0e4903-bfdd-4a78-afd0-c8c3deb46060 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:03:54.978 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port fca94aa9-545f-487f-8aa3-bd6416ec84a2 2026-03-05 08:03:56.285 16 INFO neutron.plugins.ml2.plugin [None req-0443fac7-f10a-4406-81d4-e8d0128fcf8f - - - - - -] Attempt 1 to provision port fca94aa9-545f-487f-8aa3-bd6416ec84a2 2026-03-05 08:03:56.840 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port fca94aa9-545f-487f-8aa3-bd6416ec84a2 2026-03-05 08:03:57.953 16 INFO neutron.plugins.ml2.plugin [None req-d2137445-f1d2-4faf-857a-9f66fe23d2d1 - - - - - -] Attempt 1 to provision port fca94aa9-545f-487f-8aa3-bd6416ec84a2 2026-03-05 08:08:24.307 13 INFO neutron.plugins.ml2.plugin [None req-f9df82d1-a148-4bee-82cc-ba3e8c87978e - - - - - -] Attempt 1 to provision port 4fc277fa-1013-4b02-a2de-bf687222a81b 2026-03-05 08:08:24.939 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 4fc277fa-1013-4b02-a2de-bf687222a81b 2026-03-05 08:08:25.974 13 INFO neutron.plugins.ml2.plugin [None req-6d0abd90-c3a5-4c7f-8f0b-113ad70d4898 - - - - - -] Attempt 1 to provision port 4fc277fa-1013-4b02-a2de-bf687222a81b 2026-03-05 08:08:31.074 13 INFO neutron.plugins.ml2.plugin [None req-a4af0467-1859-4e43-9b1c-96db9c7a3b22 - - - - - -] Attempt 1 to provision port 3ff04dcb-ec9c-4747-8251-e4630213a578 2026-03-05 08:12:11.560 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 3ff04dcb-ec9c-4747-8251-e4630213a578 2026-03-05 08:12:13.377 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 3ff04dcb-ec9c-4747-8251-e4630213a578 2026-03-05 08:22:09.134 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port b2ebc5d0-862c-411f-9670-8a9a5a586d7d 2026-03-05 08:22:11.124 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port b2ebc5d0-862c-411f-9670-8a9a5a586d7d 2026-03-05 08:31:32.834 16 INFO neutron.plugins.ml2.plugin [None req-b57882ba-5f72-4175-a89f-be3490f3b64d - - - - - -] Attempt 1 to provision port 3ff04dcb-ec9c-4747-8251-e4630213a578 2026-03-05 08:31:32.879 16 INFO neutron.plugins.ml2.plugin [None req-b57882ba-5f72-4175-a89f-be3490f3b64d - - - - - -] Attempt 1 to provision port fca94aa9-545f-487f-8aa3-bd6416ec84a2 2026-03-05 08:31:32.922 16 INFO neutron.plugins.ml2.plugin [None req-b57882ba-5f72-4175-a89f-be3490f3b64d - - - - - -] Attempt 1 to provision port 4fc277fa-1013-4b02-a2de-bf687222a81b 2026-03-05 08:36:58.764 16 INFO neutron.plugins.ml2.plugin [None req-53d3d803-567d-4b2a-8e01-fb25f1e413d8 - - - - - -] Attempt 1 to provision port 799155eb-f6e6-4eaf-9e0a-ae61e6009f9e 2026-03-05 08:36:59.361 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 799155eb-f6e6-4eaf-9e0a-ae61e6009f9e 2026-03-05 08:37:01.423 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 7a8ef325-0912-4490-a1f8-1eaeb8e6fa3a 2026-03-05 08:37:03.635 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 7a8ef325-0912-4490-a1f8-1eaeb8e6fa3a 2026-03-05 08:37:05.668 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 6ab9608f-b6ac-4c8f-a7ef-227bee0bd01f 2026-03-05 08:37:06.125 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port f3ed2764-fcec-44b3-b66c-53726d473aee 2026-03-05 08:37:07.411 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 6ab9608f-b6ac-4c8f-a7ef-227bee0bd01f 2026-03-05 08:37:07.587 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port f3ed2764-fcec-44b3-b66c-53726d473aee 2026-03-05 08:37:09.430 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 1ecc87f2-d509-44a1-beb5-98d684e70e5c 2026-03-05 08:37:11.217 16 INFO neutron.plugins.ml2.plugin [None req-d35c0ff7-3742-4a4d-9c1a-b814da3e8f51 - - - - - -] Attempt 1 to provision port 0dc68196-a041-4b6d-b353-fb42ab9331ad 2026-03-05 08:37:11.402 16 INFO neutron.plugins.ml2.plugin [None req-d35c0ff7-3742-4a4d-9c1a-b814da3e8f51 - - - - - -] Attempt 1 to provision port 0c819371-05af-46ea-9058-e70ba06c0918 2026-03-05 08:37:11.421 16 INFO neutron.plugins.ml2.plugin [None req-d35c0ff7-3742-4a4d-9c1a-b814da3e8f51 - - - - - -] Attempt 1 to provision port 7a8ef325-0912-4490-a1f8-1eaeb8e6fa3a 2026-03-05 08:37:11.463 16 INFO neutron.plugins.ml2.plugin [None req-d35c0ff7-3742-4a4d-9c1a-b814da3e8f51 - - - - - -] Attempt 1 to provision port fb422a83-3845-4fe6-8b08-5b644a295bbd 2026-03-05 08:37:11.481 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port d6c74883-e3ee-4190-8484-c4af82fea8c8 2026-03-05 08:37:11.920 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 0dc68196-a041-4b6d-b353-fb42ab9331ad 2026-03-05 08:37:12.068 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 1ecc87f2-d509-44a1-beb5-98d684e70e5c 2026-03-05 08:37:13.422 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 0dc68196-a041-4b6d-b353-fb42ab9331ad 2026-03-05 08:37:13.637 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port d6c74883-e3ee-4190-8484-c4af82fea8c8 2026-03-05 08:37:16.981 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port abf89aa5-a5db-445c-8d9e-ac4189a45063 2026-03-05 08:37:17.316 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 34addfc1-bc14-4ac9-8b30-f64b09c408c2 2026-03-05 08:37:17.655 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 33e81c7d-c6ca-4141-9dd0-8e27ce1e4555 2026-03-05 08:37:17.815 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b0bba6c-63ee-4330-9a42-18e2adecc865'] response: {'server_uuid': '3d53311c-76f5-40e0-a6fb-de06f46c7236', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '34addfc1-bc14-4ac9-8b30-f64b09c408c2', 'code': 200} 2026-03-05 08:37:18.692 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port abf89aa5-a5db-445c-8d9e-ac4189a45063 2026-03-05 08:37:18.864 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 34addfc1-bc14-4ac9-8b30-f64b09c408c2 2026-03-05 08:37:19.051 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 33e81c7d-c6ca-4141-9dd0-8e27ce1e4555 2026-03-05 08:37:19.862 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-068c35dc-a926-4515-9528-ab21330f0ab3'] response: {'server_uuid': '4a0df66d-519d-4f49-921b-16a64339a022', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '33e81c7d-c6ca-4141-9dd0-8e27ce1e4555', 'code': 200} 2026-03-05 08:37:25.173 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port f69196f5-f78e-48b2-8ff3-8ea3741170e9 2026-03-05 08:37:25.327 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-106190db-d990-4312-be70-cdee7aa66b5e'] response: {'server_uuid': '3137da45-f032-4803-bef9-1a436a557af1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f69196f5-f78e-48b2-8ff3-8ea3741170e9', 'code': 200} 2026-03-05 08:37:26.826 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port f69196f5-f78e-48b2-8ff3-8ea3741170e9 2026-03-05 08:37:31.650 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port ebb78c11-0980-4ec7-ba5c-6bd340be5abf 2026-03-05 08:37:31.912 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-b289e203-369b-4124-8202-820774cf103f'] response: {'server_uuid': '413c902b-4e31-49ee-a51d-2bea57d941b5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ebb78c11-0980-4ec7-ba5c-6bd340be5abf', 'code': 200} 2026-03-05 08:37:34.448 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port dc7f3c08-4648-4a64-b870-734e55ac2c4c 2026-03-05 08:37:34.798 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port ebb78c11-0980-4ec7-ba5c-6bd340be5abf 2026-03-05 08:37:36.365 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port dc7f3c08-4648-4a64-b870-734e55ac2c4c 2026-03-05 08:37:39.343 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-3a1a91ff-ba9e-4997-bb41-e2dfadd395d6'] response: {'server_uuid': '413c902b-4e31-49ee-a51d-2bea57d941b5', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'ebb78c11-0980-4ec7-ba5c-6bd340be5abf', 'code': 200} 2026-03-05 08:37:41.369 16 INFO neutron.plugins.ml2.plugin [None req-029e0080-8bfa-4711-a8bb-1979bf5dca8d - - - - - -] Attempt 1 to provision port fb422a83-3845-4fe6-8b08-5b644a295bbd 2026-03-05 08:37:41.403 16 INFO neutron.plugins.ml2.plugin [None req-029e0080-8bfa-4711-a8bb-1979bf5dca8d - - - - - -] Attempt 1 to provision port abf89aa5-a5db-445c-8d9e-ac4189a45063 2026-03-05 08:37:41.453 16 INFO neutron.plugins.ml2.plugin [None req-029e0080-8bfa-4711-a8bb-1979bf5dca8d - - - - - -] Attempt 1 to provision port fe214bae-00ef-4689-8aa8-89dcda2e01d4 2026-03-05 08:37:41.487 16 INFO neutron.plugins.ml2.plugin [None req-029e0080-8bfa-4711-a8bb-1979bf5dca8d - - - - - -] Attempt 1 to provision port 9790575b-62f8-430d-9f2c-b9eafdf6bf31 2026-03-05 08:37:41.512 16 INFO neutron.plugins.ml2.plugin [None req-029e0080-8bfa-4711-a8bb-1979bf5dca8d - - - - - -] Attempt 1 to provision port 34addfc1-bc14-4ac9-8b30-f64b09c408c2 2026-03-05 08:37:41.581 16 INFO neutron.plugins.ml2.plugin [None req-029e0080-8bfa-4711-a8bb-1979bf5dca8d - - - - - -] Attempt 1 to provision port 7a8ef325-0912-4490-a1f8-1eaeb8e6fa3a 2026-03-05 08:37:41.653 16 INFO neutron.plugins.ml2.plugin [None req-029e0080-8bfa-4711-a8bb-1979bf5dca8d - - - - - -] Attempt 1 to provision port 93d4771c-af8f-4de5-af70-66716a28b21b 2026-03-05 08:37:43.910 16 INFO neutron.plugins.ml2.plugin [None req-108099bd-ab81-4c58-b5e8-f6695aa1946c - - - - - -] Attempt 1 to provision port fe214bae-00ef-4689-8aa8-89dcda2e01d4 2026-03-05 08:37:44.139 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 9790575b-62f8-430d-9f2c-b9eafdf6bf31 2026-03-05 08:37:44.418 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port fb422a83-3845-4fe6-8b08-5b644a295bbd 2026-03-05 08:37:46.521 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 9790575b-62f8-430d-9f2c-b9eafdf6bf31 2026-03-05 08:37:46.641 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port fb422a83-3845-4fe6-8b08-5b644a295bbd 2026-03-05 08:37:52.224 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port aea6e22b-74ff-41d6-ac38-e6d58fddcc7e 2026-03-05 08:37:52.698 16 INFO neutron.plugins.ml2.plugin [None req-2e8d73e3-463a-43e0-a636-897adfe4d169 - - - - - -] Attempt 1 to provision port aea6e22b-74ff-41d6-ac38-e6d58fddcc7e 2026-03-05 08:37:54.215 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port d9279027-0372-4743-88e0-d89ecc74461d 2026-03-05 08:37:54.611 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port aea6e22b-74ff-41d6-ac38-e6d58fddcc7e 2026-03-05 08:37:56.168 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port d9279027-0372-4743-88e0-d89ecc74461d 2026-03-05 08:37:56.421 16 INFO neutron.plugins.ml2.plugin [None req-d04acc59-badd-42e8-bf98-b06ab4e34d81 - - - - - -] Attempt 1 to provision port aea6e22b-74ff-41d6-ac38-e6d58fddcc7e 2026-03-05 08:37:56.473 16 INFO neutron.plugins.ml2.plugin [None req-d04acc59-badd-42e8-bf98-b06ab4e34d81 - - - - - -] Attempt 1 to provision port 8c69575b-3017-4cfb-8514-e99aef5259c8 2026-03-05 08:37:56.502 16 INFO neutron.plugins.ml2.plugin [None req-d04acc59-badd-42e8-bf98-b06ab4e34d81 - - - - - -] Attempt 1 to provision port 34addfc1-bc14-4ac9-8b30-f64b09c408c2 2026-03-05 08:37:59.037 16 INFO neutron.plugins.ml2.plugin [None req-2df036ad-0cb8-4568-9f7c-25255d036f5b - - - - - -] Attempt 1 to provision port 6cdddd1a-cad5-40ae-b26e-f54158ebe04d 2026-03-05 08:37:59.062 16 INFO neutron.plugins.ml2.plugin [None req-2df036ad-0cb8-4568-9f7c-25255d036f5b - - - - - -] Attempt 1 to provision port 8c69575b-3017-4cfb-8514-e99aef5259c8 2026-03-05 08:38:01.317 16 INFO neutron.plugins.ml2.plugin [None req-e26b46a0-0e7f-4710-858f-b9030377f172 - - - - - -] Attempt 1 to provision port 8c69575b-3017-4cfb-8514-e99aef5259c8 2026-03-05 08:38:06.727 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 6706dd2e-a2de-4944-afb4-15d2db03d4fd 2026-03-05 08:38:06.883 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-8af54b41-abb2-4fc6-9638-809d9f692796'] response: {'server_uuid': '4df8d7e2-c799-42b2-9506-42a57ac7ad7e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6706dd2e-a2de-4944-afb4-15d2db03d4fd', 'code': 200} 2026-03-05 08:38:07.805 13 INFO neutron.plugins.ml2.plugin [None req-d98363bf-12db-4181-8a3f-e2f206d78544 - - - - - -] Attempt 1 to provision port 4461883a-b9b8-49fb-adbe-f60a235e0719 2026-03-05 08:38:08.280 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 6706dd2e-a2de-4944-afb4-15d2db03d4fd 2026-03-05 08:38:08.531 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port bbdbb0ff-b5a0-4711-9ad6-377379c92ae2 2026-03-05 08:38:10.131 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port bbdbb0ff-b5a0-4711-9ad6-377379c92ae2 2026-03-05 08:38:12.317 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 1a5fc2a9-60c0-4132-b948-d36b203f5d4b 2026-03-05 08:38:12.709 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 8c69575b-3017-4cfb-8514-e99aef5259c8 2026-03-05 08:38:13.105 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 6cdddd1a-cad5-40ae-b26e-f54158ebe04d 2026-03-05 08:38:14.638 16 INFO neutron.plugins.ml2.plugin [None req-231f0700-5c01-447e-8e08-eff9c00bea9d - - - - - -] Attempt 1 to provision port c9dae750-72fe-45e8-99ef-8e29aef4ce0f 2026-03-05 08:38:14.665 16 INFO neutron.plugins.ml2.plugin [None req-231f0700-5c01-447e-8e08-eff9c00bea9d - - - - - -] Attempt 1 to provision port 9e2750dd-2658-4bfe-b583-d6f86c14c130 2026-03-05 08:38:14.692 16 INFO neutron.plugins.ml2.plugin [None req-231f0700-5c01-447e-8e08-eff9c00bea9d - - - - - -] Attempt 1 to provision port 1a5fc2a9-60c0-4132-b948-d36b203f5d4b 2026-03-05 08:38:14.723 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 1a5fc2a9-60c0-4132-b948-d36b203f5d4b 2026-03-05 08:38:14.887 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 8c69575b-3017-4cfb-8514-e99aef5259c8 2026-03-05 08:38:15.107 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 6cdddd1a-cad5-40ae-b26e-f54158ebe04d 2026-03-05 08:38:17.605 16 INFO neutron.plugins.ml2.plugin [None req-c05d57fb-d9f5-4164-83b5-590b0efc731f - - - - - -] Attempt 1 to provision port c9dae750-72fe-45e8-99ef-8e29aef4ce0f 2026-03-05 08:38:18.855 16 INFO neutron.plugins.ml2.plugin [None req-1aac6b57-5d32-4dab-afc3-486e22625656 - - - - - -] Attempt 1 to provision port c9dae750-72fe-45e8-99ef-8e29aef4ce0f 2026-03-05 08:38:21.371 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 52f57465-33c3-4930-a28c-69df89d444eb 2026-03-05 08:38:21.519 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-8dd08a69-b4b7-4574-b260-d8ca66ac28dc'] response: {'server_uuid': 'd9fa4109-89dc-4721-a1f2-a1926f24e9be', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '52f57465-33c3-4930-a28c-69df89d444eb', 'code': 200} 2026-03-05 08:38:22.687 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 52f57465-33c3-4930-a28c-69df89d444eb 2026-03-05 08:38:24.659 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 4461883a-b9b8-49fb-adbe-f60a235e0719 2026-03-05 08:38:24.936 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port c9dae750-72fe-45e8-99ef-8e29aef4ce0f 2026-03-05 08:38:26.786 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 4461883a-b9b8-49fb-adbe-f60a235e0719 2026-03-05 08:38:26.839 13 INFO neutron.plugins.ml2.plugin [None req-6d18d00b-39b1-48f1-bafd-e47de61d0876 - - - - - -] Attempt 1 to provision port 041fb8b2-7ac2-4f86-8b03-ccc52b6e5d8b 2026-03-05 08:38:27.047 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port c9dae750-72fe-45e8-99ef-8e29aef4ce0f 2026-03-05 08:38:27.411 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 041fb8b2-7ac2-4f86-8b03-ccc52b6e5d8b 2026-03-05 08:38:28.744 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port b5a80eba-0af7-4568-b6a2-a8ed3fa70595 2026-03-05 08:38:29.080 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 041fb8b2-7ac2-4f86-8b03-ccc52b6e5d8b 2026-03-05 08:38:30.599 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port b5a80eba-0af7-4568-b6a2-a8ed3fa70595 2026-03-05 08:38:33.542 16 INFO neutron.plugins.ml2.plugin [None req-a3afd00b-b855-4963-b097-f6756085f021 - - - - - -] Attempt 1 to provision port 04e40a9c-7aa1-45fa-a369-e1ac484dfc05 2026-03-05 08:38:33.587 16 INFO neutron.plugins.ml2.plugin [None req-a3afd00b-b855-4963-b097-f6756085f021 - - - - - -] Attempt 1 to provision port 041fb8b2-7ac2-4f86-8b03-ccc52b6e5d8b 2026-03-05 08:38:33.647 16 INFO neutron.plugins.ml2.plugin [None req-a3afd00b-b855-4963-b097-f6756085f021 - - - - - -] Attempt 1 to provision port 2c02bd54-d4cb-46d1-ba28-5187098a7190 2026-03-05 08:38:36.264 16 INFO neutron.plugins.ml2.plugin [None req-2c370aa7-2bf7-4b7a-ae2d-2b3ae9732f56 - - - - - -] Attempt 1 to provision port 04e40a9c-7aa1-45fa-a369-e1ac484dfc05 2026-03-05 08:38:41.243 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 37c22cda-b18a-45f6-90e8-4838d0e46f93 2026-03-05 08:38:41.360 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce26cde5-3bf5-4c72-9845-51150af93104'] response: {'server_uuid': '8960e8e6-7788-4ba5-b6a3-ed02e4054fdf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '37c22cda-b18a-45f6-90e8-4838d0e46f93', 'code': 200} 2026-03-05 08:38:42.018 16 INFO neutron.plugins.ml2.plugin [None req-b7a5bd09-c1bf-470b-b2b9-a7c7dff969b1 - - - - - -] Attempt 1 to provision port 37c22cda-b18a-45f6-90e8-4838d0e46f93 2026-03-05 08:38:42.654 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 37c22cda-b18a-45f6-90e8-4838d0e46f93 2026-03-05 08:38:46.644 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 04e40a9c-7aa1-45fa-a369-e1ac484dfc05 2026-03-05 08:38:46.939 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 2c02bd54-d4cb-46d1-ba28-5187098a7190 2026-03-05 08:38:48.781 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 2c02bd54-d4cb-46d1-ba28-5187098a7190 2026-03-05 08:38:48.919 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 04e40a9c-7aa1-45fa-a369-e1ac484dfc05 2026-03-05 08:38:49.107 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 40649f54-3634-4a5b-a37d-600a5867dee2 2026-03-05 08:39:03.247 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port edebbef3-1c91-4bb3-b9a5-ebe5f8c14a1b 2026-03-05 08:39:03.356 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d57883b7-8ca0-4cf9-b2b5-6f3aa24c1c0b'] response: {'server_uuid': '0f2b84b4-155f-4d75-9c70-e1589f507d78', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'edebbef3-1c91-4bb3-b9a5-ebe5f8c14a1b', 'code': 200} 2026-03-05 08:39:04.629 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port edebbef3-1c91-4bb3-b9a5-ebe5f8c14a1b 2026-03-05 08:39:14.875 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-c35a3bcf-a64e-4c68-b1ba-15270df44add'] response: {'server_uuid': '8960e8e6-7788-4ba5-b6a3-ed02e4054fdf', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '37c22cda-b18a-45f6-90e8-4838d0e46f93', 'code': 200} 2026-03-05 08:39:17.158 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 37c22cda-b18a-45f6-90e8-4838d0e46f93 2026-03-05 08:39:17.286 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8c32bfe-186e-42f8-acd2-0ba4dc1b39d7'] response: {'server_uuid': '8960e8e6-7788-4ba5-b6a3-ed02e4054fdf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '37c22cda-b18a-45f6-90e8-4838d0e46f93', 'code': 200} 2026-03-05 08:39:18.624 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 37c22cda-b18a-45f6-90e8-4838d0e46f93 2026-03-05 08:39:34.688 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port a9bbbb90-5399-495b-a996-a3228e68ca93 2026-03-05 08:40:14.641 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 0ffe3c0d-f700-4572-b5fd-fbd5c3b10ba5 2026-03-05 08:40:15.512 13 INFO neutron.plugins.ml2.plugin [None req-81705750-09bf-46a4-b673-970423fc8c19 - - - - - -] Attempt 1 to provision port 0ffe3c0d-f700-4572-b5fd-fbd5c3b10ba5 2026-03-05 08:40:16.601 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 0ffe3c0d-f700-4572-b5fd-fbd5c3b10ba5 2026-03-05 08:40:18.676 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 820e8473-f538-4fc5-bfc1-5b8962dfb6e0 2026-03-05 08:40:22.686 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 7b55b603-7739-4352-92df-a5aef440a4ec 2026-03-05 08:40:23.671 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 76cd6139-a08e-4d34-a1da-158da9ff27a4 2026-03-05 08:40:24.668 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 7b55b603-7739-4352-92df-a5aef440a4ec 2026-03-05 08:40:24.846 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 76cd6139-a08e-4d34-a1da-158da9ff27a4 2026-03-05 08:40:26.636 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 80d064f5-8b34-4f2c-a374-16523b9968b8 2026-03-05 08:40:28.692 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 80d064f5-8b34-4f2c-a374-16523b9968b8 2026-03-05 08:40:30.686 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 161241d8-a760-4f99-aec0-ec3cdd32fe3f 2026-03-05 08:40:32.592 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 161241d8-a760-4f99-aec0-ec3cdd32fe3f 2026-03-05 08:40:34.578 16 INFO neutron.plugins.ml2.plugin [None req-4b9abc75-fec4-41c7-8891-5e69c951fc31 - - - - - -] Attempt 1 to provision port a99d542a-d485-4026-8c00-3f0be0071a6e 2026-03-05 08:40:34.604 16 INFO neutron.plugins.ml2.plugin [None req-4b9abc75-fec4-41c7-8891-5e69c951fc31 - - - - - -] Attempt 1 to provision port 76cd6139-a08e-4d34-a1da-158da9ff27a4 2026-03-05 08:40:34.655 16 INFO neutron.plugins.ml2.plugin [None req-4b9abc75-fec4-41c7-8891-5e69c951fc31 - - - - - -] Attempt 1 to provision port 80d064f5-8b34-4f2c-a374-16523b9968b8 2026-03-05 08:40:34.701 16 INFO neutron.plugins.ml2.plugin [None req-4b9abc75-fec4-41c7-8891-5e69c951fc31 - - - - - -] Attempt 1 to provision port ed29e3d5-5a0f-4586-a1d8-a1a8b8733cd2 2026-03-05 08:40:34.723 16 INFO neutron.plugins.ml2.plugin [None req-4b9abc75-fec4-41c7-8891-5e69c951fc31 - - - - - -] Attempt 1 to provision port 9e9e3b23-3be4-4438-a842-f764211433a5 2026-03-05 08:40:34.744 16 INFO neutron.plugins.ml2.plugin [None req-4b9abc75-fec4-41c7-8891-5e69c951fc31 - - - - - -] Attempt 1 to provision port 161241d8-a760-4f99-aec0-ec3cdd32fe3f 2026-03-05 08:40:39.245 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 487e5bf2-2818-463f-8bb0-c9689c2284ba 2026-03-05 08:40:39.373 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-5e44ae1d-976a-4fa9-9626-45d9a0e7d469'] response: {'server_uuid': '3cada2f0-c163-4bf9-b88f-7b5cae061350', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '487e5bf2-2818-463f-8bb0-c9689c2284ba', 'code': 200} 2026-03-05 08:40:40.745 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port b0d06cf9-4952-4b2c-950b-4bc420d42bdd 2026-03-05 08:40:41.053 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port a99d542a-d485-4026-8c00-3f0be0071a6e 2026-03-05 08:40:41.360 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 487e5bf2-2818-463f-8bb0-c9689c2284ba 2026-03-05 08:40:41.545 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port ed29e3d5-5a0f-4586-a1d8-a1a8b8733cd2 2026-03-05 08:40:41.815 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 9e9e3b23-3be4-4438-a842-f764211433a5 2026-03-05 08:40:42.696 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port a99d542a-d485-4026-8c00-3f0be0071a6e 2026-03-05 08:40:42.959 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port ed29e3d5-5a0f-4586-a1d8-a1a8b8733cd2 2026-03-05 08:40:43.100 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port b0d06cf9-4952-4b2c-950b-4bc420d42bdd 2026-03-05 08:40:43.315 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 9e9e3b23-3be4-4438-a842-f764211433a5 2026-03-05 08:40:45.067 16 INFO neutron.plugins.ml2.plugin [None req-6d66ebcd-689c-4f8e-b236-bf786d7e3306 - - - - - -] Attempt 1 to provision port a99d542a-d485-4026-8c00-3f0be0071a6e 2026-03-05 08:40:45.120 16 INFO neutron.plugins.ml2.plugin [None req-6d66ebcd-689c-4f8e-b236-bf786d7e3306 - - - - - -] Attempt 1 to provision port 80d064f5-8b34-4f2c-a374-16523b9968b8 2026-03-05 08:40:45.174 16 INFO neutron.plugins.ml2.plugin [None req-6d66ebcd-689c-4f8e-b236-bf786d7e3306 - - - - - -] Attempt 1 to provision port 487e5bf2-2818-463f-8bb0-c9689c2284ba 2026-03-05 08:40:45.322 16 INFO neutron.plugins.ml2.plugin [None req-6d66ebcd-689c-4f8e-b236-bf786d7e3306 - - - - - -] Attempt 1 to provision port 9e9e3b23-3be4-4438-a842-f764211433a5 2026-03-05 08:40:45.455 16 INFO neutron.plugins.ml2.plugin [None req-6d66ebcd-689c-4f8e-b236-bf786d7e3306 - - - - - -] Attempt 1 to provision port b0d06cf9-4952-4b2c-950b-4bc420d42bdd 2026-03-05 08:40:45.581 16 INFO neutron.plugins.ml2.plugin [None req-6d66ebcd-689c-4f8e-b236-bf786d7e3306 - - - - - -] Attempt 1 to provision port 76cd6139-a08e-4d34-a1da-158da9ff27a4 2026-03-05 08:40:45.695 16 INFO neutron.plugins.ml2.plugin [None req-6d66ebcd-689c-4f8e-b236-bf786d7e3306 - - - - - -] Attempt 1 to provision port 161241d8-a760-4f99-aec0-ec3cdd32fe3f 2026-03-05 08:40:52.550 16 INFO neutron.plugins.ml2.plugin [None req-8fe55619-8e43-4cb3-95dc-fdfaceabad26 - - - - - -] Attempt 1 to provision port a99d542a-d485-4026-8c00-3f0be0071a6e 2026-03-05 08:40:52.595 16 INFO neutron.plugins.ml2.plugin [None req-8fe55619-8e43-4cb3-95dc-fdfaceabad26 - - - - - -] Attempt 1 to provision port b0d06cf9-4952-4b2c-950b-4bc420d42bdd 2026-03-05 08:40:52.637 16 INFO neutron.plugins.ml2.plugin [None req-8fe55619-8e43-4cb3-95dc-fdfaceabad26 - - - - - -] Attempt 1 to provision port 80d064f5-8b34-4f2c-a374-16523b9968b8 2026-03-05 08:40:52.682 16 INFO neutron.plugins.ml2.plugin [None req-8fe55619-8e43-4cb3-95dc-fdfaceabad26 - - - - - -] Attempt 1 to provision port 487e5bf2-2818-463f-8bb0-c9689c2284ba 2026-03-05 08:40:52.722 16 INFO neutron.plugins.ml2.plugin [None req-8fe55619-8e43-4cb3-95dc-fdfaceabad26 - - - - - -] Attempt 1 to provision port 9e9e3b23-3be4-4438-a842-f764211433a5 2026-03-05 08:40:52.762 16 INFO neutron.plugins.ml2.plugin [None req-8fe55619-8e43-4cb3-95dc-fdfaceabad26 - - - - - -] Attempt 1 to provision port 161241d8-a760-4f99-aec0-ec3cdd32fe3f 2026-03-05 08:40:54.670 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 46581827-c141-4e21-acc4-da5e0be1e285 2026-03-05 08:40:54.769 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-89d84bb0-b8a6-42e8-a82a-7dd027756ce1'] response: {'server_uuid': 'd06674c4-3bb1-4663-8351-03695540b383', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '46581827-c141-4e21-acc4-da5e0be1e285', 'code': 200} 2026-03-05 08:40:56.692 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 46581827-c141-4e21-acc4-da5e0be1e285 2026-03-05 08:40:58.682 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 02b24df9-9b75-4e9d-93a0-fa93e81895ab 2026-03-05 08:40:58.996 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 2845f9af-f2ee-4054-b04d-90c25a270af5 2026-03-05 08:41:00.642 13 INFO neutron.plugins.ml2.plugin [None req-5867ab22-d63d-4a85-8667-5a3d532eee3f - - - - - -] Attempt 1 to provision port d08f481c-9b21-4545-90a3-2cea7a80d1fd 2026-03-05 08:41:00.665 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 02b24df9-9b75-4e9d-93a0-fa93e81895ab 2026-03-05 08:41:00.680 13 INFO neutron.plugins.ml2.plugin [None req-5867ab22-d63d-4a85-8667-5a3d532eee3f - - - - - -] Attempt 1 to provision port 2845f9af-f2ee-4054-b04d-90c25a270af5 2026-03-05 08:41:00.736 13 INFO neutron.plugins.ml2.plugin [None req-5867ab22-d63d-4a85-8667-5a3d532eee3f - - - - - -] Attempt 1 to provision port 9e9e3b23-3be4-4438-a842-f764211433a5 2026-03-05 08:41:00.891 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 2845f9af-f2ee-4054-b04d-90c25a270af5 2026-03-05 08:41:04.565 13 INFO neutron.plugins.ml2.plugin [None req-9968b946-74a0-4e5d-9380-6f6104289239 - - - - - -] Attempt 1 to provision port 46581827-c141-4e21-acc4-da5e0be1e285 2026-03-05 08:41:04.617 13 INFO neutron.plugins.ml2.plugin [None req-9968b946-74a0-4e5d-9380-6f6104289239 - - - - - -] Attempt 1 to provision port a99d542a-d485-4026-8c00-3f0be0071a6e 2026-03-05 08:41:04.667 13 INFO neutron.plugins.ml2.plugin [None req-9968b946-74a0-4e5d-9380-6f6104289239 - - - - - -] Attempt 1 to provision port 2845f9af-f2ee-4054-b04d-90c25a270af5 2026-03-05 08:41:04.717 13 INFO neutron.plugins.ml2.plugin [None req-9968b946-74a0-4e5d-9380-6f6104289239 - - - - - -] Attempt 1 to provision port 04ac636c-6fc3-434a-b218-0753daa3efae 2026-03-05 08:41:06.651 16 INFO neutron.plugins.ml2.plugin [None req-c4bf7f12-5253-48b3-b028-58d5d9b357bf - - - - - -] Attempt 1 to provision port a99d542a-d485-4026-8c00-3f0be0071a6e 2026-03-05 08:41:06.701 16 INFO neutron.plugins.ml2.plugin [None req-c4bf7f12-5253-48b3-b028-58d5d9b357bf - - - - - -] Attempt 1 to provision port 04ac636c-6fc3-434a-b218-0753daa3efae 2026-03-05 08:41:08.025 16 INFO neutron.plugins.ml2.plugin [None req-2bb507ff-f4c2-4545-9780-66262db5908a - - - - - -] Attempt 1 to provision port 487e5bf2-2818-463f-8bb0-c9689c2284ba 2026-03-05 08:41:09.709 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port af4a675b-a743-4beb-ad90-1563b3c6a1c5 2026-03-05 08:41:09.809 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-00f1c8ff-6210-4067-b426-34572d7e5f43'] response: {'server_uuid': 'edf1485c-f842-4a84-9552-cd3025fa598f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'af4a675b-a743-4beb-ad90-1563b3c6a1c5', 'code': 200} 2026-03-05 08:41:10.009 16 INFO neutron.plugins.ml2.plugin [None req-aa311819-3fab-4afd-8c87-0370e4834f79 - - - - - -] Attempt 1 to provision port 04ac636c-6fc3-434a-b218-0753daa3efae 2026-03-05 08:41:10.034 16 INFO neutron.plugins.ml2.plugin [None req-aa311819-3fab-4afd-8c87-0370e4834f79 - - - - - -] Attempt 1 to provision port af4a675b-a743-4beb-ad90-1563b3c6a1c5 2026-03-05 08:41:10.648 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port af4a675b-a743-4beb-ad90-1563b3c6a1c5 2026-03-05 08:41:14.642 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 04ac636c-6fc3-434a-b218-0753daa3efae 2026-03-05 08:41:16.671 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port d08f481c-9b21-4545-90a3-2cea7a80d1fd 2026-03-05 08:41:16.904 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 04ac636c-6fc3-434a-b218-0753daa3efae 2026-03-05 08:41:18.716 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port d08f481c-9b21-4545-90a3-2cea7a80d1fd 2026-03-05 08:41:28.688 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port ac912ad7-7f7e-4c94-ba54-3ec7120b3dcf 2026-03-05 08:41:29.317 13 INFO neutron.plugins.ml2.plugin [None req-cc077814-632d-4908-b00a-a309244e862b - - - - - -] Attempt 1 to provision port ac912ad7-7f7e-4c94-ba54-3ec7120b3dcf 2026-03-05 08:41:30.740 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port ac912ad7-7f7e-4c94-ba54-3ec7120b3dcf 2026-03-05 08:41:30.946 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 99443173-ef6c-4528-b9d5-f9b933a93744 2026-03-05 08:41:32.664 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 99443173-ef6c-4528-b9d5-f9b933a93744 2026-03-05 08:41:33.118 13 INFO neutron.plugins.ml2.plugin [None req-e655a4f4-636b-4f1f-8bfe-126a596df46f - - - - - -] Attempt 1 to provision port a9a95c78-d230-48ee-8b18-689c8510cc41 2026-03-05 08:41:33.149 13 INFO neutron.plugins.ml2.plugin [None req-e655a4f4-636b-4f1f-8bfe-126a596df46f - - - - - -] Attempt 1 to provision port b9b82e9a-2476-466b-ace3-ec2b33372f18 2026-03-05 08:41:33.172 13 INFO neutron.plugins.ml2.plugin [None req-e655a4f4-636b-4f1f-8bfe-126a596df46f - - - - - -] Attempt 1 to provision port ac912ad7-7f7e-4c94-ba54-3ec7120b3dcf 2026-03-05 08:41:33.484 13 INFO neutron.plugins.ml2.plugin [None req-e655a4f4-636b-4f1f-8bfe-126a596df46f - - - - - -] Attempt 1 to provision port 01ee5db0-07e0-406f-b34b-fb0367ee8e5c 2026-03-05 08:41:36.766 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port e3bf97c2-194e-45a4-ba4c-c316ce2a3d29 2026-03-05 08:41:37.415 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port fc7224ac-b3d3-48ba-b54f-c211d91fe87e 2026-03-05 08:41:38.727 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port e3bf97c2-194e-45a4-ba4c-c316ce2a3d29 2026-03-05 08:41:38.904 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port fc7224ac-b3d3-48ba-b54f-c211d91fe87e 2026-03-05 08:41:41.144 13 INFO neutron.plugins.ml2.plugin [None req-9835c9a3-f447-4201-aa7d-acf17cd46f5c - - - - - -] Attempt 1 to provision port a9a95c78-d230-48ee-8b18-689c8510cc41 2026-03-05 08:41:41.177 13 INFO neutron.plugins.ml2.plugin [None req-9835c9a3-f447-4201-aa7d-acf17cd46f5c - - - - - -] Attempt 1 to provision port e3bf97c2-194e-45a4-ba4c-c316ce2a3d29 2026-03-05 08:41:41.229 13 INFO neutron.plugins.ml2.plugin [None req-9835c9a3-f447-4201-aa7d-acf17cd46f5c - - - - - -] Attempt 1 to provision port 1d5dfe34-688e-475e-811f-eb938e25f4b8 2026-03-05 08:41:41.262 13 INFO neutron.plugins.ml2.plugin [None req-9835c9a3-f447-4201-aa7d-acf17cd46f5c - - - - - -] Attempt 1 to provision port d45a0e9e-86b7-4af1-8ba7-93d3cce3775c 2026-03-05 08:41:43.125 16 INFO neutron.plugins.ml2.plugin [None req-9a303da7-6b6b-4ffc-8554-1c973df3b6de - - - - - -] Attempt 1 to provision port d45a0e9e-86b7-4af1-8ba7-93d3cce3775c 2026-03-05 08:41:49.717 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 55d62a93-8dc9-4f58-bb73-512cc29feb88 2026-03-05 08:41:49.832 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-f943a80f-dfd9-425d-8fb2-14d0ca0c35aa'] response: {'server_uuid': '5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '55d62a93-8dc9-4f58-bb73-512cc29feb88', 'code': 200} 2026-03-05 08:41:51.362 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port b9b82e9a-2476-466b-ace3-ec2b33372f18 2026-03-05 08:41:51.626 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port a9a95c78-d230-48ee-8b18-689c8510cc41 2026-03-05 08:41:51.900 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 0ec7de57-361d-42cb-9a64-669d0d2fb029 2026-03-05 08:41:52.000 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-f95915f9-8caa-4fa4-99e1-bd47c6152d6b'] response: {'server_uuid': '870c5d86-3cd1-4fcd-ba88-966ccb677ab1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0ec7de57-361d-42cb-9a64-669d0d2fb029', 'code': 200} 2026-03-05 08:41:52.252 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 55d62a93-8dc9-4f58-bb73-512cc29feb88 2026-03-05 08:41:53.087 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port d45a0e9e-86b7-4af1-8ba7-93d3cce3775c 2026-03-05 08:41:53.375 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 0ec7de57-361d-42cb-9a64-669d0d2fb029 2026-03-05 08:41:53.606 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port b9b82e9a-2476-466b-ace3-ec2b33372f18 2026-03-05 08:41:53.783 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port a9a95c78-d230-48ee-8b18-689c8510cc41 2026-03-05 08:41:53.989 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 1d5dfe34-688e-475e-811f-eb938e25f4b8 2026-03-05 08:41:54.976 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port d45a0e9e-86b7-4af1-8ba7-93d3cce3775c 2026-03-05 08:41:55.177 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 1d5dfe34-688e-475e-811f-eb938e25f4b8 2026-03-05 08:42:07.144 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b7ebe7e-242f-46ea-96cd-20ad6c098c9c'] response: {'server_uuid': '5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '55d62a93-8dc9-4f58-bb73-512cc29feb88', 'code': 200} 2026-03-05 08:42:32.263 13 INFO neutron.plugins.ml2.plugin [None req-7481f5af-d22b-4e9c-aaf7-aaa0d15d38a4 - - - - - -] Attempt 1 to provision port bd760554-7bb7-4ebf-8685-df328ffc779f 2026-03-05 08:42:37.047 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port bd760554-7bb7-4ebf-8685-df328ffc779f 2026-03-05 08:42:37.164 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-a310345e-ec21-4e21-afed-2175dffe3a27'] response: {'server_uuid': '870c5d86-3cd1-4fcd-ba88-966ccb677ab1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bd760554-7bb7-4ebf-8685-df328ffc779f', 'code': 200} 2026-03-05 08:42:38.961 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port bd760554-7bb7-4ebf-8685-df328ffc779f 2026-03-05 08:42:41.510 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port bd760554-7bb7-4ebf-8685-df328ffc779f 2026-03-05 08:43:08.721 13 INFO neutron.plugins.ml2.plugin [None req-fe7df084-1465-4858-8568-75c75b69543d - - - - - -] Attempt 1 to provision port 5536efe3-771f-430d-a71a-617ce3816be6 2026-03-05 08:43:16.534 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 5536efe3-771f-430d-a71a-617ce3816be6 2026-03-05 08:43:16.675 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c55026d9-082c-4b09-8cf6-6c77870ba00c'] response: {'server_uuid': '870c5d86-3cd1-4fcd-ba88-966ccb677ab1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5536efe3-771f-430d-a71a-617ce3816be6', 'code': 200} 2026-03-05 08:43:17.136 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 5536efe3-771f-430d-a71a-617ce3816be6 2026-03-05 08:43:30.031 16 INFO neutron.plugins.ml2.plugin [None req-f6365d95-f061-4bee-8c2f-df15f4ebb379 - - - - - -] Attempt 1 to provision port 612b8f4d-0653-45b2-9c5b-0790ddd6be57 2026-03-05 08:43:37.186 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 612b8f4d-0653-45b2-9c5b-0790ddd6be57 2026-03-05 08:43:37.303 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-b5d83ba8-e849-44ae-bcc5-9870b00f6969'] response: {'server_uuid': '870c5d86-3cd1-4fcd-ba88-966ccb677ab1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '612b8f4d-0653-45b2-9c5b-0790ddd6be57', 'code': 200} 2026-03-05 08:43:39.365 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 612b8f4d-0653-45b2-9c5b-0790ddd6be57 2026-03-05 08:43:39.866 16 INFO neutron.plugins.ml2.plugin [None req-b2ca314b-b3e3-4291-ac3d-974e386707a6 - - - - - -] Attempt 1 to provision port 5536efe3-771f-430d-a71a-617ce3816be6 2026-03-05 08:43:53.703 13 INFO neutron.plugins.ml2.plugin [None req-d1192d2c-cb2e-412e-94f3-62d4f5d347f8 - - - - - -] Attempt 1 to provision port 612b8f4d-0653-45b2-9c5b-0790ddd6be57 2026-03-05 08:43:55.064 13 INFO neutron.plugins.ml2.plugin [None req-cfbbbd21-2ba3-46f7-a5ce-8069ef9b6ffd - - - - - -] Attempt 1 to provision port 612b8f4d-0653-45b2-9c5b-0790ddd6be57 2026-03-05 08:43:55.202 16 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 612b8f4d-0653-45b2-9c5b-0790ddd6be57 2026-03-05 08:44:03.959 16 INFO neutron.plugins.ml2.plugin [None req-2decb83b-dfa6-4da5-8ee3-ebbd9f17a751 - - - - - -] Attempt 1 to provision port 5536efe3-771f-430d-a71a-617ce3816be6 2026-03-05 08:44:05.289 13 INFO neutron.plugins.ml2.plugin [None req-dede144b-6b17-4fcb-8069-11f66afbb618 - - - - - -] Attempt 1 to provision port 5536efe3-771f-430d-a71a-617ce3816be6