+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini /var/lib/openstack/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:41: EventletDeprecationWarning: Eventlet is deprecated. It is currently being maintained in bugfix mode, and we strongly recommend against using it for new projects. If you are already using Eventlet, we recommend migrating to a different framework. For more detail see https://eventlet.readthedocs.io/en/latest/asyncio/migration.html import eventlet 2026-05-15 21:58:29.508 1 INFO neutron.common.config [-] Logging enabled! 2026-05-15 21:58:29.508 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 28.1.0.dev173 2026-05-15 21:58:29.508 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-05-15 21:58:29.508 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-15 21:58:30.775 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-15 21:58:30.777 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-15 21:58:30.780 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-15 21:58:30.781 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-15 21:58:30.781 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-15 21:58:30.782 1 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-05-15 21:58:30.782 1 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-05-15 21:58:30.782 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-15 21:58:30.789 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-15 21:58:30.789 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-15 21:58:30.789 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-15 21:58:30.808 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-15 21:58:30.809 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-15 21:58:30.809 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-15 21:58:30.824 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-15 21:58:30.825 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-15 21:58:30.825 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-15 21:58:30.825 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-15 21:58:31.146 1 INFO neutron.plugins.ml2.managers [None req-94507525-c7dc-4b78-abf5-a941d0cffb61 - - - - - -] Initializing driver for type 'vlan' 2026-05-15 21:58:31.299 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-94507525-c7dc-4b78-abf5-a941d0cffb61 - - - - - -] VlanTypeDriver initialization complete 2026-05-15 21:58:31.299 1 INFO neutron.plugins.ml2.managers [None req-94507525-c7dc-4b78-abf5-a941d0cffb61 - - - - - -] Initializing driver for type 'vxlan' 2026-05-15 21:58:31.300 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-94507525-c7dc-4b78-abf5-a941d0cffb61 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-15 21:58:31.351 1 INFO neutron.plugins.ml2.managers [None req-94507525-c7dc-4b78-abf5-a941d0cffb61 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-15 21:58:31.351 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-94507525-c7dc-4b78-abf5-a941d0cffb61 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-15 21:58:31.352 1 INFO neutron.plugins.ml2.managers [None req-94507525-c7dc-4b78-abf5-a941d0cffb61 - - - - - -] Initializing extension driver 'port_security' 2026-05-15 21:58:31.352 1 INFO neutron.plugins.ml2.extensions.port_security [None req-94507525-c7dc-4b78-abf5-a941d0cffb61 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-15 21:58:31.352 1 INFO neutron.plugins.ml2.managers [None req-94507525-c7dc-4b78-abf5-a941d0cffb61 - - - - - -] Initializing extension driver 'qos' 2026-05-15 21:58:31.352 1 INFO neutron.plugins.ml2.managers [None req-94507525-c7dc-4b78-abf5-a941d0cffb61 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-15 21:58:31.353 1 INFO neutron.plugins.ml2.managers [None req-94507525-c7dc-4b78-abf5-a941d0cffb61 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-15 21:58:31.366 1 INFO neutron.quota [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded quota_driver: . 2026-05-15 21:58:31.367 1 INFO neutron.plugins.ml2.plugin [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Modular L2 Plugin initialization complete 2026-05-15 21:58:31.367 1 INFO neutron.plugins.ml2.managers [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-15 21:58:31.367 1 INFO neutron.plugins.ml2.managers [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-15 21:58:31.367 1 INFO neutron.plugins.ml2.managers [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Got port-security extension from driver 'port_security' 2026-05-15 21:58:31.368 1 INFO neutron.manager [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loading Plugin: qos 2026-05-15 21:58:31.379 1 INFO neutron.manager [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loading Plugin: router 2026-05-15 21:58:31.418 1 INFO neutron.services.service_base [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-15 21:58:31.418 1 INFO neutron.manager [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loading Plugin: segments 2026-05-15 21:58:31.484 1 INFO neutron.manager [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loading Plugin: trunk 2026-05-15 21:58:31.498 1 INFO neutron.manager [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loading Plugin: vpnaas 2026-05-15 21:58:31.534 1 WARNING stevedore.named [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-15 21:58:31.611 1 INFO neutron_vpnaas.services.vpn.plugin [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-15 21:58:31.611 1 INFO neutron.manager [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loading Plugin: taas 2026-05-15 21:58:31.766 1 WARNING stevedore.named [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-15 21:58:31.789 1 INFO neutron_taas.services.taas.taas_plugin [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-15 21:58:31.789 1 INFO neutron.manager [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loading Plugin: tapmirror 2026-05-15 21:58:31.803 1 WARNING stevedore.named [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-15 21:58:31.820 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-15 21:58:31.821 1 INFO neutron.manager [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loading Plugin: auto_allocate 2026-05-15 21:58:31.827 1 INFO neutron.manager [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loading Plugin: tag 2026-05-15 21:58:31.840 1 INFO neutron.manager [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loading Plugin: timestamp 2026-05-15 21:58:31.843 1 INFO neutron.manager [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loading Plugin: network_ip_availability 2026-05-15 21:58:31.847 1 INFO neutron.manager [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loading Plugin: flavors 2026-05-15 21:58:31.850 1 INFO neutron.manager [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loading Plugin: revisions 2026-05-15 21:58:31.852 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Initializing extension manager. 2026-05-15 21:58:31.853 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: address-group 2026-05-15 21:58:31.854 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: address-scope 2026-05-15 21:58:31.855 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-15 21:58:31.855 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: agent 2026-05-15 21:58:31.856 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: agent-resources-synced 2026-05-15 21:58:31.858 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: allowed-address-pairs 2026-05-15 21:58:31.858 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: auto-allocated-topology 2026-05-15 21:58:31.859 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: availability_zone 2026-05-15 21:58:31.859 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: availability_zone_filter 2026-05-15 21:58:31.860 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-15 21:58:31.861 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: default-subnetpools 2026-05-15 21:58:31.862 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-15 21:58:31.863 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: dns-integration 2026-05-15 21:58:31.863 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: dns-domain-ports 2026-05-15 21:58:31.863 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-15 21:58:31.864 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: dvr 2026-05-15 21:58:31.864 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-15 21:58:31.865 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: empty-string-filtering 2026-05-15 21:58:31.865 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-15 21:58:31.865 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-15 21:58:31.866 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: external-net 2026-05-15 21:58:31.866 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-15 21:58:31.867 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: extraroute 2026-05-15 21:58:31.867 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: extraroute-atomic 2026-05-15 21:58:31.868 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: filter-validation 2026-05-15 21:58:31.868 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-15 21:58:31.868 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-15 21:58:31.869 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-15 21:58:31.869 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: fip-port-details 2026-05-15 21:58:31.870 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: flavors 2026-05-15 21:58:31.871 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-15 21:58:31.872 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: floatingip-pools 2026-05-15 21:58:31.872 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: ip_allocation 2026-05-15 21:58:31.872 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: ip-substring-filtering 2026-05-15 21:58:31.873 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: l2_adjacency 2026-05-15 21:58:31.874 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: router 2026-05-15 21:58:31.876 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-15 21:58:31.876 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-15 21:58:31.876 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-15 21:58:31.877 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: ext-gw-mode 2026-05-15 21:58:31.877 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: l3-ha 2026-05-15 21:58:31.878 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-15 21:58:31.878 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-15 21:58:31.878 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: l3-flavors 2026-05-15 21:58:31.879 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-15 21:58:31.880 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-15 21:58:31.881 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-15 21:58:31.882 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-15 21:58:31.883 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-15 21:58:31.884 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-15 21:58:31.885 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-15 21:58:31.885 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: multi-provider 2026-05-15 21:58:31.885 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: net-mtu 2026-05-15 21:58:31.886 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: net-mtu-writable 2026-05-15 21:58:31.886 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: network_availability_zone 2026-05-15 21:58:31.887 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: network_ha 2026-05-15 21:58:31.887 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: network-ip-availability 2026-05-15 21:58:31.888 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: network-ip-availability-details 2026-05-15 21:58:31.888 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-15 21:58:31.889 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: pagination 2026-05-15 21:58:31.889 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: port-device-profile 2026-05-15 21:58:31.890 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-15 21:58:31.890 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-15 21:58:31.890 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-15 21:58:31.891 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: port-mac-override 2026-05-15 21:58:31.891 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-15 21:58:31.892 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-15 21:58:31.892 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-15 21:58:31.892 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: port-resource-request 2026-05-15 21:58:31.893 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: port-resource-request-groups 2026-05-15 21:58:31.893 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-15 21:58:31.894 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: binding 2026-05-15 21:58:31.894 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: binding-extended 2026-05-15 21:58:31.895 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: port-security 2026-05-15 21:58:31.896 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: project-id 2026-05-15 21:58:31.896 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: provider 2026-05-15 21:58:31.897 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-15 21:58:31.898 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: qos 2026-05-15 21:58:31.899 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-15 21:58:31.899 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-15 21:58:31.900 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: qos-default 2026-05-15 21:58:31.900 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: qos-fip 2026-05-15 21:58:31.901 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-15 21:58:31.901 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: qos-gateway-ip 2026-05-15 21:58:31.901 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: qos-port-network-policy 2026-05-15 21:58:31.902 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: qos-pps-minimum 2026-05-15 21:58:31.902 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-15 21:58:31.903 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: qos-pps 2026-05-15 21:58:31.903 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: qos-rule-type-details 2026-05-15 21:58:31.904 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-15 21:58:31.904 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: qos-rules-alias 2026-05-15 21:58:31.905 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: quota-check-limit 2026-05-15 21:58:31.905 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: quota-check-limit-default 2026-05-15 21:58:31.907 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: quotas 2026-05-15 21:58:31.910 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: quota_details 2026-05-15 21:58:31.911 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: rbac-policies 2026-05-15 21:58:31.911 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: rbac-address-group 2026-05-15 21:58:31.912 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: rbac-address-scope 2026-05-15 21:58:31.912 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: rbac-security-groups 2026-05-15 21:58:31.912 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: rbac-subnetpool 2026-05-15 21:58:31.913 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: revision-if-match 2026-05-15 21:58:31.913 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: standard-attr-revisions 2026-05-15 21:58:31.914 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: router_availability_zone 2026-05-15 21:58:31.914 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-05-15 21:58:31.915 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-15 21:58:31.917 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: security-groups-default-rules 2026-05-15 21:58:31.917 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-15 21:58:31.918 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-15 21:58:31.918 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-15 21:58:31.919 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-15 21:58:31.919 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-15 21:58:31.923 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: security-group 2026-05-15 21:58:31.924 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: segment 2026-05-15 21:58:31.924 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-15 21:58:31.925 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: service-type 2026-05-15 21:58:31.925 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: sorting 2026-05-15 21:58:31.925 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: standard-attr-segment 2026-05-15 21:58:31.926 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: standard-attr-description 2026-05-15 21:58:31.926 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: stateful-security-group 2026-05-15 21:58:31.927 1 WARNING neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-15 21:58:31.927 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-15 21:58:31.928 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: subnet-external-network 2026-05-15 21:58:31.928 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: subnet_onboard 2026-05-15 21:58:31.929 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-15 21:58:31.929 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: subnet-service-types 2026-05-15 21:58:31.930 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: subnet_allocation 2026-05-15 21:58:31.930 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-15 21:58:31.931 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: tag-creation 2026-05-15 21:58:31.931 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-15 21:58:31.934 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: standard-attr-tag 2026-05-15 21:58:31.935 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-15 21:58:31.935 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: trunk 2026-05-15 21:58:31.936 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: trunk-details 2026-05-15 21:58:31.936 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-15 21:58:31.937 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-15 21:58:31.937 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-15 21:58:31.938 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-15 21:58:31.940 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-15 21:58:31.940 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-15 21:58:31.941 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: vpn-flavors 2026-05-15 21:58:31.942 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: vpnaas 2026-05-15 21:58:31.943 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: taas 2026-05-15 21:58:31.944 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: tap-mirror 2026-05-15 21:58:31.944 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: tap-mirror-both-direction 2026-05-15 21:58:31.945 1 INFO neutron.api.extensions [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Loaded extension: taas-vlan-filter 2026-05-15 21:58:31.947 1 WARNING oslo_service.backend._threading.service [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Service RpcWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-05-15 21:58:31.953 1 WARNING oslo_service.backend._threading.service [None req-20acfdd2-bac1-4201-881a-07fd7fec108f - - - - - -] Service RpcReportsWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-05-15 21:59:02.044 20 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-15 21:59:02.077 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-15 21:59:02.082 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-15 21:59:10.302 16 INFO neutron.db.l3_hamode_db [None req-6c811bb9-9da2-4a68-922c-d180cab51bc5 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-15 21:59:24.358 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port f44ff20b-b809-41cb-9678-f28165e11041 2026-05-15 21:59:25.064 13 INFO neutron.plugins.ml2.plugin [None req-09369841-b8d6-4313-bfa7-4398e8f46dfc - - - - - -] Attempt 1 to provision port f44ff20b-b809-41cb-9678-f28165e11041 2026-05-15 21:59:26.260 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port f44ff20b-b809-41cb-9678-f28165e11041 2026-05-15 21:59:26.725 13 INFO neutron.plugins.ml2.plugin [None req-63a010ea-8370-4caf-8696-1c7d94247bef - - - - - -] Attempt 1 to provision port f44ff20b-b809-41cb-9678-f28165e11041 2026-05-15 22:04:06.343 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port f7685855-da83-413e-be65-bba0c33b3768 2026-05-15 22:04:07.290 16 INFO neutron.plugins.ml2.plugin [None req-d045b130-2ba2-4f3b-9dd7-1574986459a1 - - - - - -] Attempt 1 to provision port f7685855-da83-413e-be65-bba0c33b3768 2026-05-15 22:04:08.311 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port f7685855-da83-413e-be65-bba0c33b3768 2026-05-15 22:04:08.934 16 INFO neutron.plugins.ml2.plugin [None req-5a504f02-b47e-46f5-91fc-4a75fe6d0c6c - - - - - -] Attempt 1 to provision port f7685855-da83-413e-be65-bba0c33b3768 2026-05-15 22:04:13.100 16 INFO neutron.plugins.ml2.plugin [None req-b5fba9a5-0b0f-4f02-a18a-4779e4551128 - - - - - -] Attempt 1 to provision port b09021ed-f32f-40b4-bc9b-b20b443f5691 2026-05-15 22:08:12.937 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port b09021ed-f32f-40b4-bc9b-b20b443f5691 2026-05-15 22:08:14.389 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port b09021ed-f32f-40b4-bc9b-b20b443f5691 2026-05-15 22:16:52.553 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port aeaacf09-7bac-4955-b6dd-aeb963dbce9a 2026-05-15 22:16:54.501 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port aeaacf09-7bac-4955-b6dd-aeb963dbce9a 2026-05-15 22:26:33.374 13 INFO neutron.plugins.ml2.plugin [None req-bd5c986c-386a-4ea7-9270-17c99a25c8bb - - - - - -] Attempt 1 to provision port f44ff20b-b809-41cb-9678-f28165e11041 2026-05-15 22:26:33.423 13 INFO neutron.plugins.ml2.plugin [None req-bd5c986c-386a-4ea7-9270-17c99a25c8bb - - - - - -] Attempt 1 to provision port b09021ed-f32f-40b4-bc9b-b20b443f5691 2026-05-15 22:26:33.478 13 INFO neutron.plugins.ml2.plugin [None req-bd5c986c-386a-4ea7-9270-17c99a25c8bb - - - - - -] Attempt 1 to provision port f7685855-da83-413e-be65-bba0c33b3768 2026-05-15 22:32:21.024 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port e8c7c800-3c51-46ea-8498-b49c6b8c5d28 2026-05-15 22:32:22.510 13 INFO neutron.plugins.ml2.plugin [None req-9783469e-0724-4233-bb32-6e8d0dc5df26 - - - - - -] Attempt 1 to provision port e8c7c800-3c51-46ea-8498-b49c6b8c5d28 2026-05-15 22:32:22.559 13 INFO neutron.plugins.ml2.plugin [None req-9783469e-0724-4233-bb32-6e8d0dc5df26 - - - - - -] Attempt 1 to provision port fa827873-82ac-4ce5-b007-7424943e86fd 2026-05-15 22:32:22.902 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port e8c7c800-3c51-46ea-8498-b49c6b8c5d28 2026-05-15 22:32:24.997 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port fbee2033-d99f-40c1-90f7-c99faf37d8c9 2026-05-15 22:32:26.980 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port fbee2033-d99f-40c1-90f7-c99faf37d8c9 2026-05-15 22:32:31.123 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 754a151d-85a8-4c14-a538-e3375be2f1e9 2026-05-15 22:32:31.880 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 83f6f815-c788-4b77-b8f5-4f559075e5df 2026-05-15 22:32:32.198 16 INFO neutron.plugins.ml2.plugin [None req-7cd06738-8f7a-4e32-baa2-373f47da341f - - - - - -] Attempt 1 to provision port a5eacaf1-e452-4970-9f12-3bb5675d0b50 2026-05-15 22:32:32.241 16 INFO neutron.plugins.ml2.plugin [None req-7cd06738-8f7a-4e32-baa2-373f47da341f - - - - - -] Attempt 1 to provision port fbee2033-d99f-40c1-90f7-c99faf37d8c9 2026-05-15 22:32:32.288 16 INFO neutron.plugins.ml2.plugin [None req-7cd06738-8f7a-4e32-baa2-373f47da341f - - - - - -] Attempt 1 to provision port 754a151d-85a8-4c14-a538-e3375be2f1e9 2026-05-15 22:32:32.343 16 INFO neutron.plugins.ml2.plugin [None req-7cd06738-8f7a-4e32-baa2-373f47da341f - - - - - -] Attempt 1 to provision port 7e1c853b-cb14-42cf-a548-b3ecc59ca0e5 2026-05-15 22:32:32.531 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 3cf4ba53-d883-4bfb-999c-499e4ab6ba22 2026-05-15 22:32:32.990 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port e5036032-80b6-4653-b5c2-eedf0b1a21f3 2026-05-15 22:32:33.819 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 754a151d-85a8-4c14-a538-e3375be2f1e9 2026-05-15 22:32:34.047 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 83f6f815-c788-4b77-b8f5-4f559075e5df 2026-05-15 22:32:34.241 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 3cf4ba53-d883-4bfb-999c-499e4ab6ba22 2026-05-15 22:32:34.486 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 5f1718ad-0656-4aa0-a5fe-c95e579881e6 2026-05-15 22:32:34.944 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port e5036032-80b6-4653-b5c2-eedf0b1a21f3 2026-05-15 22:32:37.501 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port ad8eb88c-9322-42a0-8fac-71240c65781a 2026-05-15 22:32:37.987 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 155a5beb-b048-4a3e-876e-1e7b26b5399e 2026-05-15 22:32:38.184 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-da8afc97-8688-4d31-af4b-f300d4eeb697'] response: {'server_uuid': 'bd461dcd-15ce-49bb-befe-9094283ff206', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ad8eb88c-9322-42a0-8fac-71240c65781a', 'code': 200} 2026-05-15 22:32:38.469 13 INFO neutron.plugins.ml2.plugin [None req-3fda6056-7268-4342-b3e7-12edcb97e7be - - - - - -] Attempt 1 to provision port fa827873-82ac-4ce5-b007-7424943e86fd 2026-05-15 22:32:38.514 13 INFO neutron.plugins.ml2.plugin [None req-3fda6056-7268-4342-b3e7-12edcb97e7be - - - - - -] Attempt 1 to provision port ad8eb88c-9322-42a0-8fac-71240c65781a 2026-05-15 22:32:38.595 13 INFO neutron.plugins.ml2.plugin [None req-3fda6056-7268-4342-b3e7-12edcb97e7be - - - - - -] Attempt 1 to provision port e8c7c800-3c51-46ea-8498-b49c6b8c5d28 2026-05-15 22:32:38.639 13 INFO neutron.plugins.ml2.plugin [None req-3fda6056-7268-4342-b3e7-12edcb97e7be - - - - - -] Attempt 1 to provision port 155a5beb-b048-4a3e-876e-1e7b26b5399e 2026-05-15 22:32:38.691 13 INFO neutron.plugins.ml2.plugin [None req-3fda6056-7268-4342-b3e7-12edcb97e7be - - - - - -] Attempt 1 to provision port 7e1c853b-cb14-42cf-a548-b3ecc59ca0e5 2026-05-15 22:32:38.720 13 INFO neutron.plugins.ml2.plugin [None req-3fda6056-7268-4342-b3e7-12edcb97e7be - - - - - -] Attempt 1 to provision port fbee2033-d99f-40c1-90f7-c99faf37d8c9 2026-05-15 22:32:39.279 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 155a5beb-b048-4a3e-876e-1e7b26b5399e 2026-05-15 22:32:39.536 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port e4d683b2-2107-4c4b-acf6-1e2b1072a166 2026-05-15 22:32:40.019 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port ad8eb88c-9322-42a0-8fac-71240c65781a 2026-05-15 22:32:40.279 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-742caa54-dafb-4076-96b3-0703d381fd8a'] response: {'server_uuid': 'b19b40d8-e23c-4daa-800c-ba202cf684e3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '155a5beb-b048-4a3e-876e-1e7b26b5399e', 'code': 200} 2026-05-15 22:32:40.279 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-742caa54-dafb-4076-96b3-0703d381fd8a'] response: {'server_uuid': '249e6d5f-7258-4e9c-bb3a-b0c96adb0845', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e4d683b2-2107-4c4b-acf6-1e2b1072a166', 'code': 200} 2026-05-15 22:32:41.128 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port e4d683b2-2107-4c4b-acf6-1e2b1072a166 2026-05-15 22:32:44.237 16 INFO neutron.plugins.ml2.plugin [None req-b3b6a2f8-a20d-47ba-a8aa-966ccb067228 - - - - - -] Attempt 1 to provision port a5eacaf1-e452-4970-9f12-3bb5675d0b50 2026-05-15 22:32:44.282 16 INFO neutron.plugins.ml2.plugin [None req-b3b6a2f8-a20d-47ba-a8aa-966ccb067228 - - - - - -] Attempt 1 to provision port 754a151d-85a8-4c14-a538-e3375be2f1e9 2026-05-15 22:32:44.396 16 INFO neutron.plugins.ml2.plugin [None req-b3b6a2f8-a20d-47ba-a8aa-966ccb067228 - - - - - -] Attempt 1 to provision port 2390324f-28e2-4e51-9afc-337922c486a5 2026-05-15 22:32:44.420 16 INFO neutron.plugins.ml2.plugin [None req-b3b6a2f8-a20d-47ba-a8aa-966ccb067228 - - - - - -] Attempt 1 to provision port e4d683b2-2107-4c4b-acf6-1e2b1072a166 2026-05-15 22:32:44.495 16 INFO neutron.plugins.ml2.plugin [None req-b3b6a2f8-a20d-47ba-a8aa-966ccb067228 - - - - - -] Attempt 1 to provision port 4e8eb3cf-d109-48e7-ba76-853fa8c834bf 2026-05-15 22:32:44.523 16 INFO neutron.plugins.ml2.plugin [None req-b3b6a2f8-a20d-47ba-a8aa-966ccb067228 - - - - - -] Attempt 1 to provision port fa827873-82ac-4ce5-b007-7424943e86fd 2026-05-15 22:32:44.925 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 76626511-2d9f-4ac1-875e-1f85a041e4b8 2026-05-15 22:32:47.101 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 76626511-2d9f-4ac1-875e-1f85a041e4b8 2026-05-15 22:32:47.331 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 7de61188-1d98-4023-b1a5-2dc057f3caea 2026-05-15 22:32:48.980 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 7de61188-1d98-4023-b1a5-2dc057f3caea 2026-05-15 22:33:00.919 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port ec4e1c32-2d54-4609-b61e-4c26612f8868 2026-05-15 22:33:02.019 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 2734a1c2-de56-46e1-a7f1-89318b4f552a 2026-05-15 22:33:03.751 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port ec4e1c32-2d54-4609-b61e-4c26612f8868 2026-05-15 22:33:03.986 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 7971f8a9-4adf-468a-bdbe-bd811ff0547b 2026-05-15 22:33:04.089 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-5b44a678-bf61-452d-9ebf-d423dd2fda50'] response: {'server_uuid': 'e699fd02-7f7e-404a-b516-939885c2f1f5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7971f8a9-4adf-468a-bdbe-bd811ff0547b', 'code': 200} 2026-05-15 22:33:04.494 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 2734a1c2-de56-46e1-a7f1-89318b4f552a 2026-05-15 22:33:05.176 16 INFO neutron.plugins.ml2.plugin [None req-a1d980ca-39b6-45b4-9975-79c2ce323d9e - - - - - -] Attempt 1 to provision port 42028569-6920-4290-80ac-e4dac9360f83 2026-05-15 22:33:05.203 16 INFO neutron.plugins.ml2.plugin [None req-a1d980ca-39b6-45b4-9975-79c2ce323d9e - - - - - -] Attempt 1 to provision port 7de61188-1d98-4023-b1a5-2dc057f3caea 2026-05-15 22:33:05.260 16 INFO neutron.plugins.ml2.plugin [None req-a1d980ca-39b6-45b4-9975-79c2ce323d9e - - - - - -] Attempt 1 to provision port a5eacaf1-e452-4970-9f12-3bb5675d0b50 2026-05-15 22:33:05.285 16 INFO neutron.plugins.ml2.plugin [None req-a1d980ca-39b6-45b4-9975-79c2ce323d9e - - - - - -] Attempt 1 to provision port 0ce57096-7c47-4963-86f9-acc85072606c 2026-05-15 22:33:05.323 16 INFO neutron.plugins.ml2.plugin [None req-a1d980ca-39b6-45b4-9975-79c2ce323d9e - - - - - -] Attempt 1 to provision port 2734a1c2-de56-46e1-a7f1-89318b4f552a 2026-05-15 22:33:05.380 16 INFO neutron.plugins.ml2.plugin [None req-a1d980ca-39b6-45b4-9975-79c2ce323d9e - - - - - -] Attempt 1 to provision port 663cde93-c586-47f5-ae0a-c9fb14aaa2a3 2026-05-15 22:33:05.436 16 INFO neutron.plugins.ml2.plugin [None req-a1d980ca-39b6-45b4-9975-79c2ce323d9e - - - - - -] Attempt 1 to provision port 8e166491-2055-49e6-ae48-c4abd4aa4e42 2026-05-15 22:33:05.621 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 7971f8a9-4adf-468a-bdbe-bd811ff0547b 2026-05-15 22:33:09.532 16 INFO neutron.plugins.ml2.plugin [None req-307023d5-5cfa-4320-91e5-78c729132d98 - - - - - -] Attempt 1 to provision port 7971f8a9-4adf-468a-bdbe-bd811ff0547b 2026-05-15 22:33:09.559 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 42028569-6920-4290-80ac-e4dac9360f83 2026-05-15 22:33:09.623 16 INFO neutron.plugins.ml2.plugin [None req-307023d5-5cfa-4320-91e5-78c729132d98 - - - - - -] Attempt 1 to provision port e611684b-3abc-4732-bccd-c8f6c49fcff3 2026-05-15 22:33:09.666 16 INFO neutron.plugins.ml2.plugin [None req-307023d5-5cfa-4320-91e5-78c729132d98 - - - - - -] Attempt 1 to provision port e4d683b2-2107-4c4b-acf6-1e2b1072a166 2026-05-15 22:33:09.978 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port a5eacaf1-e452-4970-9f12-3bb5675d0b50 2026-05-15 22:33:12.214 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port a5eacaf1-e452-4970-9f12-3bb5675d0b50 2026-05-15 22:33:12.403 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 42028569-6920-4290-80ac-e4dac9360f83 2026-05-15 22:33:12.686 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port ebfd7a02-8a9b-4b99-92f5-df1783bac0a1 2026-05-15 22:33:13.365 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-8310313a-892e-4f0a-a997-756f358fd227'] response: {'server_uuid': 'c8a9e0e3-cf53-4b45-99b8-038b050f7fc4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ebfd7a02-8a9b-4b99-92f5-df1783bac0a1', 'code': 200} 2026-05-15 22:33:14.838 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port ebfd7a02-8a9b-4b99-92f5-df1783bac0a1 2026-05-15 22:33:15.571 13 INFO neutron.plugins.ml2.plugin [None req-601bae35-3d12-4560-a266-65b92201f145 - - - - - -] Attempt 1 to provision port ebfd7a02-8a9b-4b99-92f5-df1783bac0a1 2026-05-15 22:33:15.629 13 INFO neutron.plugins.ml2.plugin [None req-601bae35-3d12-4560-a266-65b92201f145 - - - - - -] Attempt 1 to provision port 663cde93-c586-47f5-ae0a-c9fb14aaa2a3 2026-05-15 22:33:16.578 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 663cde93-c586-47f5-ae0a-c9fb14aaa2a3 2026-05-15 22:33:16.611 13 WARNING neutron.plugins.ml2.plugin [None req-6cf1bf56-960f-4d9e-ace7-b0d85ea8b8d9 - - - - - -] Concurrent port binding operations failed on port e611684b-3abc-4732-bccd-c8f6c49fcff3 2026-05-15 22:33:16.614 13 INFO neutron.plugins.ml2.plugin [None req-6cf1bf56-960f-4d9e-ace7-b0d85ea8b8d9 - - - - - -] Attempt 2 to bind port e611684b-3abc-4732-bccd-c8f6c49fcff3 2026-05-15 22:33:18.318 16 INFO neutron.plugins.ml2.plugin [None req-b3d2fb97-175d-4b1f-aaf5-feb8b11af286 - - - - - -] Attempt 1 to provision port e4d683b2-2107-4c4b-acf6-1e2b1072a166 2026-05-15 22:33:18.856 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port e4d683b2-2107-4c4b-acf6-1e2b1072a166 2026-05-15 22:33:19.288 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 663cde93-c586-47f5-ae0a-c9fb14aaa2a3 2026-05-15 22:33:19.626 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port e611684b-3abc-4732-bccd-c8f6c49fcff3 2026-05-15 22:33:21.402 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port e611684b-3abc-4732-bccd-c8f6c49fcff3 2026-05-15 22:33:21.851 13 INFO neutron.plugins.ml2.plugin [None req-50dd910d-74ad-48c3-a1c4-322b8de28f30 - - - - - -] Attempt 1 to provision port e4d683b2-2107-4c4b-acf6-1e2b1072a166 2026-05-15 22:33:27.415 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port f74d52d6-2214-4bfd-ab81-76384d3c3f01 2026-05-15 22:33:29.323 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port f74d52d6-2214-4bfd-ab81-76384d3c3f01 2026-05-15 22:33:31.345 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port d98fa4a8-dd18-4434-9f8c-9db63e6918dc 2026-05-15 22:33:33.194 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port d98fa4a8-dd18-4434-9f8c-9db63e6918dc 2026-05-15 22:33:35.793 13 INFO neutron.plugins.ml2.plugin [None req-fb185ea6-dfd2-45e3-8c98-981a923cf503 - - - - - -] Attempt 1 to provision port 0eeaaf22-8073-40a9-b06f-5086a259b57c 2026-05-15 22:33:35.842 13 INFO neutron.plugins.ml2.plugin [None req-fb185ea6-dfd2-45e3-8c98-981a923cf503 - - - - - -] Attempt 1 to provision port 0ca0ee2c-b404-4af3-9bb9-f83aca63865d 2026-05-15 22:33:35.886 13 INFO neutron.plugins.ml2.plugin [None req-fb185ea6-dfd2-45e3-8c98-981a923cf503 - - - - - -] Attempt 1 to provision port d98fa4a8-dd18-4434-9f8c-9db63e6918dc 2026-05-15 22:33:41.642 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port e1847f60-fc5f-43cb-beb1-22f1b698aaec 2026-05-15 22:33:41.754 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d680f6da-3c91-4062-a595-b4973a6be3ec'] response: {'server_uuid': '6a834ca3-58d5-476d-8ac0-9f7d082ab9bf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e1847f60-fc5f-43cb-beb1-22f1b698aaec', 'code': 200} 2026-05-15 22:33:43.115 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port e1847f60-fc5f-43cb-beb1-22f1b698aaec 2026-05-15 22:33:45.203 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 0ca0ee2c-b404-4af3-9bb9-f83aca63865d 2026-05-15 22:33:45.553 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 0eeaaf22-8073-40a9-b06f-5086a259b57c 2026-05-15 22:33:46.627 16 INFO neutron.plugins.ml2.plugin [None req-81b2f9f1-863a-4acb-858a-c298e71a81c5 - - - - - -] Attempt 1 to provision port e1847f60-fc5f-43cb-beb1-22f1b698aaec 2026-05-15 22:33:46.683 16 INFO neutron.plugins.ml2.plugin [None req-81b2f9f1-863a-4acb-858a-c298e71a81c5 - - - - - -] Attempt 1 to provision port 0ca0ee2c-b404-4af3-9bb9-f83aca63865d 2026-05-15 22:33:46.734 16 INFO neutron.plugins.ml2.plugin [None req-81b2f9f1-863a-4acb-858a-c298e71a81c5 - - - - - -] Attempt 1 to provision port d98fa4a8-dd18-4434-9f8c-9db63e6918dc 2026-05-15 22:33:47.133 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 0ca0ee2c-b404-4af3-9bb9-f83aca63865d 2026-05-15 22:33:47.319 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 0eeaaf22-8073-40a9-b06f-5086a259b57c 2026-05-15 22:33:51.925 16 INFO neutron.plugins.ml2.plugin [None req-2ade3ac0-468b-440c-a304-5b470282debf - - - - - -] Attempt 1 to provision port e1847f60-fc5f-43cb-beb1-22f1b698aaec 2026-05-15 22:34:07.124 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port e521024a-4a0c-481f-b67e-0961a83c1472 2026-05-15 22:34:08.639 13 INFO neutron.plugins.ml2.plugin [None req-01f3de75-2eea-4d12-aeb2-217b07534f2c - - - - - -] Attempt 1 to provision port 8eb25e86-f978-46f0-b5e1-ba87b6a25ce9 2026-05-15 22:34:08.681 13 INFO neutron.plugins.ml2.plugin [None req-01f3de75-2eea-4d12-aeb2-217b07534f2c - - - - - -] Attempt 1 to provision port e521024a-4a0c-481f-b67e-0961a83c1472 2026-05-15 22:34:09.110 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port e521024a-4a0c-481f-b67e-0961a83c1472 2026-05-15 22:34:11.222 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 7f18780b-c9c5-42b3-9afc-f8a6033a7ae4 2026-05-15 22:34:11.244 16 INFO neutron.plugins.ml2.db [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] No ports have port_id starting with 7f18780b-c9c5-42b3-9afc-f8a6033a7ae4 2026-05-15 22:34:13.591 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-726144fd-593b-4706-adc1-6c991efc0a85'] response: {'server_uuid': '6a834ca3-58d5-476d-8ac0-9f7d082ab9bf', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e1847f60-fc5f-43cb-beb1-22f1b698aaec', 'code': 200} 2026-05-15 22:34:15.769 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port e1847f60-fc5f-43cb-beb1-22f1b698aaec 2026-05-15 22:34:15.900 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-6584c290-d38a-4417-babb-acbb65c3c138'] response: {'server_uuid': '6a834ca3-58d5-476d-8ac0-9f7d082ab9bf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e1847f60-fc5f-43cb-beb1-22f1b698aaec', 'code': 200} 2026-05-15 22:34:17.255 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port e1847f60-fc5f-43cb-beb1-22f1b698aaec 2026-05-15 22:34:21.204 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 46a3bb54-83ef-4f6b-aa2c-2c46c7f08685 2026-05-15 22:34:37.278 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-613060c4-2231-4c19-8b7e-fd69a212a866'] response: {'server_uuid': '6a834ca3-58d5-476d-8ac0-9f7d082ab9bf', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e1847f60-fc5f-43cb-beb1-22f1b698aaec', 'code': 200} 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server [None req-6b46179c-93a5-492c-ad40-ae769af64c5a - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 14664518-39b2-43ca-8cd8-0d56d0c98a2a: This subnet is being modified by another concurrent operation. 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 174, in _process_incoming 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 269, in inner 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server raise self.value 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server raise self.value 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server raise self.value 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/quota/resource_registry.py", line 95, in wrapper 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 289, in create_dhcp_port 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 118, in _port_action 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/plugins/utils.py", line 338, in create_port 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 711, in inner 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server raise self.value 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server raise self.value 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server raise self.value 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 1668, in create_port 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 1632, in _create_port_db 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1591, in create_port_db 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 219, in allocate_ips_for_port_and_store 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1159, in wrapper 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 226, in allocate_ips_for_port 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 258, in _allocate_ips_for_port 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_backend_mixin.py", line 689, in _ipam_get_subnets 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/models_v2.py", line 77, in read_lock_register 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server raise exception 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 14664518-39b2-43ca-8cd8-0d56d0c98a2a: This subnet is being modified by another concurrent operation. 2026-05-15 22:34:54.668 16 ERROR oslo_messaging.rpc.server 2026-05-15 22:35:08.604 16 INFO neutron.plugins.ml2.plugin [None req-79bb2bac-28d5-4303-b0fb-a01b74876b1b - - - - - -] Attempt 1 to provision port d231a615-fd16-41c9-b0af-a3bd5f664561 2026-05-15 22:35:11.160 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port b26823f5-8b18-45a4-be9a-e459e63a2b16 2026-05-15 22:35:12.241 16 INFO neutron.plugins.ml2.plugin [None req-d3b67de1-d44b-4cc8-8f97-eed6201cd1f2 - - - - - -] Attempt 1 to provision port b26823f5-8b18-45a4-be9a-e459e63a2b16 2026-05-15 22:35:21.144 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port adf5fd6c-ddab-4cd1-8a95-3e8c8bd9dd10 2026-05-15 22:35:23.264 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 3e8a3d24-fa72-4cf3-aabe-500ebf61bb6f 2026-05-15 22:35:23.637 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port adf5fd6c-ddab-4cd1-8a95-3e8c8bd9dd10 2026-05-15 22:35:25.181 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 3e8a3d24-fa72-4cf3-aabe-500ebf61bb6f 2026-05-15 22:35:27.168 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 7b649594-bd74-4ab7-9410-e4513e875f47 2026-05-15 22:35:29.130 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 7b649594-bd74-4ab7-9410-e4513e875f47 2026-05-15 22:35:29.416 16 INFO neutron.plugins.ml2.plugin [None req-0a325553-137f-41ab-b791-2a099cd2d04c - - - - - -] Attempt 1 to provision port 1363ca3d-1a42-40e3-9b6d-47357cdf2b04 2026-05-15 22:35:29.444 16 INFO neutron.plugins.ml2.plugin [None req-0a325553-137f-41ab-b791-2a099cd2d04c - - - - - -] Attempt 1 to provision port adaa9816-5950-44e5-a267-69fdfba85448 2026-05-15 22:35:29.498 16 INFO neutron.plugins.ml2.plugin [None req-0a325553-137f-41ab-b791-2a099cd2d04c - - - - - -] Attempt 1 to provision port adf5fd6c-ddab-4cd1-8a95-3e8c8bd9dd10 2026-05-15 22:35:29.600 16 INFO neutron.plugins.ml2.plugin [None req-0a325553-137f-41ab-b791-2a099cd2d04c - - - - - -] Attempt 1 to provision port 7b649594-bd74-4ab7-9410-e4513e875f47 2026-05-15 22:35:33.142 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port c68d6d88-5ea8-47f8-8f3e-ff4b6ed77811 2026-05-15 22:35:35.108 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port c68d6d88-5ea8-47f8-8f3e-ff4b6ed77811 2026-05-15 22:35:37.159 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 47074699-553f-4395-8928-787d06c11884 2026-05-15 22:35:39.816 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port d99eb43e-6b99-4ad3-a470-bb60cf5f3c30 2026-05-15 22:35:39.932 13 INFO neutron.plugins.ml2.plugin [None req-17b57604-f1cb-4d22-90db-6b0752184f69 - - - - - -] Attempt 1 to provision port adaa9816-5950-44e5-a267-69fdfba85448 2026-05-15 22:35:39.977 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-980e067f-0d6d-42b3-8d57-5ce98f2c3b0e'] response: {'server_uuid': '4993c717-0f3d-4a19-9546-0f8f837fcf42', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd99eb43e-6b99-4ad3-a470-bb60cf5f3c30', 'code': 200} 2026-05-15 22:35:39.988 13 INFO neutron.plugins.ml2.plugin [None req-17b57604-f1cb-4d22-90db-6b0752184f69 - - - - - -] Attempt 1 to provision port adf5fd6c-ddab-4cd1-8a95-3e8c8bd9dd10 2026-05-15 22:35:40.046 13 INFO neutron.plugins.ml2.plugin [None req-17b57604-f1cb-4d22-90db-6b0752184f69 - - - - - -] Attempt 1 to provision port c68d6d88-5ea8-47f8-8f3e-ff4b6ed77811 2026-05-15 22:35:40.095 13 INFO neutron.plugins.ml2.plugin [None req-17b57604-f1cb-4d22-90db-6b0752184f69 - - - - - -] Attempt 1 to provision port 37729372-1f71-4674-988c-2093b7a67a43 2026-05-15 22:35:40.115 13 INFO neutron.plugins.ml2.plugin [None req-17b57604-f1cb-4d22-90db-6b0752184f69 - - - - - -] Attempt 1 to provision port d99eb43e-6b99-4ad3-a470-bb60cf5f3c30 2026-05-15 22:35:40.173 13 INFO neutron.plugins.ml2.plugin [None req-17b57604-f1cb-4d22-90db-6b0752184f69 - - - - - -] Attempt 1 to provision port 8a69d1be-8a8a-41fe-aaaa-3c487bcbdedd 2026-05-15 22:35:40.215 13 INFO neutron.plugins.ml2.plugin [None req-17b57604-f1cb-4d22-90db-6b0752184f69 - - - - - -] Attempt 1 to provision port 7b649594-bd74-4ab7-9410-e4513e875f47 2026-05-15 22:35:40.281 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 47074699-553f-4395-8928-787d06c11884 2026-05-15 22:35:41.132 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port d99eb43e-6b99-4ad3-a470-bb60cf5f3c30 2026-05-15 22:35:43.162 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port a981ef84-87a1-4b72-8ef1-d44ed76b185e 2026-05-15 22:35:45.342 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 37729372-1f71-4674-988c-2093b7a67a43 2026-05-15 22:35:45.668 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 1363ca3d-1a42-40e3-9b6d-47357cdf2b04 2026-05-15 22:35:45.944 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 8a69d1be-8a8a-41fe-aaaa-3c487bcbdedd 2026-05-15 22:35:46.234 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port a981ef84-87a1-4b72-8ef1-d44ed76b185e 2026-05-15 22:35:47.211 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 1363ca3d-1a42-40e3-9b6d-47357cdf2b04 2026-05-15 22:35:47.536 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 8a69d1be-8a8a-41fe-aaaa-3c487bcbdedd 2026-05-15 22:35:47.859 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 37729372-1f71-4674-988c-2093b7a67a43 2026-05-15 22:35:48.121 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port adaa9816-5950-44e5-a267-69fdfba85448 2026-05-15 22:35:48.519 13 INFO neutron.plugins.ml2.plugin [None req-fb04406c-a0de-467a-8749-01e897ba7e96 - - - - - -] Attempt 1 to provision port adaa9816-5950-44e5-a267-69fdfba85448 2026-05-15 22:35:48.572 13 INFO neutron.plugins.ml2.plugin [None req-fb04406c-a0de-467a-8749-01e897ba7e96 - - - - - -] Attempt 1 to provision port a981ef84-87a1-4b72-8ef1-d44ed76b185e 2026-05-15 22:35:48.625 13 INFO neutron.plugins.ml2.plugin [None req-fb04406c-a0de-467a-8749-01e897ba7e96 - - - - - -] Attempt 1 to provision port 75ad38bc-5ebb-4422-8389-cacc6be3c5f8 2026-05-15 22:35:48.649 13 INFO neutron.plugins.ml2.plugin [None req-fb04406c-a0de-467a-8749-01e897ba7e96 - - - - - -] Attempt 1 to provision port 40fdc7ec-63d6-4e99-91cb-535033417852 2026-05-15 22:35:50.315 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port adaa9816-5950-44e5-a267-69fdfba85448 2026-05-15 22:35:50.512 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port beb59cc9-1100-45a6-a07b-285a4a0fc6ef 2026-05-15 22:35:50.614 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-2095cacb-df92-4bc8-b02b-54c95a4bdb22'] response: {'server_uuid': '5485ee46-c743-4416-b33b-656d3a189ee4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'beb59cc9-1100-45a6-a07b-285a4a0fc6ef', 'code': 200} 2026-05-15 22:35:51.402 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port beb59cc9-1100-45a6-a07b-285a4a0fc6ef 2026-05-15 22:35:55.373 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 40fdc7ec-63d6-4e99-91cb-535033417852 2026-05-15 22:35:55.648 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 75ad38bc-5ebb-4422-8389-cacc6be3c5f8 2026-05-15 22:35:55.858 16 INFO neutron.plugins.ml2.plugin [None req-19d007d1-c242-4315-8707-d0f2b642e588 - - - - - -] Attempt 1 to provision port adaa9816-5950-44e5-a267-69fdfba85448 2026-05-15 22:35:55.929 16 INFO neutron.plugins.ml2.plugin [None req-19d007d1-c242-4315-8707-d0f2b642e588 - - - - - -] Attempt 1 to provision port a981ef84-87a1-4b72-8ef1-d44ed76b185e 2026-05-15 22:35:55.990 16 INFO neutron.plugins.ml2.plugin [None req-19d007d1-c242-4315-8707-d0f2b642e588 - - - - - -] Attempt 1 to provision port adf5fd6c-ddab-4cd1-8a95-3e8c8bd9dd10 2026-05-15 22:35:56.040 16 INFO neutron.plugins.ml2.plugin [None req-19d007d1-c242-4315-8707-d0f2b642e588 - - - - - -] Attempt 1 to provision port 37729372-1f71-4674-988c-2093b7a67a43 2026-05-15 22:35:56.096 16 INFO neutron.plugins.ml2.plugin [None req-19d007d1-c242-4315-8707-d0f2b642e588 - - - - - -] Attempt 1 to provision port beb59cc9-1100-45a6-a07b-285a4a0fc6ef 2026-05-15 22:35:56.140 16 INFO neutron.plugins.ml2.plugin [None req-19d007d1-c242-4315-8707-d0f2b642e588 - - - - - -] Attempt 1 to provision port 40fdc7ec-63d6-4e99-91cb-535033417852 2026-05-15 22:35:57.526 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 40fdc7ec-63d6-4e99-91cb-535033417852 2026-05-15 22:35:57.732 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 8b8d09c4-a43f-4607-80f6-ccbd413d8744 2026-05-15 22:35:57.830 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa9ec4ed-c090-417c-9082-2cf501790310'] response: {'server_uuid': 'd08d5013-2339-43cb-8ee4-7db67e62ca48', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8b8d09c4-a43f-4607-80f6-ccbd413d8744', 'code': 200} 2026-05-15 22:35:58.049 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 75ad38bc-5ebb-4422-8389-cacc6be3c5f8 2026-05-15 22:35:59.404 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 8b8d09c4-a43f-4607-80f6-ccbd413d8744 2026-05-15 22:36:01.135 13 INFO neutron.plugins.ml2.plugin [None req-ae35616d-63d3-4e32-891d-88e4ce487a82 - - - - - -] Attempt 1 to provision port 8b8d09c4-a43f-4607-80f6-ccbd413d8744 2026-05-15 22:36:01.198 13 INFO neutron.plugins.ml2.plugin [None req-ae35616d-63d3-4e32-891d-88e4ce487a82 - - - - - -] Attempt 1 to provision port c68d6d88-5ea8-47f8-8f3e-ff4b6ed77811 2026-05-15 22:36:01.251 13 INFO neutron.plugins.ml2.plugin [None req-ae35616d-63d3-4e32-891d-88e4ce487a82 - - - - - -] Attempt 1 to provision port 37729372-1f71-4674-988c-2093b7a67a43 2026-05-15 22:36:01.310 13 INFO neutron.plugins.ml2.plugin [None req-ae35616d-63d3-4e32-891d-88e4ce487a82 - - - - - -] Attempt 1 to provision port d99eb43e-6b99-4ad3-a470-bb60cf5f3c30 2026-05-15 22:36:01.366 13 INFO neutron.plugins.ml2.plugin [None req-ae35616d-63d3-4e32-891d-88e4ce487a82 - - - - - -] Attempt 1 to provision port 8a69d1be-8a8a-41fe-aaaa-3c487bcbdedd 2026-05-15 22:36:04.395 16 INFO neutron.plugins.ml2.plugin [None req-969a9e45-a6bc-404b-a584-6cfbd15b2f45 - - - - - -] Attempt 1 to provision port 8b8d09c4-a43f-4607-80f6-ccbd413d8744 2026-05-15 22:36:04.503 16 INFO neutron.plugins.ml2.plugin [None req-969a9e45-a6bc-404b-a584-6cfbd15b2f45 - - - - - -] Attempt 1 to provision port c68d6d88-5ea8-47f8-8f3e-ff4b6ed77811 2026-05-15 22:36:04.613 16 INFO neutron.plugins.ml2.plugin [None req-969a9e45-a6bc-404b-a584-6cfbd15b2f45 - - - - - -] Attempt 1 to provision port 8a69d1be-8a8a-41fe-aaaa-3c487bcbdedd 2026-05-15 22:36:07.485 13 INFO neutron.plugins.ml2.plugin [None req-372dedd4-74b8-4dcb-ba4e-cce094b44607 - - - - - -] Attempt 1 to provision port 8a69d1be-8a8a-41fe-aaaa-3c487bcbdedd 2026-05-15 22:36:09.417 13 INFO neutron.plugins.ml2.plugin [None req-a334cbe6-e6c5-452a-9a00-21f704d8fdea - - - - - -] Attempt 1 to provision port 8b8d09c4-a43f-4607-80f6-ccbd413d8744 2026-05-15 22:36:11.158 13 INFO neutron.plugins.ml2.plugin [None req-f2dddf28-07f0-4116-bd75-042ba7be8af4 - - - - - -] Attempt 1 to provision port 7d1fef3e-3648-4011-bd8d-42db1aa7ef5f 2026-05-15 22:36:11.440 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 46bb261d-e1a0-4953-84c7-b8f41c3acd59 2026-05-15 22:36:13.567 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 46bb261d-e1a0-4953-84c7-b8f41c3acd59 2026-05-15 22:36:13.848 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 9c9318c9-8b40-489a-87a4-eb77cb54b0d0 2026-05-15 22:36:15.331 13 INFO neutron.plugins.ml2.plugin [None req-f7589845-43a1-4f9b-950b-8355d0c80597 - - - - - -] Attempt 1 to provision port 080fbb19-a0f5-4582-8c46-3be2f8d9bbd5 2026-05-15 22:36:15.356 13 INFO neutron.plugins.ml2.plugin [None req-f7589845-43a1-4f9b-950b-8355d0c80597 - - - - - -] Attempt 1 to provision port 9c9318c9-8b40-489a-87a4-eb77cb54b0d0 2026-05-15 22:36:15.368 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 9c9318c9-8b40-489a-87a4-eb77cb54b0d0 2026-05-15 22:36:18.591 13 INFO neutron.plugins.ml2.plugin [None req-f4745324-2cfe-4643-ac59-cca7b308de94 - - - - - -] Attempt 1 to provision port 080fbb19-a0f5-4582-8c46-3be2f8d9bbd5 2026-05-15 22:36:18.616 13 INFO neutron.plugins.ml2.plugin [None req-f4745324-2cfe-4643-ac59-cca7b308de94 - - - - - -] Attempt 1 to provision port 9c9318c9-8b40-489a-87a4-eb77cb54b0d0 2026-05-15 22:36:23.923 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 4c143824-197d-4753-bf3e-8f1f0f9bea78 2026-05-15 22:36:24.023 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a9b907a-7fb0-4dd7-9e47-6b9e405087a3'] response: {'server_uuid': '94dd3bb5-1958-426b-87df-6682c22be49f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4c143824-197d-4753-bf3e-8f1f0f9bea78', 'code': 200} 2026-05-15 22:36:25.386 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 4c143824-197d-4753-bf3e-8f1f0f9bea78 2026-05-15 22:36:29.427 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 7d1fef3e-3648-4011-bd8d-42db1aa7ef5f 2026-05-15 22:36:29.724 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 080fbb19-a0f5-4582-8c46-3be2f8d9bbd5 2026-05-15 22:36:30.230 16 INFO neutron.plugins.ml2.plugin [None req-74fd733d-ead4-46cb-adb8-9ab3b8af0e1e - - - - - -] Attempt 1 to provision port 5a44e2dc-7b16-4156-a9d4-1600de09ee82 2026-05-15 22:36:31.417 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 7d1fef3e-3648-4011-bd8d-42db1aa7ef5f 2026-05-15 22:36:31.555 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 080fbb19-a0f5-4582-8c46-3be2f8d9bbd5 2026-05-15 22:36:51.947 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 3411750e-ea3c-4f4a-a28a-0933c43afc47 2026-05-15 22:36:52.055 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c07b5914-7675-4ebc-b505-93c6a731dd87'] response: {'server_uuid': '2a6ce49f-fd17-4789-8daa-56821a559823', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3411750e-ea3c-4f4a-a28a-0933c43afc47', 'code': 200} 2026-05-15 22:36:53.408 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 3411750e-ea3c-4f4a-a28a-0933c43afc47 2026-05-15 22:37:03.980 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port da0c3c79-9b41-4396-a13e-c6217e2aa430 2026-05-15 22:37:04.084 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc8eb9af-b677-4efc-b0dc-43dab16bcb4f'] response: {'server_uuid': 'e269c68c-212a-4707-92a5-349826ff5f7a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'da0c3c79-9b41-4396-a13e-c6217e2aa430', 'code': 200} 2026-05-15 22:37:05.447 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port da0c3c79-9b41-4396-a13e-c6217e2aa430 2026-05-15 22:37:33.770 13 INFO neutron.plugins.ml2.plugin [None req-c9defcf1-e053-4a1b-81f8-a12e052b777e - - - - - -] Attempt 1 to provision port 4af3b440-063c-484e-95b9-0e4691d113ba 2026-05-15 22:37:39.449 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 4af3b440-063c-484e-95b9-0e4691d113ba 2026-05-15 22:37:39.553 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a24c467-3a68-4707-86bb-19742f840b5b'] response: {'server_uuid': '2a6ce49f-fd17-4789-8daa-56821a559823', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4af3b440-063c-484e-95b9-0e4691d113ba', 'code': 200} 2026-05-15 22:37:41.425 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 4af3b440-063c-484e-95b9-0e4691d113ba 2026-05-15 22:37:44.186 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 4af3b440-063c-484e-95b9-0e4691d113ba 2026-05-15 22:37:49.562 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 4e4e0f2c-cf3d-43c0-af28-6bbf51160d21 2026-05-15 22:37:50.097 13 INFO neutron.plugins.ml2.plugin [None req-7b9b41fd-0aaf-4834-976b-d96def9de0a2 - - - - - -] Attempt 1 to provision port 4e4e0f2c-cf3d-43c0-af28-6bbf51160d21 2026-05-15 22:37:51.675 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 4e4e0f2c-cf3d-43c0-af28-6bbf51160d21 2026-05-15 22:37:51.961 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 35c66cad-e182-4520-9561-1c3634ea44c5 2026-05-15 22:37:52.883 13 INFO neutron.plugins.ml2.plugin [None req-3b3531af-ba86-48be-ba36-e833e7a24c58 - - - - - -] Attempt 1 to provision port ea507f27-321e-4b2b-91b8-0ea2c25de749 2026-05-15 22:37:52.910 13 INFO neutron.plugins.ml2.plugin [None req-3b3531af-ba86-48be-ba36-e833e7a24c58 - - - - - -] Attempt 1 to provision port 4e4e0f2c-cf3d-43c0-af28-6bbf51160d21 2026-05-15 22:37:53.558 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 35c66cad-e182-4520-9561-1c3634ea44c5 2026-05-15 22:37:57.598 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port eeaacc42-39e5-482a-b8ab-e4ad4f102395 2026-05-15 22:37:57.968 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 6d4d2acc-3393-41d2-819c-e7fa0f736cd1 2026-05-15 22:37:59.664 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port eeaacc42-39e5-482a-b8ab-e4ad4f102395 2026-05-15 22:37:59.892 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 6d4d2acc-3393-41d2-819c-e7fa0f736cd1 2026-05-15 22:38:03.103 16 INFO neutron.plugins.ml2.plugin [None req-3d8ea301-b5bf-41d5-88f7-fbd10e85064d - - - - - -] Attempt 1 to provision port c408790d-6f0c-4d9f-9a71-941c7b1d6aa3 2026-05-15 22:38:03.132 16 INFO neutron.plugins.ml2.plugin [None req-3d8ea301-b5bf-41d5-88f7-fbd10e85064d - - - - - -] Attempt 1 to provision port ea507f27-321e-4b2b-91b8-0ea2c25de749 2026-05-15 22:38:03.165 16 INFO neutron.plugins.ml2.plugin [None req-3d8ea301-b5bf-41d5-88f7-fbd10e85064d - - - - - -] Attempt 1 to provision port eeaacc42-39e5-482a-b8ab-e4ad4f102395 2026-05-15 22:38:03.249 16 INFO neutron.plugins.ml2.plugin [None req-3d8ea301-b5bf-41d5-88f7-fbd10e85064d - - - - - -] Attempt 1 to provision port db0cab81-e4d9-4fc5-881c-55b16e411139 2026-05-15 22:38:03.279 16 INFO neutron.plugins.ml2.plugin [None req-3d8ea301-b5bf-41d5-88f7-fbd10e85064d - - - - - -] Attempt 1 to provision port 8af17c3d-5d28-4e19-9ae4-3c0e24e794f1 2026-05-15 22:38:04.839 13 INFO neutron.plugins.ml2.plugin [None req-4aa18613-1084-4db5-aa2f-385f4d24f161 - - - - - -] Attempt 1 to provision port ea507f27-321e-4b2b-91b8-0ea2c25de749 2026-05-15 22:38:07.519 13 INFO neutron.plugins.ml2.plugin [None req-df9ea16a-aca1-43b4-a1a5-6da21e69653a - - - - - -] Attempt 1 to provision port 07308729-72b6-451b-b794-ff648cde9104 2026-05-15 22:38:10.627 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port ac5a91f5-754e-4f8c-a926-864026c09039 2026-05-15 22:38:10.736 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea72d202-5e50-4336-8085-202d5788b49f'] response: {'server_uuid': '75f463b6-817a-4560-b952-c68b14f6ff5a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ac5a91f5-754e-4f8c-a926-864026c09039', 'code': 200} 2026-05-15 22:38:11.637 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port ac5a91f5-754e-4f8c-a926-864026c09039 2026-05-15 22:38:11.884 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 8af17c3d-5d28-4e19-9ae4-3c0e24e794f1 2026-05-15 22:38:12.200 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port ea507f27-321e-4b2b-91b8-0ea2c25de749 2026-05-15 22:38:15.367 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port c408790d-6f0c-4d9f-9a71-941c7b1d6aa3 2026-05-15 22:38:15.659 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 8af17c3d-5d28-4e19-9ae4-3c0e24e794f1 2026-05-15 22:38:15.813 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 07308729-72b6-451b-b794-ff648cde9104 2026-05-15 22:38:15.970 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-778adf3e-4fe9-4947-ae02-9fede98cef07'] response: {'server_uuid': '2a6ce49f-fd17-4789-8daa-56821a559823', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '07308729-72b6-451b-b794-ff648cde9104', 'code': 200} 2026-05-15 22:38:16.143 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port ea507f27-321e-4b2b-91b8-0ea2c25de749 2026-05-15 22:38:17.002 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port db0cab81-e4d9-4fc5-881c-55b16e411139 2026-05-15 22:38:17.307 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port c408790d-6f0c-4d9f-9a71-941c7b1d6aa3 2026-05-15 22:38:17.457 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 07308729-72b6-451b-b794-ff648cde9104 2026-05-15 22:38:18.939 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port db0cab81-e4d9-4fc5-881c-55b16e411139 2026-05-15 22:38:26.898 13 INFO neutron.plugins.ml2.plugin [None req-331f1ed9-3df2-4bc3-b02b-22c7d784a7af - - - - - -] Attempt 1 to provision port 78f2ed34-66d2-4d12-8e25-950bfbd5d987 2026-05-15 22:38:32.987 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 78f2ed34-66d2-4d12-8e25-950bfbd5d987 2026-05-15 22:38:33.203 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-17b38095-a447-449a-91a2-d16e150ece74'] response: {'server_uuid': '2a6ce49f-fd17-4789-8daa-56821a559823', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '78f2ed34-66d2-4d12-8e25-950bfbd5d987', 'code': 200} 2026-05-15 22:38:35.037 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 78f2ed34-66d2-4d12-8e25-950bfbd5d987 2026-05-15 22:38:38.458 16 INFO neutron.plugins.ml2.plugin [None req-3b7ce03b-f17b-4bdb-a568-e0281449527d - - - - - -] Attempt 1 to provision port 07308729-72b6-451b-b794-ff648cde9104 2026-05-15 22:38:50.787 16 INFO neutron.plugins.ml2.plugin [None req-b07f17bb-95dd-481d-b3cf-c43d0ce9b7cb - - - - - -] Attempt 1 to provision port 78f2ed34-66d2-4d12-8e25-950bfbd5d987 2026-05-15 22:38:51.044 13 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 78f2ed34-66d2-4d12-8e25-950bfbd5d987 2026-05-15 22:39:00.223 13 INFO neutron.plugins.ml2.plugin [None req-81b66b3c-7f96-4e4b-92fe-cb04f7f1cd3d - - - - - -] Attempt 1 to provision port 07308729-72b6-451b-b794-ff648cde9104 2026-05-15 22:39:00.979 16 INFO neutron.plugins.ml2.plugin [None req-44bf41a9-f2f5-40a2-8a91-9e88563f1e13 - - - - - -] Attempt 1 to provision port 07308729-72b6-451b-b794-ff648cde9104