+ 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-19 04:40:18.397 1 INFO neutron.common.config [-] Logging enabled! 2026-05-19 04:40:18.397 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 28.1.0.dev173 2026-05-19 04:40:18.397 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-05-19 04:40:18.398 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-19 04:40:19.678 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-19 04:40:19.680 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-19 04:40:19.683 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-19 04:40:19.684 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-19 04:40:19.684 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-19 04:40:19.685 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-19 04:40:19.685 1 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-05-19 04:40:19.685 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-19 04:40:19.692 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-19 04:40:19.692 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-19 04:40:19.692 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-19 04:40:19.711 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-19 04:40:19.712 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-19 04:40:19.712 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-19 04:40:19.728 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-19 04:40:19.729 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-19 04:40:19.729 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-19 04:40:19.729 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-19 04:40:20.047 1 INFO neutron.plugins.ml2.managers [None req-fa5d0079-2659-4e4c-80b9-dded390c1496 - - - - - -] Initializing driver for type 'vlan' 2026-05-19 04:40:20.202 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-fa5d0079-2659-4e4c-80b9-dded390c1496 - - - - - -] VlanTypeDriver initialization complete 2026-05-19 04:40:20.202 1 INFO neutron.plugins.ml2.managers [None req-fa5d0079-2659-4e4c-80b9-dded390c1496 - - - - - -] Initializing driver for type 'vxlan' 2026-05-19 04:40:20.203 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-fa5d0079-2659-4e4c-80b9-dded390c1496 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-19 04:40:20.277 1 INFO neutron.plugins.ml2.managers [None req-fa5d0079-2659-4e4c-80b9-dded390c1496 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-19 04:40:20.277 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-fa5d0079-2659-4e4c-80b9-dded390c1496 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-19 04:40:20.278 1 INFO neutron.plugins.ml2.managers [None req-fa5d0079-2659-4e4c-80b9-dded390c1496 - - - - - -] Initializing extension driver 'port_security' 2026-05-19 04:40:20.278 1 INFO neutron.plugins.ml2.extensions.port_security [None req-fa5d0079-2659-4e4c-80b9-dded390c1496 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-19 04:40:20.278 1 INFO neutron.plugins.ml2.managers [None req-fa5d0079-2659-4e4c-80b9-dded390c1496 - - - - - -] Initializing extension driver 'qos' 2026-05-19 04:40:20.278 1 INFO neutron.plugins.ml2.managers [None req-fa5d0079-2659-4e4c-80b9-dded390c1496 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-19 04:40:20.278 1 INFO neutron.plugins.ml2.managers [None req-fa5d0079-2659-4e4c-80b9-dded390c1496 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-19 04:40:20.290 1 INFO neutron.quota [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded quota_driver: . 2026-05-19 04:40:20.290 1 INFO neutron.plugins.ml2.plugin [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Modular L2 Plugin initialization complete 2026-05-19 04:40:20.290 1 INFO neutron.plugins.ml2.managers [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-19 04:40:20.290 1 INFO neutron.plugins.ml2.managers [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-19 04:40:20.290 1 INFO neutron.plugins.ml2.managers [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Got port-security extension from driver 'port_security' 2026-05-19 04:40:20.291 1 INFO neutron.manager [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loading Plugin: qos 2026-05-19 04:40:20.301 1 INFO neutron.manager [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loading Plugin: router 2026-05-19 04:40:20.340 1 INFO neutron.services.service_base [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-19 04:40:20.340 1 INFO neutron.manager [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loading Plugin: segments 2026-05-19 04:40:20.414 1 INFO neutron.manager [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loading Plugin: trunk 2026-05-19 04:40:20.430 1 INFO neutron.manager [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loading Plugin: vpnaas 2026-05-19 04:40:20.465 1 WARNING stevedore.named [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-19 04:40:20.543 1 INFO neutron_vpnaas.services.vpn.plugin [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-19 04:40:20.543 1 INFO neutron.manager [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loading Plugin: taas 2026-05-19 04:40:20.718 1 WARNING stevedore.named [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-19 04:40:20.748 1 INFO neutron_taas.services.taas.taas_plugin [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-19 04:40:20.749 1 INFO neutron.manager [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loading Plugin: tapmirror 2026-05-19 04:40:20.762 1 WARNING stevedore.named [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-19 04:40:20.782 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-19 04:40:20.784 1 INFO neutron.manager [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loading Plugin: auto_allocate 2026-05-19 04:40:20.793 1 INFO neutron.manager [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loading Plugin: tag 2026-05-19 04:40:20.801 1 INFO neutron.manager [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loading Plugin: timestamp 2026-05-19 04:40:20.804 1 INFO neutron.manager [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loading Plugin: network_ip_availability 2026-05-19 04:40:20.808 1 INFO neutron.manager [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loading Plugin: flavors 2026-05-19 04:40:20.811 1 INFO neutron.manager [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loading Plugin: revisions 2026-05-19 04:40:20.815 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Initializing extension manager. 2026-05-19 04:40:20.816 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: address-group 2026-05-19 04:40:20.817 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: address-scope 2026-05-19 04:40:20.817 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-19 04:40:20.818 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: agent 2026-05-19 04:40:20.818 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: agent-resources-synced 2026-05-19 04:40:20.819 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: allowed-address-pairs 2026-05-19 04:40:20.820 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: auto-allocated-topology 2026-05-19 04:40:20.820 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: availability_zone 2026-05-19 04:40:20.821 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: availability_zone_filter 2026-05-19 04:40:20.821 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-19 04:40:20.822 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: default-subnetpools 2026-05-19 04:40:20.823 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-19 04:40:20.823 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: dns-integration 2026-05-19 04:40:20.824 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: dns-domain-ports 2026-05-19 04:40:20.824 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-19 04:40:20.825 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: dvr 2026-05-19 04:40:20.825 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-19 04:40:20.826 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: empty-string-filtering 2026-05-19 04:40:20.826 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-19 04:40:20.826 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-19 04:40:20.827 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: external-net 2026-05-19 04:40:20.828 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-19 04:40:20.828 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: extraroute 2026-05-19 04:40:20.829 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: extraroute-atomic 2026-05-19 04:40:20.829 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: filter-validation 2026-05-19 04:40:20.829 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-19 04:40:20.830 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-19 04:40:20.830 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-19 04:40:20.831 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: fip-port-details 2026-05-19 04:40:20.831 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: flavors 2026-05-19 04:40:20.832 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-19 04:40:20.833 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: floatingip-pools 2026-05-19 04:40:20.833 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: ip_allocation 2026-05-19 04:40:20.834 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: ip-substring-filtering 2026-05-19 04:40:20.834 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: l2_adjacency 2026-05-19 04:40:20.835 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: router 2026-05-19 04:40:20.836 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-19 04:40:20.837 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-19 04:40:20.837 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-19 04:40:20.838 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: ext-gw-mode 2026-05-19 04:40:20.838 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: l3-ha 2026-05-19 04:40:20.839 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-19 04:40:20.839 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-19 04:40:20.839 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: l3-flavors 2026-05-19 04:40:20.840 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-19 04:40:20.841 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-19 04:40:20.842 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-19 04:40:20.843 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-19 04:40:20.844 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-19 04:40:20.845 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-19 04:40:20.846 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-19 04:40:20.846 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: multi-provider 2026-05-19 04:40:20.846 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: net-mtu 2026-05-19 04:40:20.847 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: net-mtu-writable 2026-05-19 04:40:20.847 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: network_availability_zone 2026-05-19 04:40:20.848 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: network_ha 2026-05-19 04:40:20.848 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: network-ip-availability 2026-05-19 04:40:20.849 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: network-ip-availability-details 2026-05-19 04:40:20.850 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-19 04:40:20.850 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: pagination 2026-05-19 04:40:20.850 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: port-device-profile 2026-05-19 04:40:20.851 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-19 04:40:20.851 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-19 04:40:20.852 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-19 04:40:20.852 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: port-mac-override 2026-05-19 04:40:20.853 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-19 04:40:20.853 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-19 04:40:20.853 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-19 04:40:20.854 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: port-resource-request 2026-05-19 04:40:20.854 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: port-resource-request-groups 2026-05-19 04:40:20.854 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-19 04:40:20.855 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: binding 2026-05-19 04:40:20.856 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: binding-extended 2026-05-19 04:40:20.856 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: port-security 2026-05-19 04:40:20.856 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: project-id 2026-05-19 04:40:20.857 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: provider 2026-05-19 04:40:20.857 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-19 04:40:20.859 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: qos 2026-05-19 04:40:20.860 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-19 04:40:20.861 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-19 04:40:20.861 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: qos-default 2026-05-19 04:40:20.862 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: qos-fip 2026-05-19 04:40:20.862 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-19 04:40:20.862 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: qos-gateway-ip 2026-05-19 04:40:20.863 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: qos-port-network-policy 2026-05-19 04:40:20.863 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: qos-pps-minimum 2026-05-19 04:40:20.864 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-19 04:40:20.864 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: qos-pps 2026-05-19 04:40:20.865 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: qos-rule-type-details 2026-05-19 04:40:20.865 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-19 04:40:20.866 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: qos-rules-alias 2026-05-19 04:40:20.866 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: quota-check-limit 2026-05-19 04:40:20.867 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: quota-check-limit-default 2026-05-19 04:40:20.869 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: quotas 2026-05-19 04:40:20.872 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: quota_details 2026-05-19 04:40:20.873 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: rbac-policies 2026-05-19 04:40:20.874 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: rbac-address-group 2026-05-19 04:40:20.874 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: rbac-address-scope 2026-05-19 04:40:20.874 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: rbac-security-groups 2026-05-19 04:40:20.875 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: rbac-subnetpool 2026-05-19 04:40:20.875 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: revision-if-match 2026-05-19 04:40:20.876 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: standard-attr-revisions 2026-05-19 04:40:20.876 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: router_availability_zone 2026-05-19 04:40:20.877 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-05-19 04:40:20.877 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-19 04:40:20.881 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: security-groups-default-rules 2026-05-19 04:40:20.882 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-19 04:40:20.882 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-19 04:40:20.882 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-19 04:40:20.883 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-19 04:40:20.883 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-19 04:40:20.887 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: security-group 2026-05-19 04:40:20.889 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: segment 2026-05-19 04:40:20.889 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-19 04:40:20.890 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: service-type 2026-05-19 04:40:20.890 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: sorting 2026-05-19 04:40:20.890 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: standard-attr-segment 2026-05-19 04:40:20.891 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: standard-attr-description 2026-05-19 04:40:20.892 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: stateful-security-group 2026-05-19 04:40:20.892 1 WARNING neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-19 04:40:20.892 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-19 04:40:20.893 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: subnet-external-network 2026-05-19 04:40:20.893 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: subnet_onboard 2026-05-19 04:40:20.894 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-19 04:40:20.894 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: subnet-service-types 2026-05-19 04:40:20.895 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: subnet_allocation 2026-05-19 04:40:20.895 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-19 04:40:20.896 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: tag-creation 2026-05-19 04:40:20.896 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-19 04:40:20.900 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: standard-attr-tag 2026-05-19 04:40:20.900 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-19 04:40:20.901 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: trunk 2026-05-19 04:40:20.901 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: trunk-details 2026-05-19 04:40:20.901 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-19 04:40:20.902 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-19 04:40:20.902 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-19 04:40:20.903 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-19 04:40:20.904 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-19 04:40:20.905 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-19 04:40:20.906 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: vpn-flavors 2026-05-19 04:40:20.907 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: vpnaas 2026-05-19 04:40:20.908 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: taas 2026-05-19 04:40:20.909 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: tap-mirror 2026-05-19 04:40:20.909 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: tap-mirror-both-direction 2026-05-19 04:40:20.910 1 INFO neutron.api.extensions [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Loaded extension: taas-vlan-filter 2026-05-19 04:40:20.913 1 WARNING oslo_service.backend._threading.service [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Service RpcWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-05-19 04:40:20.919 1 WARNING oslo_service.backend._threading.service [None req-ba6581d1-7591-40d4-a6d7-49ab7efb341d - - - - - -] Service RpcReportsWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-05-19 04:40:51.008 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-19 04:40:51.061 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-19 04:40:51.068 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-19 04:41:00.176 13 INFO neutron.db.l3_hamode_db [None req-faa4b748-d952-4001-8ec0-47ce1f302257 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-19 04:41:16.435 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 0fc85d46-e92d-483a-aec3-227e2faeb892 2026-05-19 04:41:17.443 13 INFO neutron.plugins.ml2.plugin [None req-9793dd92-2ca8-4673-a8b8-2e05a24b11b5 - - - - - -] Attempt 1 to provision port 0fc85d46-e92d-483a-aec3-227e2faeb892 2026-05-19 04:41:18.336 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 0fc85d46-e92d-483a-aec3-227e2faeb892 2026-05-19 04:41:19.161 13 INFO neutron.plugins.ml2.plugin [None req-5ae8f3f0-233c-4716-a179-374f5bd80937 - - - - - -] Attempt 1 to provision port 0fc85d46-e92d-483a-aec3-227e2faeb892 2026-05-19 04:46:02.468 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 64d1fc73-9158-4422-8210-2a83c8125130 2026-05-19 04:46:02.688 16 INFO neutron.plugins.ml2.plugin [None req-6035b8d8-9510-4e63-912e-315f99c732b3 - - - - - -] Attempt 1 to provision port 64d1fc73-9158-4422-8210-2a83c8125130 2026-05-19 04:46:04.366 13 INFO neutron.plugins.ml2.plugin [None req-6362495f-76cc-405a-83f7-26a1c0ab3cd2 - - - - - -] Attempt 1 to provision port 64d1fc73-9158-4422-8210-2a83c8125130 2026-05-19 04:46:04.440 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 64d1fc73-9158-4422-8210-2a83c8125130 2026-05-19 04:46:08.799 16 INFO neutron.plugins.ml2.plugin [None req-78def5cc-4e6a-49de-b853-62c230ab4e3e - - - - - -] Attempt 1 to provision port aacc5de2-473f-4d96-854d-5197edc20b64 2026-05-19 04:50:05.209 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port aacc5de2-473f-4d96-854d-5197edc20b64 2026-05-19 04:50:06.549 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port aacc5de2-473f-4d96-854d-5197edc20b64 2026-05-19 05:00:08.768 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 4e2ab648-2bc9-40fa-882e-2ecf21364134 2026-05-19 05:00:10.729 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 4e2ab648-2bc9-40fa-882e-2ecf21364134 2026-05-19 05:08:24.023 13 INFO neutron.plugins.ml2.plugin [None req-4550a740-7b66-40ac-bc24-b31aa52543c2 - - - - - -] Attempt 1 to provision port 0fc85d46-e92d-483a-aec3-227e2faeb892 2026-05-19 05:08:24.069 13 INFO neutron.plugins.ml2.plugin [None req-4550a740-7b66-40ac-bc24-b31aa52543c2 - - - - - -] Attempt 1 to provision port aacc5de2-473f-4d96-854d-5197edc20b64 2026-05-19 05:08:24.128 13 INFO neutron.plugins.ml2.plugin [None req-4550a740-7b66-40ac-bc24-b31aa52543c2 - - - - - -] Attempt 1 to provision port 64d1fc73-9158-4422-8210-2a83c8125130 2026-05-19 05:16:31.073 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 9151a093-33e5-481d-8cac-1090ddccfbb3 2026-05-19 05:16:33.027 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 9151a093-33e5-481d-8cac-1090ddccfbb3 2026-05-19 05:16:36.591 16 INFO neutron.plugins.ml2.plugin [None req-0d083027-89fd-443f-aa47-dde1409f84fe - - - - - -] Attempt 1 to provision port 0d3566fa-5f5e-4e33-8c5c-2308cb0bd46a 2026-05-19 05:16:36.628 16 INFO neutron.plugins.ml2.plugin [None req-0d083027-89fd-443f-aa47-dde1409f84fe - - - - - -] Attempt 1 to provision port 9151a093-33e5-481d-8cac-1090ddccfbb3 2026-05-19 05:16:41.268 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 61d085e8-e8c4-4868-aaac-590c442eb867 2026-05-19 05:16:42.783 16 INFO neutron.plugins.ml2.plugin [None req-186a2554-ce33-4e4e-aebe-f0fef75c2e63 - - - - - -] Attempt 1 to provision port 0d3566fa-5f5e-4e33-8c5c-2308cb0bd46a 2026-05-19 05:16:43.307 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 61d085e8-e8c4-4868-aaac-590c442eb867 2026-05-19 05:16:43.529 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port b1e57d1d-93d6-4a7b-b09a-5196a5d9750f 2026-05-19 05:16:45.109 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port b1e57d1d-93d6-4a7b-b09a-5196a5d9750f 2026-05-19 05:16:47.673 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port a614b848-4098-4578-886b-611072b1a0ed 2026-05-19 05:16:48.086 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 96266b12-576f-4f54-b1ca-082372b8dc29 2026-05-19 05:16:48.773 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-35ea0b9a-369a-48da-bfa5-12d5b52b7245'] response: {'server_uuid': 'f29b4b97-53d3-4502-9afb-eea4af2743ad', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '96266b12-576f-4f54-b1ca-082372b8dc29', 'code': 200} 2026-05-19 05:16:49.194 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port a614b848-4098-4578-886b-611072b1a0ed 2026-05-19 05:16:49.450 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 96266b12-576f-4f54-b1ca-082372b8dc29 2026-05-19 05:16:49.659 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port f4b3c922-bb23-4a91-88e1-4e2242e35422 2026-05-19 05:16:51.089 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port f4b3c922-bb23-4a91-88e1-4e2242e35422 2026-05-19 05:16:55.155 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 48dc9b02-1550-400a-a914-e1d194272a4f 2026-05-19 05:16:56.389 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d79af9b4-a4e3-424b-9a08-0e64b0ff6d37'] response: {'server_uuid': 'f29b4b97-53d3-4502-9afb-eea4af2743ad', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '96266b12-576f-4f54-b1ca-082372b8dc29', 'code': 200} 2026-05-19 05:16:57.408 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 48dc9b02-1550-400a-a914-e1d194272a4f 2026-05-19 05:17:06.232 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 2da66520-8d09-4874-91a6-2fca3916684b 2026-05-19 05:17:06.345 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4a022fc-711f-49b3-83c0-409bda4bf25b'] response: {'server_uuid': 'c785a431-142a-454e-a314-3f9a8693b183', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2da66520-8d09-4874-91a6-2fca3916684b', 'code': 200} 2026-05-19 05:17:06.663 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 08378944-b411-488c-b685-650c68797d08 2026-05-19 05:17:08.303 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 2da66520-8d09-4874-91a6-2fca3916684b 2026-05-19 05:17:08.393 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb4f01f2-2c35-471a-9df4-844268d750e0'] response: {'server_uuid': 'c610048d-62dd-4297-8820-b9ada9ed30e1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '08378944-b411-488c-b685-650c68797d08', 'code': 200} 2026-05-19 05:17:08.842 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 08378944-b411-488c-b685-650c68797d08 2026-05-19 05:17:09.009 13 INFO neutron.plugins.ml2.plugin [None req-c4fee31a-8a21-46c2-a715-b0f317d82baf - - - - - -] Attempt 1 to provision port 08378944-b411-488c-b685-650c68797d08 2026-05-19 05:17:09.228 13 INFO neutron.plugins.ml2.plugin [None req-c4fee31a-8a21-46c2-a715-b0f317d82baf - - - - - -] Attempt 1 to provision port e49a04d7-1a03-4f7c-adfc-a8d765806c22 2026-05-19 05:17:09.300 13 INFO neutron.plugins.ml2.plugin [None req-c4fee31a-8a21-46c2-a715-b0f317d82baf - - - - - -] Attempt 1 to provision port 1d1c7c29-8afa-439c-88aa-44a31bcbc41e 2026-05-19 05:17:09.332 13 INFO neutron.plugins.ml2.plugin [None req-c4fee31a-8a21-46c2-a715-b0f317d82baf - - - - - -] Attempt 1 to provision port 8600e33f-637a-486d-a017-e667fd22e8f1 2026-05-19 05:17:09.356 13 INFO neutron.plugins.ml2.plugin [None req-c4fee31a-8a21-46c2-a715-b0f317d82baf - - - - - -] Attempt 1 to provision port 48dc9b02-1550-400a-a914-e1d194272a4f 2026-05-19 05:17:09.418 13 INFO neutron.plugins.ml2.plugin [None req-c4fee31a-8a21-46c2-a715-b0f317d82baf - - - - - -] Attempt 1 to provision port a614b848-4098-4578-886b-611072b1a0ed 2026-05-19 05:17:09.469 13 INFO neutron.plugins.ml2.plugin [None req-c4fee31a-8a21-46c2-a715-b0f317d82baf - - - - - -] Attempt 1 to provision port 38c09376-80bb-4f20-ba7c-d88c1294c7f5 2026-05-19 05:17:09.496 13 INFO neutron.plugins.ml2.plugin [None req-c4fee31a-8a21-46c2-a715-b0f317d82baf - - - - - -] Attempt 1 to provision port 2da66520-8d09-4874-91a6-2fca3916684b 2026-05-19 05:17:10.672 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 08a913f5-440e-4187-b5e9-79770ee50387 2026-05-19 05:17:12.628 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 08a913f5-440e-4187-b5e9-79770ee50387 2026-05-19 05:17:16.775 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 422317d2-db35-4028-b76c-b4fe80634dc3 2026-05-19 05:17:18.582 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 422317d2-db35-4028-b76c-b4fe80634dc3 2026-05-19 05:17:22.020 16 INFO neutron.plugins.ml2.plugin [None req-603146a7-8aae-464d-b1c2-f8a9b017d79f - - - - - -] Attempt 1 to provision port 08378944-b411-488c-b685-650c68797d08 2026-05-19 05:17:22.096 16 INFO neutron.plugins.ml2.plugin [None req-603146a7-8aae-464d-b1c2-f8a9b017d79f - - - - - -] Attempt 1 to provision port 422317d2-db35-4028-b76c-b4fe80634dc3 2026-05-19 05:17:22.201 16 INFO neutron.plugins.ml2.plugin [None req-603146a7-8aae-464d-b1c2-f8a9b017d79f - - - - - -] Attempt 1 to provision port 0a45cd68-4eff-49ee-9e18-3528912819e5 2026-05-19 05:17:22.270 16 INFO neutron.plugins.ml2.plugin [None req-603146a7-8aae-464d-b1c2-f8a9b017d79f - - - - - -] Attempt 1 to provision port 8600e33f-637a-486d-a017-e667fd22e8f1 2026-05-19 05:17:22.336 16 INFO neutron.plugins.ml2.plugin [None req-603146a7-8aae-464d-b1c2-f8a9b017d79f - - - - - -] Attempt 1 to provision port ccf5bf6e-0516-4f9e-b8d4-7acf0e28e7a5 2026-05-19 05:17:23.708 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 9e0beea4-a8b9-491b-a47f-2b74e0d6f185 2026-05-19 05:17:23.831 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-0996240e-02be-4074-a779-0df3a7558256'] response: {'server_uuid': '3ce83f47-fcb8-46da-ac7c-5e55a6bb2125', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9e0beea4-a8b9-491b-a47f-2b74e0d6f185', 'code': 200} 2026-05-19 05:17:25.527 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 38c09376-80bb-4f20-ba7c-d88c1294c7f5 2026-05-19 05:17:25.942 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 8600e33f-637a-486d-a017-e667fd22e8f1 2026-05-19 05:17:26.264 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 9e0beea4-a8b9-491b-a47f-2b74e0d6f185 2026-05-19 05:17:27.959 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 38c09376-80bb-4f20-ba7c-d88c1294c7f5 2026-05-19 05:17:28.155 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 8600e33f-637a-486d-a017-e667fd22e8f1 2026-05-19 05:17:28.507 13 INFO neutron.plugins.ml2.plugin [None req-037604d7-52aa-497d-a3fe-8f4e3e8f488f - - - - - -] Attempt 1 to provision port 0a45cd68-4eff-49ee-9e18-3528912819e5 2026-05-19 05:17:29.975 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 0a45cd68-4eff-49ee-9e18-3528912819e5 2026-05-19 05:17:30.412 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port ccf5bf6e-0516-4f9e-b8d4-7acf0e28e7a5 2026-05-19 05:17:32.090 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port e32b9b20-9fcd-4cb9-a26e-f89c29b67e48 2026-05-19 05:17:32.656 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port ccf5bf6e-0516-4f9e-b8d4-7acf0e28e7a5 2026-05-19 05:17:32.928 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 655ebeb5-4559-4941-941b-9d09ad4ed77d 2026-05-19 05:17:33.380 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 0a45cd68-4eff-49ee-9e18-3528912819e5 2026-05-19 05:17:34.093 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port e32b9b20-9fcd-4cb9-a26e-f89c29b67e48 2026-05-19 05:17:34.534 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 655ebeb5-4559-4941-941b-9d09ad4ed77d 2026-05-19 05:17:34.544 16 INFO neutron.plugins.ml2.plugin [None req-6a7b64e2-36da-4ce7-96b3-e90bd0aebc24 - - - - - -] Attempt 1 to provision port 655ebeb5-4559-4941-941b-9d09ad4ed77d 2026-05-19 05:17:34.608 16 INFO neutron.plugins.ml2.plugin [None req-6a7b64e2-36da-4ce7-96b3-e90bd0aebc24 - - - - - -] Attempt 1 to provision port 27b0d162-ce2c-487d-a6b4-85e5bb0163b3 2026-05-19 05:17:38.539 16 INFO neutron.plugins.ml2.plugin [None req-63304103-497c-491f-959a-abf1c63112b2 - - - - - -] Attempt 1 to provision port 655ebeb5-4559-4941-941b-9d09ad4ed77d 2026-05-19 05:17:38.644 16 INFO neutron.plugins.ml2.plugin [None req-63304103-497c-491f-959a-abf1c63112b2 - - - - - -] Attempt 1 to provision port 27b0d162-ce2c-487d-a6b4-85e5bb0163b3 2026-05-19 05:17:38.679 16 INFO neutron.plugins.ml2.plugin [None req-63304103-497c-491f-959a-abf1c63112b2 - - - - - -] Attempt 1 to provision port c63b7e10-c198-4715-8691-444654a7f35c 2026-05-19 05:17:41.932 16 INFO neutron.plugins.ml2.plugin [None req-5add751b-34ea-4f87-b82e-858bc522a4d9 - - - - - -] Attempt 1 to provision port 08378944-b411-488c-b685-650c68797d08 2026-05-19 05:17:42.019 16 INFO neutron.plugins.ml2.plugin [None req-5add751b-34ea-4f87-b82e-858bc522a4d9 - - - - - -] Attempt 1 to provision port 27b0d162-ce2c-487d-a6b4-85e5bb0163b3 2026-05-19 05:17:44.438 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port ae5e6e6b-c7e9-4e4f-ab64-217774f3d94e 2026-05-19 05:17:44.575 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-bfdb0681-d74d-4a26-bbbe-df33197f9eab'] response: {'server_uuid': '7e0919f5-3958-4b00-9c53-9140234dab52', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ae5e6e6b-c7e9-4e4f-ab64-217774f3d94e', 'code': 200} 2026-05-19 05:17:46.185 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port b14b09cc-3c23-47ae-9052-5de71b21dc8b 2026-05-19 05:17:46.776 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 701801ec-50e0-4ecd-9dbc-8d60b8d229fc 2026-05-19 05:17:47.185 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port ae5e6e6b-c7e9-4e4f-ab64-217774f3d94e 2026-05-19 05:17:48.435 13 INFO neutron.plugins.ml2.plugin [None req-d4e468ce-0ec3-4f12-a233-d320fce69411 - - - - - -] Attempt 1 to provision port 292bc4de-b5a3-4dda-bab4-95d229dc6cea 2026-05-19 05:17:48.469 13 INFO neutron.plugins.ml2.plugin [None req-d4e468ce-0ec3-4f12-a233-d320fce69411 - - - - - -] Attempt 1 to provision port 701801ec-50e0-4ecd-9dbc-8d60b8d229fc 2026-05-19 05:17:48.634 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port b14b09cc-3c23-47ae-9052-5de71b21dc8b 2026-05-19 05:17:49.040 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 701801ec-50e0-4ecd-9dbc-8d60b8d229fc 2026-05-19 05:17:50.678 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port c63b7e10-c198-4715-8691-444654a7f35c 2026-05-19 05:17:51.035 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 27b0d162-ce2c-487d-a6b4-85e5bb0163b3 2026-05-19 05:17:52.898 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port c63b7e10-c198-4715-8691-444654a7f35c 2026-05-19 05:17:53.293 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 27b0d162-ce2c-487d-a6b4-85e5bb0163b3 2026-05-19 05:17:54.204 13 INFO neutron.plugins.ml2.plugin [None req-a88a088a-58b3-4b06-99a0-ef2040773ef4 - - - - - -] Attempt 1 to provision port 09e4af3e-7005-40fc-b3ab-2dcffa524c84 2026-05-19 05:17:54.240 13 INFO neutron.plugins.ml2.plugin [None req-a88a088a-58b3-4b06-99a0-ef2040773ef4 - - - - - -] Attempt 1 to provision port ae5e6e6b-c7e9-4e4f-ab64-217774f3d94e 2026-05-19 05:17:54.296 13 INFO neutron.plugins.ml2.plugin [None req-a88a088a-58b3-4b06-99a0-ef2040773ef4 - - - - - -] Attempt 1 to provision port 701801ec-50e0-4ecd-9dbc-8d60b8d229fc 2026-05-19 05:17:54.374 13 INFO neutron.plugins.ml2.plugin [None req-a88a088a-58b3-4b06-99a0-ef2040773ef4 - - - - - -] Attempt 1 to provision port 292bc4de-b5a3-4dda-bab4-95d229dc6cea 2026-05-19 05:17:54.404 13 INFO neutron.plugins.ml2.plugin [None req-a88a088a-58b3-4b06-99a0-ef2040773ef4 - - - - - -] Attempt 1 to provision port 27b0d162-ce2c-487d-a6b4-85e5bb0163b3 2026-05-19 05:17:57.279 16 INFO neutron.plugins.ml2.plugin [None req-ee8ab7ba-5311-43b5-b505-43f52dda048c - - - - - -] Attempt 1 to provision port 292bc4de-b5a3-4dda-bab4-95d229dc6cea 2026-05-19 05:17:59.727 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 809542a6-82b3-48bb-8469-156a511189b1 2026-05-19 05:17:59.849 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ebf0ef9-b5b8-49d1-8465-171970871df8'] response: {'server_uuid': 'cc039e29-58fd-483c-8906-afeea2ecc304', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '809542a6-82b3-48bb-8469-156a511189b1', 'code': 200} 2026-05-19 05:18:01.117 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 809542a6-82b3-48bb-8469-156a511189b1 2026-05-19 05:18:01.352 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port b98c296d-de40-4826-b933-1212205d196a 2026-05-19 05:18:03.148 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port af1cddb1-f97b-42b6-992f-64e85d6daa40 2026-05-19 05:18:03.602 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port b98c296d-de40-4826-b933-1212205d196a 2026-05-19 05:18:04.955 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port af1cddb1-f97b-42b6-992f-64e85d6daa40 2026-05-19 05:18:06.620 13 INFO neutron.plugins.ml2.plugin [None req-b9427d77-9ed5-4a3b-beb0-0f26e63ed751 - - - - - -] Attempt 1 to provision port b98c296d-de40-4826-b933-1212205d196a 2026-05-19 05:18:06.681 13 INFO neutron.plugins.ml2.plugin [None req-b9427d77-9ed5-4a3b-beb0-0f26e63ed751 - - - - - -] Attempt 1 to provision port b0ffe768-23f9-416f-95f3-dc8b0590f479 2026-05-19 05:18:11.084 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 09e4af3e-7005-40fc-b3ab-2dcffa524c84 2026-05-19 05:18:11.396 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 292bc4de-b5a3-4dda-bab4-95d229dc6cea 2026-05-19 05:18:13.117 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 09e4af3e-7005-40fc-b3ab-2dcffa524c84 2026-05-19 05:18:13.141 16 INFO neutron.plugins.ml2.db [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] No ports have port_id starting with 09e4af3e-7005-40fc-b3ab-2dcffa524c84 2026-05-19 05:18:13.816 16 INFO neutron.plugins.ml2.plugin [None req-e220157c-62aa-4865-bd8e-cd70b2d85b3f - - - - - -] Attempt 1 to provision port 94f9d90e-2465-428b-9cd8-50eb303a5222 2026-05-19 05:18:13.850 16 INFO neutron.plugins.ml2.plugin [None req-e220157c-62aa-4865-bd8e-cd70b2d85b3f - - - - - -] Attempt 1 to provision port b0ffe768-23f9-416f-95f3-dc8b0590f479 2026-05-19 05:18:15.796 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port c5cbd812-49a1-443e-bfbc-8fba8d60e96d 2026-05-19 05:18:15.960 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-a3d412a8-9bdc-4d5a-b084-3c619b1d9dae'] response: {'server_uuid': '3b272aa4-f86b-474c-a742-415b0492e1ad', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c5cbd812-49a1-443e-bfbc-8fba8d60e96d', 'code': 200} 2026-05-19 05:18:17.681 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port c5cbd812-49a1-443e-bfbc-8fba8d60e96d 2026-05-19 05:18:19.667 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 94f9d90e-2465-428b-9cd8-50eb303a5222 2026-05-19 05:18:21.673 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port b0ffe768-23f9-416f-95f3-dc8b0590f479 2026-05-19 05:18:22.527 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 94f9d90e-2465-428b-9cd8-50eb303a5222 2026-05-19 05:18:23.747 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port b0ffe768-23f9-416f-95f3-dc8b0590f479 2026-05-19 05:18:23.970 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port a125d55d-00cc-4cf0-a85e-a86fd34b94c7 2026-05-19 05:18:25.073 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-87db3be0-a37f-4bbf-80f8-81fbd9bea484'] response: {'server_uuid': '7e0919f5-3958-4b00-9c53-9140234dab52', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'ae5e6e6b-c7e9-4e4f-ab64-217774f3d94e', 'code': 200} 2026-05-19 05:18:26.330 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port a125d55d-00cc-4cf0-a85e-a86fd34b94c7 2026-05-19 05:18:26.577 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port ae5e6e6b-c7e9-4e4f-ab64-217774f3d94e 2026-05-19 05:18:26.734 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-269a8476-10da-4ffc-a321-2c9504b84382'] response: {'server_uuid': '7e0919f5-3958-4b00-9c53-9140234dab52', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ae5e6e6b-c7e9-4e4f-ab64-217774f3d94e', 'code': 200} 2026-05-19 05:18:27.800 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port cc216561-82d7-4257-a271-51045fabadab 2026-05-19 05:18:28.147 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port ae5e6e6b-c7e9-4e4f-ab64-217774f3d94e 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server [None req-9a6b97c8-bdaa-4147-b94d-b472633215d2 - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 50220837-17a5-43e1-afdf-e9ebbcb3d039: This subnet is being modified by another concurrent operation. 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 174, in _process_incoming 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 269, in inner 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server raise self.value 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server raise self.value 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server raise self.value 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/quota/resource_registry.py", line 95, in wrapper 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 289, in create_dhcp_port 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 118, in _port_action 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/plugins/utils.py", line 338, in create_port 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 711, in inner 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server raise self.value 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server raise self.value 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server raise self.value 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 1668, in create_port 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 1632, in _create_port_db 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1591, in create_port_db 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 219, in allocate_ips_for_port_and_store 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1159, in wrapper 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 226, in allocate_ips_for_port 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 258, in _allocate_ips_for_port 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_backend_mixin.py", line 689, in _ipam_get_subnets 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/models_v2.py", line 77, in read_lock_register 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server raise exception 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 50220837-17a5-43e1-afdf-e9ebbcb3d039: This subnet is being modified by another concurrent operation. 2026-05-19 05:18:40.494 16 ERROR oslo_messaging.rpc.server 2026-05-19 05:18:43.004 13 INFO neutron.plugins.ml2.plugin [None req-04355087-0262-490d-9827-74e4cb296c6c - - - - - -] Attempt 1 to provision port ec1ed85e-11eb-4e73-a5f9-94dfa8ef6172 2026-05-19 05:18:49.853 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d5386dd5-aab7-43f5-9876-694b67658a14'] response: {'server_uuid': '7e0919f5-3958-4b00-9c53-9140234dab52', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'ae5e6e6b-c7e9-4e4f-ab64-217774f3d94e', 'code': 200} 2026-05-19 05:18:54.356 13 INFO neutron.plugins.ml2.plugin [None req-5426ba3c-5f67-44b5-b2b0-d964d1909b56 - - - - - -] Attempt 1 to provision port ca101ca5-6384-430c-bebf-90aba60c4564 2026-05-19 05:19:20.084 16 INFO neutron.plugins.ml2.plugin [None req-b753d452-5995-49f0-a029-4056c6db6e20 - - - - - -] Attempt 1 to provision port 97a48eb9-7bde-4493-8738-21b20c8c2890 2026-05-19 05:19:23.685 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 8d0ebbe8-6f2a-46bc-8176-f716d7481135 2026-05-19 05:19:24.103 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 60484bf2-be1f-4e79-8009-413dd340275a 2026-05-19 05:19:24.269 16 INFO neutron.plugins.ml2.plugin [None req-ba26c7c8-75ca-405f-bca6-4444c0b690dd - - - - - -] Attempt 1 to provision port bc335531-e2fb-4f05-80be-e49739c27be7 2026-05-19 05:19:24.305 16 INFO neutron.plugins.ml2.plugin [None req-ba26c7c8-75ca-405f-bca6-4444c0b690dd - - - - - -] Attempt 1 to provision port 60484bf2-be1f-4e79-8009-413dd340275a 2026-05-19 05:19:25.649 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 8d0ebbe8-6f2a-46bc-8176-f716d7481135 2026-05-19 05:19:25.928 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 60484bf2-be1f-4e79-8009-413dd340275a 2026-05-19 05:19:26.809 13 INFO neutron.plugins.ml2.plugin [None req-d2935cba-922b-48fd-83a9-da09ce2141fc - - - - - -] Attempt 1 to provision port bc335531-e2fb-4f05-80be-e49739c27be7 2026-05-19 05:19:26.856 13 INFO neutron.plugins.ml2.plugin [None req-d2935cba-922b-48fd-83a9-da09ce2141fc - - - - - -] Attempt 1 to provision port 60484bf2-be1f-4e79-8009-413dd340275a 2026-05-19 05:19:28.062 13 INFO neutron.plugins.ml2.plugin [None req-f5e823eb-d33f-47a8-a03d-fdccd33176fc - - - - - -] Attempt 1 to provision port bc335531-e2fb-4f05-80be-e49739c27be7 2026-05-19 05:19:33.652 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port b33b4506-d36c-48ce-a5a2-8667a571e468 2026-05-19 05:19:36.278 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port b33b4506-d36c-48ce-a5a2-8667a571e468 2026-05-19 05:19:36.515 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 528cc5a6-ad9e-45d5-8c2c-5abd67037de9 2026-05-19 05:19:36.637 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c70c1597-52b0-4129-b34c-748cc0f43535'] response: {'server_uuid': 'd669ec49-d308-4cbf-a1dc-29667d9b3865', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '528cc5a6-ad9e-45d5-8c2c-5abd67037de9', 'code': 200} 2026-05-19 05:19:37.757 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 528cc5a6-ad9e-45d5-8c2c-5abd67037de9 2026-05-19 05:19:38.878 16 INFO neutron.plugins.ml2.plugin [None req-dcfc1ed2-59f4-4894-adbe-918e8befcfff - - - - - -] Attempt 1 to provision port b33b4506-d36c-48ce-a5a2-8667a571e468 2026-05-19 05:19:39.937 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port bc335531-e2fb-4f05-80be-e49739c27be7 2026-05-19 05:19:40.270 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 97a48eb9-7bde-4493-8738-21b20c8c2890 2026-05-19 05:19:41.626 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port bc335531-e2fb-4f05-80be-e49739c27be7 2026-05-19 05:19:41.868 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 97a48eb9-7bde-4493-8738-21b20c8c2890 2026-05-19 05:19:45.742 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 4bdf6a19-7bf4-474f-bc59-9e2bf9bea390 2026-05-19 05:20:22.188 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port c3c5c5b6-36d5-4c82-a52a-5ed686c613e5 2026-05-19 05:20:22.293 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-1bd1de4b-1329-4022-9774-e59f0a6acf4a'] response: {'server_uuid': '16ca5348-ad49-4b68-8588-9336fa0348d9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c3c5c5b6-36d5-4c82-a52a-5ed686c613e5', 'code': 200} 2026-05-19 05:20:23.641 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port c3c5c5b6-36d5-4c82-a52a-5ed686c613e5 2026-05-19 05:20:25.676 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 69f6e57e-6e5c-4134-98a4-fefe06c32c67 2026-05-19 05:20:27.855 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 69f6e57e-6e5c-4134-98a4-fefe06c32c67 2026-05-19 05:20:28.079 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port a7778d0a-9f8f-4cc5-b83c-4294e80735ed 2026-05-19 05:20:29.402 16 INFO neutron.plugins.ml2.plugin [None req-910de943-accf-467f-8159-deebaf38a781 - - - - - -] Attempt 1 to provision port a4ad89a2-2406-44d2-9d11-6ab348b6bfc3 2026-05-19 05:20:29.450 16 INFO neutron.plugins.ml2.plugin [None req-910de943-accf-467f-8159-deebaf38a781 - - - - - -] Attempt 1 to provision port ccec6d1c-99d1-481d-8a4e-47bdd2149526 2026-05-19 05:20:29.480 16 INFO neutron.plugins.ml2.plugin [None req-910de943-accf-467f-8159-deebaf38a781 - - - - - -] Attempt 1 to provision port 69f6e57e-6e5c-4134-98a4-fefe06c32c67 2026-05-19 05:20:29.650 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port a7778d0a-9f8f-4cc5-b83c-4294e80735ed 2026-05-19 05:20:31.397 16 INFO neutron.plugins.ml2.plugin [None req-055841e7-9055-4a37-a688-e7c16ccab4c9 - - - - - -] Attempt 1 to provision port ccec6d1c-99d1-481d-8a4e-47bdd2149526 2026-05-19 05:20:39.530 16 INFO neutron.plugins.ml2.plugin [None req-64d40001-85ff-4905-b409-d4c32da555fa - - - - - -] Attempt 1 to provision port c6387594-4b53-4894-8628-82fcabccb35e 2026-05-19 05:20:39.655 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port c6387594-4b53-4894-8628-82fcabccb35e 2026-05-19 05:20:41.643 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port c6387594-4b53-4894-8628-82fcabccb35e 2026-05-19 05:20:42.532 16 INFO neutron.plugins.ml2.plugin [None req-ea91f753-a61c-4a50-8d18-27bc493589a4 - - - - - -] Attempt 1 to provision port 7bcee604-3153-4815-adfb-e14d42861fc6 2026-05-19 05:20:42.806 16 INFO neutron.plugins.ml2.plugin [None req-ea91f753-a61c-4a50-8d18-27bc493589a4 - - - - - -] Attempt 1 to provision port 0e9e350c-bd94-4a7c-b57f-af8f23b9fb69 2026-05-19 05:20:42.836 16 INFO neutron.plugins.ml2.plugin [None req-ea91f753-a61c-4a50-8d18-27bc493589a4 - - - - - -] Attempt 1 to provision port c6387594-4b53-4894-8628-82fcabccb35e 2026-05-19 05:20:43.670 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 78265cfd-950e-47f9-aa85-3fdc78012053 2026-05-19 05:20:45.049 13 INFO neutron.plugins.ml2.plugin [None req-214b16ae-b8c3-4f99-8b90-480c8d50f08f - - - - - -] Attempt 1 to provision port 0e9e350c-bd94-4a7c-b57f-af8f23b9fb69 2026-05-19 05:20:45.648 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 78265cfd-950e-47f9-aa85-3fdc78012053 2026-05-19 05:20:51.665 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port ccec6d1c-99d1-481d-8a4e-47bdd2149526 2026-05-19 05:20:52.048 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port a4ad89a2-2406-44d2-9d11-6ab348b6bfc3 2026-05-19 05:20:53.668 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port ccec6d1c-99d1-481d-8a4e-47bdd2149526 2026-05-19 05:20:53.890 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port a4ad89a2-2406-44d2-9d11-6ab348b6bfc3 2026-05-19 05:21:01.416 13 INFO neutron.plugins.ml2.plugin [None req-dcf7aff2-6447-4033-b6d7-039e13e49283 - - - - - -] Attempt 1 to provision port 7b225a65-126c-41ab-bc7f-b5ebcbed8ddc 2026-05-19 05:21:01.670 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 7bcee604-3153-4815-adfb-e14d42861fc6 2026-05-19 05:21:02.097 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 0e9e350c-bd94-4a7c-b57f-af8f23b9fb69 2026-05-19 05:21:03.706 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 7bcee604-3153-4815-adfb-e14d42861fc6 2026-05-19 05:21:03.841 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 0e9e350c-bd94-4a7c-b57f-af8f23b9fb69 2026-05-19 05:21:08.710 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 7b225a65-126c-41ab-bc7f-b5ebcbed8ddc 2026-05-19 05:21:08.852 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-271afabc-d05d-4ca3-8503-b43a285a0545'] response: {'server_uuid': 'eeec0560-c39a-43dd-98ba-0addae121ea0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7b225a65-126c-41ab-bc7f-b5ebcbed8ddc', 'code': 200} 2026-05-19 05:21:10.031 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 7b225a65-126c-41ab-bc7f-b5ebcbed8ddc 2026-05-19 05:21:13.251 16 INFO neutron_taas.services.taas.taas_plugin [None req-025777cb-56c8-4a84-8987-1a04de830b15 - - - - - -] TaaS: Handle Delete Port: 60484bf2-be1f-4e79-8009-413dd340275a 2026-05-19 05:21:13.260 16 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-025777cb-56c8-4a84-8987-1a04de830b15 - - - - - -] Tap Mirror: Handle Delete Port: 60484bf2-be1f-4e79-8009-413dd340275a 2026-05-19 05:21:26.221 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-189b0c20-7ec8-419f-adf1-4a7a69d55e3d'] response: {'server_uuid': 'eeec0560-c39a-43dd-98ba-0addae121ea0', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7b225a65-126c-41ab-bc7f-b5ebcbed8ddc', 'code': 200} 2026-05-19 05:22:32.060 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 8f54a5c1-5c5d-4653-bc23-c0424c0c1f17 2026-05-19 05:22:34.048 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 8f54a5c1-5c5d-4653-bc23-c0424c0c1f17 2026-05-19 05:22:36.064 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 69638f9b-9ebc-4b8a-afa7-a5b53a829375 2026-05-19 05:22:38.159 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 69638f9b-9ebc-4b8a-afa7-a5b53a829375 2026-05-19 05:22:38.425 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port fe6295a1-3ac5-49aa-98e4-7aad5d85b35b 2026-05-19 05:22:40.146 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port fe6295a1-3ac5-49aa-98e4-7aad5d85b35b 2026-05-19 05:22:40.410 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port ee1b951f-26a8-4349-8d33-a35f92310231 2026-05-19 05:22:42.202 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port ee1b951f-26a8-4349-8d33-a35f92310231 2026-05-19 05:22:42.352 13 INFO neutron.plugins.ml2.plugin [None req-81b9dae6-a163-468c-b838-187868f5d24a - - - - - -] Attempt 1 to provision port 9f407f43-a7e0-4c86-853d-16b8e8dd1272 2026-05-19 05:22:42.384 13 INFO neutron.plugins.ml2.plugin [None req-81b9dae6-a163-468c-b838-187868f5d24a - - - - - -] Attempt 1 to provision port 69638f9b-9ebc-4b8a-afa7-a5b53a829375 2026-05-19 05:22:42.449 13 INFO neutron.plugins.ml2.plugin [None req-81b9dae6-a163-468c-b838-187868f5d24a - - - - - -] Attempt 1 to provision port ee1b951f-26a8-4349-8d33-a35f92310231 2026-05-19 05:22:42.503 13 INFO neutron.plugins.ml2.plugin [None req-81b9dae6-a163-468c-b838-187868f5d24a - - - - - -] Attempt 1 to provision port 711f69ff-4d2c-41ea-9bf3-6be22936ffc2 2026-05-19 05:22:46.114 13 INFO neutron.plugins.ml2.plugin [None req-1503436e-893a-4311-bea3-913f019ea6f5 - - - - - -] Attempt 1 to provision port 69638f9b-9ebc-4b8a-afa7-a5b53a829375 2026-05-19 05:22:46.178 13 INFO neutron.plugins.ml2.plugin [None req-1503436e-893a-4311-bea3-913f019ea6f5 - - - - - -] Attempt 1 to provision port 9f407f43-a7e0-4c86-853d-16b8e8dd1272 2026-05-19 05:22:46.202 13 INFO neutron.plugins.ml2.plugin [None req-1503436e-893a-4311-bea3-913f019ea6f5 - - - - - -] Attempt 1 to provision port ee1b951f-26a8-4349-8d33-a35f92310231 2026-05-19 05:22:46.247 13 INFO neutron.plugins.ml2.plugin [None req-1503436e-893a-4311-bea3-913f019ea6f5 - - - - - -] Attempt 1 to provision port 3fe312a0-1d12-4257-8053-7ec400340949 2026-05-19 05:22:49.378 16 INFO neutron.plugins.ml2.plugin [None req-4e79d6a9-4412-46b0-9b8c-4dbe54be059c - - - - - -] Attempt 1 to provision port 69638f9b-9ebc-4b8a-afa7-a5b53a829375 2026-05-19 05:22:49.434 16 INFO neutron.plugins.ml2.plugin [None req-4e79d6a9-4412-46b0-9b8c-4dbe54be059c - - - - - -] Attempt 1 to provision port 9f407f43-a7e0-4c86-853d-16b8e8dd1272 2026-05-19 05:22:49.458 16 INFO neutron.plugins.ml2.plugin [None req-4e79d6a9-4412-46b0-9b8c-4dbe54be059c - - - - - -] Attempt 1 to provision port ee1b951f-26a8-4349-8d33-a35f92310231 2026-05-19 05:22:49.514 16 INFO neutron.plugins.ml2.plugin [None req-4e79d6a9-4412-46b0-9b8c-4dbe54be059c - - - - - -] Attempt 1 to provision port 3fe312a0-1d12-4257-8053-7ec400340949 2026-05-19 05:22:52.602 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port a49b6a55-1b30-4200-af9d-80ce42f907da 2026-05-19 05:22:52.749 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-787ad417-07b0-4573-a9f2-1de3981f31ac'] response: {'server_uuid': 'fadc7193-f99a-463a-a1d4-7ec897a91a21', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a49b6a55-1b30-4200-af9d-80ce42f907da', 'code': 200} 2026-05-19 05:22:53.382 13 INFO neutron.plugins.ml2.plugin [None req-aa86a0ae-6fcd-48d9-b893-01765939b88c - - - - - -] Attempt 1 to provision port 9f407f43-a7e0-4c86-853d-16b8e8dd1272 2026-05-19 05:22:53.435 13 INFO neutron.plugins.ml2.plugin [None req-aa86a0ae-6fcd-48d9-b893-01765939b88c - - - - - -] Attempt 1 to provision port 3fe312a0-1d12-4257-8053-7ec400340949 2026-05-19 05:22:54.069 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port a49b6a55-1b30-4200-af9d-80ce42f907da 2026-05-19 05:22:54.844 16 INFO neutron.plugins.ml2.plugin [None req-2f57efc4-fbeb-4dca-aebe-df487f42b08e - - - - - -] Attempt 1 to provision port a49b6a55-1b30-4200-af9d-80ce42f907da 2026-05-19 05:22:56.119 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 3fe312a0-1d12-4257-8053-7ec400340949 2026-05-19 05:22:56.403 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 711f69ff-4d2c-41ea-9bf3-6be22936ffc2 2026-05-19 05:22:56.653 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 79022d89-f440-403f-82f8-db6f0a8529f0 2026-05-19 05:22:58.108 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 9f407f43-a7e0-4c86-853d-16b8e8dd1272 2026-05-19 05:22:58.390 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 3fe312a0-1d12-4257-8053-7ec400340949 2026-05-19 05:22:58.594 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 711f69ff-4d2c-41ea-9bf3-6be22936ffc2 2026-05-19 05:22:58.747 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 79022d89-f440-403f-82f8-db6f0a8529f0 2026-05-19 05:23:00.048 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 9f407f43-a7e0-4c86-853d-16b8e8dd1272 2026-05-19 05:23:10.110 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port e7631191-2783-4f52-8788-7e55452fdc51 2026-05-19 05:23:10.239 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-7508981a-07c9-4a54-a786-2dd91dc70e9b'] response: {'server_uuid': 'e53dcf90-3b1b-4bbf-a9e7-e625a60c5e77', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e7631191-2783-4f52-8788-7e55452fdc51', 'code': 200} 2026-05-19 05:23:12.083 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port e7631191-2783-4f52-8788-7e55452fdc51 2026-05-19 05:24:18.619 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port aa2d1934-9f5f-492d-8292-818a7cc442d3 2026-05-19 05:24:18.766 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-e198c62b-93e3-441d-9a11-abd4511bc503'] response: {'server_uuid': 'b045b4a3-53e7-4f9f-bcd4-0373e94c34ee', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'aa2d1934-9f5f-492d-8292-818a7cc442d3', 'code': 200} 2026-05-19 05:24:20.084 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port aa2d1934-9f5f-492d-8292-818a7cc442d3 2026-05-19 05:25:41.584 13 INFO neutron.plugins.ml2.plugin [None req-7e9aaf3f-adf1-4250-aeb4-5bf5092fd491 - - - - - -] Attempt 1 to provision port cdd8afb1-e8e2-4bc7-b02b-0376f418575c 2026-05-19 05:25:49.774 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port cdd8afb1-e8e2-4bc7-b02b-0376f418575c 2026-05-19 05:25:49.890 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-783bedd3-ddcc-4ac2-a8fb-43263e76f4e9'] response: {'server_uuid': 'b045b4a3-53e7-4f9f-bcd4-0373e94c34ee', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cdd8afb1-e8e2-4bc7-b02b-0376f418575c', 'code': 200} 2026-05-19 05:25:50.343 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port cdd8afb1-e8e2-4bc7-b02b-0376f418575c 2026-05-19 05:26:02.351 16 INFO neutron.plugins.ml2.plugin [None req-feae894e-d0cc-4e73-beb0-84d50931ce29 - - - - - -] Attempt 1 to provision port 1f95000c-f197-4254-a808-f2ed6e8b7d36 2026-05-19 05:26:08.333 13 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 1f95000c-f197-4254-a808-f2ed6e8b7d36 2026-05-19 05:26:08.450 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0ca0720-0a5b-48e5-8e06-28ff09c9cac4'] response: {'server_uuid': 'b045b4a3-53e7-4f9f-bcd4-0373e94c34ee', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1f95000c-f197-4254-a808-f2ed6e8b7d36', 'code': 200} 2026-05-19 05:26:10.343 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 1f95000c-f197-4254-a808-f2ed6e8b7d36 2026-05-19 05:26:12.732 13 INFO neutron.plugins.ml2.plugin [None req-5ddd3867-2b73-4d54-ac7d-e43ce05e809a - - - - - -] Attempt 1 to provision port cdd8afb1-e8e2-4bc7-b02b-0376f418575c 2026-05-19 05:26:26.106 13 INFO neutron.plugins.ml2.plugin [None req-a485c665-9cab-4e4d-8cba-1351dd4e0267 - - - - - -] Attempt 1 to provision port 1f95000c-f197-4254-a808-f2ed6e8b7d36 2026-05-19 05:26:26.614 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port 1f95000c-f197-4254-a808-f2ed6e8b7d36 2026-05-19 05:26:27.445 16 INFO neutron.plugins.ml2.plugin [None req-f1ae6788-0d90-4711-8b98-6db1606dffda - - - - - -] Attempt 1 to provision port 1f95000c-f197-4254-a808-f2ed6e8b7d36 2026-05-19 05:26:36.388 16 INFO neutron.plugins.ml2.plugin [None req-9cbccc91-5b88-4292-9b2c-1371c82c1065 - - - - - -] Attempt 1 to provision port cdd8afb1-e8e2-4bc7-b02b-0376f418575c 2026-05-19 05:26:36.487 13 INFO neutron.plugins.ml2.plugin [None req-718d1f9f-ca4c-473b-a2a2-b1f351363cf7 - - - - - -] Attempt 1 to provision port cdd8afb1-e8e2-4bc7-b02b-0376f418575c 2026-05-19 05:27:22.511 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-47ecb158-4f9f-473b-bac6-5726ab855100'] response: {'server_uuid': 'fadc7193-f99a-463a-a1d4-7ec897a91a21', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'a49b6a55-1b30-4200-af9d-80ce42f907da', 'code': 200}