+ 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-21 13:52:50.678 1 INFO neutron.common.config [-] Logging enabled! 2026-07-21 13:52:50.678 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 28.1.0.dev560 2026-07-21 13:52:50.679 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-07-21 13:52:50.679 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-21 13:52:52.257 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-21 13:52:52.259 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-21 13:52:52.263 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-21 13:52:52.263 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-21 13:52:52.264 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-21 13:52:52.264 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-21 13:52:52.264 1 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-07-21 13:52:52.264 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-21 13:52:52.271 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-21 13:52:52.271 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-21 13:52:52.271 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-21 13:52:52.292 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-21 13:52:52.293 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-21 13:52:52.293 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-21 13:52:52.314 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-21 13:52:52.315 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-21 13:52:52.315 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-21 13:52:52.315 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-21 13:52:52.694 1 INFO neutron.plugins.ml2.managers [None req-b544ec9e-58a8-42af-ab93-48c26245d1ba - - - - - -] Initializing driver for type 'vlan' 2026-07-21 13:52:52.860 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-b544ec9e-58a8-42af-ab93-48c26245d1ba - - - - - -] VlanTypeDriver initialization complete 2026-07-21 13:52:52.861 1 INFO neutron.plugins.ml2.managers [None req-b544ec9e-58a8-42af-ab93-48c26245d1ba - - - - - -] Initializing driver for type 'vxlan' 2026-07-21 13:52:52.861 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-b544ec9e-58a8-42af-ab93-48c26245d1ba - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-21 13:52:52.914 1 INFO neutron.plugins.ml2.managers [None req-b544ec9e-58a8-42af-ab93-48c26245d1ba - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-21 13:52:52.914 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-b544ec9e-58a8-42af-ab93-48c26245d1ba - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-21 13:52:52.914 1 INFO neutron.plugins.ml2.managers [None req-b544ec9e-58a8-42af-ab93-48c26245d1ba - - - - - -] Initializing extension driver 'port_security' 2026-07-21 13:52:52.915 1 INFO neutron.plugins.ml2.extensions.port_security [None req-b544ec9e-58a8-42af-ab93-48c26245d1ba - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-21 13:52:52.915 1 INFO neutron.plugins.ml2.managers [None req-b544ec9e-58a8-42af-ab93-48c26245d1ba - - - - - -] Initializing extension driver 'qos' 2026-07-21 13:52:52.915 1 INFO neutron.plugins.ml2.managers [None req-b544ec9e-58a8-42af-ab93-48c26245d1ba - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-21 13:52:52.915 1 INFO neutron.plugins.ml2.managers [None req-b544ec9e-58a8-42af-ab93-48c26245d1ba - - - - - -] Initializing mechanism driver 'l2population' 2026-07-21 13:52:52.931 1 INFO neutron.quota [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded quota_driver: . 2026-07-21 13:52:52.932 1 INFO neutron.plugins.ml2.plugin [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Modular L2 Plugin initialization complete 2026-07-21 13:52:52.932 1 INFO neutron.plugins.ml2.managers [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-21 13:52:52.932 1 INFO neutron.plugins.ml2.managers [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-21 13:52:52.932 1 INFO neutron.plugins.ml2.managers [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Got port-security extension from driver 'port_security' 2026-07-21 13:52:52.933 1 INFO neutron.manager [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loading Plugin: qos 2026-07-21 13:52:52.946 1 INFO neutron.manager [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loading Plugin: router 2026-07-21 13:52:52.983 1 INFO neutron.services.service_base [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-21 13:52:52.983 1 INFO neutron.manager [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loading Plugin: segments 2026-07-21 13:52:53.050 1 INFO neutron.manager [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loading Plugin: trunk 2026-07-21 13:52:53.064 1 INFO neutron.manager [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loading Plugin: vpnaas 2026-07-21 13:52:53.103 1 WARNING stevedore.named [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-21 13:52:53.187 1 INFO neutron_vpnaas.services.vpn.plugin [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-21 13:52:53.188 1 INFO neutron.manager [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loading Plugin: taas 2026-07-21 13:52:53.447 1 WARNING stevedore.named [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-21 13:52:53.474 1 INFO neutron_taas.services.taas.taas_plugin [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-21 13:52:53.475 1 INFO neutron.manager [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loading Plugin: tapmirror 2026-07-21 13:52:53.486 1 WARNING stevedore.named [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-21 13:52:53.501 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-21 13:52:53.502 1 INFO neutron.manager [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loading Plugin: auto_allocate 2026-07-21 13:52:53.512 1 INFO neutron.manager [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loading Plugin: tag 2026-07-21 13:52:53.519 1 INFO neutron.manager [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loading Plugin: timestamp 2026-07-21 13:52:53.522 1 INFO neutron.manager [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loading Plugin: network_ip_availability 2026-07-21 13:52:53.526 1 INFO neutron.manager [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loading Plugin: flavors 2026-07-21 13:52:53.529 1 INFO neutron.manager [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loading Plugin: revisions 2026-07-21 13:52:53.532 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Initializing extension manager. 2026-07-21 13:52:53.533 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: aap-reject-multicast 2026-07-21 13:52:53.534 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: address-group 2026-07-21 13:52:53.535 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: address-scope 2026-07-21 13:52:53.536 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-21 13:52:53.536 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: agent 2026-07-21 13:52:53.537 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: agent-resources-synced 2026-07-21 13:52:53.537 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: agent_sort_key 2026-07-21 13:52:53.538 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: allowed-address-pairs 2026-07-21 13:52:53.539 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: auto-allocated-topology 2026-07-21 13:52:53.539 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: availability_zone 2026-07-21 13:52:53.540 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: availability_zone_filter 2026-07-21 13:52:53.541 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-21 13:52:53.541 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: default-subnetpools 2026-07-21 13:52:53.542 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-21 13:52:53.543 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: dns-integration 2026-07-21 13:52:53.543 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: dns-domain-ports 2026-07-21 13:52:53.544 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-21 13:52:53.544 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: dvr 2026-07-21 13:52:53.544 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-21 13:52:53.545 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: empty-string-filtering 2026-07-21 13:52:53.545 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension evpn not supported by any of loaded plugins 2026-07-21 13:52:53.546 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-21 13:52:53.546 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-21 13:52:53.546 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: external-net 2026-07-21 13:52:53.547 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-21 13:52:53.547 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: extraroute 2026-07-21 13:52:53.548 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: extraroute-atomic 2026-07-21 13:52:53.548 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: filter-validation 2026-07-21 13:52:53.549 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-21 13:52:53.550 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-21 13:52:53.550 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-21 13:52:53.550 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: fip-port-details 2026-07-21 13:52:53.551 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: flavors 2026-07-21 13:52:53.552 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-21 13:52:53.553 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: floatingip-pools 2026-07-21 13:52:53.553 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: ip_allocation 2026-07-21 13:52:53.554 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: ip-substring-filtering 2026-07-21 13:52:53.554 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: l2_adjacency 2026-07-21 13:52:53.555 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: router 2026-07-21 13:52:53.555 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension l3-agent-scheduler-ha-chassis-priority not supported by any of loaded plugins 2026-07-21 13:52:53.557 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-21 13:52:53.557 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-21 13:52:53.558 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-21 13:52:53.558 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: ext-gw-mode 2026-07-21 13:52:53.559 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: l3-ha 2026-07-21 13:52:53.559 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-21 13:52:53.560 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-21 13:52:53.560 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: l3-flavors 2026-07-21 13:52:53.561 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-21 13:52:53.561 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-21 13:52:53.563 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-21 13:52:53.564 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-21 13:52:53.565 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-21 13:52:53.566 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-21 13:52:53.566 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-21 13:52:53.567 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: multi-provider 2026-07-21 13:52:53.567 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: net-mtu 2026-07-21 13:52:53.568 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: net-mtu-writable 2026-07-21 13:52:53.568 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: network_availability_zone 2026-07-21 13:52:53.569 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: network_ha 2026-07-21 13:52:53.569 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: network-ip-availability 2026-07-21 13:52:53.570 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: network-ip-availability-details 2026-07-21 13:52:53.571 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-21 13:52:53.571 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: pagination 2026-07-21 13:52:53.572 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: port-device-profile 2026-07-21 13:52:53.572 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-21 13:52:53.572 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-21 13:52:53.573 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-21 13:52:53.573 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: port-mac-override 2026-07-21 13:52:53.574 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-21 13:52:53.574 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-21 13:52:53.574 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-21 13:52:53.575 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: port-resource-request 2026-07-21 13:52:53.575 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: port-resource-request-groups 2026-07-21 13:52:53.576 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-21 13:52:53.576 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: binding 2026-07-21 13:52:53.577 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: binding-extended 2026-07-21 13:52:53.577 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: port-security 2026-07-21 13:52:53.578 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: project-id 2026-07-21 13:52:53.578 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: provider 2026-07-21 13:52:53.578 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension pvlan not supported by any of loaded plugins 2026-07-21 13:52:53.579 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-21 13:52:53.582 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: qos 2026-07-21 13:52:53.583 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-21 13:52:53.584 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-21 13:52:53.584 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: qos-default 2026-07-21 13:52:53.585 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: qos-fip 2026-07-21 13:52:53.585 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-21 13:52:53.586 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: qos-gateway-ip 2026-07-21 13:52:53.586 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: qos-port-network-policy 2026-07-21 13:52:53.586 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: qos-pps-minimum 2026-07-21 13:52:53.587 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-21 13:52:53.588 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: qos-pps 2026-07-21 13:52:53.588 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: qos-rule-type-details 2026-07-21 13:52:53.588 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-21 13:52:53.589 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: qos-rules-alias 2026-07-21 13:52:53.589 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: quota-check-limit 2026-07-21 13:52:53.590 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: quota-check-limit-default 2026-07-21 13:52:53.591 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: quotas 2026-07-21 13:52:53.594 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: quota_details 2026-07-21 13:52:53.595 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: rbac-policies 2026-07-21 13:52:53.596 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: rbac-address-group 2026-07-21 13:52:53.596 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: rbac-address-scope 2026-07-21 13:52:53.597 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: rbac-security-groups 2026-07-21 13:52:53.597 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: rbac-subnetpool 2026-07-21 13:52:53.597 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: revision-if-match 2026-07-21 13:52:53.598 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: standard-attr-revisions 2026-07-21 13:52:53.599 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: router_availability_zone 2026-07-21 13:52:53.599 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-07-21 13:52:53.599 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-21 13:52:53.601 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: security-groups-default-rules 2026-07-21 13:52:53.601 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: security-groups-default-statefulness 2026-07-21 13:52:53.602 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-21 13:52:53.602 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-21 13:52:53.603 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-21 13:52:53.603 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-21 13:52:53.604 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-21 13:52:53.607 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: security-group 2026-07-21 13:52:53.608 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: segment 2026-07-21 13:52:53.609 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-21 13:52:53.609 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: service-type 2026-07-21 13:52:53.610 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: sorting 2026-07-21 13:52:53.610 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: standard-attr-segment 2026-07-21 13:52:53.611 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: standard-attr-description 2026-07-21 13:52:53.611 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: stateful-security-group 2026-07-21 13:52:53.611 1 WARNING neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-21 13:52:53.612 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-21 13:52:53.612 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: subnet-external-network 2026-07-21 13:52:53.613 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: subnet_onboard 2026-07-21 13:52:53.613 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-21 13:52:53.614 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: subnet-service-types 2026-07-21 13:52:53.614 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: subnet_allocation 2026-07-21 13:52:53.615 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-21 13:52:53.615 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: tag-creation 2026-07-21 13:52:53.616 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-21 13:52:53.619 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: standard-attr-tag 2026-07-21 13:52:53.620 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-21 13:52:53.620 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: trunk 2026-07-21 13:52:53.621 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: trunk-details 2026-07-21 13:52:53.621 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-21 13:52:53.622 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-21 13:52:53.622 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-21 13:52:53.623 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-21 13:52:53.624 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-21 13:52:53.625 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-21 13:52:53.625 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: vpn-flavors 2026-07-21 13:52:53.627 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: vpnaas 2026-07-21 13:52:53.628 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: taas 2026-07-21 13:52:53.628 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: tap-mirror 2026-07-21 13:52:53.629 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: tap-mirror-both-direction 2026-07-21 13:52:53.630 1 INFO neutron.api.extensions [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Loaded extension: taas-vlan-filter 2026-07-21 13:52:53.635 1 WARNING oslo_service.backend._threading.service [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Service RpcWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-07-21 13:52:53.642 1 WARNING oslo_service.backend._threading.service [None req-34087a13-7e04-4818-94bb-1f3f09a78f0c - - - - - -] Service RpcReportsWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-07-21 13:53:23.762 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-07-21 13:53:23.830 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-07-21 13:53:23.835 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-07-21 13:53:39.081 16 INFO neutron.db.l3_hamode_db [None req-15ed94ec-3443-4e7d-9d83-94c2bc22507a - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 13:54:04.089 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 7cb29d3e-442c-4768-b34b-9bb315a953bf 2026-07-21 13:54:05.999 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 7cb29d3e-442c-4768-b34b-9bb315a953bf 2026-07-21 13:54:07.108 16 INFO neutron.plugins.ml2.plugin [None req-a5448725-cde2-4944-800f-40f8350e9a60 - - - - - -] Attempt 1 to provision port 7cb29d3e-442c-4768-b34b-9bb315a953bf 2026-07-21 13:59:36.137 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port f669d180-d5e4-4904-b59f-e857f7352863 2026-07-21 13:59:38.089 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port f669d180-d5e4-4904-b59f-e857f7352863 2026-07-21 13:59:38.723 16 INFO neutron.plugins.ml2.plugin [None req-7030faa3-030f-446d-a4c9-37482ae53f33 - - - - - -] Attempt 1 to provision port f669d180-d5e4-4904-b59f-e857f7352863 2026-07-21 13:59:45.005 16 INFO neutron.plugins.ml2.plugin [None req-3407776d-d4ee-430b-8ad9-032970b64ad7 - - - - - -] Attempt 1 to provision port d03cb35b-f387-4720-8b38-de60154ef424 2026-07-21 14:04:10.797 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port d03cb35b-f387-4720-8b38-de60154ef424 2026-07-21 14:04:12.212 13 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port d03cb35b-f387-4720-8b38-de60154ef424 2026-07-21 14:15:40.638 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port d495c006-9e88-4010-aec1-d285e0ce4c1f 2026-07-21 14:15:42.574 13 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port d495c006-9e88-4010-aec1-d285e0ce4c1f 2026-07-21 14:20:36.894 13 INFO neutron.plugins.ml2.plugin [None req-dbf84ee4-bf25-4cb4-87d7-23f9c6de91e2 - - - - - -] Attempt 1 to provision port 7cb29d3e-442c-4768-b34b-9bb315a953bf 2026-07-21 14:20:36.949 13 INFO neutron.plugins.ml2.plugin [None req-dbf84ee4-bf25-4cb4-87d7-23f9c6de91e2 - - - - - -] Attempt 1 to provision port f669d180-d5e4-4904-b59f-e857f7352863 2026-07-21 14:20:37.009 13 INFO neutron.plugins.ml2.plugin [None req-dbf84ee4-bf25-4cb4-87d7-23f9c6de91e2 - - - - - -] Attempt 1 to provision port d03cb35b-f387-4720-8b38-de60154ef424 2026-07-21 14:33:57.204 13 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 80baf44e-87a6-4f13-b074-f0c356a7c5f3 2026-07-21 14:33:57.885 13 INFO neutron.plugins.ml2.plugin [None req-9df8b3c1-6480-47c5-b1ce-5d7e9eedcf23 - - - - - -] Attempt 1 to provision port 033b0a3b-b0e7-4dc7-8b28-70ecd28e1aa4 2026-07-21 14:33:57.912 13 INFO neutron.plugins.ml2.plugin [None req-9df8b3c1-6480-47c5-b1ce-5d7e9eedcf23 - - - - - -] Attempt 1 to provision port 80baf44e-87a6-4f13-b074-f0c356a7c5f3 2026-07-21 14:33:59.194 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 80baf44e-87a6-4f13-b074-f0c356a7c5f3 2026-07-21 14:34:01.240 13 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 787700f3-0144-4e64-beca-eaf67f80eae8 2026-07-21 14:34:05.869 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 47720088-cca2-4ca9-861c-ede412780b73 2026-07-21 14:34:06.587 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 4f2c361f-d78d-464f-ae9b-f51b6e791863 2026-07-21 14:34:07.472 13 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 47720088-cca2-4ca9-861c-ede412780b73 2026-07-21 14:34:07.769 13 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 4f2c361f-d78d-464f-ae9b-f51b6e791863 2026-07-21 14:34:13.472 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port ab80eb9e-2de9-491c-94f7-2b3e664a7882 2026-07-21 14:34:15.759 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port ab80eb9e-2de9-491c-94f7-2b3e664a7882 2026-07-21 14:34:16.226 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port e92c3dd1-1241-4369-af66-6314259d272e 2026-07-21 14:34:17.090 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 2b46093a-b01e-4554-8d42-8c3fab14a5b8 2026-07-21 14:34:18.130 13 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port e92c3dd1-1241-4369-af66-6314259d272e 2026-07-21 14:34:18.594 13 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 2b46093a-b01e-4554-8d42-8c3fab14a5b8 2026-07-21 14:34:19.228 13 INFO neutron.plugins.ml2.plugin [None req-d7e59bdc-f8ec-4a5b-b192-76bdcacef5ed - - - - - -] Attempt 1 to provision port 80baf44e-87a6-4f13-b074-f0c356a7c5f3 2026-07-21 14:34:19.544 13 INFO neutron.plugins.ml2.plugin [None req-d7e59bdc-f8ec-4a5b-b192-76bdcacef5ed - - - - - -] Attempt 1 to provision port 97f74ffd-bb95-4366-811e-af6a6c627049 2026-07-21 14:34:19.610 13 INFO neutron.plugins.ml2.plugin [None req-d7e59bdc-f8ec-4a5b-b192-76bdcacef5ed - - - - - -] Attempt 1 to provision port e92c3dd1-1241-4369-af66-6314259d272e 2026-07-21 14:34:23.828 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 8d8e612a-3706-46ab-be41-4da8e858f97d 2026-07-21 14:34:25.812 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 8d8e612a-3706-46ab-be41-4da8e858f97d 2026-07-21 14:34:31.088 16 INFO neutron.plugins.ml2.plugin [None req-4636c886-96eb-46da-ace8-6ef2bcb0f762 - - - - - -] Attempt 1 to provision port e78c0650-55f8-4c1a-99c0-8042a22d4471 2026-07-21 14:34:31.120 16 INFO neutron.plugins.ml2.plugin [None req-4636c886-96eb-46da-ace8-6ef2bcb0f762 - - - - - -] Attempt 1 to provision port 8d8e612a-3706-46ab-be41-4da8e858f97d 2026-07-21 14:34:31.192 16 INFO neutron.plugins.ml2.plugin [None req-4636c886-96eb-46da-ace8-6ef2bcb0f762 - - - - - -] Attempt 1 to provision port 97f74ffd-bb95-4366-811e-af6a6c627049 2026-07-21 14:34:31.244 16 INFO neutron.plugins.ml2.plugin [None req-4636c886-96eb-46da-ace8-6ef2bcb0f762 - - - - - -] Attempt 1 to provision port e92c3dd1-1241-4369-af66-6314259d272e 2026-07-21 14:34:31.327 16 INFO neutron.plugins.ml2.plugin [None req-4636c886-96eb-46da-ace8-6ef2bcb0f762 - - - - - -] Attempt 1 to provision port 2db9be01-13d5-49b2-80e9-41523069b21c 2026-07-21 14:34:31.374 16 INFO neutron.plugins.ml2.plugin [None req-4636c886-96eb-46da-ace8-6ef2bcb0f762 - - - - - -] Attempt 1 to provision port 414d65e1-2fe9-4691-bf01-7a771dc90581 2026-07-21 14:34:40.557 16 INFO neutron.plugins.ml2.plugin [None req-9a63b69d-7107-4eb7-bbab-ed30afe7b29b - - - - - -] Attempt 1 to provision port 97f74ffd-bb95-4366-811e-af6a6c627049 2026-07-21 14:34:43.850 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port dbcf1569-b626-43a2-ae07-004e87b1d742 2026-07-21 14:34:45.909 13 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port dbcf1569-b626-43a2-ae07-004e87b1d742 2026-07-21 14:34:48.221 13 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 008c16b5-b3f2-428c-a8b3-c98de8a1b4b4 2026-07-21 14:34:50.026 13 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 008c16b5-b3f2-428c-a8b3-c98de8a1b4b4 2026-07-21 14:34:55.841 13 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 8296c6d5-3996-4c9d-b6b5-e0b9c2c4fe70 2026-07-21 14:34:58.010 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 8296c6d5-3996-4c9d-b6b5-e0b9c2c4fe70 2026-07-21 14:34:58.544 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 212c15bb-8118-4de5-8c46-979ba2bc44cf 2026-07-21 14:34:59.878 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 212c15bb-8118-4de5-8c46-979ba2bc44cf 2026-07-21 14:35:01.866 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 35a08ddd-7e4f-43c9-84a3-66947ea158ae 2026-07-21 14:35:03.829 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 35a08ddd-7e4f-43c9-84a3-66947ea158ae 2026-07-21 14:35:05.599 13 INFO neutron.plugins.ml2.plugin [None req-d22a52bf-1953-492d-b3ff-3bd203ea3929 - - - - - -] Attempt 1 to provision port 0edb51db-e15b-432b-b0f0-914db5543382 2026-07-21 14:35:05.646 13 INFO neutron.plugins.ml2.plugin [None req-d22a52bf-1953-492d-b3ff-3bd203ea3929 - - - - - -] Attempt 1 to provision port 35a08ddd-7e4f-43c9-84a3-66947ea158ae 2026-07-21 14:35:05.756 13 INFO neutron.plugins.ml2.plugin [None req-d22a52bf-1953-492d-b3ff-3bd203ea3929 - - - - - -] Attempt 1 to provision port b12fd175-c27e-40e2-be27-4de73a7eccca 2026-07-21 14:35:05.795 13 INFO neutron.plugins.ml2.plugin [None req-d22a52bf-1953-492d-b3ff-3bd203ea3929 - - - - - -] Attempt 1 to provision port 643ba599-aacd-46fd-8589-966296a17962 2026-07-21 14:35:05.834 13 INFO neutron.plugins.ml2.plugin [None req-d22a52bf-1953-492d-b3ff-3bd203ea3929 - - - - - -] Attempt 1 to provision port 212c15bb-8118-4de5-8c46-979ba2bc44cf 2026-07-21 14:35:13.450 16 INFO neutron.plugins.ml2.plugin [None req-5467104c-51c1-4331-b4a4-4cd001830995 - - - - - -] Attempt 1 to provision port 643ba599-aacd-46fd-8589-966296a17962 2026-07-21 14:35:13.525 16 INFO neutron.plugins.ml2.plugin [None req-5467104c-51c1-4331-b4a4-4cd001830995 - - - - - -] Attempt 1 to provision port d5fa4bb4-8551-4f78-8fd7-40b160fa037a 2026-07-21 14:35:18.066 13 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 0dd3170b-0064-4dcf-b049-53018e442725 2026-07-21 14:35:19.898 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 0dd3170b-0064-4dcf-b049-53018e442725 2026-07-21 14:35:26.070 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 1472ba79-b083-4639-8679-0d51466ad338 2026-07-21 14:36:13.903 13 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 075132e1-9781-4d5f-a325-beacbe521d21 2026-07-21 14:36:16.147 13 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 075132e1-9781-4d5f-a325-beacbe521d21 2026-07-21 14:36:16.388 13 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 88f8d723-a105-45c4-b727-3293c134ccd2 2026-07-21 14:36:16.832 13 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 4b5e4190-4393-4b25-b51d-d7b901c7f24e 2026-07-21 14:36:18.028 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 88f8d723-a105-45c4-b727-3293c134ccd2 2026-07-21 14:36:18.488 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 4b5e4190-4393-4b25-b51d-d7b901c7f24e 2026-07-21 14:36:20.191 13 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 47a4d066-8cf7-436d-8bd8-8654a0c1e93e 2026-07-21 14:36:21.841 13 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 47a4d066-8cf7-436d-8bd8-8654a0c1e93e 2026-07-21 14:36:26.163 16 INFO neutron.plugins.ml2.plugin [None req-ce24f0c1-6037-40ce-bbda-cd6947ffd718 - - - - - -] Attempt 1 to provision port 47a4d066-8cf7-436d-8bd8-8654a0c1e93e 2026-07-21 14:36:26.254 16 INFO neutron.plugins.ml2.plugin [None req-ce24f0c1-6037-40ce-bbda-cd6947ffd718 - - - - - -] Attempt 1 to provision port 804d44e4-acca-4d61-b640-9f57d6793ae3 2026-07-21 14:36:26.283 16 INFO neutron.plugins.ml2.plugin [None req-ce24f0c1-6037-40ce-bbda-cd6947ffd718 - - - - - -] Attempt 1 to provision port eaaa4046-f827-429c-93b7-c7ff9e1b6ebd 2026-07-21 14:36:26.315 16 INFO neutron.plugins.ml2.plugin [None req-ce24f0c1-6037-40ce-bbda-cd6947ffd718 - - - - - -] Attempt 1 to provision port 075132e1-9781-4d5f-a325-beacbe521d21 2026-07-21 14:36:28.737 16 INFO neutron.plugins.ml2.plugin [None req-a30ad96d-b2e7-42de-8528-56d21bbf42c1 - - - - - -] Attempt 1 to provision port 804d44e4-acca-4d61-b640-9f57d6793ae3 2026-07-21 14:36:28.778 16 INFO neutron.plugins.ml2.plugin [None req-a30ad96d-b2e7-42de-8528-56d21bbf42c1 - - - - - -] Attempt 1 to provision port 46de9bf7-8c08-42b6-9245-f710c8829d15 2026-07-21 14:36:30.816 16 INFO neutron.plugins.ml2.plugin [None req-795ebd58-6fef-40e5-a74e-549a964c070b - - - - - -] Attempt 1 to provision port 804d44e4-acca-4d61-b640-9f57d6793ae3 2026-07-21 14:36:30.870 16 INFO neutron.plugins.ml2.plugin [None req-795ebd58-6fef-40e5-a74e-549a964c070b - - - - - -] Attempt 1 to provision port 6bf39307-c41f-4adf-8eb4-ea078a3bb3c9 2026-07-21 14:36:43.876 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 877527c5-b9e0-4324-acf3-3beb87cc3ad4 2026-07-21 14:36:46.020 13 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 8994e8fe-f32d-4169-8599-bf24bf446f22 2026-07-21 14:36:46.828 13 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 877527c5-b9e0-4324-acf3-3beb87cc3ad4 2026-07-21 14:36:47.475 13 INFO neutron.plugins.ml2.plugin [None req-04a4482a-839a-4532-93fe-09ca8bfc2f32 - - - - - -] Attempt 1 to provision port c04c1478-53bc-4369-8ce1-5ff70c9faccb 2026-07-21 14:36:47.510 13 INFO neutron.plugins.ml2.plugin [None req-04a4482a-839a-4532-93fe-09ca8bfc2f32 - - - - - -] Attempt 1 to provision port 0b0db608-aef3-44ef-bb44-824b32e96354 2026-07-21 14:36:47.554 13 INFO neutron.plugins.ml2.plugin [None req-04a4482a-839a-4532-93fe-09ca8bfc2f32 - - - - - -] Attempt 1 to provision port 877527c5-b9e0-4324-acf3-3beb87cc3ad4 2026-07-21 14:36:47.906 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 8994e8fe-f32d-4169-8599-bf24bf446f22 2026-07-21 14:36:49.936 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 3a828311-654f-459e-8c8d-917d6492df1b 2026-07-21 14:36:50.363 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port dd2d667d-1178-42a6-96d8-b6db5a27f3f5 2026-07-21 14:36:52.005 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port dd2d667d-1178-42a6-96d8-b6db5a27f3f5 2026-07-21 14:36:52.225 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 3a828311-654f-459e-8c8d-917d6492df1b 2026-07-21 14:36:56.148 13 INFO neutron.plugins.ml2.plugin [None req-e8673908-635e-494a-8c70-e5bed4a13c63 - - - - - -] Attempt 1 to provision port c04c1478-53bc-4369-8ce1-5ff70c9faccb 2026-07-21 14:36:56.190 13 INFO neutron.plugins.ml2.plugin [None req-e8673908-635e-494a-8c70-e5bed4a13c63 - - - - - -] Attempt 1 to provision port fe2bcfb0-4dd1-4544-8b99-bc94a7483c4d 2026-07-21 14:36:56.227 13 INFO neutron.plugins.ml2.plugin [None req-e8673908-635e-494a-8c70-e5bed4a13c63 - - - - - -] Attempt 1 to provision port 3a828311-654f-459e-8c8d-917d6492df1b 2026-07-21 14:36:56.284 13 INFO neutron.plugins.ml2.plugin [None req-e8673908-635e-494a-8c70-e5bed4a13c63 - - - - - -] Attempt 1 to provision port 8798ee67-0f12-476e-8bf1-671b508a8fa0 2026-07-21 14:36:59.516 16 INFO neutron.plugins.ml2.plugin [None req-bc0079e6-6697-4bf3-a2b8-4c9b5a196016 - - - - - -] Attempt 1 to provision port 3a828311-654f-459e-8c8d-917d6492df1b 2026-07-21 14:36:59.581 16 INFO neutron.plugins.ml2.plugin [None req-bc0079e6-6697-4bf3-a2b8-4c9b5a196016 - - - - - -] Attempt 1 to provision port fe2bcfb0-4dd1-4544-8b99-bc94a7483c4d 2026-07-21 14:37:00.911 13 INFO neutron.plugins.ml2.plugin [None req-9afdfd83-5bb5-4a87-b134-30c5344309c5 - - - - - -] Attempt 1 to provision port fe2bcfb0-4dd1-4544-8b99-bc94a7483c4d 2026-07-21 14:37:21.907 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 5ad06592-a869-45a5-b932-e82e15ed997d 2026-07-21 14:37:39.896 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port da6dbf34-94f0-46c6-812f-3168871d7857 2026-07-21 14:37:41.933 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port da6dbf34-94f0-46c6-812f-3168871d7857 2026-07-21 14:37:43.922 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 06a8bbba-4408-4533-a6cc-2b6b9d6ffa56 2026-07-21 14:37:46.090 13 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 06a8bbba-4408-4533-a6cc-2b6b9d6ffa56 2026-07-21 14:37:46.617 13 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 99d165bb-bf49-4d45-b343-d84b5117e539 2026-07-21 14:37:48.060 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 99d165bb-bf49-4d45-b343-d84b5117e539 2026-07-21 14:37:48.304 16 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 858c06e7-3b8e-476b-900f-54d799735185 2026-07-21 14:37:49.899 13 INFO neutron.plugins.ml2.plugin [None req-b67096b6-5292-4698-b6e6-7eeb00e3c3f7 - - - - - -] Attempt 1 to provision port 858c06e7-3b8e-476b-900f-54d799735185 2026-07-21 14:37:51.458 13 INFO neutron.plugins.ml2.plugin [None req-07566edb-868a-488a-b50c-68b1adafe154 - - - - - -] Attempt 1 to provision port 6ddf4630-e5ea-4bd7-b158-257b030fc559 2026-07-21 14:37:51.485 13 INFO neutron.plugins.ml2.plugin [None req-07566edb-868a-488a-b50c-68b1adafe154 - - - - - -] Attempt 1 to provision port 858c06e7-3b8e-476b-900f-54d799735185 2026-07-21 14:37:51.561 13 INFO neutron.plugins.ml2.plugin [None req-07566edb-868a-488a-b50c-68b1adafe154 - - - - - -] Attempt 1 to provision port bd9b54d5-2f06-442d-bf8d-1b03835a8f4a 2026-07-21 14:37:51.596 13 INFO neutron.plugins.ml2.plugin [None req-07566edb-868a-488a-b50c-68b1adafe154 - - - - - -] Attempt 1 to provision port 06a8bbba-4408-4533-a6cc-2b6b9d6ffa56 2026-07-21 14:37:56.885 16 INFO neutron.plugins.ml2.plugin [None req-548e6566-cc27-48db-bb4b-55c25e04a5d7 - - - - - -] Attempt 1 to provision port 5463dd6c-1824-4df3-9366-0ffaad957d82 2026-07-21 14:37:56.917 16 INFO neutron.plugins.ml2.plugin [None req-548e6566-cc27-48db-bb4b-55c25e04a5d7 - - - - - -] Attempt 1 to provision port 858c06e7-3b8e-476b-900f-54d799735185 2026-07-21 14:37:56.976 16 INFO neutron.plugins.ml2.plugin [None req-548e6566-cc27-48db-bb4b-55c25e04a5d7 - - - - - -] Attempt 1 to provision port bd9b54d5-2f06-442d-bf8d-1b03835a8f4a 2026-07-21 14:37:56.999 16 INFO neutron.plugins.ml2.plugin [None req-548e6566-cc27-48db-bb4b-55c25e04a5d7 - - - - - -] Attempt 1 to provision port 06a8bbba-4408-4533-a6cc-2b6b9d6ffa56 2026-07-21 14:37:59.826 16 INFO neutron.plugins.ml2.plugin [None req-f498f105-1cbd-4cad-9646-8b970e83a1e4 - - - - - -] Attempt 1 to provision port 5463dd6c-1824-4df3-9366-0ffaad957d82 2026-07-21 14:37:59.856 16 INFO neutron.plugins.ml2.plugin [None req-f498f105-1cbd-4cad-9646-8b970e83a1e4 - - - - - -] Attempt 1 to provision port bd9b54d5-2f06-442d-bf8d-1b03835a8f4a 2026-07-21 14:37:59.884 16 INFO neutron.plugins.ml2.plugin [None req-f498f105-1cbd-4cad-9646-8b970e83a1e4 - - - - - -] Attempt 1 to provision port 06a8bbba-4408-4533-a6cc-2b6b9d6ffa56 2026-07-21 14:38:02.205 13 INFO neutron.plugins.ml2.plugin [None req-e6c14435-7cf7-40f3-a95a-b1b24ef8b3c0 - - - - - -] Attempt 1 to provision port 5463dd6c-1824-4df3-9366-0ffaad957d82 2026-07-21 14:38:02.232 13 INFO neutron.plugins.ml2.plugin [None req-e6c14435-7cf7-40f3-a95a-b1b24ef8b3c0 - - - - - -] Attempt 1 to provision port bd9b54d5-2f06-442d-bf8d-1b03835a8f4a 2026-07-21 14:38:03.625 13 INFO neutron.plugins.ml2.plugin [None req-ae4414ff-7d8b-400b-afd2-000ba630e40a - - - - - -] Attempt 1 to provision port 5463dd6c-1824-4df3-9366-0ffaad957d82