+ 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 This program is using eventlet and has been monkey_patched /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-07-16 10:27:37.681 1 INFO neutron.common.config [-] Logging enabled! 2026-07-16 10:27:37.681 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.5.dev6 2026-07-16 10:27:37.681 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-07-16 10:27:37.682 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-16 10:27:38.666 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-16 10:27:38.668 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-16 10:27:38.672 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-16 10:27:38.672 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-16 10:27:38.672 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-16 10:27:38.673 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-16 10:27:38.673 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-16 10:27:38.679 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-16 10:27:38.679 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-16 10:27:38.680 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-16 10:27:38.699 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-16 10:27:38.700 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-16 10:27:38.700 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-16 10:27:38.739 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-16 10:27:38.739 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-16 10:27:38.739 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-16 10:27:38.739 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-16 10:27:39.037 1 INFO neutron.plugins.ml2.managers [None req-339c6332-e11d-4177-884b-6d0d69e7131b - - - - - -] Initializing driver for type 'vlan' 2026-07-16 10:27:39.220 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-339c6332-e11d-4177-884b-6d0d69e7131b - - - - - -] VlanTypeDriver initialization complete 2026-07-16 10:27:39.221 1 INFO neutron.plugins.ml2.managers [None req-339c6332-e11d-4177-884b-6d0d69e7131b - - - - - -] Initializing driver for type 'vxlan' 2026-07-16 10:27:39.222 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-339c6332-e11d-4177-884b-6d0d69e7131b - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-16 10:27:39.270 1 INFO neutron.plugins.ml2.managers [None req-339c6332-e11d-4177-884b-6d0d69e7131b - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-16 10:27:39.270 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-339c6332-e11d-4177-884b-6d0d69e7131b - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-16 10:27:39.271 1 INFO neutron.plugins.ml2.managers [None req-339c6332-e11d-4177-884b-6d0d69e7131b - - - - - -] Initializing extension driver 'port_security' 2026-07-16 10:27:39.271 1 INFO neutron.plugins.ml2.extensions.port_security [None req-339c6332-e11d-4177-884b-6d0d69e7131b - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-16 10:27:39.271 1 INFO neutron.plugins.ml2.managers [None req-339c6332-e11d-4177-884b-6d0d69e7131b - - - - - -] Initializing extension driver 'qos' 2026-07-16 10:27:39.271 1 INFO neutron.plugins.ml2.managers [None req-339c6332-e11d-4177-884b-6d0d69e7131b - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-16 10:27:39.272 1 INFO neutron.plugins.ml2.managers [None req-339c6332-e11d-4177-884b-6d0d69e7131b - - - - - -] Initializing mechanism driver 'l2population' 2026-07-16 10:27:39.287 1 INFO neutron.quota [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded quota_driver: . 2026-07-16 10:27:39.288 1 INFO neutron.plugins.ml2.plugin [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Modular L2 Plugin initialization complete 2026-07-16 10:27:39.288 1 INFO neutron.plugins.ml2.managers [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-16 10:27:39.289 1 INFO neutron.plugins.ml2.managers [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-16 10:27:39.289 1 INFO neutron.plugins.ml2.managers [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Got port-security extension from driver 'port_security' 2026-07-16 10:27:39.289 1 INFO neutron.extensions.vlantransparent [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Disabled vlantransparent extension. 2026-07-16 10:27:39.289 1 INFO neutron.extensions.qinq [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Disabled VLAN QinQ extension. 2026-07-16 10:27:39.290 1 INFO neutron.manager [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loading Plugin: qos 2026-07-16 10:27:39.305 1 INFO neutron.manager [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loading Plugin: router 2026-07-16 10:27:39.343 1 INFO neutron.services.service_base [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-16 10:27:39.344 1 INFO neutron.manager [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loading Plugin: segments 2026-07-16 10:27:39.413 1 INFO neutron.manager [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loading Plugin: trunk 2026-07-16 10:27:39.426 1 INFO neutron.manager [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loading Plugin: vpnaas 2026-07-16 10:27:39.458 1 WARNING stevedore.named [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-16 10:27:39.458 1 WARNING stevedore.named [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-16 10:27:39.729 1 INFO neutron_vpnaas.services.vpn.plugin [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-16 10:27:39.729 1 INFO neutron.common.utils [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-16 10:27:39.729 1 INFO neutron.manager [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loading Plugin: taas 2026-07-16 10:27:39.747 1 WARNING stevedore.named [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-16 10:27:39.773 1 INFO neutron_taas.services.taas.taas_plugin [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-16 10:27:39.773 1 INFO neutron.manager [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loading Plugin: tapmirror 2026-07-16 10:27:39.785 1 WARNING stevedore.named [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-16 10:27:39.806 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-16 10:27:39.806 1 INFO neutron.manager [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loading Plugin: auto_allocate 2026-07-16 10:27:39.814 1 INFO neutron.manager [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loading Plugin: tag 2026-07-16 10:27:39.823 1 INFO neutron.manager [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loading Plugin: timestamp 2026-07-16 10:27:39.828 1 INFO neutron.manager [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loading Plugin: network_ip_availability 2026-07-16 10:27:39.832 1 INFO neutron.manager [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loading Plugin: flavors 2026-07-16 10:27:39.835 1 INFO neutron.manager [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loading Plugin: revisions 2026-07-16 10:27:39.838 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Initializing extension manager. 2026-07-16 10:27:39.840 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: address-group 2026-07-16 10:27:39.840 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: address-scope 2026-07-16 10:27:39.841 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-16 10:27:39.842 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: agent 2026-07-16 10:27:39.843 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: agent-resources-synced 2026-07-16 10:27:39.844 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: allowed-address-pairs 2026-07-16 10:27:39.845 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: auto-allocated-topology 2026-07-16 10:27:39.847 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: availability_zone 2026-07-16 10:27:39.850 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: availability_zone_filter 2026-07-16 10:27:39.851 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-16 10:27:39.852 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: default-subnetpools 2026-07-16 10:27:39.855 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-16 10:27:39.856 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: dns-integration 2026-07-16 10:27:39.856 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: dns-domain-ports 2026-07-16 10:27:39.857 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-16 10:27:39.858 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: dvr 2026-07-16 10:27:39.859 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-16 10:27:39.859 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: empty-string-filtering 2026-07-16 10:27:39.861 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-16 10:27:39.862 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-16 10:27:39.863 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: external-net 2026-07-16 10:27:39.865 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-16 10:27:39.867 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: extraroute 2026-07-16 10:27:39.869 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: extraroute-atomic 2026-07-16 10:27:39.870 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-16 10:27:39.871 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-16 10:27:39.872 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-16 10:27:39.873 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-16 10:27:39.874 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: fip-port-details 2026-07-16 10:27:39.875 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: flavors 2026-07-16 10:27:39.877 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-16 10:27:39.878 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: floatingip-pools 2026-07-16 10:27:39.878 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: ip_allocation 2026-07-16 10:27:39.879 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: ip-substring-filtering 2026-07-16 10:27:39.880 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: l2_adjacency 2026-07-16 10:27:39.881 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: router 2026-07-16 10:27:39.884 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-16 10:27:39.885 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-16 10:27:39.885 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-16 10:27:39.886 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: ext-gw-mode 2026-07-16 10:27:39.887 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: l3-ha 2026-07-16 10:27:39.887 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-16 10:27:39.888 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-16 10:27:39.888 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: l3-flavors 2026-07-16 10:27:39.889 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-16 10:27:39.889 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-16 10:27:39.891 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-16 10:27:39.892 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-16 10:27:39.893 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-16 10:27:39.894 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-16 10:27:39.895 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-16 10:27:39.895 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: multi-provider 2026-07-16 10:27:39.896 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: net-mtu 2026-07-16 10:27:39.896 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: net-mtu-writable 2026-07-16 10:27:39.897 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: network_availability_zone 2026-07-16 10:27:39.897 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: network_ha 2026-07-16 10:27:39.898 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: network-ip-availability 2026-07-16 10:27:39.899 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-16 10:27:39.899 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: pagination 2026-07-16 10:27:39.899 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: port-device-profile 2026-07-16 10:27:39.900 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-16 10:27:39.901 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-16 10:27:39.901 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-16 10:27:39.901 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: port-mac-override 2026-07-16 10:27:39.902 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-16 10:27:39.902 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-16 10:27:39.903 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-16 10:27:39.903 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: port-resource-request 2026-07-16 10:27:39.904 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: port-resource-request-groups 2026-07-16 10:27:39.904 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-16 10:27:39.905 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: binding 2026-07-16 10:27:39.905 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: binding-extended 2026-07-16 10:27:39.906 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: port-security 2026-07-16 10:27:39.906 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: project-id 2026-07-16 10:27:39.907 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: provider 2026-07-16 10:27:39.907 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-16 10:27:39.909 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: qos 2026-07-16 10:27:39.910 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-16 10:27:39.910 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-16 10:27:39.911 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: qos-default 2026-07-16 10:27:39.911 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: qos-fip 2026-07-16 10:27:39.912 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-16 10:27:39.912 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: qos-gateway-ip 2026-07-16 10:27:39.913 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: qos-port-network-policy 2026-07-16 10:27:39.913 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: qos-pps-minimum 2026-07-16 10:27:39.914 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-16 10:27:39.914 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: qos-pps 2026-07-16 10:27:39.915 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: qos-rule-type-details 2026-07-16 10:27:39.915 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-16 10:27:39.916 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: qos-rules-alias 2026-07-16 10:27:39.916 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: quota-check-limit 2026-07-16 10:27:39.917 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: quota-check-limit-default 2026-07-16 10:27:39.919 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: quotas 2026-07-16 10:27:39.921 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: quota_details 2026-07-16 10:27:39.922 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: rbac-policies 2026-07-16 10:27:39.923 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: rbac-address-group 2026-07-16 10:27:39.923 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: rbac-address-scope 2026-07-16 10:27:39.924 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: rbac-security-groups 2026-07-16 10:27:39.924 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: rbac-subnetpool 2026-07-16 10:27:39.925 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: revision-if-match 2026-07-16 10:27:39.925 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: standard-attr-revisions 2026-07-16 10:27:39.926 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: router_availability_zone 2026-07-16 10:27:39.926 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-16 10:27:39.928 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: security-groups-default-rules 2026-07-16 10:27:39.928 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-16 10:27:39.929 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-16 10:27:39.929 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-16 10:27:39.929 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-16 10:27:39.930 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-16 10:27:39.934 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: security-group 2026-07-16 10:27:39.935 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: segment 2026-07-16 10:27:39.935 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-16 10:27:39.936 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: service-type 2026-07-16 10:27:39.936 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: sorting 2026-07-16 10:27:39.937 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: standard-attr-segment 2026-07-16 10:27:39.937 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: standard-attr-description 2026-07-16 10:27:39.938 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: stateful-security-group 2026-07-16 10:27:39.938 1 WARNING neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-16 10:27:39.938 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-16 10:27:39.939 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: subnet-external-network 2026-07-16 10:27:39.939 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: subnet_onboard 2026-07-16 10:27:39.940 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-16 10:27:39.940 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: subnet-service-types 2026-07-16 10:27:39.941 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: subnet_allocation 2026-07-16 10:27:39.941 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-16 10:27:39.942 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: tag-creation 2026-07-16 10:27:39.942 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-16 10:27:39.945 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: standard-attr-tag 2026-07-16 10:27:39.946 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-16 10:27:39.947 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: trunk 2026-07-16 10:27:39.947 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: trunk-details 2026-07-16 10:27:39.948 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-16 10:27:39.948 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-16 10:27:39.949 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-16 10:27:39.949 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-16 10:27:39.951 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-16 10:27:39.951 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-16 10:27:39.952 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: vpn-flavors 2026-07-16 10:27:39.953 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: vpnaas 2026-07-16 10:27:39.954 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: taas 2026-07-16 10:27:39.955 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: tap-mirror 2026-07-16 10:27:39.955 1 INFO neutron.api.extensions [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Loaded extension: taas-vlan-filter 2026-07-16 10:27:39.958 1 INFO oslo_service.backend.eventlet.service [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Starting 2 workers 2026-07-16 10:27:39.963 1 INFO oslo_service.backend.eventlet.service [None req-a3653ed9-f442-4ca0-b955-2afe3f98d75f - - - - - -] Starting 1 workers 2026-07-16 10:28:22.878 12 INFO neutron.db.l3_hamode_db [None req-f1e389e2-aed4-435b-9562-951cfa09007a - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 10:28:39.447 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port d4a4ee64-81b0-4cc5-b3de-158b12f05b0f 2026-07-16 10:28:40.443 12 INFO neutron.plugins.ml2.plugin [None req-e10bede8-527b-482c-8f0b-ebb1e84d17b3 - - - - - -] Attempt 1 to provision port d4a4ee64-81b0-4cc5-b3de-158b12f05b0f 2026-07-16 10:28:41.382 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port d4a4ee64-81b0-4cc5-b3de-158b12f05b0f 2026-07-16 10:28:42.158 12 INFO neutron.plugins.ml2.plugin [None req-7e882c5d-e01d-4a6a-ad66-451ba9dd0adc - - - - - -] Attempt 1 to provision port d4a4ee64-81b0-4cc5-b3de-158b12f05b0f 2026-07-16 10:33:13.585 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port ffb46c67-8daa-46d9-8da0-5ef84d243dd5 2026-07-16 10:33:13.647 12 INFO neutron.plugins.ml2.plugin [None req-5db94e66-0be8-4e01-a1a2-f7aee70ac5bc - - - - - -] Attempt 1 to provision port ffb46c67-8daa-46d9-8da0-5ef84d243dd5 2026-07-16 10:33:15.553 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port ffb46c67-8daa-46d9-8da0-5ef84d243dd5 2026-07-16 10:33:15.856 12 INFO neutron.plugins.ml2.plugin [None req-adbb366b-b568-4dbd-b706-9c827c8de6ee - - - - - -] Attempt 1 to provision port ffb46c67-8daa-46d9-8da0-5ef84d243dd5 2026-07-16 10:33:20.331 12 INFO neutron.plugins.ml2.plugin [None req-decc9661-e4f5-4819-96ab-dc36786a4c1c - - - - - -] Attempt 1 to provision port 44d4a08f-2601-4b57-b438-0c452fcd5c5b 2026-07-16 10:37:02.360 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 44d4a08f-2601-4b57-b438-0c452fcd5c5b 2026-07-16 10:37:03.787 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 44d4a08f-2601-4b57-b438-0c452fcd5c5b 2026-07-16 10:46:14.147 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 86b0aff9-72bc-46f4-9461-81e8632d09c2 2026-07-16 10:46:16.115 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 86b0aff9-72bc-46f4-9461-81e8632d09c2 2026-07-16 11:04:10.278 12 INFO neutron.plugins.ml2.plugin [None req-d6e189b3-68cd-4c2c-a107-1d367e31d303 - - - - - -] Attempt 1 to provision port 7f234e6a-a440-4f17-9e31-d94540801636 2026-07-16 11:04:10.936 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 7f234e6a-a440-4f17-9e31-d94540801636 2026-07-16 11:04:12.907 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 1a326747-b621-489f-ac8d-cff0d282f018 2026-07-16 11:04:14.768 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 1a326747-b621-489f-ac8d-cff0d282f018 2026-07-16 11:04:16.847 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 3659b8c5-2cc1-46c1-b5a3-d6e75d8a8a76 2026-07-16 11:04:18.795 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 3659b8c5-2cc1-46c1-b5a3-d6e75d8a8a76 2026-07-16 11:04:20.345 11 INFO neutron.plugins.ml2.plugin [None req-77491f20-0ebb-49f8-bea0-c18206645e79 - - - - - -] Attempt 1 to provision port 7239f843-b5a6-4a2e-8dd6-70904af770a7 2026-07-16 11:04:20.388 11 INFO neutron.plugins.ml2.plugin [None req-77491f20-0ebb-49f8-bea0-c18206645e79 - - - - - -] Attempt 1 to provision port 3659b8c5-2cc1-46c1-b5a3-d6e75d8a8a76 2026-07-16 11:04:20.466 11 INFO neutron.plugins.ml2.plugin [None req-77491f20-0ebb-49f8-bea0-c18206645e79 - - - - - -] Attempt 1 to provision port 7f234e6a-a440-4f17-9e31-d94540801636 2026-07-16 11:04:20.521 11 INFO neutron.plugins.ml2.plugin [None req-77491f20-0ebb-49f8-bea0-c18206645e79 - - - - - -] Attempt 1 to provision port 41605d9d-d8b5-4c91-85ab-42d2bcdcdc93 2026-07-16 11:04:20.541 11 INFO neutron.plugins.ml2.plugin [None req-77491f20-0ebb-49f8-bea0-c18206645e79 - - - - - -] Attempt 1 to provision port 1a326747-b621-489f-ac8d-cff0d282f018 2026-07-16 11:04:23.034 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 8b750ee7-18ee-4641-8296-6cc23b085e93 2026-07-16 11:04:23.450 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 4eba452d-ff25-470f-842d-03ce05ce9724 2026-07-16 11:04:24.808 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 4eba452d-ff25-470f-842d-03ce05ce9724 2026-07-16 11:04:25.153 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 8b750ee7-18ee-4641-8296-6cc23b085e93 2026-07-16 11:04:25.684 12 INFO neutron.plugins.ml2.plugin [None req-0290c0d8-d57a-42aa-bd70-52a17b1a559f - - - - - -] Attempt 1 to provision port 7239f843-b5a6-4a2e-8dd6-70904af770a7 2026-07-16 11:04:25.709 12 INFO neutron.plugins.ml2.plugin [None req-0290c0d8-d57a-42aa-bd70-52a17b1a559f - - - - - -] Attempt 1 to provision port 505f14ff-22fa-4254-922f-cf7b4457d878 2026-07-16 11:04:25.765 12 INFO neutron.plugins.ml2.plugin [None req-9d04a97c-febd-4d9a-bca9-e5acd6a4ebbc - - - - - -] Attempt 1 to provision port 0fbc56da-206b-451d-9db5-a8d331e7c918 2026-07-16 11:04:25.809 12 INFO neutron.plugins.ml2.plugin [None req-9d04a97c-febd-4d9a-bca9-e5acd6a4ebbc - - - - - -] Attempt 1 to provision port 1a326747-b621-489f-ac8d-cff0d282f018 2026-07-16 11:04:28.934 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 559ca852-9f25-404d-9522-7f5c0f37f1f0 2026-07-16 11:04:32.066 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 2d542017-05fe-4126-9be7-b63892f81432 2026-07-16 11:04:32.440 12 INFO neutron.plugins.ml2.plugin [None req-881a3f0f-e3e6-4c17-b5b3-c002cc94e1b7 - - - - - -] Attempt 1 to provision port 7239f843-b5a6-4a2e-8dd6-70904af770a7 2026-07-16 11:04:32.472 12 INFO neutron.plugins.ml2.plugin [None req-881a3f0f-e3e6-4c17-b5b3-c002cc94e1b7 - - - - - -] Attempt 1 to provision port 505f14ff-22fa-4254-922f-cf7b4457d878 2026-07-16 11:04:32.507 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port ed6bbf01-ca28-472e-8d67-17184cb95138 2026-07-16 11:04:32.700 11 INFO neutron.notifiers.nova [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Nova event matching ['req-442b7599-ab80-4bd2-b600-26009376267f'] response: {'server_uuid': '25eb06a6-1c57-442a-98b9-288bc504eae7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2d542017-05fe-4126-9be7-b63892f81432', 'code': 200} 2026-07-16 11:04:34.092 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port ed6bbf01-ca28-472e-8d67-17184cb95138 2026-07-16 11:04:34.350 12 INFO neutron.plugins.ml2.plugin [None req-bd51a6ad-eb39-4e60-9748-0dd0eba09074 - - - - - -] Attempt 1 to provision port 2d542017-05fe-4126-9be7-b63892f81432 2026-07-16 11:04:34.735 11 INFO neutron.notifiers.nova [None req-33bb2042-aff8-442b-940b-c2812c56905c - - - - - -] Nova event matching ['req-c7a54a97-aedc-471c-b195-5f2138fc32d8'] response: {'server_uuid': 'ab7a5dad-7c92-4a6c-8432-7148397e1112', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ed6bbf01-ca28-472e-8d67-17184cb95138', 'code': 200} 2026-07-16 11:04:36.320 12 INFO neutron.plugins.ml2.plugin [None req-a6bf568b-6164-4e13-a54d-4aa1a756cb74 - - - - - -] Attempt 1 to provision port 505f14ff-22fa-4254-922f-cf7b4457d878 2026-07-16 11:04:36.352 12 INFO neutron.plugins.ml2.plugin [None req-a6bf568b-6164-4e13-a54d-4aa1a756cb74 - - - - - -] Attempt 1 to provision port ed6bbf01-ca28-472e-8d67-17184cb95138 2026-07-16 11:04:39.834 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 83df4b62-0ebb-436a-a5aa-fa9365566e1f 2026-07-16 11:04:40.187 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 9f3ecaf3-f9c2-41eb-849e-cd570fee686b 2026-07-16 11:04:41.896 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 83df4b62-0ebb-436a-a5aa-fa9365566e1f 2026-07-16 11:04:42.082 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 9f3ecaf3-f9c2-41eb-849e-cd570fee686b 2026-07-16 11:04:42.168 11 INFO neutron.plugins.ml2.plugin [None req-986aaabb-22a3-4b5b-bd6c-6e6b9c33b0c3 - - - - - -] Attempt 1 to provision port 4e40184c-a896-4bcb-b290-d8e8ab4e2fce 2026-07-16 11:04:42.198 11 INFO neutron.plugins.ml2.plugin [None req-986aaabb-22a3-4b5b-bd6c-6e6b9c33b0c3 - - - - - -] Attempt 1 to provision port 83df4b62-0ebb-436a-a5aa-fa9365566e1f 2026-07-16 11:04:42.239 11 INFO neutron.plugins.ml2.plugin [None req-986aaabb-22a3-4b5b-bd6c-6e6b9c33b0c3 - - - - - -] Attempt 1 to provision port 2d542017-05fe-4126-9be7-b63892f81432 2026-07-16 11:04:45.211 12 INFO neutron.plugins.ml2.plugin [None req-53f98153-ea59-4e7b-90a9-a37f562c8837 - - - - - -] Attempt 1 to provision port 4e40184c-a896-4bcb-b290-d8e8ab4e2fce 2026-07-16 11:04:45.231 12 INFO neutron.plugins.ml2.plugin [None req-53f98153-ea59-4e7b-90a9-a37f562c8837 - - - - - -] Attempt 1 to provision port 83df4b62-0ebb-436a-a5aa-fa9365566e1f 2026-07-16 11:04:45.298 12 INFO neutron.plugins.ml2.plugin [None req-53f98153-ea59-4e7b-90a9-a37f562c8837 - - - - - -] Attempt 1 to provision port e95ac331-6e55-431b-917f-4e27e7664f9b 2026-07-16 11:04:47.299 12 INFO neutron.plugins.ml2.plugin [None req-ba1833e2-bf1a-4e11-bd3b-0cd916903042 - - - - - -] Attempt 1 to provision port 4e40184c-a896-4bcb-b290-d8e8ab4e2fce 2026-07-16 11:04:48.609 12 INFO neutron.plugins.ml2.plugin [None req-e6174a30-e787-4747-8c86-f0c08db567a7 - - - - - -] Attempt 1 to provision port 4e40184c-a896-4bcb-b290-d8e8ab4e2fce 2026-07-16 11:04:52.387 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 1fde0b59-25d3-46b5-bf3f-38d1e8d27d0c 2026-07-16 11:04:53.169 12 INFO neutron.notifiers.nova [None req-a215d9d0-af88-487e-b1ad-0d93766854e1 - - - - - -] Nova event matching ['req-02f7b958-97d1-4aaa-86e3-cf86e8af1ddc'] response: {'server_uuid': '9d16eaf7-1e0a-482e-aabd-10688126d50c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1fde0b59-25d3-46b5-bf3f-38d1e8d27d0c', 'code': 200} 2026-07-16 11:04:53.868 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 1fde0b59-25d3-46b5-bf3f-38d1e8d27d0c 2026-07-16 11:04:55.854 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 0fbc56da-206b-451d-9db5-a8d331e7c918 2026-07-16 11:04:56.427 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 505f14ff-22fa-4254-922f-cf7b4457d878 2026-07-16 11:04:57.915 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 0fbc56da-206b-451d-9db5-a8d331e7c918 2026-07-16 11:04:58.073 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 7239f843-b5a6-4a2e-8dd6-70904af770a7 2026-07-16 11:04:58.428 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 505f14ff-22fa-4254-922f-cf7b4457d878 2026-07-16 11:04:58.620 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 41605d9d-d8b5-4c91-85ab-42d2bcdcdc93 2026-07-16 11:04:59.075 11 INFO neutron.plugins.ml2.plugin [None req-6843d693-532d-4c3f-955f-d784e39670ab - - - - - -] Attempt 1 to provision port 2d542017-05fe-4126-9be7-b63892f81432 2026-07-16 11:04:59.917 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 4e40184c-a896-4bcb-b290-d8e8ab4e2fce 2026-07-16 11:05:00.033 12 WARNING neutron.plugins.ml2.plugin [None req-8fdf5488-5ce5-4ff6-829c-4cfdf35962f2 - - - - - -] Concurrent port binding operations failed on port e95ac331-6e55-431b-917f-4e27e7664f9b 2026-07-16 11:05:00.036 12 INFO neutron.plugins.ml2.plugin [None req-8fdf5488-5ce5-4ff6-829c-4cfdf35962f2 - - - - - -] Attempt 2 to bind port e95ac331-6e55-431b-917f-4e27e7664f9b 2026-07-16 11:05:00.228 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 7239f843-b5a6-4a2e-8dd6-70904af770a7 2026-07-16 11:05:00.422 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 41605d9d-d8b5-4c91-85ab-42d2bcdcdc93 2026-07-16 11:05:00.605 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 2d542017-05fe-4126-9be7-b63892f81432 2026-07-16 11:05:01.895 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port e95ac331-6e55-431b-917f-4e27e7664f9b 2026-07-16 11:05:02.142 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 4e40184c-a896-4bcb-b290-d8e8ab4e2fce 2026-07-16 11:05:02.575 11 INFO neutron.plugins.ml2.plugin [None req-9a228e00-9721-498d-b558-e412a23d6523 - - - - - -] Attempt 1 to provision port 2d542017-05fe-4126-9be7-b63892f81432 2026-07-16 11:05:03.977 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port e95ac331-6e55-431b-917f-4e27e7664f9b 2026-07-16 11:05:04.210 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 2d542017-05fe-4126-9be7-b63892f81432 2026-07-16 11:05:06.233 11 INFO neutron.notifiers.nova [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Nova event matching ['req-53620324-0ba3-4472-92b6-0c70d270878a'] response: {'server_uuid': 'ab7a5dad-7c92-4a6c-8432-7148397e1112', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'ed6bbf01-ca28-472e-8d67-17184cb95138', 'code': 200} 2026-07-16 11:05:08.280 11 INFO neutron.notifiers.nova [None req-2fd1d666-8b55-4397-a514-772bccb1c79c - - - - - -] Nova event matching ['req-04554e1a-34c5-442f-bc0c-c1e09b595d1e'] response: {'server_uuid': '25eb06a6-1c57-442a-98b9-288bc504eae7', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '2d542017-05fe-4126-9be7-b63892f81432', 'code': 200} 2026-07-16 11:05:08.679 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port ed6bbf01-ca28-472e-8d67-17184cb95138 2026-07-16 11:05:09.970 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port ed6bbf01-ca28-472e-8d67-17184cb95138 2026-07-16 11:05:10.318 11 INFO neutron.notifiers.nova [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Nova event matching ['req-672cccbb-117c-4a01-9459-40d17af6ce3e'] response: {'server_uuid': 'ab7a5dad-7c92-4a6c-8432-7148397e1112', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ed6bbf01-ca28-472e-8d67-17184cb95138', 'code': 200} 2026-07-16 11:05:12.048 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 37eb0925-65b5-44f2-a995-80bef719a789 2026-07-16 11:05:14.084 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port de7bf318-2429-4fa6-9c5a-4101044c7acf 2026-07-16 11:05:14.185 11 INFO neutron.plugins.ml2.plugin [None req-45ef01a1-1851-4bd0-a3cf-a0082189b188 - - - - - -] Attempt 1 to provision port 37eb0925-65b5-44f2-a995-80bef719a789 2026-07-16 11:05:14.289 11 INFO neutron.plugins.ml2.plugin [None req-45ef01a1-1851-4bd0-a3cf-a0082189b188 - - - - - -] Attempt 1 to provision port f0c71786-f8e8-49ae-935e-a6b4bd61d14b 2026-07-16 11:05:14.616 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 37eb0925-65b5-44f2-a995-80bef719a789 2026-07-16 11:05:16.332 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port de7bf318-2429-4fa6-9c5a-4101044c7acf 2026-07-16 11:05:17.322 12 INFO neutron.plugins.ml2.plugin [None req-f6b0caac-406a-40f5-903d-4f25220cf8c4 - - - - - -] Attempt 1 to provision port 37eb0925-65b5-44f2-a995-80bef719a789 2026-07-16 11:05:17.371 12 INFO neutron.plugins.ml2.plugin [None req-f6b0caac-406a-40f5-903d-4f25220cf8c4 - - - - - -] Attempt 1 to provision port b960c5cc-439c-4f9e-9766-a95f438c96a8 2026-07-16 11:05:22.020 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 4f472829-6cd0-483c-bfa1-f1516198f38c 2026-07-16 11:05:22.344 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 1cb25b4d-0c5b-4d4b-9727-900c272a3159 2026-07-16 11:05:23.337 12 INFO neutron.plugins.ml2.plugin [None req-f990cc5b-8955-4cfe-a8ce-0dc6e71da007 - - - - - -] Attempt 1 to provision port b960c5cc-439c-4f9e-9766-a95f438c96a8 2026-07-16 11:05:23.366 12 INFO neutron.plugins.ml2.plugin [None req-f990cc5b-8955-4cfe-a8ce-0dc6e71da007 - - - - - -] Attempt 1 to provision port 4f472829-6cd0-483c-bfa1-f1516198f38c 2026-07-16 11:05:24.021 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 4f472829-6cd0-483c-bfa1-f1516198f38c 2026-07-16 11:05:24.265 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 1cb25b4d-0c5b-4d4b-9727-900c272a3159 2026-07-16 11:05:26.614 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 06770568-b415-40d2-b7dd-4e192eaa37f2 2026-07-16 11:05:26.739 11 INFO neutron.notifiers.nova [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Nova event matching ['req-91ce16a5-eb58-46df-9c69-2bf5d8307bcd'] response: {'server_uuid': 'ef284e96-4853-4e13-9ea1-aaf5b440186a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '06770568-b415-40d2-b7dd-4e192eaa37f2', 'code': 200} 2026-07-16 11:05:27.271 11 INFO neutron.plugins.ml2.plugin [None req-1d0cda45-ef2d-43e8-8cf2-de39773ddebe - - - - - -] Attempt 1 to provision port 81014e59-c241-4541-9ac0-7398d539c13f 2026-07-16 11:05:27.304 11 INFO neutron.plugins.ml2.plugin [None req-1d0cda45-ef2d-43e8-8cf2-de39773ddebe - - - - - -] Attempt 1 to provision port b960c5cc-439c-4f9e-9766-a95f438c96a8 2026-07-16 11:05:27.347 11 INFO neutron.plugins.ml2.plugin [None req-1d0cda45-ef2d-43e8-8cf2-de39773ddebe - - - - - -] Attempt 1 to provision port 4f472829-6cd0-483c-bfa1-f1516198f38c 2026-07-16 11:05:27.393 11 INFO neutron.plugins.ml2.plugin [None req-1d0cda45-ef2d-43e8-8cf2-de39773ddebe - - - - - -] Attempt 1 to provision port 68e2482f-4021-40b7-9c3e-ba240fd3166e 2026-07-16 11:05:28.047 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 06770568-b415-40d2-b7dd-4e192eaa37f2 2026-07-16 11:05:29.327 11 INFO neutron.plugins.ml2.plugin [None req-871d859f-5c28-44f0-baa4-334ef4584091 - - - - - -] Attempt 1 to provision port 06770568-b415-40d2-b7dd-4e192eaa37f2 2026-07-16 11:05:29.393 11 INFO neutron.plugins.ml2.plugin [None req-871d859f-5c28-44f0-baa4-334ef4584091 - - - - - -] Attempt 1 to provision port 68e2482f-4021-40b7-9c3e-ba240fd3166e 2026-07-16 11:05:30.590 11 INFO neutron.plugins.ml2.plugin [None req-c694699f-aa16-44a6-897a-930237cf5ac1 - - - - - -] Attempt 1 to provision port 68e2482f-4021-40b7-9c3e-ba240fd3166e 2026-07-16 11:05:30.623 11 WARNING neutron.plugins.ml2.plugin [None req-c694699f-aa16-44a6-897a-930237cf5ac1 - - - - - -] Concurrent port binding operations failed on port f0c71786-f8e8-49ae-935e-a6b4bd61d14b 2026-07-16 11:05:30.627 11 INFO neutron.plugins.ml2.plugin [None req-c694699f-aa16-44a6-897a-930237cf5ac1 - - - - - -] Attempt 2 to bind port f0c71786-f8e8-49ae-935e-a6b4bd61d14b 2026-07-16 11:05:31.998 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port b960c5cc-439c-4f9e-9766-a95f438c96a8 2026-07-16 11:05:32.311 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port f0c71786-f8e8-49ae-935e-a6b4bd61d14b 2026-07-16 11:05:34.195 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port b960c5cc-439c-4f9e-9766-a95f438c96a8 2026-07-16 11:05:34.365 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port f0c71786-f8e8-49ae-935e-a6b4bd61d14b 2026-07-16 11:05:38.536 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 83d6c23b-e12f-44f4-a1a4-bb7f563ecadd 2026-07-16 11:05:38.661 11 INFO neutron.notifiers.nova [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Nova event matching ['req-abfa680b-4b70-4797-b50b-52b0e4021a41'] response: {'server_uuid': 'd9878769-d7db-4737-b78f-8dd102dea540', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '83d6c23b-e12f-44f4-a1a4-bb7f563ecadd', 'code': 200} 2026-07-16 11:05:40.254 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 83d6c23b-e12f-44f4-a1a4-bb7f563ecadd 2026-07-16 11:05:40.497 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 81014e59-c241-4541-9ac0-7398d539c13f 2026-07-16 11:05:40.872 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 68e2482f-4021-40b7-9c3e-ba240fd3166e 2026-07-16 11:05:42.181 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 81014e59-c241-4541-9ac0-7398d539c13f 2026-07-16 11:05:42.324 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 68e2482f-4021-40b7-9c3e-ba240fd3166e 2026-07-16 11:05:46.175 12 INFO neutron.notifiers.nova [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Nova event matching ['req-8b87785e-b43c-4167-8676-fd69c72613d0'] response: {'server_uuid': 'd9878769-d7db-4737-b78f-8dd102dea540', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '83d6c23b-e12f-44f4-a1a4-bb7f563ecadd', 'code': 200} 2026-07-16 11:06:00.035 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port c658f696-fad9-4b16-8f98-b07c810a4eb7 2026-07-16 11:06:02.028 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port c658f696-fad9-4b16-8f98-b07c810a4eb7 2026-07-16 11:06:02.225 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 9e1808bc-114e-4001-8a8f-74ea1df7f4c9 2026-07-16 11:06:03.131 12 INFO neutron.plugins.ml2.plugin [None req-2061ec07-a170-44ef-a551-14a062ce8955 - - - - - -] Attempt 1 to provision port c658f696-fad9-4b16-8f98-b07c810a4eb7 2026-07-16 11:06:03.181 12 INFO neutron.plugins.ml2.plugin [None req-2061ec07-a170-44ef-a551-14a062ce8955 - - - - - -] Attempt 1 to provision port 159eca71-bc65-47e8-82e0-538ed8742344 2026-07-16 11:06:03.994 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 9e1808bc-114e-4001-8a8f-74ea1df7f4c9 2026-07-16 11:06:05.407 11 INFO neutron.plugins.ml2.plugin [None req-5f92e53e-850e-4fa4-bcb0-e2cad745bd31 - - - - - -] Attempt 1 to provision port c658f696-fad9-4b16-8f98-b07c810a4eb7 2026-07-16 11:06:05.457 11 INFO neutron.plugins.ml2.plugin [None req-5f92e53e-850e-4fa4-bcb0-e2cad745bd31 - - - - - -] Attempt 1 to provision port 32efe428-f1c4-4fb5-aeb8-73160f1255ac 2026-07-16 11:06:06.704 11 INFO neutron.plugins.ml2.plugin [None req-fd5da214-e7e2-4513-a0da-32ec8b70a402 - - - - - -] Attempt 1 to provision port 32efe428-f1c4-4fb5-aeb8-73160f1255ac 2026-07-16 11:06:08.002 11 INFO neutron.plugins.ml2.plugin [None req-369a3e4f-951c-44ec-a014-988b4787edf3 - - - - - -] Attempt 1 to provision port 32efe428-f1c4-4fb5-aeb8-73160f1255ac 2026-07-16 11:06:12.062 11 INFO neutron.plugins.ml2.plugin [None req-91714160-2bbc-4ec2-9f0f-17c9927f7af6 - - - - - -] Attempt 1 to provision port bcc81f86-a527-44ea-968a-457711b01531 2026-07-16 11:06:13.062 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 5525304b-58df-4852-bc74-d8bf7458d23a 2026-07-16 11:06:13.185 12 INFO neutron.notifiers.nova [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Nova event matching ['req-a0941c57-0f23-4f40-9d97-73f886ba6ca2'] response: {'server_uuid': 'b3c4befb-5d98-4b5d-bcee-4bf064aa2ae7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5525304b-58df-4852-bc74-d8bf7458d23a', 'code': 200} 2026-07-16 11:06:13.984 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 5525304b-58df-4852-bc74-d8bf7458d23a 2026-07-16 11:06:18.161 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 37222826-700d-42f9-b45d-cca807104b83 2026-07-16 11:06:18.965 12 INFO neutron.plugins.ml2.plugin [None req-a6cba3a2-b9ec-4457-8281-ea3adfceec2d - - - - - -] Attempt 1 to provision port 37222826-700d-42f9-b45d-cca807104b83 2026-07-16 11:06:20.085 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 32efe428-f1c4-4fb5-aeb8-73160f1255ac 2026-07-16 11:06:20.419 11 INFO neutron.plugins.ml2.plugin [None req-a3a10f57-c5fb-4922-a731-f05de0b03ee4 - - - - - -] Attempt 1 to provision port 159eca71-bc65-47e8-82e0-538ed8742344 2026-07-16 11:06:20.707 11 INFO neutron.plugins.ml2.plugin [None req-a3a10f57-c5fb-4922-a731-f05de0b03ee4 - - - - - -] Attempt 1 to provision port 37222826-700d-42f9-b45d-cca807104b83 2026-07-16 11:06:22.141 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 32efe428-f1c4-4fb5-aeb8-73160f1255ac 2026-07-16 11:06:22.325 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 159eca71-bc65-47e8-82e0-538ed8742344 2026-07-16 11:06:22.480 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port e1d6b339-3042-476e-8a13-0f5560ca9291 2026-07-16 11:06:22.808 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 2783d59b-a129-4ad4-8382-230ab7b8916c 2026-07-16 11:06:24.218 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port e1d6b339-3042-476e-8a13-0f5560ca9291 2026-07-16 11:06:24.456 11 INFO neutron.plugins.ml2.plugin [None req-2a5daefd-d4d1-4b35-af9d-d787140afecf - - - - - -] Attempt 1 to provision port 2783d59b-a129-4ad4-8382-230ab7b8916c 2026-07-16 11:06:26.231 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port d2da09b2-bde4-429a-8b14-aab81dd832a0 2026-07-16 11:06:28.282 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port d2da09b2-bde4-429a-8b14-aab81dd832a0 2026-07-16 11:06:30.098 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 37222826-700d-42f9-b45d-cca807104b83 2026-07-16 11:06:31.742 12 INFO neutron.plugins.ml2.plugin [None req-0f834663-15c2-4357-8b10-78a3b3d362b2 - - - - - -] Attempt 1 to provision port 2783d59b-a129-4ad4-8382-230ab7b8916c 2026-07-16 11:06:31.793 12 INFO neutron.plugins.ml2.plugin [None req-0f834663-15c2-4357-8b10-78a3b3d362b2 - - - - - -] Attempt 1 to provision port d2da09b2-bde4-429a-8b14-aab81dd832a0 2026-07-16 11:06:31.876 12 INFO neutron.plugins.ml2.plugin [None req-0f834663-15c2-4357-8b10-78a3b3d362b2 - - - - - -] Attempt 1 to provision port 64328ba5-dcad-4634-b96d-31351fa5e965 2026-07-16 11:06:31.906 12 INFO neutron.plugins.ml2.plugin [None req-0f834663-15c2-4357-8b10-78a3b3d362b2 - - - - - -] Attempt 1 to provision port 37222826-700d-42f9-b45d-cca807104b83 2026-07-16 11:06:32.005 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 5a98ad54-c8bc-4419-aa7e-5dffc53758cd 2026-07-16 11:06:33.994 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 5a98ad54-c8bc-4419-aa7e-5dffc53758cd 2026-07-16 11:06:38.687 11 INFO neutron.plugins.ml2.plugin [None req-eec5cf9b-509d-43c0-b55f-35e98279c055 - - - - - -] Attempt 1 to provision port 0f8ee03b-fb53-4745-be14-591f97eaf6f8 2026-07-16 11:06:38.729 11 INFO neutron.plugins.ml2.plugin [None req-eec5cf9b-509d-43c0-b55f-35e98279c055 - - - - - -] Attempt 1 to provision port 7ea2e4b9-5d74-4a33-bfed-a320078abf9e 2026-07-16 11:06:38.757 11 INFO neutron.plugins.ml2.plugin [None req-eec5cf9b-509d-43c0-b55f-35e98279c055 - - - - - -] Attempt 1 to provision port 64328ba5-dcad-4634-b96d-31351fa5e965 2026-07-16 11:06:38.780 11 INFO neutron.plugins.ml2.plugin [None req-eec5cf9b-509d-43c0-b55f-35e98279c055 - - - - - -] Attempt 1 to provision port 37222826-700d-42f9-b45d-cca807104b83 2026-07-16 11:06:38.853 11 INFO neutron.plugins.ml2.plugin [None req-eec5cf9b-509d-43c0-b55f-35e98279c055 - - - - - -] Attempt 1 to provision port 2783d59b-a129-4ad4-8382-230ab7b8916c 2026-07-16 11:06:38.904 11 INFO neutron.plugins.ml2.plugin [None req-eec5cf9b-509d-43c0-b55f-35e98279c055 - - - - - -] Attempt 1 to provision port d2da09b2-bde4-429a-8b14-aab81dd832a0 2026-07-16 11:06:38.955 11 INFO neutron.plugins.ml2.plugin [None req-eec5cf9b-509d-43c0-b55f-35e98279c055 - - - - - -] Attempt 1 to provision port 0d3070d2-c77b-4400-b769-b99accd6d64d 2026-07-16 11:06:40.633 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 6635b347-fd7d-47d8-9f34-81fbda08e3a6 2026-07-16 11:06:40.781 12 INFO neutron.notifiers.nova [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Nova event matching ['req-86e30028-6549-43a4-a217-5208f024b307'] response: {'server_uuid': '8d98fc07-12d2-4dcf-a377-9d66d5f7b917', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6635b347-fd7d-47d8-9f34-81fbda08e3a6', 'code': 200} 2026-07-16 11:06:41.060 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 0d3070d2-c77b-4400-b769-b99accd6d64d 2026-07-16 11:06:42.075 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 64328ba5-dcad-4634-b96d-31351fa5e965 2026-07-16 11:06:42.426 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 6635b347-fd7d-47d8-9f34-81fbda08e3a6 2026-07-16 11:06:42.642 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 0d3070d2-c77b-4400-b769-b99accd6d64d 2026-07-16 11:06:42.857 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 7ea2e4b9-5d74-4a33-bfed-a320078abf9e 2026-07-16 11:06:43.128 12 INFO neutron.plugins.ml2.plugin [None req-912a557e-899b-4c90-99fe-466c28a62adc - - - - - -] Attempt 1 to provision port 0f8ee03b-fb53-4745-be14-591f97eaf6f8 2026-07-16 11:06:44.670 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 64328ba5-dcad-4634-b96d-31351fa5e965 2026-07-16 11:06:44.934 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port a55e8440-ac6a-4add-88bd-9e74d25eff1c 2026-07-16 11:06:44.968 11 INFO neutron.plugins.ml2.plugin [None req-e3d4322d-c84f-4dce-85b0-b73981a4b2e7 - - - - - -] Attempt 1 to provision port 7ea2e4b9-5d74-4a33-bfed-a320078abf9e 2026-07-16 11:06:45.016 11 INFO neutron.plugins.ml2.plugin [None req-e3d4322d-c84f-4dce-85b0-b73981a4b2e7 - - - - - -] Attempt 1 to provision port 6635b347-fd7d-47d8-9f34-81fbda08e3a6 2026-07-16 11:06:45.028 12 INFO neutron.notifiers.nova [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Nova event matching ['req-862209f8-c1da-485d-8efa-1bd0e9f4aa89'] response: {'server_uuid': '8987b450-108d-4428-8d1e-13d951750967', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a55e8440-ac6a-4add-88bd-9e74d25eff1c', 'code': 200} 2026-07-16 11:06:45.073 11 INFO neutron.plugins.ml2.plugin [None req-e3d4322d-c84f-4dce-85b0-b73981a4b2e7 - - - - - -] Attempt 1 to provision port 2783d59b-a129-4ad4-8382-230ab7b8916c 2026-07-16 11:06:45.134 11 INFO neutron.plugins.ml2.plugin [None req-e3d4322d-c84f-4dce-85b0-b73981a4b2e7 - - - - - -] Attempt 1 to provision port d2da09b2-bde4-429a-8b14-aab81dd832a0 2026-07-16 11:06:45.190 11 INFO neutron.plugins.ml2.plugin [None req-e3d4322d-c84f-4dce-85b0-b73981a4b2e7 - - - - - -] Attempt 1 to provision port 0d3070d2-c77b-4400-b769-b99accd6d64d 2026-07-16 11:06:45.278 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 7ea2e4b9-5d74-4a33-bfed-a320078abf9e 2026-07-16 11:06:45.466 12 INFO neutron.plugins.ml2.plugin [None req-38a61c6b-ae38-4387-8bfd-858d8b6210ab - - - - - -] Attempt 1 to provision port 0f8ee03b-fb53-4745-be14-591f97eaf6f8 2026-07-16 11:06:46.097 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port a55e8440-ac6a-4add-88bd-9e74d25eff1c 2026-07-16 11:06:48.206 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 7e76bc7a-7cba-4217-974d-72b591f05c8e 2026-07-16 11:06:50.031 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port b47fff22-2e85-418f-b9a0-7dd467fb8e10 2026-07-16 11:06:50.336 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 7e76bc7a-7cba-4217-974d-72b591f05c8e 2026-07-16 11:06:50.556 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port fc7174dd-c7e7-4834-82a2-3671d4c6892e 2026-07-16 11:06:51.263 12 INFO neutron.plugins.ml2.plugin [None req-13422c0e-89a4-4e2a-830f-a1b5266b13f2 - - - - - -] Attempt 1 to provision port fc7174dd-c7e7-4834-82a2-3671d4c6892e 2026-07-16 11:06:51.317 12 INFO neutron.plugins.ml2.plugin [None req-13422c0e-89a4-4e2a-830f-a1b5266b13f2 - - - - - -] Attempt 1 to provision port a55e8440-ac6a-4add-88bd-9e74d25eff1c 2026-07-16 11:06:51.376 12 INFO neutron.plugins.ml2.plugin [None req-13422c0e-89a4-4e2a-830f-a1b5266b13f2 - - - - - -] Attempt 1 to provision port 7e76bc7a-7cba-4217-974d-72b591f05c8e 2026-07-16 11:06:52.024 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port b47fff22-2e85-418f-b9a0-7dd467fb8e10 2026-07-16 11:06:52.170 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port fc7174dd-c7e7-4834-82a2-3671d4c6892e 2026-07-16 11:07:00.058 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port cb60d5be-a18d-419a-8676-73ece8e7ca7e 2026-07-16 11:07:00.159 12 INFO neutron.notifiers.nova [None req-b5a45963-4e4b-4b61-9006-f9004187e331 - - - - - -] Nova event matching ['req-239b498f-9970-47b9-b226-aab8b3a44a7d'] response: {'server_uuid': 'e8991a7e-4b70-4558-b9f7-22e6b89db857', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cb60d5be-a18d-419a-8676-73ece8e7ca7e', 'code': 200} 2026-07-16 11:07:02.106 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port cb60d5be-a18d-419a-8676-73ece8e7ca7e 2026-07-16 11:07:08.667 12 INFO neutron.plugins.ml2.plugin [None req-18ceaab3-5b5d-4c1b-8ec8-12c961e0ff4a - - - - - -] Attempt 1 to provision port fc7174dd-c7e7-4834-82a2-3671d4c6892e 2026-07-16 11:07:08.732 12 INFO neutron.plugins.ml2.plugin [None req-18ceaab3-5b5d-4c1b-8ec8-12c961e0ff4a - - - - - -] Attempt 1 to provision port 7e76bc7a-7cba-4217-974d-72b591f05c8e 2026-07-16 11:07:08.794 12 INFO neutron.plugins.ml2.plugin [None req-61afbcc8-1f5d-47b4-aaec-8bd843305748 - - - - - -] Attempt 1 to provision port a55e8440-ac6a-4add-88bd-9e74d25eff1c 2026-07-16 11:07:14.167 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port f1839fee-18e2-4928-b762-da2f53f9f17f 2026-07-16 11:07:16.249 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port f1839fee-18e2-4928-b762-da2f53f9f17f 2026-07-16 11:07:20.171 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 0ddab553-7d13-4c59-b64a-3a5d38b731f8 2026-07-16 11:07:20.494 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 0e540994-35b0-45b9-90aa-a2cf4e9f3219 2026-07-16 11:07:22.125 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 0ddab553-7d13-4c59-b64a-3a5d38b731f8 2026-07-16 11:07:22.347 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 0e540994-35b0-45b9-90aa-a2cf4e9f3219 2026-07-16 11:07:24.371 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 7a1adf23-c115-42b9-8bf5-46a2e8623c71 2026-07-16 11:07:26.138 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 7a1adf23-c115-42b9-8bf5-46a2e8623c71 2026-07-16 11:07:26.502 12 INFO neutron.plugins.ml2.plugin [None req-6bccb206-dc61-4c1d-8dfd-da36fa94cb5a - - - - - -] Attempt 1 to provision port 7a1adf23-c115-42b9-8bf5-46a2e8623c71 2026-07-16 11:07:26.559 12 INFO neutron.plugins.ml2.plugin [None req-6bccb206-dc61-4c1d-8dfd-da36fa94cb5a - - - - - -] Attempt 1 to provision port fe9615a7-de8c-4446-a920-04d6426be3ad 2026-07-16 11:07:26.589 12 INFO neutron.plugins.ml2.plugin [None req-6bccb206-dc61-4c1d-8dfd-da36fa94cb5a - - - - - -] Attempt 1 to provision port 0ddab553-7d13-4c59-b64a-3a5d38b731f8 2026-07-16 11:07:26.645 12 INFO neutron.plugins.ml2.plugin [None req-6bccb206-dc61-4c1d-8dfd-da36fa94cb5a - - - - - -] Attempt 1 to provision port 5e88108b-77e3-451b-8c65-20b60a960c78 2026-07-16 11:07:28.613 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 8e11e0a6-3f95-4c69-a694-1984c1b83c31 2026-07-16 11:07:28.746 12 INFO neutron.notifiers.nova [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Nova event matching ['req-a6175788-1a0b-445e-a821-8a0cf69b3e14'] response: {'server_uuid': '28ea1934-72c2-4661-b707-379ee4ef0f00', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8e11e0a6-3f95-4c69-a694-1984c1b83c31', 'code': 200} 2026-07-16 11:07:30.164 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 8e11e0a6-3f95-4c69-a694-1984c1b83c31 2026-07-16 11:07:33.129 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 417103fd-349d-4652-b809-8cc410fdcdf8 2026-07-16 11:07:33.260 11 INFO neutron.notifiers.nova [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Nova event matching ['req-a4165146-0901-4e53-a0bb-9bc779e6ad0c'] response: {'server_uuid': '3af5c693-54cb-48a3-a376-7ca72433bb84', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '417103fd-349d-4652-b809-8cc410fdcdf8', 'code': 200} 2026-07-16 11:07:34.110 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 417103fd-349d-4652-b809-8cc410fdcdf8 2026-07-16 11:07:34.329 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port cb8ad201-0e22-4f20-aa4f-827698fe9ddf 2026-07-16 11:07:34.635 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port fe9615a7-de8c-4446-a920-04d6426be3ad 2026-07-16 11:07:36.083 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 5e88108b-77e3-451b-8c65-20b60a960c78 2026-07-16 11:07:36.372 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port cb8ad201-0e22-4f20-aa4f-827698fe9ddf 2026-07-16 11:07:36.521 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 83a8aa42-f288-470e-a363-5655703b601e 2026-07-16 11:07:36.818 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port fe9615a7-de8c-4446-a920-04d6426be3ad 2026-07-16 11:07:38.088 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 5e88108b-77e3-451b-8c65-20b60a960c78 2026-07-16 11:07:38.323 11 INFO neutron.plugins.ml2.plugin [None req-396287b7-5988-4b29-917d-0d111e0d1148 - - - - - -] Attempt 1 to provision port 83a8aa42-f288-470e-a363-5655703b601e 2026-07-16 11:07:39.320 12 INFO neutron.plugins.ml2.plugin [None req-01d73cab-52f6-4e58-964e-1fcfb4192915 - - - - - -] Attempt 1 to provision port 417103fd-349d-4652-b809-8cc410fdcdf8 2026-07-16 11:07:39.386 12 INFO neutron.plugins.ml2.plugin [None req-01d73cab-52f6-4e58-964e-1fcfb4192915 - - - - - -] Attempt 1 to provision port 7a1adf23-c115-42b9-8bf5-46a2e8623c71 2026-07-16 11:07:39.450 12 INFO neutron.plugins.ml2.plugin [None req-01d73cab-52f6-4e58-964e-1fcfb4192915 - - - - - -] Attempt 1 to provision port fe9615a7-de8c-4446-a920-04d6426be3ad 2026-07-16 11:07:39.508 12 INFO neutron.plugins.ml2.plugin [None req-01d73cab-52f6-4e58-964e-1fcfb4192915 - - - - - -] Attempt 1 to provision port 0ddab553-7d13-4c59-b64a-3a5d38b731f8 2026-07-16 11:07:39.562 12 INFO neutron.plugins.ml2.plugin [None req-01d73cab-52f6-4e58-964e-1fcfb4192915 - - - - - -] Attempt 1 to provision port 5e88108b-77e3-451b-8c65-20b60a960c78 2026-07-16 11:07:44.500 11 INFO neutron.plugins.ml2.plugin [None req-facadce6-0253-4709-8fa5-503137682bc5 - - - - - -] Attempt 1 to provision port fc7174dd-c7e7-4834-82a2-3671d4c6892e 2026-07-16 11:07:44.546 11 INFO neutron.plugins.ml2.plugin [None req-facadce6-0253-4709-8fa5-503137682bc5 - - - - - -] Attempt 1 to provision port 0d3070d2-c77b-4400-b769-b99accd6d64d 2026-07-16 11:07:44.596 11 INFO neutron.plugins.ml2.plugin [None req-facadce6-0253-4709-8fa5-503137682bc5 - - - - - -] Attempt 1 to provision port 64328ba5-dcad-4634-b96d-31351fa5e965 2026-07-16 11:07:44.641 11 INFO neutron.plugins.ml2.plugin [None req-facadce6-0253-4709-8fa5-503137682bc5 - - - - - -] Attempt 1 to provision port 7ea2e4b9-5d74-4a33-bfed-a320078abf9e 2026-07-16 11:07:48.120 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 3a346065-059e-415e-a83f-9e314650c7a0 2026-07-16 11:07:50.174 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 3b5bc10c-5b2e-470f-80c6-d969dfabc7df 2026-07-16 11:07:50.524 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 3a346065-059e-415e-a83f-9e314650c7a0 2026-07-16 11:07:51.800 12 INFO neutron.plugins.ml2.plugin [None req-51a50e8c-f016-4dbf-948e-d5d958ac348d - - - - - -] Attempt 1 to provision port 0f8ee03b-fb53-4745-be14-591f97eaf6f8 2026-07-16 11:07:51.882 12 INFO neutron.plugins.ml2.plugin [None req-51a50e8c-f016-4dbf-948e-d5d958ac348d - - - - - -] Attempt 1 to provision port d4a4ee64-81b0-4cc5-b3de-158b12f05b0f 2026-07-16 11:07:51.959 12 INFO neutron.plugins.ml2.plugin [None req-51a50e8c-f016-4dbf-948e-d5d958ac348d - - - - - -] Attempt 1 to provision port 83a8aa42-f288-470e-a363-5655703b601e 2026-07-16 11:07:52.036 12 INFO neutron.plugins.ml2.plugin [None req-51a50e8c-f016-4dbf-948e-d5d958ac348d - - - - - -] Attempt 1 to provision port 48d1220a-8a0b-4915-a3e4-f89327992a62 2026-07-16 11:07:52.064 12 INFO neutron.plugins.ml2.plugin [None req-51a50e8c-f016-4dbf-948e-d5d958ac348d - - - - - -] Attempt 1 to provision port c5357618-69ff-4124-a1f4-c10e89bd84a2 2026-07-16 11:07:52.091 12 INFO neutron.plugins.ml2.plugin [None req-51a50e8c-f016-4dbf-948e-d5d958ac348d - - - - - -] Attempt 1 to provision port 64328ba5-dcad-4634-b96d-31351fa5e965 2026-07-16 11:07:52.094 11 INFO neutron.plugins.ml2.plugin [None req-e33f121f-4e37-49c8-beb3-d9482e1505b8 - - - - - -] Attempt 1 to provision port 3b5bc10c-5b2e-470f-80c6-d969dfabc7df 2026-07-16 11:07:52.147 12 INFO neutron.plugins.ml2.plugin [None req-51a50e8c-f016-4dbf-948e-d5d958ac348d - - - - - -] Attempt 1 to provision port 89bebeb7-2150-4ab7-ab33-2b7dc8855557 2026-07-16 11:07:52.177 12 INFO neutron.plugins.ml2.plugin [None req-51a50e8c-f016-4dbf-948e-d5d958ac348d - - - - - -] Attempt 1 to provision port b050a8ea-f8a1-4149-ae05-3ae6ff5036a2 2026-07-16 11:07:52.218 12 INFO neutron.plugins.ml2.plugin [None req-a85b20f7-e94b-46e3-8371-98c23a268d95 - - - - - -] Attempt 1 to provision port 0d3070d2-c77b-4400-b769-b99accd6d64d 2026-07-16 11:07:52.300 12 INFO neutron.plugins.ml2.plugin [None req-a85b20f7-e94b-46e3-8371-98c23a268d95 - - - - - -] Attempt 1 to provision port f7bf7c54-53b7-49ee-ae1e-e1e7cfe947dd 2026-07-16 11:07:52.336 12 INFO neutron.plugins.ml2.plugin [None req-a85b20f7-e94b-46e3-8371-98c23a268d95 - - - - - -] Attempt 1 to provision port a55e8440-ac6a-4add-88bd-9e74d25eff1c 2026-07-16 11:07:52.401 12 INFO neutron.plugins.ml2.plugin [None req-a85b20f7-e94b-46e3-8371-98c23a268d95 - - - - - -] Attempt 1 to provision port 4f5b4b78-02b5-4e84-a6eb-5ccc7e45ca93 2026-07-16 11:07:52.426 12 INFO neutron.plugins.ml2.plugin [None req-a85b20f7-e94b-46e3-8371-98c23a268d95 - - - - - -] Attempt 1 to provision port 3b5bc10c-5b2e-470f-80c6-d969dfabc7df 2026-07-16 11:07:52.485 12 INFO neutron.plugins.ml2.plugin [None req-a85b20f7-e94b-46e3-8371-98c23a268d95 - - - - - -] Attempt 1 to provision port cb8ad201-0e22-4f20-aa4f-827698fe9ddf 2026-07-16 11:07:52.546 12 INFO neutron.plugins.ml2.plugin [None req-a85b20f7-e94b-46e3-8371-98c23a268d95 - - - - - -] Attempt 1 to provision port b47fff22-2e85-418f-b9a0-7dd467fb8e10 2026-07-16 11:07:52.622 12 INFO neutron.plugins.ml2.plugin [None req-a85b20f7-e94b-46e3-8371-98c23a268d95 - - - - - -] Attempt 1 to provision port 7ea2e4b9-5d74-4a33-bfed-a320078abf9e 2026-07-16 11:07:57.814 11 INFO neutron.plugins.ml2.plugin [None req-faf4fe55-1b5b-49c8-bc51-e3df61b874ea - - - - - -] Attempt 1 to provision port 89bebeb7-2150-4ab7-ab33-2b7dc8855557 2026-07-16 11:07:57.861 11 INFO neutron.plugins.ml2.plugin [None req-faf4fe55-1b5b-49c8-bc51-e3df61b874ea - - - - - -] Attempt 1 to provision port 3b5bc10c-5b2e-470f-80c6-d969dfabc7df 2026-07-16 11:07:57.949 11 INFO neutron.plugins.ml2.plugin [None req-faf4fe55-1b5b-49c8-bc51-e3df61b874ea - - - - - -] Attempt 1 to provision port 6635b347-fd7d-47d8-9f34-81fbda08e3a6 2026-07-16 11:07:58.019 11 INFO neutron.plugins.ml2.plugin [None req-faf4fe55-1b5b-49c8-bc51-e3df61b874ea - - - - - -] Attempt 1 to provision port cb60d5be-a18d-419a-8676-73ece8e7ca7e 2026-07-16 11:08:00.938 12 INFO neutron.plugins.ml2.plugin [None req-ae6fa40a-458c-4132-9246-c11a11e30866 - - - - - -] Attempt 1 to provision port 89bebeb7-2150-4ab7-ab33-2b7dc8855557 2026-07-16 11:08:00.983 12 INFO neutron.plugins.ml2.plugin [None req-ae6fa40a-458c-4132-9246-c11a11e30866 - - - - - -] Attempt 1 to provision port 3b5bc10c-5b2e-470f-80c6-d969dfabc7df 2026-07-16 11:08:01.502 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port a37a5bb3-ceea-4c8c-833c-f5bf60cce43f 2026-07-16 11:08:01.634 11 INFO neutron.notifiers.nova [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Nova event matching ['req-27bd6444-badb-483f-8f88-9bc6cdc7ac72'] response: {'server_uuid': '0a446993-375d-476d-8f7d-5bdbe727b9f7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a37a5bb3-ceea-4c8c-833c-f5bf60cce43f', 'code': 200} 2026-07-16 11:08:03.037 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port a37a5bb3-ceea-4c8c-833c-f5bf60cce43f 2026-07-16 11:08:04.530 11 INFO neutron.plugins.ml2.plugin [None req-e035e342-8dea-4c6d-b303-88d772b912b9 - - - - - -] Attempt 1 to provision port 8e11e0a6-3f95-4c69-a694-1984c1b83c31 2026-07-16 11:08:04.824 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 4f5b4b78-02b5-4e84-a6eb-5ccc7e45ca93 2026-07-16 11:08:06.844 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 89bebeb7-2150-4ab7-ab33-2b7dc8855557 2026-07-16 11:08:07.107 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 4f5b4b78-02b5-4e84-a6eb-5ccc7e45ca93 2026-07-16 11:08:08.121 11 INFO neutron.plugins.ml2.plugin [None req-5dd70b91-f409-40e3-bd2d-c37bcca20109 - - - - - -] Attempt 1 to provision port 89bebeb7-2150-4ab7-ab33-2b7dc8855557 2026-07-16 11:08:08.217 11 INFO neutron.plugins.ml2.plugin [None req-5dd70b91-f409-40e3-bd2d-c37bcca20109 - - - - - -] Attempt 1 to provision port fc7174dd-c7e7-4834-82a2-3671d4c6892e 2026-07-16 11:08:08.910 11 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 89bebeb7-2150-4ab7-ab33-2b7dc8855557 2026-07-16 11:08:10.223 12 INFO neutron.plugins.ml2.plugin [None req-5c7bddc9-3093-4f49-9076-93896ceda384 - - - - - -] Attempt 1 to provision port 89bebeb7-2150-4ab7-ab33-2b7dc8855557 2026-07-16 11:08:10.273 12 INFO neutron.plugins.ml2.plugin [None req-5c7bddc9-3093-4f49-9076-93896ceda384 - - - - - -] Attempt 1 to provision port 4f5b4b78-02b5-4e84-a6eb-5ccc7e45ca93 2026-07-16 11:12:25.410 12 INFO neutron.notifiers.nova [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Nova event matching ['req-c0b73d8f-d25f-4965-8400-ab94829cc3e8'] response: {'server_uuid': 'e8991a7e-4b70-4558-b9f7-22e6b89db857', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'cb60d5be-a18d-419a-8676-73ece8e7ca7e', 'code': 200} 2026-07-16 11:13:55.317 11 INFO neutron.notifiers.nova [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Nova event matching ['req-da1c9193-1c1f-4849-bdfd-c33e0da5862b'] response: {'server_uuid': '28ea1934-72c2-4661-b707-379ee4ef0f00', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '8e11e0a6-3f95-4c69-a694-1984c1b83c31', 'code': 200} 2026-07-16 11:14:41.186 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 1e760ced-2c8d-4452-a377-2b6b81b5a4a5 2026-07-16 11:14:42.311 12 INFO neutron.plugins.ml2.plugin [None req-54cfa3c5-c749-424b-8290-784d5be66989 - - - - - -] Attempt 1 to provision port 1e760ced-2c8d-4452-a377-2b6b81b5a4a5 2026-07-16 11:14:43.042 12 INFO neutron.plugins.ml2.plugin [None req-46859875-5744-422f-95fd-f442eac6a0d6 - - - - - -] Attempt 1 to provision port 1e760ced-2c8d-4452-a377-2b6b81b5a4a5