+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini 2026-07-23 05:30:34.312 1 INFO neutron.common.config [-] Logging enabled! 2026-07-23 05:30:34.313 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 27.0.0 2026-07-23 05:30:34.313 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-07-23 05:30:34.313 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-23 05:30:35.788 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-23 05:30:35.790 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-23 05:30:35.793 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-23 05:30:35.794 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-23 05:30:35.794 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-23 05:30:35.794 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-23 05:30:35.795 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-23 05:30:35.801 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-23 05:30:35.801 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-23 05:30:35.802 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-23 05:30:35.823 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-23 05:30:35.824 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-23 05:30:35.824 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-23 05:30:35.844 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-23 05:30:35.845 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-23 05:30:35.845 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-23 05:30:35.845 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-23 05:30:36.127 1 INFO neutron.plugins.ml2.managers [None req-9a86fe90-b6f7-4c3d-80bf-e7ed4e7b57bc - - - - - -] Initializing driver for type 'vlan' 2026-07-23 05:30:36.274 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-9a86fe90-b6f7-4c3d-80bf-e7ed4e7b57bc - - - - - -] VlanTypeDriver initialization complete 2026-07-23 05:30:36.274 1 INFO neutron.plugins.ml2.managers [None req-9a86fe90-b6f7-4c3d-80bf-e7ed4e7b57bc - - - - - -] Initializing driver for type 'vxlan' 2026-07-23 05:30:36.275 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-9a86fe90-b6f7-4c3d-80bf-e7ed4e7b57bc - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-23 05:30:36.320 1 INFO neutron.plugins.ml2.managers [None req-9a86fe90-b6f7-4c3d-80bf-e7ed4e7b57bc - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-23 05:30:36.320 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-9a86fe90-b6f7-4c3d-80bf-e7ed4e7b57bc - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-23 05:30:36.320 1 INFO neutron.plugins.ml2.managers [None req-9a86fe90-b6f7-4c3d-80bf-e7ed4e7b57bc - - - - - -] Initializing extension driver 'port_security' 2026-07-23 05:30:36.320 1 INFO neutron.plugins.ml2.extensions.port_security [None req-9a86fe90-b6f7-4c3d-80bf-e7ed4e7b57bc - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-23 05:30:36.320 1 INFO neutron.plugins.ml2.managers [None req-9a86fe90-b6f7-4c3d-80bf-e7ed4e7b57bc - - - - - -] Initializing extension driver 'qos' 2026-07-23 05:30:36.320 1 INFO neutron.plugins.ml2.managers [None req-9a86fe90-b6f7-4c3d-80bf-e7ed4e7b57bc - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-23 05:30:36.321 1 INFO neutron.plugins.ml2.managers [None req-9a86fe90-b6f7-4c3d-80bf-e7ed4e7b57bc - - - - - -] Initializing mechanism driver 'l2population' 2026-07-23 05:30:36.331 1 INFO neutron.quota [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded quota_driver: . 2026-07-23 05:30:36.332 1 INFO neutron.plugins.ml2.plugin [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Modular L2 Plugin initialization complete 2026-07-23 05:30:36.332 1 INFO neutron.plugins.ml2.managers [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-23 05:30:36.332 1 INFO neutron.plugins.ml2.managers [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-23 05:30:36.332 1 INFO neutron.plugins.ml2.managers [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-23 05:30:36.332 1 INFO neutron.manager [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loading Plugin: qos 2026-07-23 05:30:36.345 1 INFO neutron.manager [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loading Plugin: router 2026-07-23 05:30:36.387 1 INFO neutron.services.service_base [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-23 05:30:36.388 1 INFO neutron.manager [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loading Plugin: segments 2026-07-23 05:30:36.465 1 INFO neutron.manager [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loading Plugin: trunk 2026-07-23 05:30:36.480 1 INFO neutron.manager [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loading Plugin: vpnaas 2026-07-23 05:30:36.515 1 WARNING stevedore.named [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-23 05:30:36.581 1 INFO neutron_vpnaas.services.vpn.plugin [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-23 05:30:36.581 1 INFO neutron.common.utils [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-23 05:30:36.581 1 INFO neutron.manager [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loading Plugin: taas 2026-07-23 05:30:36.601 1 WARNING stevedore.named [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-23 05:30:36.602 1 WARNING stevedore.named [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-23 05:30:36.621 1 INFO neutron_taas.services.taas.taas_plugin [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-23 05:30:36.621 1 INFO neutron.manager [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loading Plugin: tapmirror 2026-07-23 05:30:36.630 1 WARNING stevedore.named [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-23 05:30:36.630 1 WARNING stevedore.named [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-23 05:30:36.641 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-23 05:30:36.641 1 INFO neutron.manager [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loading Plugin: auto_allocate 2026-07-23 05:30:36.646 1 INFO neutron.manager [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loading Plugin: tag 2026-07-23 05:30:36.654 1 INFO neutron.manager [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loading Plugin: timestamp 2026-07-23 05:30:36.656 1 INFO neutron.manager [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loading Plugin: network_ip_availability 2026-07-23 05:30:36.660 1 INFO neutron.manager [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loading Plugin: flavors 2026-07-23 05:30:36.662 1 INFO neutron.manager [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loading Plugin: revisions 2026-07-23 05:30:36.665 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Initializing extension manager. 2026-07-23 05:30:36.667 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: address-group 2026-07-23 05:30:36.668 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: address-scope 2026-07-23 05:30:36.668 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-23 05:30:36.669 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: agent 2026-07-23 05:30:36.669 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: agent-resources-synced 2026-07-23 05:30:36.670 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-23 05:30:36.671 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-23 05:30:36.672 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: availability_zone 2026-07-23 05:30:36.672 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: availability_zone_filter 2026-07-23 05:30:36.672 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-23 05:30:36.673 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: default-subnetpools 2026-07-23 05:30:36.674 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-23 05:30:36.674 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: dns-integration 2026-07-23 05:30:36.675 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: dns-domain-ports 2026-07-23 05:30:36.675 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-23 05:30:36.676 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: dvr 2026-07-23 05:30:36.676 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-23 05:30:36.676 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: empty-string-filtering 2026-07-23 05:30:36.677 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-23 05:30:36.677 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-23 05:30:36.678 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: external-net 2026-07-23 05:30:36.678 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-23 05:30:36.678 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: extraroute 2026-07-23 05:30:36.679 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: extraroute-atomic 2026-07-23 05:30:36.679 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-23 05:30:36.680 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-23 05:30:36.680 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-23 05:30:36.681 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-23 05:30:36.681 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: fip-port-details 2026-07-23 05:30:36.682 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: flavors 2026-07-23 05:30:36.684 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-23 05:30:36.685 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: floatingip-pools 2026-07-23 05:30:36.685 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: ip_allocation 2026-07-23 05:30:36.686 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-23 05:30:36.686 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: l2_adjacency 2026-07-23 05:30:36.687 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: router 2026-07-23 05:30:36.688 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-23 05:30:36.689 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-23 05:30:36.689 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-23 05:30:36.690 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: ext-gw-mode 2026-07-23 05:30:36.690 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: l3-ha 2026-07-23 05:30:36.691 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-23 05:30:36.691 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-23 05:30:36.691 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: l3-flavors 2026-07-23 05:30:36.692 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-23 05:30:36.692 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-23 05:30:36.694 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-23 05:30:36.695 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-23 05:30:36.696 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-23 05:30:36.697 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-23 05:30:36.697 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-23 05:30:36.698 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: multi-provider 2026-07-23 05:30:36.698 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: net-mtu 2026-07-23 05:30:36.699 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: net-mtu-writable 2026-07-23 05:30:36.700 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: network_availability_zone 2026-07-23 05:30:36.700 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: network_ha 2026-07-23 05:30:36.701 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: network-ip-availability 2026-07-23 05:30:36.702 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-23 05:30:36.702 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: pagination 2026-07-23 05:30:36.702 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: port-device-profile 2026-07-23 05:30:36.703 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-23 05:30:36.703 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-23 05:30:36.704 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-23 05:30:36.704 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: port-mac-override 2026-07-23 05:30:36.704 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-23 05:30:36.705 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-23 05:30:36.705 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-23 05:30:36.706 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: port-resource-request 2026-07-23 05:30:36.706 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-23 05:30:36.707 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-23 05:30:36.707 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: binding 2026-07-23 05:30:36.708 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: binding-extended 2026-07-23 05:30:36.708 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: port-security 2026-07-23 05:30:36.708 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: project-id 2026-07-23 05:30:36.709 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: provider 2026-07-23 05:30:36.709 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-23 05:30:36.711 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: qos 2026-07-23 05:30:36.712 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-23 05:30:36.712 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-23 05:30:36.713 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: qos-default 2026-07-23 05:30:36.714 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: qos-fip 2026-07-23 05:30:36.714 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-23 05:30:36.715 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-23 05:30:36.715 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-23 05:30:36.716 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-23 05:30:36.716 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-23 05:30:36.717 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: qos-pps 2026-07-23 05:30:36.717 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-23 05:30:36.718 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-23 05:30:36.718 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: qos-rules-alias 2026-07-23 05:30:36.719 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: quota-check-limit 2026-07-23 05:30:36.719 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-23 05:30:36.721 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: quotas 2026-07-23 05:30:36.724 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: quota_details 2026-07-23 05:30:36.725 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: rbac-policies 2026-07-23 05:30:36.725 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: rbac-address-group 2026-07-23 05:30:36.726 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: rbac-address-scope 2026-07-23 05:30:36.726 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: rbac-security-groups 2026-07-23 05:30:36.726 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-23 05:30:36.727 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: revision-if-match 2026-07-23 05:30:36.727 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-23 05:30:36.728 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: router_availability_zone 2026-07-23 05:30:36.728 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-23 05:30:36.730 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-23 05:30:36.730 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-23 05:30:36.731 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-23 05:30:36.731 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-23 05:30:36.732 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-23 05:30:36.732 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-23 05:30:36.736 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: security-group 2026-07-23 05:30:36.737 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: segment 2026-07-23 05:30:36.737 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-23 05:30:36.738 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: service-type 2026-07-23 05:30:36.738 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: sorting 2026-07-23 05:30:36.738 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: standard-attr-segment 2026-07-23 05:30:36.739 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: standard-attr-description 2026-07-23 05:30:36.739 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: stateful-security-group 2026-07-23 05:30:36.740 1 WARNING neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-23 05:30:36.740 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-23 05:30:36.741 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: subnet-external-network 2026-07-23 05:30:36.741 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: subnet_onboard 2026-07-23 05:30:36.742 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-23 05:30:36.742 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: subnet-service-types 2026-07-23 05:30:36.743 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: subnet_allocation 2026-07-23 05:30:36.743 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-23 05:30:36.744 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: tag-creation 2026-07-23 05:30:36.744 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-23 05:30:36.747 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: standard-attr-tag 2026-07-23 05:30:36.748 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-23 05:30:36.749 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: trunk 2026-07-23 05:30:36.749 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: trunk-details 2026-07-23 05:30:36.749 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-23 05:30:36.750 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-23 05:30:36.750 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-23 05:30:36.751 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-23 05:30:36.752 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-23 05:30:36.753 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-23 05:30:36.754 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: vpn-flavors 2026-07-23 05:30:36.755 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: vpnaas 2026-07-23 05:30:36.756 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: taas 2026-07-23 05:30:36.757 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: tap-mirror 2026-07-23 05:30:36.757 1 INFO neutron.api.extensions [None req-f3d34b7f-8318-4602-ac88-dbdbb7577cd6 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-23 05:31:06.840 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-07-23 05:31:06.871 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-07-23 05:31:06.875 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-07-23 05:31:17.512 16 INFO neutron.db.l3_hamode_db [None req-75a4fe0b-00db-4f90-a969-c313e82d44d5 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-23 05:31:27.829 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 21dbcb19-9ebe-4d49-8259-c3e63091ac73 2026-07-23 05:31:28.613 16 INFO neutron.plugins.ml2.plugin [None req-3283c6f5-7373-488c-a670-0eafc21980fb - - - - - -] Attempt 1 to provision port 21dbcb19-9ebe-4d49-8259-c3e63091ac73 2026-07-23 05:31:29.710 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 21dbcb19-9ebe-4d49-8259-c3e63091ac73 2026-07-23 05:31:30.279 16 INFO neutron.plugins.ml2.plugin [None req-6acf7937-04d5-492e-a686-bdcc8d674d38 - - - - - -] Attempt 1 to provision port 21dbcb19-9ebe-4d49-8259-c3e63091ac73 2026-07-23 05:36:01.805 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 926041a7-6525-4e28-bd5e-062b25932d6b 2026-07-23 05:36:02.196 16 INFO neutron.plugins.ml2.plugin [None req-cfcf125d-039d-4bb2-9db6-8221447c0206 - - - - - -] Attempt 1 to provision port 926041a7-6525-4e28-bd5e-062b25932d6b 2026-07-23 05:36:03.779 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 926041a7-6525-4e28-bd5e-062b25932d6b 2026-07-23 05:36:03.844 16 INFO neutron.plugins.ml2.plugin [None req-27770a76-f50f-40ba-bd56-cdf2fbc6e193 - - - - - -] Attempt 1 to provision port 926041a7-6525-4e28-bd5e-062b25932d6b 2026-07-23 05:36:08.729 16 INFO neutron.plugins.ml2.plugin [None req-4ca06aa1-b2b9-4bb1-96d8-f66a2ac7f65a - - - - - -] Attempt 1 to provision port dee0606f-7e9e-4acd-b7a2-310559644eee 2026-07-23 05:40:00.431 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port dee0606f-7e9e-4acd-b7a2-310559644eee 2026-07-23 05:40:01.852 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port dee0606f-7e9e-4acd-b7a2-310559644eee 2026-07-23 05:48:47.998 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port d6486cc4-9e8a-4bc7-a493-9de9e2f119e4 2026-07-23 05:48:49.960 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port d6486cc4-9e8a-4bc7-a493-9de9e2f119e4 2026-07-23 05:58:57.759 13 INFO neutron.plugins.ml2.plugin [None req-d176f1ed-013b-409b-b526-56cd63ffd257 - - - - - -] Attempt 1 to provision port 21dbcb19-9ebe-4d49-8259-c3e63091ac73 2026-07-23 05:58:57.804 13 INFO neutron.plugins.ml2.plugin [None req-d176f1ed-013b-409b-b526-56cd63ffd257 - - - - - -] Attempt 1 to provision port 926041a7-6525-4e28-bd5e-062b25932d6b 2026-07-23 05:58:57.865 13 INFO neutron.plugins.ml2.plugin [None req-d176f1ed-013b-409b-b526-56cd63ffd257 - - - - - -] Attempt 1 to provision port dee0606f-7e9e-4acd-b7a2-310559644eee 2026-07-23 06:05:11.518 13 INFO neutron.plugins.ml2.plugin [None req-2ddd9720-31e4-43f4-95a9-e2e964a94f6a - - - - - -] Attempt 1 to provision port 6a62e546-21a9-43ff-b3fd-351b6331b2d8 2026-07-23 06:05:12.266 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 6a62e546-21a9-43ff-b3fd-351b6331b2d8 2026-07-23 06:05:14.252 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 3494507b-caa5-4bc6-bbb5-d724b82491f9 2026-07-23 06:05:16.489 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 3494507b-caa5-4bc6-bbb5-d724b82491f9 2026-07-23 06:05:16.642 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port c444d522-215f-4313-94af-bdfb4cee48a6 2026-07-23 06:05:18.529 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port af0ca57c-b9b4-4163-8602-94d62e946a7e 2026-07-23 06:05:18.857 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port c444d522-215f-4313-94af-bdfb4cee48a6 2026-07-23 06:05:19.064 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 7a7ce549-1a0f-467b-834b-8e19e95c0a51 2026-07-23 06:05:20.267 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port af0ca57c-b9b4-4163-8602-94d62e946a7e 2026-07-23 06:05:20.580 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 7a7ce549-1a0f-467b-834b-8e19e95c0a51 2026-07-23 06:05:21.464 16 INFO neutron.plugins.ml2.plugin [None req-f9c78c07-afc2-4346-a758-c5683bcb9bcb - - - - - -] Attempt 1 to provision port d390e455-3da0-4d51-96fb-262f8ba64bcd 2026-07-23 06:05:21.527 16 INFO neutron.plugins.ml2.plugin [None req-f9c78c07-afc2-4346-a758-c5683bcb9bcb - - - - - -] Attempt 1 to provision port 3494507b-caa5-4bc6-bbb5-d724b82491f9 2026-07-23 06:05:21.655 16 INFO neutron.plugins.ml2.plugin [None req-f9c78c07-afc2-4346-a758-c5683bcb9bcb - - - - - -] Attempt 1 to provision port ff8cc24c-7b35-4e9f-a3e4-24e66ed1da7c 2026-07-23 06:05:21.713 16 INFO neutron.plugins.ml2.plugin [None req-f9c78c07-afc2-4346-a758-c5683bcb9bcb - - - - - -] Attempt 1 to provision port c444d522-215f-4313-94af-bdfb4cee48a6 2026-07-23 06:05:21.852 16 INFO neutron.plugins.ml2.plugin [None req-f9c78c07-afc2-4346-a758-c5683bcb9bcb - - - - - -] Attempt 1 to provision port 06e7612e-50ce-456e-bb8e-a52589dc062f 2026-07-23 06:05:22.282 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port ee01ca35-1dc8-4158-bdab-c2dd3bac3917 2026-07-23 06:05:24.446 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 44f9f0a7-91e2-4daf-9159-ad7e2018efaf 2026-07-23 06:05:24.743 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port ee01ca35-1dc8-4158-bdab-c2dd3bac3917 2026-07-23 06:05:26.314 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 44f9f0a7-91e2-4daf-9159-ad7e2018efaf 2026-07-23 06:05:29.355 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 6775633e-911e-437b-ac02-9cc08316507a 2026-07-23 06:05:29.735 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port c2131060-9eb8-4e15-9686-aeb63dfda29b 2026-07-23 06:05:29.850 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f4f0822-7a67-4730-82c9-f7e1596afb36'] response: {'server_uuid': '99d7f1b1-ddbe-49b0-861e-0ca123059c4c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6775633e-911e-437b-ac02-9cc08316507a', 'code': 200} 2026-07-23 06:05:30.138 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port a0321a58-c16d-4612-9cef-7e440671dfed 2026-07-23 06:05:31.020 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 6775633e-911e-437b-ac02-9cc08316507a 2026-07-23 06:05:31.283 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port c2131060-9eb8-4e15-9686-aeb63dfda29b 2026-07-23 06:05:31.400 13 INFO neutron.plugins.ml2.plugin [None req-2ec88f3d-23b4-42a4-a896-4be64ee18202 - - - - - -] Attempt 1 to provision port c2131060-9eb8-4e15-9686-aeb63dfda29b 2026-07-23 06:05:31.469 13 INFO neutron.plugins.ml2.plugin [None req-2ec88f3d-23b4-42a4-a896-4be64ee18202 - - - - - -] Attempt 1 to provision port 3494507b-caa5-4bc6-bbb5-d724b82491f9 2026-07-23 06:05:31.490 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port a0321a58-c16d-4612-9cef-7e440671dfed 2026-07-23 06:05:31.528 13 INFO neutron.plugins.ml2.plugin [None req-2ec88f3d-23b4-42a4-a896-4be64ee18202 - - - - - -] Attempt 1 to provision port 6775633e-911e-437b-ac02-9cc08316507a 2026-07-23 06:05:31.597 13 INFO neutron.plugins.ml2.plugin [None req-2ec88f3d-23b4-42a4-a896-4be64ee18202 - - - - - -] Attempt 1 to provision port eb4600db-dfd2-4e4a-a779-6fea1b074800 2026-07-23 06:05:31.626 13 INFO neutron.plugins.ml2.plugin [None req-2ec88f3d-23b4-42a4-a896-4be64ee18202 - - - - - -] Attempt 1 to provision port 6c498d17-586d-401a-8b15-22f72a559705 2026-07-23 06:05:31.651 13 INFO neutron.plugins.ml2.plugin [None req-2ec88f3d-23b4-42a4-a896-4be64ee18202 - - - - - -] Attempt 1 to provision port 06e7612e-50ce-456e-bb8e-a52589dc062f 2026-07-23 06:05:31.903 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-10f8b326-ec45-4166-89de-e6a91473764b'] response: {'server_uuid': '932377ff-e2a0-4850-86c2-6b5246a65ae7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a0321a58-c16d-4612-9cef-7e440671dfed', 'code': 200} 2026-07-23 06:05:34.219 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 0cd93bb6-45a2-47c1-ad73-0d80babbe0f0 2026-07-23 06:05:34.383 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-ffb0ea1e-f458-4a5a-bf2a-5809e95da261'] response: {'server_uuid': 'c1a1c7e5-2d5b-4ca9-89c9-05ef3e2586e0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0cd93bb6-45a2-47c1-ad73-0d80babbe0f0', 'code': 200} 2026-07-23 06:05:35.058 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 59a7d9bf-4fa3-4a8f-9b12-e60b1ace798f 2026-07-23 06:05:35.476 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 0cd93bb6-45a2-47c1-ad73-0d80babbe0f0 2026-07-23 06:05:37.193 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 59a7d9bf-4fa3-4a8f-9b12-e60b1ace798f 2026-07-23 06:05:39.659 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a548455-94eb-4918-a158-c8dea6b666f3'] response: {'server_uuid': 'c1a1c7e5-2d5b-4ca9-89c9-05ef3e2586e0', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '0cd93bb6-45a2-47c1-ad73-0d80babbe0f0', 'code': 200} 2026-07-23 06:05:41.543 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 0a42d086-83a0-4ea1-a837-d5d25de09d7f 2026-07-23 06:05:41.700 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c15e3465-9112-4967-90bc-a4b2344abc0f'] response: {'server_uuid': '74096a82-cb75-43f6-af4e-3cbb3fb8e2fc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0a42d086-83a0-4ea1-a837-d5d25de09d7f', 'code': 200} 2026-07-23 06:05:43.303 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 0a42d086-83a0-4ea1-a837-d5d25de09d7f 2026-07-23 06:05:53.026 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port b0e5025e-b254-456b-94c7-2202e83e47ee 2026-07-23 06:05:53.390 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 276b3526-28cf-4987-8f11-595e49567f51 2026-07-23 06:05:54.478 13 INFO neutron.plugins.ml2.plugin [None req-188c4645-4b1c-4bb7-88e9-158257b43e13 - - - - - -] Attempt 1 to provision port 11cf7c5a-1554-4f12-b745-eb4b6e7a0263 2026-07-23 06:05:54.502 13 INFO neutron.plugins.ml2.plugin [None req-188c4645-4b1c-4bb7-88e9-158257b43e13 - - - - - -] Attempt 1 to provision port 6775633e-911e-437b-ac02-9cc08316507a 2026-07-23 06:05:54.569 13 INFO neutron.plugins.ml2.plugin [None req-188c4645-4b1c-4bb7-88e9-158257b43e13 - - - - - -] Attempt 1 to provision port 59a7d9bf-4fa3-4a8f-9b12-e60b1ace798f 2026-07-23 06:05:54.614 13 INFO neutron.plugins.ml2.plugin [None req-188c4645-4b1c-4bb7-88e9-158257b43e13 - - - - - -] Attempt 1 to provision port d436f2a7-338e-4e01-a72c-67f5cc38767b 2026-07-23 06:05:54.632 13 INFO neutron.plugins.ml2.plugin [None req-188c4645-4b1c-4bb7-88e9-158257b43e13 - - - - - -] Attempt 1 to provision port b0e5025e-b254-456b-94c7-2202e83e47ee 2026-07-23 06:05:54.956 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port b0e5025e-b254-456b-94c7-2202e83e47ee 2026-07-23 06:05:55.174 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 276b3526-28cf-4987-8f11-595e49567f51 2026-07-23 06:05:59.002 16 INFO neutron.plugins.ml2.plugin [None req-8a0b0f32-bf16-40d7-9fe6-cef20d0c5bca - - - - - -] Attempt 1 to provision port fcf04f55-afdb-4310-ab94-6330444c53b4 2026-07-23 06:05:59.029 16 INFO neutron.plugins.ml2.plugin [None req-8a0b0f32-bf16-40d7-9fe6-cef20d0c5bca - - - - - -] Attempt 1 to provision port b0e5025e-b254-456b-94c7-2202e83e47ee 2026-07-23 06:06:00.950 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port d390e455-3da0-4d51-96fb-262f8ba64bcd 2026-07-23 06:06:01.242 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 06e7612e-50ce-456e-bb8e-a52589dc062f 2026-07-23 06:06:01.707 16 INFO neutron.plugins.ml2.plugin [None req-ab7042bf-1eb0-4757-b197-6cba9621ba6e - - - - - -] Attempt 1 to provision port fcf04f55-afdb-4310-ab94-6330444c53b4 2026-07-23 06:06:03.043 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port d390e455-3da0-4d51-96fb-262f8ba64bcd 2026-07-23 06:06:03.193 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 06e7612e-50ce-456e-bb8e-a52589dc062f 2026-07-23 06:06:05.647 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port a255ba0b-9d00-46b0-acc9-ea4bc474af0b 2026-07-23 06:06:05.746 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-d268d578-986f-4a71-8293-48f3687d31f2'] response: {'server_uuid': '733ea7d2-2d13-4c96-99eb-c260a62b272e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a255ba0b-9d00-46b0-acc9-ea4bc474af0b', 'code': 200} 2026-07-23 06:06:07.135 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port a255ba0b-9d00-46b0-acc9-ea4bc474af0b 2026-07-23 06:06:11.063 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port fcf04f55-afdb-4310-ab94-6330444c53b4 2026-07-23 06:06:11.470 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port cba13a88-fd91-4791-851c-5673a54b5380 2026-07-23 06:06:13.033 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port fcf04f55-afdb-4310-ab94-6330444c53b4 2026-07-23 06:06:13.192 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port cba13a88-fd91-4791-851c-5673a54b5380 2026-07-23 06:06:27.163 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 89671027-865e-49d8-b0e5-140b59624460 2026-07-23 06:06:29.236 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 89671027-865e-49d8-b0e5-140b59624460 2026-07-23 06:06:31.067 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 2dec24b8-d8c9-4f90-8fd1-e9183e9c914d 2026-07-23 06:06:33.023 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 2dec24b8-d8c9-4f90-8fd1-e9183e9c914d 2026-07-23 06:06:36.979 13 INFO neutron.plugins.ml2.plugin [None req-b13c6ec0-87f3-4ff7-b3dc-01eae24506bb - - - - - -] Attempt 1 to provision port bf5d096b-941d-47c1-b518-2c43d9a40f12 2026-07-23 06:06:37.012 13 INFO neutron.plugins.ml2.plugin [None req-b13c6ec0-87f3-4ff7-b3dc-01eae24506bb - - - - - -] Attempt 1 to provision port 59b624d7-3ece-4ae8-b320-db53cd7bc425 2026-07-23 06:06:37.040 13 INFO neutron.plugins.ml2.plugin [None req-b13c6ec0-87f3-4ff7-b3dc-01eae24506bb - - - - - -] Attempt 1 to provision port 2dec24b8-d8c9-4f90-8fd1-e9183e9c914d 2026-07-23 06:06:39.531 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 91a92142-7c3a-478f-a4f5-7bb23fb58806 2026-07-23 06:06:39.632 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-86ceae57-e0b0-472d-843b-18a96dbc2aa1'] response: {'server_uuid': '99696589-192e-4080-b794-41a536208232', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '91a92142-7c3a-478f-a4f5-7bb23fb58806', 'code': 200} 2026-07-23 06:06:40.989 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 91a92142-7c3a-478f-a4f5-7bb23fb58806 2026-07-23 06:06:45.139 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port bf5d096b-941d-47c1-b518-2c43d9a40f12 2026-07-23 06:06:45.530 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 59b624d7-3ece-4ae8-b320-db53cd7bc425 2026-07-23 06:06:45.780 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port d7125814-42dc-4ae9-a505-23d27ac959dd 2026-07-23 06:06:47.148 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port f97056ac-a193-4782-b6b8-905aabc005e3 2026-07-23 06:06:47.854 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port bf5d096b-941d-47c1-b518-2c43d9a40f12 2026-07-23 06:06:48.405 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 59b624d7-3ece-4ae8-b320-db53cd7bc425 2026-07-23 06:06:48.879 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port d7125814-42dc-4ae9-a505-23d27ac959dd 2026-07-23 06:06:49.428 16 INFO neutron.plugins.ml2.plugin [None req-553fa884-f860-45a5-abc0-1d2c2de80886 - - - - - -] Attempt 1 to provision port ae5d7861-a9a9-4aa2-acd2-b2cba052b810 2026-07-23 06:06:49.457 16 INFO neutron.plugins.ml2.plugin [None req-553fa884-f860-45a5-abc0-1d2c2de80886 - - - - - -] Attempt 1 to provision port 2dec24b8-d8c9-4f90-8fd1-e9183e9c914d 2026-07-23 06:06:49.517 16 INFO neutron.plugins.ml2.plugin [None req-553fa884-f860-45a5-abc0-1d2c2de80886 - - - - - -] Attempt 1 to provision port f97056ac-a193-4782-b6b8-905aabc005e3 2026-07-23 06:06:49.586 16 INFO neutron.plugins.ml2.plugin [None req-553fa884-f860-45a5-abc0-1d2c2de80886 - - - - - -] Attempt 1 to provision port 91a92142-7c3a-478f-a4f5-7bb23fb58806 2026-07-23 06:06:49.675 16 INFO neutron.plugins.ml2.plugin [None req-553fa884-f860-45a5-abc0-1d2c2de80886 - - - - - -] Attempt 1 to provision port bf5d096b-941d-47c1-b518-2c43d9a40f12 2026-07-23 06:06:49.729 16 INFO neutron.plugins.ml2.plugin [None req-553fa884-f860-45a5-abc0-1d2c2de80886 - - - - - -] Attempt 1 to provision port 3c2362a0-1ce2-4dc3-bf6d-86072b6899c7 2026-07-23 06:06:50.270 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port f97056ac-a193-4782-b6b8-905aabc005e3 2026-07-23 06:06:50.744 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 949ffbe4-a200-4aa7-b2ad-dfe0564b6d0b 2026-07-23 06:06:51.840 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 949ffbe4-a200-4aa7-b2ad-dfe0564b6d0b 2026-07-23 06:06:55.802 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 557e85cb-30af-4dc8-b670-0e4d67d90abd 2026-07-23 06:06:57.814 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 557e85cb-30af-4dc8-b670-0e4d67d90abd 2026-07-23 06:07:06.972 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port ae5d7861-a9a9-4aa2-acd2-b2cba052b810 2026-07-23 06:07:07.356 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 3c2362a0-1ce2-4dc3-bf6d-86072b6899c7 2026-07-23 06:07:07.654 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port ee81f241-e0bc-4011-81fd-612874a91d06 2026-07-23 06:07:07.746 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-b92e117f-ef62-44d0-a242-143fd1544060'] response: {'server_uuid': '9f8c295d-842a-4c0e-b83f-1131531a6ca7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ee81f241-e0bc-4011-81fd-612874a91d06', 'code': 200} 2026-07-23 06:07:08.729 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 1faaae33-b448-40c0-9b25-9d0eb1633875 2026-07-23 06:07:09.060 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port fee29822-7ee3-4c74-9e1b-287fa99e667e 2026-07-23 06:07:09.311 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port ae5d7861-a9a9-4aa2-acd2-b2cba052b810 2026-07-23 06:07:09.510 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 3c2362a0-1ce2-4dc3-bf6d-86072b6899c7 2026-07-23 06:07:09.673 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port ee81f241-e0bc-4011-81fd-612874a91d06 2026-07-23 06:07:10.895 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 1faaae33-b448-40c0-9b25-9d0eb1633875 2026-07-23 06:07:11.151 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port fee29822-7ee3-4c74-9e1b-287fa99e667e 2026-07-23 06:07:11.697 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-86729383-ba6f-4840-8b5f-d182342d3771'] response: {'server_uuid': '99696589-192e-4080-b794-41a536208232', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '91a92142-7c3a-478f-a4f5-7bb23fb58806', 'code': 200} 2026-07-23 06:07:12.657 13 INFO neutron.plugins.ml2.plugin [None req-78df3f66-f4af-481a-8946-e4262a51ce1d - - - - - -] Attempt 1 to provision port ae5d7861-a9a9-4aa2-acd2-b2cba052b810 2026-07-23 06:07:12.742 13 INFO neutron.plugins.ml2.plugin [None req-78df3f66-f4af-481a-8946-e4262a51ce1d - - - - - -] Attempt 1 to provision port 557e85cb-30af-4dc8-b670-0e4d67d90abd 2026-07-23 06:07:12.811 13 INFO neutron.plugins.ml2.plugin [None req-78df3f66-f4af-481a-8946-e4262a51ce1d - - - - - -] Attempt 1 to provision port f97056ac-a193-4782-b6b8-905aabc005e3 2026-07-23 06:07:12.913 13 INFO neutron.plugins.ml2.plugin [None req-78df3f66-f4af-481a-8946-e4262a51ce1d - - - - - -] Attempt 1 to provision port bf5d096b-941d-47c1-b518-2c43d9a40f12 2026-07-23 06:07:12.972 13 INFO neutron.plugins.ml2.plugin [None req-78df3f66-f4af-481a-8946-e4262a51ce1d - - - - - -] Attempt 1 to provision port 1faaae33-b448-40c0-9b25-9d0eb1633875 2026-07-23 06:07:13.039 13 INFO neutron.plugins.ml2.plugin [None req-78df3f66-f4af-481a-8946-e4262a51ce1d - - - - - -] Attempt 1 to provision port 91a92142-7c3a-478f-a4f5-7bb23fb58806 2026-07-23 06:07:13.189 13 INFO neutron.plugins.ml2.plugin [None req-78df3f66-f4af-481a-8946-e4262a51ce1d - - - - - -] Attempt 1 to provision port fee29822-7ee3-4c74-9e1b-287fa99e667e 2026-07-23 06:07:13.746 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-25f93df0-a1c1-427b-b584-788743ceaefb'] response: {'server_uuid': '99696589-192e-4080-b794-41a536208232', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '91a92142-7c3a-478f-a4f5-7bb23fb58806', 'code': 200} 2026-07-23 06:07:14.944 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 91a92142-7c3a-478f-a4f5-7bb23fb58806 2026-07-23 06:07:18.190 16 INFO neutron.plugins.ml2.plugin [None req-7ad2fd01-56ed-4e93-886f-e8541e4c6085 - - - - - -] Attempt 1 to provision port ee81f241-e0bc-4011-81fd-612874a91d06 2026-07-23 06:07:20.956 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 4b0b5736-4a61-4b6a-82f8-bd38e0bcaa57 2026-07-23 06:07:22.968 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 22587db4-d66b-45a9-aa69-ddb9868d0a3f 2026-07-23 06:07:23.280 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 4b0b5736-4a61-4b6a-82f8-bd38e0bcaa57 2026-07-23 06:07:23.590 16 INFO neutron.plugins.ml2.plugin [None req-16704b73-4c82-4ede-83c0-39663cd1a872 - - - - - -] Attempt 1 to provision port 22587db4-d66b-45a9-aa69-ddb9868d0a3f 2026-07-23 06:07:23.661 16 INFO neutron.plugins.ml2.plugin [None req-16704b73-4c82-4ede-83c0-39663cd1a872 - - - - - -] Attempt 1 to provision port 8df1a0b9-cca2-4557-92d9-49a513abd57f 2026-07-23 06:07:24.967 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 22587db4-d66b-45a9-aa69-ddb9868d0a3f 2026-07-23 06:07:29.041 13 INFO neutron.plugins.ml2.plugin [None req-3eec03ab-f36f-46f9-b132-768b73005cd6 - - - - - -] Attempt 1 to provision port 22587db4-d66b-45a9-aa69-ddb9868d0a3f 2026-07-23 06:07:29.085 13 INFO neutron.plugins.ml2.plugin [None req-3eec03ab-f36f-46f9-b132-768b73005cd6 - - - - - -] Attempt 1 to provision port cd66038b-9df2-4cd2-b4ee-5d296ded8b1e 2026-07-23 06:07:29.122 13 INFO neutron.plugins.ml2.plugin [None req-3eec03ab-f36f-46f9-b132-768b73005cd6 - - - - - -] Attempt 1 to provision port 8df1a0b9-cca2-4557-92d9-49a513abd57f 2026-07-23 06:07:31.938 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 194c62a2-d505-405a-ade8-ac5ee6f392e6 2026-07-23 06:07:32.132 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d90a503-ab12-4795-9083-b2786a0b81d1'] response: {'server_uuid': '346673db-d29f-40a8-9ba4-874af3654bb2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '194c62a2-d505-405a-ade8-ac5ee6f392e6', 'code': 200} 2026-07-23 06:07:33.325 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 194c62a2-d505-405a-ade8-ac5ee6f392e6 2026-07-23 06:07:37.447 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 8df1a0b9-cca2-4557-92d9-49a513abd57f 2026-07-23 06:07:37.753 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port cd66038b-9df2-4cd2-b4ee-5d296ded8b1e 2026-07-23 06:07:39.713 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 8df1a0b9-cca2-4557-92d9-49a513abd57f 2026-07-23 06:07:39.886 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port cd66038b-9df2-4cd2-b4ee-5d296ded8b1e 2026-07-23 06:07:47.375 16 INFO neutron.plugins.ml2.plugin [None req-84e2d2a2-3941-49f2-8151-4b5a13677704 - - - - - -] Attempt 1 to provision port e115342b-f3a0-462f-b4fb-441cbc3a042d 2026-07-23 06:07:49.526 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 5566a8d2-fc07-4715-b9ff-ff1b693eb96d 2026-07-23 06:07:51.606 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 5566a8d2-fc07-4715-b9ff-ff1b693eb96d 2026-07-23 06:07:57.335 16 INFO neutron.plugins.ml2.plugin [None req-0506f107-430b-48dd-b654-56f6f3de7632 - - - - - -] Attempt 1 to provision port 65d931ba-d686-4423-a8bf-6fae08b69862 2026-07-23 06:07:57.335 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 1a5890fa-a2b6-41b6-acc2-85f92fbbdf27 2026-07-23 06:07:57.370 16 INFO neutron.plugins.ml2.plugin [None req-0506f107-430b-48dd-b654-56f6f3de7632 - - - - - -] Attempt 1 to provision port 1a5890fa-a2b6-41b6-acc2-85f92fbbdf27 2026-07-23 06:07:59.293 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 1a5890fa-a2b6-41b6-acc2-85f92fbbdf27 2026-07-23 06:08:01.811 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 7cb3f2c3-d4b2-4c62-ba7f-0a62cccce623 2026-07-23 06:08:01.961 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d20a790a-c642-4bd3-95e1-92e16221f97a'] response: {'server_uuid': '68172dde-2b80-49c0-9aee-50f2861cf4a1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7cb3f2c3-d4b2-4c62-ba7f-0a62cccce623', 'code': 200} 2026-07-23 06:08:03.263 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 7cb3f2c3-d4b2-4c62-ba7f-0a62cccce623 2026-07-23 06:08:05.400 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port e115342b-f3a0-462f-b4fb-441cbc3a042d 2026-07-23 06:08:05.685 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 65d931ba-d686-4423-a8bf-6fae08b69862 2026-07-23 06:08:07.384 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port e115342b-f3a0-462f-b4fb-441cbc3a042d 2026-07-23 06:08:07.680 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 65d931ba-d686-4423-a8bf-6fae08b69862 2026-07-23 06:08:08.758 13 INFO neutron.plugins.ml2.plugin [None req-bbc925c9-beb4-4bd9-b459-e794b997c7c8 - - - - - -] Attempt 1 to provision port 65d931ba-d686-4423-a8bf-6fae08b69862 2026-07-23 06:08:08.839 13 INFO neutron.plugins.ml2.plugin [None req-bbc925c9-beb4-4bd9-b459-e794b997c7c8 - - - - - -] Attempt 1 to provision port 1a5890fa-a2b6-41b6-acc2-85f92fbbdf27 2026-07-23 06:08:08.945 13 INFO neutron.plugins.ml2.plugin [None req-bbc925c9-beb4-4bd9-b459-e794b997c7c8 - - - - - -] Attempt 1 to provision port 7cb3f2c3-d4b2-4c62-ba7f-0a62cccce623 2026-07-23 06:08:11.304 13 INFO neutron.plugins.ml2.plugin [None req-ca897b4e-3998-480e-8c6a-ea5c426bc506 - - - - - -] Attempt 1 to provision port 65d931ba-d686-4423-a8bf-6fae08b69862 2026-07-23 06:08:13.185 13 INFO neutron.plugins.ml2.plugin [None req-3987469c-07d5-464b-b205-afa562f1a429 - - - - - -] Attempt 1 to provision port 7cb3f2c3-d4b2-4c62-ba7f-0a62cccce623 2026-07-23 06:08:43.804 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 85ea05b5-4cd1-4beb-bbd6-16ea00db0fbb 2026-07-23 06:08:43.941 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-0a28f3eb-2ea0-47ad-846f-426867eeae42'] response: {'server_uuid': '90eb8891-27f1-4599-ba51-f1eedfcf7d0f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '85ea05b5-4cd1-4beb-bbd6-16ea00db0fbb', 'code': 200} 2026-07-23 06:08:45.294 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 85ea05b5-4cd1-4beb-bbd6-16ea00db0fbb 2026-07-23 06:09:09.526 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1ffa337-5908-4072-aca1-dcda487da9ec'] response: {'server_uuid': '90eb8891-27f1-4599-ba51-f1eedfcf7d0f', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '85ea05b5-4cd1-4beb-bbd6-16ea00db0fbb', 'code': 200} 2026-07-23 06:10:03.302 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port fe3ef49a-db7a-4307-859c-7a8ea9dd0649 2026-07-23 06:10:04.082 13 INFO neutron.plugins.ml2.plugin [None req-70ac3c08-e6d6-4f4a-bb47-9a10c5433ff3 - - - - - -] Attempt 1 to provision port fe3ef49a-db7a-4307-859c-7a8ea9dd0649 2026-07-23 06:10:05.284 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port fe3ef49a-db7a-4307-859c-7a8ea9dd0649 2026-07-23 06:10:07.344 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 5e1edc19-df37-43aa-89a6-992c5e9764ec 2026-07-23 06:10:09.468 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 002420ca-b1c9-4f0c-b0e4-836505fda2ab 2026-07-23 06:10:09.833 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 5e1edc19-df37-43aa-89a6-992c5e9764ec 2026-07-23 06:10:11.371 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 002420ca-b1c9-4f0c-b0e4-836505fda2ab 2026-07-23 06:10:11.582 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port e99ab155-b540-4b66-9704-d0721a7c4bfd 2026-07-23 06:10:13.489 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port e99ab155-b540-4b66-9704-d0721a7c4bfd 2026-07-23 06:10:15.345 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port fe3ef49a-db7a-4307-859c-7a8ea9dd0649 2026-07-23 06:10:20.299 16 INFO neutron.plugins.ml2.plugin [None req-99f03318-3f34-4061-b4a9-680ad36f9a51 - - - - - -] Attempt 1 to provision port fe3ef49a-db7a-4307-859c-7a8ea9dd0649 2026-07-23 06:10:20.376 16 INFO neutron.plugins.ml2.plugin [None req-99f03318-3f34-4061-b4a9-680ad36f9a51 - - - - - -] Attempt 1 to provision port 317a961f-b010-4494-8448-11d033a91316 2026-07-23 06:10:20.404 16 INFO neutron.plugins.ml2.plugin [None req-99f03318-3f34-4061-b4a9-680ad36f9a51 - - - - - -] Attempt 1 to provision port 5e1edc19-df37-43aa-89a6-992c5e9764ec 2026-07-23 06:10:20.458 16 INFO neutron.plugins.ml2.plugin [None req-99f03318-3f34-4061-b4a9-680ad36f9a51 - - - - - -] Attempt 1 to provision port e99ab155-b540-4b66-9704-d0721a7c4bfd 2026-07-23 06:10:20.502 16 INFO neutron.plugins.ml2.plugin [None req-99f03318-3f34-4061-b4a9-680ad36f9a51 - - - - - -] Attempt 1 to provision port 5a8a5837-d03a-4020-a718-b28c6c27be7f 2026-07-23 06:10:20.520 16 INFO neutron.plugins.ml2.plugin [None req-99f03318-3f34-4061-b4a9-680ad36f9a51 - - - - - -] Attempt 1 to provision port f1725a01-9ef3-451d-9129-22b308bf2dd2 2026-07-23 06:10:20.541 16 INFO neutron.plugins.ml2.plugin [None req-99f03318-3f34-4061-b4a9-680ad36f9a51 - - - - - -] Attempt 1 to provision port 1d507ee3-55f7-4a0d-877c-59e844384c77 2026-07-23 06:10:21.827 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 7fb5c11b-ec4a-4c47-b5ed-0e89c7d8ef65 2026-07-23 06:10:21.950 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee820948-d5e5-45e5-9d06-1eb0551f73ce'] response: {'server_uuid': 'fcd7fc9c-b762-42b7-aca5-d0b95e4cad6d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7fb5c11b-ec4a-4c47-b5ed-0e89c7d8ef65', 'code': 200} 2026-07-23 06:10:23.297 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 7fb5c11b-ec4a-4c47-b5ed-0e89c7d8ef65 2026-07-23 06:10:25.279 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 1d507ee3-55f7-4a0d-877c-59e844384c77 2026-07-23 06:10:26.244 16 INFO neutron.plugins.ml2.plugin [None req-7a6387e7-7074-4165-88d9-c43939f9a5dd - - - - - -] Attempt 1 to provision port 7fb5c11b-ec4a-4c47-b5ed-0e89c7d8ef65 2026-07-23 06:10:26.296 16 INFO neutron.plugins.ml2.plugin [None req-7a6387e7-7074-4165-88d9-c43939f9a5dd - - - - - -] Attempt 1 to provision port 317a961f-b010-4494-8448-11d033a91316 2026-07-23 06:10:26.446 16 INFO neutron.plugins.ml2.plugin [None req-7a6387e7-7074-4165-88d9-c43939f9a5dd - - - - - -] Attempt 1 to provision port 5e1edc19-df37-43aa-89a6-992c5e9764ec 2026-07-23 06:10:26.495 16 INFO neutron.plugins.ml2.plugin [None req-7a6387e7-7074-4165-88d9-c43939f9a5dd - - - - - -] Attempt 1 to provision port e99ab155-b540-4b66-9704-d0721a7c4bfd 2026-07-23 06:10:26.542 16 INFO neutron.plugins.ml2.plugin [None req-7a6387e7-7074-4165-88d9-c43939f9a5dd - - - - - -] Attempt 1 to provision port f1725a01-9ef3-451d-9129-22b308bf2dd2 2026-07-23 06:10:26.668 16 INFO neutron.plugins.ml2.plugin [None req-7a6387e7-7074-4165-88d9-c43939f9a5dd - - - - - -] Attempt 1 to provision port 1d507ee3-55f7-4a0d-877c-59e844384c77 2026-07-23 06:10:27.361 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port f1725a01-9ef3-451d-9129-22b308bf2dd2 2026-07-23 06:10:27.551 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 317a961f-b010-4494-8448-11d033a91316 2026-07-23 06:10:27.727 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 1d507ee3-55f7-4a0d-877c-59e844384c77 2026-07-23 06:10:27.919 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 5a8a5837-d03a-4020-a718-b28c6c27be7f 2026-07-23 06:10:29.283 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 5a8a5837-d03a-4020-a718-b28c6c27be7f 2026-07-23 06:10:29.381 16 INFO neutron.plugins.ml2.plugin [None req-b1945f14-2007-4ca9-9c89-39e4004fc478 - - - - - -] Attempt 1 to provision port 317a961f-b010-4494-8448-11d033a91316 2026-07-23 06:10:29.487 16 INFO neutron.plugins.ml2.plugin [None req-b1945f14-2007-4ca9-9c89-39e4004fc478 - - - - - -] Attempt 1 to provision port 1d507ee3-55f7-4a0d-877c-59e844384c77 2026-07-23 06:10:30.707 16 INFO neutron.plugins.ml2.plugin [None req-ceb5dff4-3d8e-43de-b1e8-ca6eeb159e45 - - - - - -] Attempt 1 to provision port 7fb5c11b-ec4a-4c47-b5ed-0e89c7d8ef65 2026-07-23 06:10:39.322 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 95d3f6f7-84a4-4018-9905-51f88a165c8a 2026-07-23 06:10:39.499 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3bc6f2f-3d00-41e5-a15c-ab967c97829c'] response: {'server_uuid': 'a2b3c33e-3e82-4aff-ad54-e5fa2e9843a3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '95d3f6f7-84a4-4018-9905-51f88a165c8a', 'code': 200} 2026-07-23 06:10:41.305 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 95d3f6f7-84a4-4018-9905-51f88a165c8a 2026-07-23 06:11:06.620 16 INFO neutron.plugins.ml2.plugin [None req-b9958b86-6323-4489-b496-b3d0f42aebd1 - - - - - -] Attempt 1 to provision port 56e461d7-c810-4647-a55e-bbdfdbca3705 2026-07-23 06:11:27.839 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 8272e753-e44e-403f-ae0c-fcc94e897211 2026-07-23 06:11:27.977 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-05ca383f-09da-4149-adfa-07c79e03b78c'] response: {'server_uuid': 'bae0830e-b983-4c1f-b3d2-993fd87327b7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8272e753-e44e-403f-ae0c-fcc94e897211', 'code': 200} 2026-07-23 06:11:29.317 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 8272e753-e44e-403f-ae0c-fcc94e897211 2026-07-23 06:12:07.691 13 INFO neutron.plugins.ml2.plugin [None req-cc09d5ba-ad72-406d-a575-6d874002a50a - - - - - -] Attempt 1 to provision port 077f457c-c46b-4a3c-a6f7-e286dfbfb105 2026-07-23 06:12:13.402 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 077f457c-c46b-4a3c-a6f7-e286dfbfb105 2026-07-23 06:12:13.508 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d51f3ff-4988-499b-8411-86ce60831812'] response: {'server_uuid': 'bae0830e-b983-4c1f-b3d2-993fd87327b7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '077f457c-c46b-4a3c-a6f7-e286dfbfb105', 'code': 200} 2026-07-23 06:12:15.322 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 077f457c-c46b-4a3c-a6f7-e286dfbfb105 2026-07-23 06:12:17.838 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 077f457c-c46b-4a3c-a6f7-e286dfbfb105 2026-07-23 06:12:43.256 13 INFO neutron.plugins.ml2.plugin [None req-ab6e124c-4c48-4729-ad95-8e024486cebe - - - - - -] Attempt 1 to provision port 2fa8ec24-1110-43a8-9f9b-1e328e90ae32 2026-07-23 06:12:50.894 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 2fa8ec24-1110-43a8-9f9b-1e328e90ae32 2026-07-23 06:12:51.000 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-21da76e0-0970-4485-8710-91bf3482ffbb'] response: {'server_uuid': 'bae0830e-b983-4c1f-b3d2-993fd87327b7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2fa8ec24-1110-43a8-9f9b-1e328e90ae32', 'code': 200} 2026-07-23 06:12:51.512 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 2fa8ec24-1110-43a8-9f9b-1e328e90ae32 2026-07-23 06:13:03.491 16 INFO neutron.plugins.ml2.plugin [None req-d8f1c82f-bf9c-44e0-8d69-121bdd0212b6 - - - - - -] Attempt 1 to provision port 14f14269-65c8-48f2-8e48-3d53fe367d7a 2026-07-23 06:13:09.524 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 14f14269-65c8-48f2-8e48-3d53fe367d7a 2026-07-23 06:13:09.620 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-340145c9-7804-4983-bf07-82a2ff660050'] response: {'server_uuid': 'bae0830e-b983-4c1f-b3d2-993fd87327b7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '14f14269-65c8-48f2-8e48-3d53fe367d7a', 'code': 200} 2026-07-23 06:13:11.515 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 14f14269-65c8-48f2-8e48-3d53fe367d7a 2026-07-23 06:13:13.811 13 INFO neutron.plugins.ml2.plugin [None req-e0bbfa1d-4f83-4b76-b561-e2cac07552b4 - - - - - -] Attempt 1 to provision port 2fa8ec24-1110-43a8-9f9b-1e328e90ae32 2026-07-23 06:13:27.536 13 INFO neutron.plugins.ml2.plugin [None req-71dab99d-e383-4940-9ce9-6b8140bd42bd - - - - - -] Attempt 1 to provision port 14f14269-65c8-48f2-8e48-3d53fe367d7a 2026-07-23 06:13:27.589 16 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 14f14269-65c8-48f2-8e48-3d53fe367d7a 2026-07-23 06:13:28.893 16 INFO neutron.plugins.ml2.plugin [None req-c0836af4-c5b4-4eb5-88e2-194f349e49c0 - - - - - -] Attempt 1 to provision port 14f14269-65c8-48f2-8e48-3d53fe367d7a 2026-07-23 06:13:37.453 16 INFO neutron.plugins.ml2.plugin [None req-774c2d71-6c94-4ce8-b88a-8cacafb5e168 - - - - - -] Attempt 1 to provision port 2fa8ec24-1110-43a8-9f9b-1e328e90ae32 2026-07-23 06:13:37.555 13 INFO neutron.plugins.ml2.plugin [None req-9c4ea558-ac6e-49fa-928b-e632992dd0d5 - - - - - -] Attempt 1 to provision port 2fa8ec24-1110-43a8-9f9b-1e328e90ae32 2026-07-23 06:14:09.703 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-da5ce01c-e9ff-4f6e-96cc-7c450dff37b3'] response: {'server_uuid': 'a2b3c33e-3e82-4aff-ad54-e5fa2e9843a3', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '95d3f6f7-84a4-4018-9905-51f88a165c8a', 'code': 200}