+ 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-11 04:07:53.013 1 INFO neutron.common.config [-] Logging enabled! 2026-07-11 04:07:53.013 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 28.1.0.dev560 2026-07-11 04:07:53.014 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-07-11 04:07:53.014 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-11 04:07:54.437 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-11 04:07:54.440 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-11 04:07:54.443 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-11 04:07:54.444 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-11 04:07:54.444 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-11 04:07:54.445 1 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-07-11 04:07:54.445 1 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-07-11 04:07:54.445 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-11 04:07:54.452 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-11 04:07:54.452 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-11 04:07:54.452 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-11 04:07:54.473 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-11 04:07:54.474 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-11 04:07:54.474 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-11 04:07:54.496 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-11 04:07:54.497 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-11 04:07:54.497 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-11 04:07:54.497 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-11 04:07:54.862 1 INFO neutron.plugins.ml2.managers [None req-2d66ff56-3e1a-4197-934a-07052931c3ec - - - - - -] Initializing driver for type 'vlan' 2026-07-11 04:07:54.995 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-2d66ff56-3e1a-4197-934a-07052931c3ec - - - - - -] VlanTypeDriver initialization complete 2026-07-11 04:07:54.995 1 INFO neutron.plugins.ml2.managers [None req-2d66ff56-3e1a-4197-934a-07052931c3ec - - - - - -] Initializing driver for type 'vxlan' 2026-07-11 04:07:54.996 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-2d66ff56-3e1a-4197-934a-07052931c3ec - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-11 04:07:55.047 1 INFO neutron.plugins.ml2.managers [None req-2d66ff56-3e1a-4197-934a-07052931c3ec - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-11 04:07:55.047 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-2d66ff56-3e1a-4197-934a-07052931c3ec - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-11 04:07:55.047 1 INFO neutron.plugins.ml2.managers [None req-2d66ff56-3e1a-4197-934a-07052931c3ec - - - - - -] Initializing extension driver 'port_security' 2026-07-11 04:07:55.047 1 INFO neutron.plugins.ml2.extensions.port_security [None req-2d66ff56-3e1a-4197-934a-07052931c3ec - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-11 04:07:55.048 1 INFO neutron.plugins.ml2.managers [None req-2d66ff56-3e1a-4197-934a-07052931c3ec - - - - - -] Initializing extension driver 'qos' 2026-07-11 04:07:55.048 1 INFO neutron.plugins.ml2.managers [None req-2d66ff56-3e1a-4197-934a-07052931c3ec - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-11 04:07:55.048 1 INFO neutron.plugins.ml2.managers [None req-2d66ff56-3e1a-4197-934a-07052931c3ec - - - - - -] Initializing mechanism driver 'l2population' 2026-07-11 04:07:55.065 1 INFO neutron.quota [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded quota_driver: . 2026-07-11 04:07:55.065 1 INFO neutron.plugins.ml2.plugin [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Modular L2 Plugin initialization complete 2026-07-11 04:07:55.065 1 INFO neutron.plugins.ml2.managers [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-11 04:07:55.065 1 INFO neutron.plugins.ml2.managers [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-11 04:07:55.065 1 INFO neutron.plugins.ml2.managers [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Got port-security extension from driver 'port_security' 2026-07-11 04:07:55.066 1 INFO neutron.manager [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loading Plugin: qos 2026-07-11 04:07:55.076 1 INFO neutron.manager [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loading Plugin: router 2026-07-11 04:07:55.109 1 INFO neutron.services.service_base [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-11 04:07:55.109 1 INFO neutron.manager [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loading Plugin: segments 2026-07-11 04:07:55.173 1 INFO neutron.manager [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loading Plugin: trunk 2026-07-11 04:07:55.185 1 INFO neutron.manager [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loading Plugin: vpnaas 2026-07-11 04:07:55.218 1 WARNING stevedore.named [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-11 04:07:55.301 1 INFO neutron_vpnaas.services.vpn.plugin [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-11 04:07:55.302 1 INFO neutron.manager [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loading Plugin: taas 2026-07-11 04:07:55.535 1 WARNING stevedore.named [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-11 04:07:55.563 1 INFO neutron_taas.services.taas.taas_plugin [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-11 04:07:55.564 1 INFO neutron.manager [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loading Plugin: tapmirror 2026-07-11 04:07:55.574 1 WARNING stevedore.named [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-11 04:07:55.597 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-11 04:07:55.597 1 INFO neutron.manager [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loading Plugin: auto_allocate 2026-07-11 04:07:55.606 1 INFO neutron.manager [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loading Plugin: tag 2026-07-11 04:07:55.616 1 INFO neutron.manager [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loading Plugin: timestamp 2026-07-11 04:07:55.619 1 INFO neutron.manager [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loading Plugin: network_ip_availability 2026-07-11 04:07:55.626 1 INFO neutron.manager [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loading Plugin: flavors 2026-07-11 04:07:55.629 1 INFO neutron.manager [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loading Plugin: revisions 2026-07-11 04:07:55.632 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Initializing extension manager. 2026-07-11 04:07:55.633 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: aap-reject-multicast 2026-07-11 04:07:55.634 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: address-group 2026-07-11 04:07:55.635 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: address-scope 2026-07-11 04:07:55.635 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-11 04:07:55.636 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: agent 2026-07-11 04:07:55.637 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: agent-resources-synced 2026-07-11 04:07:55.637 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: agent_sort_key 2026-07-11 04:07:55.638 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: allowed-address-pairs 2026-07-11 04:07:55.639 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: auto-allocated-topology 2026-07-11 04:07:55.639 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: availability_zone 2026-07-11 04:07:55.640 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: availability_zone_filter 2026-07-11 04:07:55.640 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-11 04:07:55.641 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: default-subnetpools 2026-07-11 04:07:55.643 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-11 04:07:55.643 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: dns-integration 2026-07-11 04:07:55.644 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: dns-domain-ports 2026-07-11 04:07:55.644 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-11 04:07:55.644 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: dvr 2026-07-11 04:07:55.645 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-11 04:07:55.645 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: empty-string-filtering 2026-07-11 04:07:55.646 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension evpn not supported by any of loaded plugins 2026-07-11 04:07:55.646 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-11 04:07:55.646 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-11 04:07:55.647 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: external-net 2026-07-11 04:07:55.647 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-11 04:07:55.648 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: extraroute 2026-07-11 04:07:55.648 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: extraroute-atomic 2026-07-11 04:07:55.649 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: filter-validation 2026-07-11 04:07:55.649 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-11 04:07:55.650 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-11 04:07:55.650 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-11 04:07:55.651 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: fip-port-details 2026-07-11 04:07:55.651 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: flavors 2026-07-11 04:07:55.652 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-11 04:07:55.653 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: floatingip-pools 2026-07-11 04:07:55.653 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: ip_allocation 2026-07-11 04:07:55.654 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: ip-substring-filtering 2026-07-11 04:07:55.654 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: l2_adjacency 2026-07-11 04:07:55.655 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: router 2026-07-11 04:07:55.655 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension l3-agent-scheduler-ha-chassis-priority not supported by any of loaded plugins 2026-07-11 04:07:55.657 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-11 04:07:55.657 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-11 04:07:55.658 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-11 04:07:55.658 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: ext-gw-mode 2026-07-11 04:07:55.659 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: l3-ha 2026-07-11 04:07:55.659 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-11 04:07:55.660 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-11 04:07:55.660 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: l3-flavors 2026-07-11 04:07:55.661 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-11 04:07:55.661 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-11 04:07:55.663 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-11 04:07:55.665 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-11 04:07:55.665 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-11 04:07:55.666 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-11 04:07:55.667 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-11 04:07:55.667 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: multi-provider 2026-07-11 04:07:55.668 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: net-mtu 2026-07-11 04:07:55.668 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: net-mtu-writable 2026-07-11 04:07:55.669 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: network_availability_zone 2026-07-11 04:07:55.669 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: network_ha 2026-07-11 04:07:55.670 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: network-ip-availability 2026-07-11 04:07:55.670 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: network-ip-availability-details 2026-07-11 04:07:55.671 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-11 04:07:55.671 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: pagination 2026-07-11 04:07:55.672 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: port-device-profile 2026-07-11 04:07:55.672 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-11 04:07:55.672 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-11 04:07:55.673 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-11 04:07:55.674 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: port-mac-override 2026-07-11 04:07:55.674 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-11 04:07:55.675 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-11 04:07:55.675 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-11 04:07:55.675 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: port-resource-request 2026-07-11 04:07:55.676 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: port-resource-request-groups 2026-07-11 04:07:55.676 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-11 04:07:55.677 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: binding 2026-07-11 04:07:55.677 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: binding-extended 2026-07-11 04:07:55.678 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: port-security 2026-07-11 04:07:55.678 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: project-id 2026-07-11 04:07:55.678 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: provider 2026-07-11 04:07:55.679 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension pvlan not supported by any of loaded plugins 2026-07-11 04:07:55.679 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-11 04:07:55.683 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: qos 2026-07-11 04:07:55.684 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-11 04:07:55.685 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-11 04:07:55.685 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: qos-default 2026-07-11 04:07:55.685 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: qos-fip 2026-07-11 04:07:55.686 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-11 04:07:55.686 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: qos-gateway-ip 2026-07-11 04:07:55.687 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: qos-port-network-policy 2026-07-11 04:07:55.687 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: qos-pps-minimum 2026-07-11 04:07:55.688 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-11 04:07:55.688 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: qos-pps 2026-07-11 04:07:55.689 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: qos-rule-type-details 2026-07-11 04:07:55.689 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-11 04:07:55.690 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: qos-rules-alias 2026-07-11 04:07:55.690 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: quota-check-limit 2026-07-11 04:07:55.691 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: quota-check-limit-default 2026-07-11 04:07:55.692 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: quotas 2026-07-11 04:07:55.695 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: quota_details 2026-07-11 04:07:55.696 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: rbac-policies 2026-07-11 04:07:55.697 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: rbac-address-group 2026-07-11 04:07:55.697 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: rbac-address-scope 2026-07-11 04:07:55.697 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: rbac-security-groups 2026-07-11 04:07:55.698 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: rbac-subnetpool 2026-07-11 04:07:55.698 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: revision-if-match 2026-07-11 04:07:55.699 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: standard-attr-revisions 2026-07-11 04:07:55.699 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: router_availability_zone 2026-07-11 04:07:55.700 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-07-11 04:07:55.700 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-11 04:07:55.701 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: security-groups-default-rules 2026-07-11 04:07:55.702 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: security-groups-default-statefulness 2026-07-11 04:07:55.703 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-11 04:07:55.703 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-11 04:07:55.703 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-11 04:07:55.704 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-11 04:07:55.704 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-11 04:07:55.708 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: security-group 2026-07-11 04:07:55.709 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: segment 2026-07-11 04:07:55.710 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-11 04:07:55.710 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: service-type 2026-07-11 04:07:55.711 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: sorting 2026-07-11 04:07:55.711 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: standard-attr-segment 2026-07-11 04:07:55.712 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: standard-attr-description 2026-07-11 04:07:55.712 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: stateful-security-group 2026-07-11 04:07:55.712 1 WARNING neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-11 04:07:55.713 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-11 04:07:55.713 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: subnet-external-network 2026-07-11 04:07:55.714 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: subnet_onboard 2026-07-11 04:07:55.714 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-11 04:07:55.715 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: subnet-service-types 2026-07-11 04:07:55.715 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: subnet_allocation 2026-07-11 04:07:55.716 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-11 04:07:55.716 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: tag-creation 2026-07-11 04:07:55.717 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-11 04:07:55.720 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: standard-attr-tag 2026-07-11 04:07:55.721 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-11 04:07:55.721 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: trunk 2026-07-11 04:07:55.722 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: trunk-details 2026-07-11 04:07:55.722 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-11 04:07:55.723 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-11 04:07:55.723 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-11 04:07:55.724 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-11 04:07:55.725 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-11 04:07:55.726 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-11 04:07:55.726 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: vpn-flavors 2026-07-11 04:07:55.728 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: vpnaas 2026-07-11 04:07:55.729 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: taas 2026-07-11 04:07:55.730 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: tap-mirror 2026-07-11 04:07:55.731 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: tap-mirror-both-direction 2026-07-11 04:07:55.732 1 INFO neutron.api.extensions [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Loaded extension: taas-vlan-filter 2026-07-11 04:07:55.738 1 WARNING oslo_service.backend._threading.service [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Service RpcWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-07-11 04:07:55.745 1 WARNING oslo_service.backend._threading.service [None req-80c29625-24db-4993-8b35-984dd9b3774f - - - - - -] Service RpcReportsWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-07-11 04:08:25.836 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-07-11 04:08:25.890 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-07-11 04:08:25.891 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-07-11 04:08:48.036 16 INFO neutron.db.l3_hamode_db [None req-659b53db-297d-4478-90f4-74fb5d0a4fb4 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-11 04:09:01.066 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 4c3b8ce0-ae5a-4cf9-80ee-fa3a3b8ece4e 2026-07-11 04:09:02.401 13 INFO neutron.plugins.ml2.plugin [None req-bc6cd9b7-cc0f-405c-9158-87466ccf3776 - - - - - -] Attempt 1 to provision port 4c3b8ce0-ae5a-4cf9-80ee-fa3a3b8ece4e 2026-07-11 04:09:02.995 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 4c3b8ce0-ae5a-4cf9-80ee-fa3a3b8ece4e 2026-07-11 04:09:04.111 13 INFO neutron.plugins.ml2.plugin [None req-6256a9c9-c5a3-486e-ae33-ef441993be76 - - - - - -] Attempt 1 to provision port 4c3b8ce0-ae5a-4cf9-80ee-fa3a3b8ece4e 2026-07-11 04:14:03.101 16 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 181d22c5-691f-448c-8b70-b8d047ac36ea 2026-07-11 04:14:03.900 16 INFO neutron.plugins.ml2.plugin [None req-d103d533-659e-4267-8b89-4ff2b1307b59 - - - - - -] Attempt 1 to provision port 181d22c5-691f-448c-8b70-b8d047ac36ea 2026-07-11 04:14:05.070 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 181d22c5-691f-448c-8b70-b8d047ac36ea 2026-07-11 04:14:05.566 16 INFO neutron.plugins.ml2.plugin [None req-22b83f33-7168-4566-b323-fde972b0eac2 - - - - - -] Attempt 1 to provision port 181d22c5-691f-448c-8b70-b8d047ac36ea 2026-07-11 04:14:10.434 16 INFO neutron.plugins.ml2.plugin [None req-9c0d62e5-46db-4a2a-b1a3-ab16b4813f14 - - - - - -] Attempt 1 to provision port 1ede64af-a7eb-4080-9ab1-7ccb895198cc 2026-07-11 04:18:01.756 16 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 1ede64af-a7eb-4080-9ab1-7ccb895198cc 2026-07-11 04:18:03.144 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 1ede64af-a7eb-4080-9ab1-7ccb895198cc 2026-07-11 04:26:45.321 16 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 9480f84b-8f26-4f3a-8ff0-e70380876858 2026-07-11 04:26:47.282 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 9480f84b-8f26-4f3a-8ff0-e70380876858 2026-07-11 04:35:49.478 13 INFO neutron.plugins.ml2.plugin [None req-2f2d3872-9275-491f-877e-b69617be0900 - - - - - -] Attempt 1 to provision port 181d22c5-691f-448c-8b70-b8d047ac36ea 2026-07-11 04:35:49.528 13 INFO neutron.plugins.ml2.plugin [None req-2f2d3872-9275-491f-877e-b69617be0900 - - - - - -] Attempt 1 to provision port 1ede64af-a7eb-4080-9ab1-7ccb895198cc 2026-07-11 04:35:49.603 13 INFO neutron.plugins.ml2.plugin [None req-2f2d3872-9275-491f-877e-b69617be0900 - - - - - -] Attempt 1 to provision port 4c3b8ce0-ae5a-4cf9-80ee-fa3a3b8ece4e 2026-07-11 04:44:13.640 16 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port f08f2411-629c-49a1-91b4-a1b0f1f9e559 2026-07-11 04:44:15.615 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port f08f2411-629c-49a1-91b4-a1b0f1f9e559 2026-07-11 04:44:17.728 16 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 14b9181e-5bc0-49b4-bbc2-8685f1035506 2026-07-11 04:44:23.997 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 6a68883b-b8bd-4cc6-bd5c-31acdf15ad24 2026-07-11 04:44:24.401 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 2276c779-daec-48b9-8b00-975b9816d5cb 2026-07-11 04:44:25.009 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 6a01857f-b2c2-4ebd-ae96-fd08f0a1ae7d 2026-07-11 04:44:25.841 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 6a68883b-b8bd-4cc6-bd5c-31acdf15ad24 2026-07-11 04:44:25.895 16 INFO neutron.plugins.ml2.plugin [None req-509431b9-d428-4ecd-a0d1-ceed478a6a6a - - - - - -] Attempt 1 to provision port c1454807-af64-4a09-83cf-faa824cb82f9 2026-07-11 04:44:25.996 16 INFO neutron.plugins.ml2.plugin [None req-509431b9-d428-4ecd-a0d1-ceed478a6a6a - - - - - -] Attempt 1 to provision port f08f2411-629c-49a1-91b4-a1b0f1f9e559 2026-07-11 04:44:26.151 16 INFO neutron.plugins.ml2.plugin [None req-509431b9-d428-4ecd-a0d1-ceed478a6a6a - - - - - -] Attempt 1 to provision port 6a68883b-b8bd-4cc6-bd5c-31acdf15ad24 2026-07-11 04:44:26.169 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 2276c779-daec-48b9-8b00-975b9816d5cb 2026-07-11 04:44:26.331 16 INFO neutron.plugins.ml2.plugin [None req-509431b9-d428-4ecd-a0d1-ceed478a6a6a - - - - - -] Attempt 1 to provision port b6390da3-02e2-4f26-8774-b7b68adaab8b 2026-07-11 04:44:26.389 16 INFO neutron.plugins.ml2.plugin [None req-509431b9-d428-4ecd-a0d1-ceed478a6a6a - - - - - -] Attempt 1 to provision port 2583fb70-c1ca-418e-9dbd-907584ef0c05 2026-07-11 04:44:26.581 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 6a01857f-b2c2-4ebd-ae96-fd08f0a1ae7d 2026-07-11 04:44:28.201 16 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port eb481918-28dd-44a7-8d5a-e63979692d97 2026-07-11 04:44:30.308 16 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port eb481918-28dd-44a7-8d5a-e63979692d97 2026-07-11 04:44:32.196 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 68d97c40-c8d8-41fd-9f30-b943fc2f1c39 2026-07-11 04:44:34.229 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 68d97c40-c8d8-41fd-9f30-b943fc2f1c39 2026-07-11 04:44:35.510 16 INFO neutron.plugins.ml2.plugin [None req-d3ac6724-d9b7-4de9-b846-18ac0e73d6dc - - - - - -] Attempt 1 to provision port 6a68883b-b8bd-4cc6-bd5c-31acdf15ad24 2026-07-11 04:44:35.600 16 INFO neutron.plugins.ml2.plugin [None req-d3ac6724-d9b7-4de9-b846-18ac0e73d6dc - - - - - -] Attempt 1 to provision port 217f2cd7-ad64-45ae-98b9-c78fc7e3acd3 2026-07-11 04:44:35.639 16 INFO neutron.plugins.ml2.plugin [None req-d3ac6724-d9b7-4de9-b846-18ac0e73d6dc - - - - - -] Attempt 1 to provision port b6390da3-02e2-4f26-8774-b7b68adaab8b 2026-07-11 04:44:35.688 16 INFO neutron.plugins.ml2.plugin [None req-d3ac6724-d9b7-4de9-b846-18ac0e73d6dc - - - - - -] Attempt 1 to provision port 68d97c40-c8d8-41fd-9f30-b943fc2f1c39 2026-07-11 04:44:42.110 13 INFO neutron.plugins.ml2.plugin [None req-53494bba-1b92-48bc-87e8-bacdc58905c8 - - - - - -] Attempt 1 to provision port 217f2cd7-ad64-45ae-98b9-c78fc7e3acd3 2026-07-11 04:44:42.144 13 INFO neutron.plugins.ml2.plugin [None req-53494bba-1b92-48bc-87e8-bacdc58905c8 - - - - - -] Attempt 1 to provision port b6390da3-02e2-4f26-8774-b7b68adaab8b 2026-07-11 04:44:42.173 13 INFO neutron.plugins.ml2.plugin [None req-53494bba-1b92-48bc-87e8-bacdc58905c8 - - - - - -] Attempt 1 to provision port 68d97c40-c8d8-41fd-9f30-b943fc2f1c39 2026-07-11 04:44:56.221 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port c3e33d39-f6ea-4e0a-821d-7265a66a2a61 2026-07-11 04:44:56.954 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 815813db-1074-44fb-8ee0-8a0aa4c9d58a 2026-07-11 04:44:58.424 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port f9e35c12-dcb5-4d53-9e35-9e3bb6f683b2 2026-07-11 04:44:58.877 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port c3e33d39-f6ea-4e0a-821d-7265a66a2a61 2026-07-11 04:44:59.062 13 INFO neutron.plugins.ml2.plugin [None req-6e5c65ba-9d9a-4121-9f89-7cb83d283a7b - - - - - -] Attempt 1 to provision port 815813db-1074-44fb-8ee0-8a0aa4c9d58a 2026-07-11 04:44:59.214 13 INFO neutron.plugins.ml2.plugin [None req-6e5c65ba-9d9a-4121-9f89-7cb83d283a7b - - - - - -] Attempt 1 to provision port 174e9330-f77b-4339-a0a3-aa06a49252a8 2026-07-11 04:44:59.240 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 815813db-1074-44fb-8ee0-8a0aa4c9d58a 2026-07-11 04:44:59.272 13 INFO neutron.plugins.ml2.plugin [None req-6e5c65ba-9d9a-4121-9f89-7cb83d283a7b - - - - - -] Attempt 1 to provision port 8d0a40c9-3d06-4ec8-a69a-788f5fdc6da4 2026-07-11 04:45:00.247 16 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port f9e35c12-dcb5-4d53-9e35-9e3bb6f683b2 2026-07-11 04:45:04.252 16 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 801a3f2b-ca17-4b87-92be-c47a3e6cf1b6 2026-07-11 04:45:06.194 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 801a3f2b-ca17-4b87-92be-c47a3e6cf1b6 2026-07-11 04:45:08.373 13 INFO neutron.plugins.ml2.plugin [None req-074eb665-f155-4342-a21b-ed739271ede2 - - - - - -] Attempt 1 to provision port 801a3f2b-ca17-4b87-92be-c47a3e6cf1b6 2026-07-11 04:45:08.427 13 INFO neutron.plugins.ml2.plugin [None req-074eb665-f155-4342-a21b-ed739271ede2 - - - - - -] Attempt 1 to provision port 174e9330-f77b-4339-a0a3-aa06a49252a8 2026-07-11 04:45:08.450 13 INFO neutron.plugins.ml2.plugin [None req-074eb665-f155-4342-a21b-ed739271ede2 - - - - - -] Attempt 1 to provision port dd3ce1c1-916f-468c-a7eb-f8784a4615a3 2026-07-11 04:45:16.609 13 INFO neutron.plugins.ml2.plugin [None req-300ba6cd-d344-40fa-80fc-ccf074c972b8 - - - - - -] Attempt 1 to provision port 3a865eda-7049-4202-bfcf-1ab56924ab7a 2026-07-11 04:45:16.648 13 INFO neutron.plugins.ml2.plugin [None req-300ba6cd-d344-40fa-80fc-ccf074c972b8 - - - - - -] Attempt 1 to provision port 4c3b8ce0-ae5a-4cf9-80ee-fa3a3b8ece4e 2026-07-11 04:45:16.718 13 INFO neutron.plugins.ml2.plugin [None req-300ba6cd-d344-40fa-80fc-ccf074c972b8 - - - - - -] Attempt 1 to provision port e9254164-5cb9-4df8-bc25-0824844991b1 2026-07-11 04:45:16.741 13 INFO neutron.plugins.ml2.plugin [None req-300ba6cd-d344-40fa-80fc-ccf074c972b8 - - - - - -] Attempt 1 to provision port dd3ce1c1-916f-468c-a7eb-f8784a4615a3 2026-07-11 04:45:22.492 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 83e56e75-ee0c-40ba-9cb5-b66f839d3874 2026-07-11 04:45:24.268 16 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 83e56e75-ee0c-40ba-9cb5-b66f839d3874 2026-07-11 04:45:28.276 16 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port def5a757-eabc-4f41-8d40-1c69daf3eff6 2026-07-11 04:45:28.624 16 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 18f6d423-5bab-4e7c-89b6-c0eea53c2a97 2026-07-11 04:45:30.341 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 18f6d423-5bab-4e7c-89b6-c0eea53c2a97 2026-07-11 04:45:30.598 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port def5a757-eabc-4f41-8d40-1c69daf3eff6 2026-07-11 04:45:30.867 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port e865dbbc-c50d-4acd-ae60-b1c7e3676788 2026-07-11 04:45:32.198 16 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port e865dbbc-c50d-4acd-ae60-b1c7e3676788 2026-07-11 04:45:33.509 13 INFO neutron.plugins.ml2.plugin [None req-8651ab05-026e-49e3-a9f5-cef5c19d1583 - - - - - -] Attempt 1 to provision port dcbe84c1-52b0-4d7b-8f8a-a7622eaba12e 2026-07-11 04:45:33.539 13 INFO neutron.plugins.ml2.plugin [None req-8651ab05-026e-49e3-a9f5-cef5c19d1583 - - - - - -] Attempt 1 to provision port e865dbbc-c50d-4acd-ae60-b1c7e3676788 2026-07-11 04:45:33.598 13 INFO neutron.plugins.ml2.plugin [None req-8651ab05-026e-49e3-a9f5-cef5c19d1583 - - - - - -] Attempt 1 to provision port def5a757-eabc-4f41-8d40-1c69daf3eff6 2026-07-11 04:45:33.661 13 INFO neutron.plugins.ml2.plugin [None req-8651ab05-026e-49e3-a9f5-cef5c19d1583 - - - - - -] Attempt 1 to provision port 08b9e81a-0b11-4443-8a1b-31670f4b14ef 2026-07-11 04:45:33.680 13 INFO neutron.plugins.ml2.plugin [None req-8651ab05-026e-49e3-a9f5-cef5c19d1583 - - - - - -] Attempt 1 to provision port 7c420d08-537d-42a8-975b-02dce25b4e9e 2026-07-11 04:45:41.267 16 INFO neutron.plugins.ml2.plugin [None req-4a364e3d-899f-408c-85ee-fc8eaad2d20e - - - - - -] Attempt 1 to provision port 925fdd62-450e-48e2-b6ca-f3f9a87688f2 2026-07-11 04:45:41.295 16 INFO neutron.plugins.ml2.plugin [None req-4a364e3d-899f-408c-85ee-fc8eaad2d20e - - - - - -] Attempt 1 to provision port 2d4e5d91-bcf0-4f72-8766-6edb7feba812 2026-07-11 04:45:41.318 16 INFO neutron.plugins.ml2.plugin [None req-4a364e3d-899f-408c-85ee-fc8eaad2d20e - - - - - -] Attempt 1 to provision port dcbe84c1-52b0-4d7b-8f8a-a7622eaba12e 2026-07-11 04:45:41.343 16 INFO neutron.plugins.ml2.plugin [None req-4a364e3d-899f-408c-85ee-fc8eaad2d20e - - - - - -] Attempt 1 to provision port e865dbbc-c50d-4acd-ae60-b1c7e3676788 2026-07-11 04:45:41.402 16 INFO neutron.plugins.ml2.plugin [None req-4a364e3d-899f-408c-85ee-fc8eaad2d20e - - - - - -] Attempt 1 to provision port def5a757-eabc-4f41-8d40-1c69daf3eff6 2026-07-11 04:45:41.449 16 INFO neutron.plugins.ml2.plugin [None req-4a364e3d-899f-408c-85ee-fc8eaad2d20e - - - - - -] Attempt 1 to provision port 08b9e81a-0b11-4443-8a1b-31670f4b14ef 2026-07-11 04:45:45.160 13 INFO neutron.plugins.ml2.plugin [None req-940bd2a3-896c-4d44-b547-7679331457b8 - - - - - -] Attempt 1 to provision port dcbe84c1-52b0-4d7b-8f8a-a7622eaba12e 2026-07-11 04:45:56.248 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 4c53bc02-3021-46fa-be9a-a7198c930827 2026-07-11 04:46:08.265 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 6d6f75e2-11db-4489-b5c3-96541e145553 2026-07-11 04:46:20.292 16 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 8dce99ba-b4e3-4a98-98e9-8512dd5f5397 2026-07-11 04:46:22.323 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 57af1e52-bb43-4599-a76b-4415e6383216 2026-07-11 04:46:22.703 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 8dce99ba-b4e3-4a98-98e9-8512dd5f5397 2026-07-11 04:46:44.260 16 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 28ca4be0-addd-4070-914d-7fc036652af7 2026-07-11 04:46:45.395 16 INFO neutron.plugins.ml2.plugin [None req-a5be9e15-83f1-46b2-a125-9fc2356f2015 - - - - - -] Attempt 1 to provision port 28ca4be0-addd-4070-914d-7fc036652af7 2026-07-11 04:47:08.240 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 3038ecae-ec91-4cc1-9298-1fed23b7c2bd 2026-07-11 04:47:10.328 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 3038ecae-ec91-4cc1-9298-1fed23b7c2bd 2026-07-11 04:47:10.509 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port eedeff59-851b-4131-b564-ea21d4196014 2026-07-11 04:47:11.673 13 INFO neutron.plugins.ml2.plugin [None req-5825d9e9-09bb-45dc-adaf-fa09f13bf4f3 - - - - - -] Attempt 1 to provision port c885ff8c-951c-419c-8224-5fb1abbf5431 2026-07-11 04:47:11.716 13 INFO neutron.plugins.ml2.plugin [None req-5825d9e9-09bb-45dc-adaf-fa09f13bf4f3 - - - - - -] Attempt 1 to provision port 3038ecae-ec91-4cc1-9298-1fed23b7c2bd 2026-07-11 04:47:11.764 13 INFO neutron.plugins.ml2.plugin [None req-5825d9e9-09bb-45dc-adaf-fa09f13bf4f3 - - - - - -] Attempt 1 to provision port 4deafd01-bcb8-43e0-940a-488b715efdee 2026-07-11 04:47:12.274 16 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port eedeff59-851b-4131-b564-ea21d4196014 2026-07-11 04:47:18.509 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 743efc95-d370-4faf-835e-ed52cf5d6d2c 2026-07-11 04:47:19.005 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port fe21710f-7011-45b3-8024-43f2339d6d8d 2026-07-11 04:47:20.380 16 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 743efc95-d370-4faf-835e-ed52cf5d6d2c 2026-07-11 04:47:20.603 16 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port fe21710f-7011-45b3-8024-43f2339d6d8d 2026-07-11 04:47:24.270 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 619c57f8-5791-4cc6-bf4e-c8c73bf57c5e 2026-07-11 04:47:25.845 16 INFO neutron.plugins.ml2.plugin [None req-1cdad470-76cc-4efd-b21a-50402ddcdf83 - - - - - -] Attempt 1 to provision port 9e3bd100-99c7-488a-9ae1-b0f0f11bc740 2026-07-11 04:47:25.870 16 INFO neutron.plugins.ml2.plugin [None req-1cdad470-76cc-4efd-b21a-50402ddcdf83 - - - - - -] Attempt 1 to provision port 26449e43-96ca-4e4b-8377-3c5541944a9b 2026-07-11 04:47:25.898 16 INFO neutron.plugins.ml2.plugin [None req-1cdad470-76cc-4efd-b21a-50402ddcdf83 - - - - - -] Attempt 1 to provision port 743efc95-d370-4faf-835e-ed52cf5d6d2c 2026-07-11 04:47:25.945 16 INFO neutron.plugins.ml2.plugin [None req-1cdad470-76cc-4efd-b21a-50402ddcdf83 - - - - - -] Attempt 1 to provision port 3038ecae-ec91-4cc1-9298-1fed23b7c2bd 2026-07-11 04:47:25.990 16 INFO neutron.plugins.ml2.plugin [None req-1cdad470-76cc-4efd-b21a-50402ddcdf83 - - - - - -] Attempt 1 to provision port 619c57f8-5791-4cc6-bf4e-c8c73bf57c5e 2026-07-11 04:47:26.038 16 INFO neutron.plugins.ml2.plugin [None req-1cdad470-76cc-4efd-b21a-50402ddcdf83 - - - - - -] Attempt 1 to provision port 4deafd01-bcb8-43e0-940a-488b715efdee 2026-07-11 04:47:26.294 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 619c57f8-5791-4cc6-bf4e-c8c73bf57c5e 2026-07-11 04:47:28.602 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port f02fff55-e852-4357-a7c9-85d1c3f9e65a 2026-07-11 04:47:30.268 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port f02fff55-e852-4357-a7c9-85d1c3f9e65a 2026-07-11 04:47:37.853 16 INFO neutron.plugins.ml2.plugin [None req-77bc39c4-e17d-4622-99c1-baefb9cb4656 - - - - - -] Attempt 1 to provision port 743efc95-d370-4faf-835e-ed52cf5d6d2c 2026-07-11 04:47:37.915 16 INFO neutron.plugins.ml2.plugin [None req-77bc39c4-e17d-4622-99c1-baefb9cb4656 - - - - - -] Attempt 1 to provision port 619c57f8-5791-4cc6-bf4e-c8c73bf57c5e 2026-07-11 04:47:37.965 16 INFO neutron.plugins.ml2.plugin [None req-77bc39c4-e17d-4622-99c1-baefb9cb4656 - - - - - -] Attempt 1 to provision port f02fff55-e852-4357-a7c9-85d1c3f9e65a 2026-07-11 04:47:38.011 16 INFO neutron.plugins.ml2.plugin [None req-77bc39c4-e17d-4622-99c1-baefb9cb4656 - - - - - -] Attempt 1 to provision port ac7240cb-ba92-4904-8b1c-f17f29ac41e7 2026-07-11 04:47:38.035 16 INFO neutron.plugins.ml2.plugin [None req-77bc39c4-e17d-4622-99c1-baefb9cb4656 - - - - - -] Attempt 1 to provision port 3038ecae-ec91-4cc1-9298-1fed23b7c2bd 2026-07-11 04:47:38.088 16 INFO neutron.plugins.ml2.plugin [None req-77bc39c4-e17d-4622-99c1-baefb9cb4656 - - - - - -] Attempt 1 to provision port 3515e2ef-b0fc-467a-9a93-5cafb30a301a 2026-07-11 04:47:48.300 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port ef58abe3-1d5f-45d2-a092-fe30cbe17c2f 2026-07-11 04:47:49.068 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 780d54a2-2d7e-47c2-a707-ce299caf6214 2026-07-11 04:47:49.628 13 INFO neutron.plugins.ml2.plugin [None req-4a6355a2-71ef-427c-bfbe-94d99becd009 - - - - - -] Attempt 1 to provision port 780d54a2-2d7e-47c2-a707-ce299caf6214 2026-07-11 04:47:49.692 13 INFO neutron.plugins.ml2.plugin [None req-4a6355a2-71ef-427c-bfbe-94d99becd009 - - - - - -] Attempt 1 to provision port 78094a3c-845b-49fd-a6eb-308f80e1afa6 2026-07-11 04:47:50.295 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port ef58abe3-1d5f-45d2-a092-fe30cbe17c2f 2026-07-11 04:47:50.486 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 780d54a2-2d7e-47c2-a707-ce299caf6214 2026-07-11 04:47:52.295 13 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 1b68f169-3fe5-40bf-854c-cab84f472bd2 2026-07-11 04:47:54.343 16 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 1b68f169-3fe5-40bf-854c-cab84f472bd2 2026-07-11 04:47:54.740 16 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 883f1e87-9128-4c6b-a43d-dea7ccdf3d05 2026-07-11 04:47:56.217 16 INFO neutron.plugins.ml2.plugin [None req-4363d735-54ff-4057-8367-a4770021fcfc - - - - - -] Attempt 1 to provision port 883f1e87-9128-4c6b-a43d-dea7ccdf3d05 2026-07-11 04:47:57.177 16 INFO neutron.plugins.ml2.plugin [None req-6813a091-92cd-4ef5-a248-414e6d88129b - - - - - -] Attempt 1 to provision port 780d54a2-2d7e-47c2-a707-ce299caf6214 2026-07-11 04:47:57.234 16 INFO neutron.plugins.ml2.plugin [None req-6813a091-92cd-4ef5-a248-414e6d88129b - - - - - -] Attempt 1 to provision port 69565997-11ae-45b5-a962-8c04f48541bf 2026-07-11 04:47:57.265 16 INFO neutron.plugins.ml2.plugin [None req-6813a091-92cd-4ef5-a248-414e6d88129b - - - - - -] Attempt 1 to provision port 78094a3c-845b-49fd-a6eb-308f80e1afa6 2026-07-11 04:47:57.295 16 INFO neutron.plugins.ml2.plugin [None req-6813a091-92cd-4ef5-a248-414e6d88129b - - - - - -] Attempt 1 to provision port 883f1e87-9128-4c6b-a43d-dea7ccdf3d05 2026-07-11 04:48:01.060 16 INFO neutron.plugins.ml2.plugin [None req-3c98b5fd-0837-48d1-a3c3-bdd6c96fdd1f - - - - - -] Attempt 1 to provision port ad50f030-4c2b-43b5-ac56-438327d08a95 2026-07-11 04:48:01.094 16 INFO neutron.plugins.ml2.plugin [None req-3c98b5fd-0837-48d1-a3c3-bdd6c96fdd1f - - - - - -] Attempt 1 to provision port 69565997-11ae-45b5-a962-8c04f48541bf 2026-07-11 04:48:01.118 16 INFO neutron.plugins.ml2.plugin [None req-3c98b5fd-0837-48d1-a3c3-bdd6c96fdd1f - - - - - -] Attempt 1 to provision port 78094a3c-845b-49fd-a6eb-308f80e1afa6 2026-07-11 04:48:01.144 16 INFO neutron.plugins.ml2.plugin [None req-3c98b5fd-0837-48d1-a3c3-bdd6c96fdd1f - - - - - -] Attempt 1 to provision port 883f1e87-9128-4c6b-a43d-dea7ccdf3d05 2026-07-11 04:48:03.915 16 INFO neutron.plugins.ml2.plugin [None req-da66edab-bb48-4d9a-9fb9-a3b0d0d42fc2 - - - - - -] Attempt 1 to provision port 69565997-11ae-45b5-a962-8c04f48541bf 2026-07-11 04:48:03.941 16 INFO neutron.plugins.ml2.plugin [None req-da66edab-bb48-4d9a-9fb9-a3b0d0d42fc2 - - - - - -] Attempt 1 to provision port 78094a3c-845b-49fd-a6eb-308f80e1afa6 2026-07-11 04:48:03.963 16 INFO neutron.plugins.ml2.plugin [None req-da66edab-bb48-4d9a-9fb9-a3b0d0d42fc2 - - - - - -] Attempt 1 to provision port 055510b7-d081-490b-bea0-1a51431ae28c 2026-07-11 04:48:07.316 13 INFO neutron.plugins.ml2.plugin [None req-64a8c196-673d-4c2e-9214-9a6a787b57c8 - - - - - -] Attempt 1 to provision port 69565997-11ae-45b5-a962-8c04f48541bf