+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini 2026-04-18 17:33:48.443 1 INFO neutron.common.config [-] Logging enabled! 2026-04-18 17:33:48.443 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 27.0.0 2026-04-18 17:33:48.443 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-04-18 17:33:48.443 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-18 17:33:49.898 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-18 17:33:49.901 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-18 17:33:49.904 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-18 17:33:49.905 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-18 17:33:49.905 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-18 17:33:49.905 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-18 17:33:49.905 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-18 17:33:49.912 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-18 17:33:49.913 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-18 17:33:49.913 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-18 17:33:49.932 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-18 17:33:49.933 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-18 17:33:49.933 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-18 17:33:49.950 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-18 17:33:49.950 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-18 17:33:49.950 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-18 17:33:49.950 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-18 17:33:50.329 1 INFO neutron.plugins.ml2.managers [None req-286b90db-3777-4cd4-8ea9-553ea6cadebd - - - - - -] Initializing driver for type 'vlan' 2026-04-18 17:33:50.637 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-286b90db-3777-4cd4-8ea9-553ea6cadebd - - - - - -] VlanTypeDriver initialization complete 2026-04-18 17:33:50.637 1 INFO neutron.plugins.ml2.managers [None req-286b90db-3777-4cd4-8ea9-553ea6cadebd - - - - - -] Initializing driver for type 'vxlan' 2026-04-18 17:33:50.637 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-286b90db-3777-4cd4-8ea9-553ea6cadebd - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-18 17:33:50.691 1 INFO neutron.plugins.ml2.managers [None req-286b90db-3777-4cd4-8ea9-553ea6cadebd - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-18 17:33:50.691 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-286b90db-3777-4cd4-8ea9-553ea6cadebd - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-18 17:33:50.691 1 INFO neutron.plugins.ml2.managers [None req-286b90db-3777-4cd4-8ea9-553ea6cadebd - - - - - -] Initializing extension driver 'port_security' 2026-04-18 17:33:50.692 1 INFO neutron.plugins.ml2.extensions.port_security [None req-286b90db-3777-4cd4-8ea9-553ea6cadebd - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-18 17:33:50.692 1 INFO neutron.plugins.ml2.managers [None req-286b90db-3777-4cd4-8ea9-553ea6cadebd - - - - - -] Initializing extension driver 'qos' 2026-04-18 17:33:50.692 1 INFO neutron.plugins.ml2.managers [None req-286b90db-3777-4cd4-8ea9-553ea6cadebd - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-18 17:33:50.692 1 INFO neutron.plugins.ml2.managers [None req-286b90db-3777-4cd4-8ea9-553ea6cadebd - - - - - -] Initializing mechanism driver 'l2population' 2026-04-18 17:33:50.705 1 INFO neutron.quota [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded quota_driver: . 2026-04-18 17:33:50.706 1 INFO neutron.plugins.ml2.plugin [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Modular L2 Plugin initialization complete 2026-04-18 17:33:50.706 1 INFO neutron.plugins.ml2.managers [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-18 17:33:50.706 1 INFO neutron.plugins.ml2.managers [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-18 17:33:50.706 1 INFO neutron.plugins.ml2.managers [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Got port-security extension from driver 'port_security' 2026-04-18 17:33:50.706 1 INFO neutron.manager [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loading Plugin: qos 2026-04-18 17:33:50.718 1 INFO neutron.manager [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loading Plugin: router 2026-04-18 17:33:50.754 1 INFO neutron.services.service_base [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-18 17:33:50.754 1 INFO neutron.manager [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loading Plugin: segments 2026-04-18 17:33:50.819 1 INFO neutron.manager [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loading Plugin: trunk 2026-04-18 17:33:50.832 1 INFO neutron.manager [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loading Plugin: vpnaas 2026-04-18 17:33:50.865 1 WARNING stevedore.named [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-18 17:33:50.934 1 INFO neutron_vpnaas.services.vpn.plugin [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-18 17:33:50.934 1 INFO neutron.common.utils [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-18 17:33:50.934 1 INFO neutron.manager [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loading Plugin: taas 2026-04-18 17:33:50.955 1 WARNING stevedore.named [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-18 17:33:50.955 1 WARNING stevedore.named [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-18 17:33:50.987 1 INFO neutron_taas.services.taas.taas_plugin [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-18 17:33:50.987 1 INFO neutron.manager [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loading Plugin: tapmirror 2026-04-18 17:33:51.000 1 WARNING stevedore.named [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-18 17:33:51.000 1 WARNING stevedore.named [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-18 17:33:51.016 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-18 17:33:51.016 1 INFO neutron.manager [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loading Plugin: auto_allocate 2026-04-18 17:33:51.024 1 INFO neutron.manager [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loading Plugin: tag 2026-04-18 17:33:51.032 1 INFO neutron.manager [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loading Plugin: timestamp 2026-04-18 17:33:51.035 1 INFO neutron.manager [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loading Plugin: network_ip_availability 2026-04-18 17:33:51.038 1 INFO neutron.manager [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loading Plugin: flavors 2026-04-18 17:33:51.041 1 INFO neutron.manager [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loading Plugin: revisions 2026-04-18 17:33:51.044 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Initializing extension manager. 2026-04-18 17:33:51.045 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: address-group 2026-04-18 17:33:51.046 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: address-scope 2026-04-18 17:33:51.047 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-18 17:33:51.047 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: agent 2026-04-18 17:33:51.048 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: agent-resources-synced 2026-04-18 17:33:51.049 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: allowed-address-pairs 2026-04-18 17:33:51.049 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: auto-allocated-topology 2026-04-18 17:33:51.050 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: availability_zone 2026-04-18 17:33:51.050 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: availability_zone_filter 2026-04-18 17:33:51.051 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-18 17:33:51.051 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: default-subnetpools 2026-04-18 17:33:51.053 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-18 17:33:51.053 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: dns-integration 2026-04-18 17:33:51.054 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: dns-domain-ports 2026-04-18 17:33:51.054 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-18 17:33:51.055 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: dvr 2026-04-18 17:33:51.055 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-18 17:33:51.056 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: empty-string-filtering 2026-04-18 17:33:51.056 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-18 17:33:51.056 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-18 17:33:51.057 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: external-net 2026-04-18 17:33:51.057 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-18 17:33:51.058 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: extraroute 2026-04-18 17:33:51.058 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: extraroute-atomic 2026-04-18 17:33:51.059 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-18 17:33:51.059 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-18 17:33:51.059 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-18 17:33:51.060 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-18 17:33:51.060 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: fip-port-details 2026-04-18 17:33:51.061 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: flavors 2026-04-18 17:33:51.062 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-18 17:33:51.062 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: floatingip-pools 2026-04-18 17:33:51.064 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: ip_allocation 2026-04-18 17:33:51.064 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: ip-substring-filtering 2026-04-18 17:33:51.065 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: l2_adjacency 2026-04-18 17:33:51.066 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: router 2026-04-18 17:33:51.068 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-18 17:33:51.068 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-18 17:33:51.069 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-18 17:33:51.069 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: ext-gw-mode 2026-04-18 17:33:51.069 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: l3-ha 2026-04-18 17:33:51.070 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-18 17:33:51.070 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-18 17:33:51.071 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: l3-flavors 2026-04-18 17:33:51.071 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-18 17:33:51.072 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-18 17:33:51.074 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-18 17:33:51.075 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-18 17:33:51.076 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-18 17:33:51.078 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-18 17:33:51.079 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-18 17:33:51.079 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: multi-provider 2026-04-18 17:33:51.080 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: net-mtu 2026-04-18 17:33:51.080 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: net-mtu-writable 2026-04-18 17:33:51.081 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: network_availability_zone 2026-04-18 17:33:51.081 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: network_ha 2026-04-18 17:33:51.082 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: network-ip-availability 2026-04-18 17:33:51.083 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-18 17:33:51.083 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: pagination 2026-04-18 17:33:51.084 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: port-device-profile 2026-04-18 17:33:51.084 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-18 17:33:51.085 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-18 17:33:51.085 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-18 17:33:51.086 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: port-mac-override 2026-04-18 17:33:51.086 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-18 17:33:51.087 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-18 17:33:51.087 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-18 17:33:51.088 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: port-resource-request 2026-04-18 17:33:51.088 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: port-resource-request-groups 2026-04-18 17:33:51.089 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-18 17:33:51.089 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: binding 2026-04-18 17:33:51.090 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: binding-extended 2026-04-18 17:33:51.091 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: port-security 2026-04-18 17:33:51.091 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: project-id 2026-04-18 17:33:51.091 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: provider 2026-04-18 17:33:51.092 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-18 17:33:51.094 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: qos 2026-04-18 17:33:51.094 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-18 17:33:51.095 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-18 17:33:51.095 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: qos-default 2026-04-18 17:33:51.096 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: qos-fip 2026-04-18 17:33:51.096 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-18 17:33:51.097 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: qos-gateway-ip 2026-04-18 17:33:51.097 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: qos-port-network-policy 2026-04-18 17:33:51.098 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: qos-pps-minimum 2026-04-18 17:33:51.098 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-18 17:33:51.099 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: qos-pps 2026-04-18 17:33:51.100 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: qos-rule-type-details 2026-04-18 17:33:51.101 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-18 17:33:51.101 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: qos-rules-alias 2026-04-18 17:33:51.102 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: quota-check-limit 2026-04-18 17:33:51.103 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: quota-check-limit-default 2026-04-18 17:33:51.105 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: quotas 2026-04-18 17:33:51.108 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: quota_details 2026-04-18 17:33:51.110 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: rbac-policies 2026-04-18 17:33:51.111 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: rbac-address-group 2026-04-18 17:33:51.111 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: rbac-address-scope 2026-04-18 17:33:51.112 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: rbac-security-groups 2026-04-18 17:33:51.112 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: rbac-subnetpool 2026-04-18 17:33:51.113 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: revision-if-match 2026-04-18 17:33:51.114 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: standard-attr-revisions 2026-04-18 17:33:51.114 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: router_availability_zone 2026-04-18 17:33:51.115 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-18 17:33:51.116 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: security-groups-default-rules 2026-04-18 17:33:51.117 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-18 17:33:51.117 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-18 17:33:51.118 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-18 17:33:51.118 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-18 17:33:51.119 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-18 17:33:51.123 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: security-group 2026-04-18 17:33:51.124 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: segment 2026-04-18 17:33:51.125 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-18 17:33:51.126 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: service-type 2026-04-18 17:33:51.126 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: sorting 2026-04-18 17:33:51.127 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: standard-attr-segment 2026-04-18 17:33:51.127 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: standard-attr-description 2026-04-18 17:33:51.128 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: stateful-security-group 2026-04-18 17:33:51.128 1 WARNING neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-18 17:33:51.129 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-18 17:33:51.130 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: subnet-external-network 2026-04-18 17:33:51.131 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: subnet_onboard 2026-04-18 17:33:51.131 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-18 17:33:51.132 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: subnet-service-types 2026-04-18 17:33:51.132 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: subnet_allocation 2026-04-18 17:33:51.133 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-18 17:33:51.134 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: tag-creation 2026-04-18 17:33:51.134 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-18 17:33:51.138 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: standard-attr-tag 2026-04-18 17:33:51.139 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-18 17:33:51.140 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: trunk 2026-04-18 17:33:51.140 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: trunk-details 2026-04-18 17:33:51.141 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-18 17:33:51.142 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-18 17:33:51.142 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-18 17:33:51.143 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-18 17:33:51.145 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-18 17:33:51.145 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-18 17:33:51.146 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: vpn-flavors 2026-04-18 17:33:51.147 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: vpnaas 2026-04-18 17:33:51.148 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: taas 2026-04-18 17:33:51.149 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: tap-mirror 2026-04-18 17:33:51.150 1 INFO neutron.api.extensions [None req-d0d75760-b219-4571-8ebc-48e2d1839d7d - - - - - -] Loaded extension: taas-vlan-filter 2026-04-18 17:34:21.255 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-04-18 17:34:21.316 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-04-18 17:34:21.317 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-04-18 17:34:32.483 13 INFO neutron.db.l3_hamode_db [None req-11d705b5-04f2-44cc-83f4-fc9b2b21ae23 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-18 17:34:51.039 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 8cc9a4ad-eef7-440d-b544-cd37d203c903 2026-04-18 17:34:51.837 16 INFO neutron.plugins.ml2.plugin [None req-abc72e5b-86b9-4346-bcfa-cd3f3376726c - - - - - -] Attempt 1 to provision port 8cc9a4ad-eef7-440d-b544-cd37d203c903 2026-04-18 17:34:52.967 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 8cc9a4ad-eef7-440d-b544-cd37d203c903 2026-04-18 17:34:53.559 16 INFO neutron.plugins.ml2.plugin [None req-69863c2f-9686-4959-9188-e70740b5e5ec - - - - - -] Attempt 1 to provision port 8cc9a4ad-eef7-440d-b544-cd37d203c903 2026-04-18 17:35:33.058 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port cacf91f9-dbb8-4cbf-aead-89fa80b2c4a8 2026-04-18 17:35:34.535 16 INFO neutron.plugins.ml2.plugin [None req-b276c2fe-e1dd-4bd0-83a8-396282d67de3 - - - - - -] Attempt 1 to provision port cacf91f9-dbb8-4cbf-aead-89fa80b2c4a8 2026-04-18 17:35:34.987 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port cacf91f9-dbb8-4cbf-aead-89fa80b2c4a8 2026-04-18 17:35:41.505 16 INFO neutron.plugins.ml2.plugin [None req-51da5772-8d45-481f-aa03-f6cc81745ca9 - - - - - -] Attempt 1 to provision port 503341d0-d5b0-40e8-a273-96047d6eef62 2026-04-18 17:38:19.106 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port ec0e9029-5085-4019-b008-734feb1f64ec 2026-04-18 17:38:21.038 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port ec0e9029-5085-4019-b008-734feb1f64ec 2026-04-18 17:39:25.631 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 503341d0-d5b0-40e8-a273-96047d6eef62 2026-04-18 17:39:27.054 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 503341d0-d5b0-40e8-a273-96047d6eef62 2026-04-18 17:53:47.316 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 74d59479-85e1-4110-a71e-ae1750ea9299 2026-04-18 17:53:47.918 13 INFO neutron.plugins.ml2.plugin [None req-32370a68-9a02-4d5b-b650-96af41625bc0 - - - - - -] Attempt 1 to provision port 74d59479-85e1-4110-a71e-ae1750ea9299 2026-04-18 17:53:49.333 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 74d59479-85e1-4110-a71e-ae1750ea9299 2026-04-18 17:53:51.332 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port e957b3d2-7e08-4efd-a6d6-11b300feed27 2026-04-18 17:53:53.431 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port c0279564-704d-4cba-8bea-9437b2aba2ae 2026-04-18 17:53:53.897 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port e957b3d2-7e08-4efd-a6d6-11b300feed27 2026-04-18 17:53:55.360 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port c0279564-704d-4cba-8bea-9437b2aba2ae 2026-04-18 17:53:56.042 13 INFO neutron.plugins.ml2.plugin [None req-d85beeb4-c77b-4e42-9517-f4cde108a06e - - - - - -] Attempt 1 to provision port 127143e9-a04a-476c-9f23-9eae6ba75ae4 2026-04-18 17:53:56.076 13 INFO neutron.plugins.ml2.plugin [None req-d85beeb4-c77b-4e42-9517-f4cde108a06e - - - - - -] Attempt 1 to provision port c0279564-704d-4cba-8bea-9437b2aba2ae 2026-04-18 17:53:56.141 13 INFO neutron.plugins.ml2.plugin [None req-d85beeb4-c77b-4e42-9517-f4cde108a06e - - - - - -] Attempt 1 to provision port 1e383da0-37c3-4d92-b630-ddd49b2c1eba 2026-04-18 17:53:59.361 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port f075cdaa-9cad-4247-ba21-c82847c06652 2026-04-18 17:54:01.642 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 074d6f6c-c732-42ea-ab02-d14872084b28 2026-04-18 17:54:02.039 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 49d227ab-0428-40e2-a47c-0a023d7d92cf 2026-04-18 17:54:03.462 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 074d6f6c-c732-42ea-ab02-d14872084b28 2026-04-18 17:54:03.618 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 49d227ab-0428-40e2-a47c-0a023d7d92cf 2026-04-18 17:54:03.827 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 00f0f41f-03ed-4c4d-81c1-c93e15bf0071 2026-04-18 17:54:05.423 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 7e3763f9-4189-451e-aea5-3911ef6a9c7c 2026-04-18 17:54:05.826 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 00f0f41f-03ed-4c4d-81c1-c93e15bf0071 2026-04-18 17:54:08.003 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port de4a4c82-b08e-4724-b617-a59699b96b81 2026-04-18 17:54:08.339 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port c1492e06-109b-49c6-82ce-e5c2b9ecb0bc 2026-04-18 17:54:08.522 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-8afac13a-d5a7-494c-b9ef-176c7c19c0ef'] response: {'server_uuid': 'ba2915ed-9cd0-4b0b-94df-3014de37d6e8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'de4a4c82-b08e-4724-b617-a59699b96b81', 'code': 200} 2026-04-18 17:54:08.709 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 7e3763f9-4189-451e-aea5-3911ef6a9c7c 2026-04-18 17:54:09.666 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port c1492e06-109b-49c6-82ce-e5c2b9ecb0bc 2026-04-18 17:54:09.920 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port de4a4c82-b08e-4724-b617-a59699b96b81 2026-04-18 17:54:12.271 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 7c413324-b43f-4037-8164-23c1e966d086 2026-04-18 17:54:12.628 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port e04d1349-c46b-46dc-af2e-cf97a160668f 2026-04-18 17:54:12.809 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-a47e3a9b-2fca-434d-ae52-bd7670e06224'] response: {'server_uuid': '1477184c-915c-4735-90ef-92a85fb5e0e6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7c413324-b43f-4037-8164-23c1e966d086', 'code': 200} 2026-04-18 17:54:13.644 16 INFO neutron.plugins.ml2.plugin [None req-9c4f1631-f41a-45c7-b938-87d9697ea684 - - - - - -] Attempt 1 to provision port 7c413324-b43f-4037-8164-23c1e966d086 2026-04-18 17:54:13.728 16 INFO neutron.plugins.ml2.plugin [None req-9c4f1631-f41a-45c7-b938-87d9697ea684 - - - - - -] Attempt 1 to provision port 48e07baf-61c1-487f-b58a-a9744400092d 2026-04-18 17:54:13.753 16 INFO neutron.plugins.ml2.plugin [None req-9c4f1631-f41a-45c7-b938-87d9697ea684 - - - - - -] Attempt 1 to provision port e04d1349-c46b-46dc-af2e-cf97a160668f 2026-04-18 17:54:13.842 16 INFO neutron.plugins.ml2.plugin [None req-9c4f1631-f41a-45c7-b938-87d9697ea684 - - - - - -] Attempt 1 to provision port 1e3abeb6-b62b-4cb9-b187-d8b3d12af4de 2026-04-18 17:54:13.888 16 INFO neutron.plugins.ml2.plugin [None req-9c4f1631-f41a-45c7-b938-87d9697ea684 - - - - - -] Attempt 1 to provision port de4a4c82-b08e-4724-b617-a59699b96b81 2026-04-18 17:54:13.942 16 INFO neutron.plugins.ml2.plugin [None req-9c4f1631-f41a-45c7-b938-87d9697ea684 - - - - - -] Attempt 1 to provision port 74d59479-85e1-4110-a71e-ae1750ea9299 2026-04-18 17:54:14.002 16 INFO neutron.plugins.ml2.plugin [None req-9c4f1631-f41a-45c7-b938-87d9697ea684 - - - - - -] Attempt 1 to provision port 127143e9-a04a-476c-9f23-9eae6ba75ae4 2026-04-18 17:54:14.021 16 INFO neutron.plugins.ml2.plugin [None req-9c4f1631-f41a-45c7-b938-87d9697ea684 - - - - - -] Attempt 1 to provision port 4962a328-1ba0-437e-8f1e-8427ab53468e 2026-04-18 17:54:14.040 16 INFO neutron.plugins.ml2.plugin [None req-9c4f1631-f41a-45c7-b938-87d9697ea684 - - - - - -] Attempt 1 to provision port c0279564-704d-4cba-8bea-9437b2aba2ae 2026-04-18 17:54:14.077 16 INFO neutron.plugins.ml2.plugin [None req-9c4f1631-f41a-45c7-b938-87d9697ea684 - - - - - -] Attempt 1 to provision port 7e3763f9-4189-451e-aea5-3911ef6a9c7c 2026-04-18 17:54:15.406 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 21ff3b9b-cfc7-4319-86b2-2f90f12bdc36 2026-04-18 17:54:15.530 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-d0a65df2-9437-468e-8eac-306eb56abebe'] response: {'server_uuid': '0d058197-bece-444f-b26c-ca3cd6d1e4bb', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '21ff3b9b-cfc7-4319-86b2-2f90f12bdc36', 'code': 200} 2026-04-18 17:54:15.756 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 7c413324-b43f-4037-8164-23c1e966d086 2026-04-18 17:54:16.011 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port e04d1349-c46b-46dc-af2e-cf97a160668f 2026-04-18 17:54:18.510 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 3596752d-0e1c-4337-a1a7-a8693931127c 2026-04-18 17:54:18.626 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-60b9d536-f88d-49ed-82f0-8db91f2f3be1'] response: {'server_uuid': '830f5706-8344-460f-9757-f01fb2a714f9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3596752d-0e1c-4337-a1a7-a8693931127c', 'code': 200} 2026-04-18 17:54:18.886 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 21ff3b9b-cfc7-4319-86b2-2f90f12bdc36 2026-04-18 17:54:19.059 16 INFO neutron.plugins.ml2.plugin [None req-f249e3f0-9737-4d6c-abb2-e8b26a37e428 - - - - - -] Attempt 1 to provision port 48e07baf-61c1-487f-b58a-a9744400092d 2026-04-18 17:54:19.105 16 INFO neutron.plugins.ml2.plugin [None req-f249e3f0-9737-4d6c-abb2-e8b26a37e428 - - - - - -] Attempt 1 to provision port 127143e9-a04a-476c-9f23-9eae6ba75ae4 2026-04-18 17:54:19.174 16 INFO neutron.plugins.ml2.plugin [None req-f249e3f0-9737-4d6c-abb2-e8b26a37e428 - - - - - -] Attempt 1 to provision port eef731ec-0243-440c-898c-1d70c127fa7c 2026-04-18 17:54:20.673 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 3596752d-0e1c-4337-a1a7-a8693931127c 2026-04-18 17:54:27.158 16 INFO neutron.plugins.ml2.plugin [None req-00a341df-828b-4b75-b6bc-30075efefee2 - - - - - -] Attempt 1 to provision port 47c7644f-2040-49ec-be08-3777f2ad7c50 2026-04-18 17:54:27.185 16 INFO neutron.plugins.ml2.plugin [None req-00a341df-828b-4b75-b6bc-30075efefee2 - - - - - -] Attempt 1 to provision port e04d1349-c46b-46dc-af2e-cf97a160668f 2026-04-18 17:54:27.232 16 INFO neutron.plugins.ml2.plugin [None req-00a341df-828b-4b75-b6bc-30075efefee2 - - - - - -] Attempt 1 to provision port 1e3abeb6-b62b-4cb9-b187-d8b3d12af4de 2026-04-18 17:54:34.433 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 4b650c12-5a5f-4fdb-b7c6-3af5c3de4fd4 2026-04-18 17:54:36.506 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 29733994-a88c-4308-a8af-7c3a53246e30 2026-04-18 17:54:36.846 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 4b650c12-5a5f-4fdb-b7c6-3af5c3de4fd4 2026-04-18 17:54:37.698 16 INFO neutron.plugins.ml2.plugin [None req-20363e41-3cf2-4973-8fe7-c63d9cfcde47 - - - - - -] Attempt 1 to provision port 29733994-a88c-4308-a8af-7c3a53246e30 2026-04-18 17:54:37.749 16 INFO neutron.plugins.ml2.plugin [None req-20363e41-3cf2-4973-8fe7-c63d9cfcde47 - - - - - -] Attempt 1 to provision port 2fe97936-7b13-4625-943a-65b81060ee0d 2026-04-18 17:54:38.667 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 29733994-a88c-4308-a8af-7c3a53246e30 2026-04-18 17:54:42.448 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 47c7644f-2040-49ec-be08-3777f2ad7c50 2026-04-18 17:54:42.755 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 4962a328-1ba0-437e-8f1e-8427ab53468e 2026-04-18 17:54:43.454 16 INFO neutron.plugins.ml2.plugin [None req-fc0a89a4-982f-47d5-8f5c-d38d4251df40 - - - - - -] Attempt 1 to provision port 29733994-a88c-4308-a8af-7c3a53246e30 2026-04-18 17:54:43.507 16 INFO neutron.plugins.ml2.plugin [None req-fc0a89a4-982f-47d5-8f5c-d38d4251df40 - - - - - -] Attempt 1 to provision port 21ff3b9b-cfc7-4319-86b2-2f90f12bdc36 2026-04-18 17:54:43.562 16 INFO neutron.plugins.ml2.plugin [None req-fc0a89a4-982f-47d5-8f5c-d38d4251df40 - - - - - -] Attempt 1 to provision port 79c71dba-2c5f-4d0d-bc17-e91cb22bf706 2026-04-18 17:54:43.587 16 INFO neutron.plugins.ml2.plugin [None req-fc0a89a4-982f-47d5-8f5c-d38d4251df40 - - - - - -] Attempt 1 to provision port 4962a328-1ba0-437e-8f1e-8427ab53468e 2026-04-18 17:54:43.631 16 INFO neutron.plugins.ml2.plugin [None req-fc0a89a4-982f-47d5-8f5c-d38d4251df40 - - - - - -] Attempt 1 to provision port 7e3763f9-4189-451e-aea5-3911ef6a9c7c 2026-04-18 17:54:43.672 16 INFO neutron.plugins.ml2.plugin [None req-fc0a89a4-982f-47d5-8f5c-d38d4251df40 - - - - - -] Attempt 1 to provision port 2fe97936-7b13-4625-943a-65b81060ee0d 2026-04-18 17:54:45.061 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 47c7644f-2040-49ec-be08-3777f2ad7c50 2026-04-18 17:54:45.217 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 4962a328-1ba0-437e-8f1e-8427ab53468e 2026-04-18 17:54:45.420 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port f5b27c10-e311-4627-ae94-ae0defef8e1a 2026-04-18 17:54:45.549 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-70c4c60e-eb61-4a6b-9343-f86d604350a6'] response: {'server_uuid': '2240014b-1c17-4d47-a16e-fa49a5fc1207', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f5b27c10-e311-4627-ae94-ae0defef8e1a', 'code': 200} 2026-04-18 17:54:46.419 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port f5b27c10-e311-4627-ae94-ae0defef8e1a 2026-04-18 17:54:46.577 16 INFO neutron.plugins.ml2.plugin [None req-3bb0ac28-9bd2-419a-9394-85653b396235 - - - - - -] Attempt 1 to provision port 4962a328-1ba0-437e-8f1e-8427ab53468e 2026-04-18 17:54:46.637 16 INFO neutron.plugins.ml2.plugin [None req-3bb0ac28-9bd2-419a-9394-85653b396235 - - - - - -] Attempt 1 to provision port f5b27c10-e311-4627-ae94-ae0defef8e1a 2026-04-18 17:54:46.695 16 INFO neutron.plugins.ml2.plugin [None req-3bb0ac28-9bd2-419a-9394-85653b396235 - - - - - -] Attempt 1 to provision port 2fe97936-7b13-4625-943a-65b81060ee0d 2026-04-18 17:54:48.523 16 INFO neutron.plugins.ml2.plugin [None req-8653a235-87bf-4251-b359-ee634384ede0 - - - - - -] Attempt 1 to provision port 21ff3b9b-cfc7-4319-86b2-2f90f12bdc36 2026-04-18 17:54:50.462 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 79c71dba-2c5f-4d0d-bc17-e91cb22bf706 2026-04-18 17:54:50.763 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 2fe97936-7b13-4625-943a-65b81060ee0d 2026-04-18 17:54:52.461 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 79c71dba-2c5f-4d0d-bc17-e91cb22bf706 2026-04-18 17:54:52.628 16 INFO neutron.plugins.ml2.plugin [None req-d224fdaf-1f3b-4ca8-b96f-9d6b1c5b48b6 - - - - - -] Attempt 1 to provision port a8cc132e-61fd-4fa3-a384-40dd1a386538 2026-04-18 17:54:52.809 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 2fe97936-7b13-4625-943a-65b81060ee0d 2026-04-18 17:55:02.464 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port b53446fb-3721-45f0-a2d8-6d58c7ac58ed 2026-04-18 17:55:03.293 13 INFO neutron.plugins.ml2.plugin [None req-7ecba74c-8882-4bfb-a24e-ddb3b275c7de - - - - - -] Attempt 1 to provision port b53446fb-3721-45f0-a2d8-6d58c7ac58ed 2026-04-18 17:55:04.627 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port b53446fb-3721-45f0-a2d8-6d58c7ac58ed 2026-04-18 17:55:04.841 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 74175edd-407b-44b4-bf05-3771b5216ef2 2026-04-18 17:55:06.626 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 2e53ee6b-9b46-4fc2-82a3-00250000a382 2026-04-18 17:55:06.962 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port c0db3bd8-d086-4484-8267-14af2dd24e1b 2026-04-18 17:55:07.308 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 74175edd-407b-44b4-bf05-3771b5216ef2 2026-04-18 17:55:08.430 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 2e53ee6b-9b46-4fc2-82a3-00250000a382 2026-04-18 17:55:08.638 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port c0db3bd8-d086-4484-8267-14af2dd24e1b 2026-04-18 17:55:10.353 16 INFO neutron.plugins.ml2.plugin [None req-b0775666-722e-440f-b3c7-5499a94c8926 - - - - - -] Attempt 1 to provision port c0db3bd8-d086-4484-8267-14af2dd24e1b 2026-04-18 17:55:10.431 16 INFO neutron.plugins.ml2.plugin [None req-b0775666-722e-440f-b3c7-5499a94c8926 - - - - - -] Attempt 1 to provision port 08e002f3-1ce0-49a2-bcbb-24460ccadec7 2026-04-18 17:55:10.452 16 INFO neutron.plugins.ml2.plugin [None req-b0775666-722e-440f-b3c7-5499a94c8926 - - - - - -] Attempt 1 to provision port 09bd3c58-62d4-4db0-b3ac-37887a8ca7ef 2026-04-18 17:55:10.476 16 INFO neutron.plugins.ml2.plugin [None req-b0775666-722e-440f-b3c7-5499a94c8926 - - - - - -] Attempt 1 to provision port b53446fb-3721-45f0-a2d8-6d58c7ac58ed 2026-04-18 17:55:14.822 16 INFO neutron.plugins.ml2.plugin [None req-bb6be3be-1da8-42d9-930c-6bf04691a999 - - - - - -] Attempt 1 to provision port c644c844-ddc4-42fe-9403-8966b5f65bf2 2026-04-18 17:55:14.903 16 INFO neutron.plugins.ml2.plugin [None req-bb6be3be-1da8-42d9-930c-6bf04691a999 - - - - - -] Attempt 1 to provision port 09bd3c58-62d4-4db0-b3ac-37887a8ca7ef 2026-04-18 17:55:17.509 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 9d16181e-4628-466b-b417-f88317602d45 2026-04-18 17:55:17.619 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f86cca4-ea35-46d4-970a-9ac7696c4931'] response: {'server_uuid': '77f45678-5cfc-424f-b7f6-c9aec724b018', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9d16181e-4628-466b-b417-f88317602d45', 'code': 200} 2026-04-18 17:55:19.137 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port eb3a0323-7c7f-475d-930d-64e9c4d3411e 2026-04-18 17:55:19.265 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-3947b24c-5382-4a60-8af9-288703cb5f82'] response: {'server_uuid': '03365959-43a9-4cd3-9ddb-0d81a5359e6e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'eb3a0323-7c7f-475d-930d-64e9c4d3411e', 'code': 200} 2026-04-18 17:55:19.600 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 9d16181e-4628-466b-b417-f88317602d45 2026-04-18 17:55:20.360 16 INFO neutron.plugins.ml2.plugin [None req-d3d681c2-ecb2-4962-b74c-4aad94139b2a - - - - - -] Attempt 1 to provision port 21ff3b9b-cfc7-4319-86b2-2f90f12bdc36 2026-04-18 17:55:20.426 16 INFO neutron.plugins.ml2.plugin [None req-d3d681c2-ecb2-4962-b74c-4aad94139b2a - - - - - -] Attempt 1 to provision port 9d16181e-4628-466b-b417-f88317602d45 2026-04-18 17:55:20.481 16 INFO neutron.plugins.ml2.plugin [None req-d3d681c2-ecb2-4962-b74c-4aad94139b2a - - - - - -] Attempt 1 to provision port 08e002f3-1ce0-49a2-bcbb-24460ccadec7 2026-04-18 17:55:20.501 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port eb3a0323-7c7f-475d-930d-64e9c4d3411e 2026-04-18 17:55:20.505 16 INFO neutron.plugins.ml2.plugin [None req-d3d681c2-ecb2-4962-b74c-4aad94139b2a - - - - - -] Attempt 1 to provision port 2f09a120-927c-477b-b697-a5b908603adc 2026-04-18 17:55:23.862 16 INFO neutron.plugins.ml2.plugin [None req-8134c9d4-4b96-4a76-8ed1-2a39376923da - - - - - -] Attempt 1 to provision port 08e002f3-1ce0-49a2-bcbb-24460ccadec7 2026-04-18 17:55:23.928 16 INFO neutron.plugins.ml2.plugin [None req-8134c9d4-4b96-4a76-8ed1-2a39376923da - - - - - -] Attempt 1 to provision port eb3a0323-7c7f-475d-930d-64e9c4d3411e 2026-04-18 17:55:24.497 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port c644c844-ddc4-42fe-9403-8966b5f65bf2 2026-04-18 17:55:24.736 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 09bd3c58-62d4-4db0-b3ac-37887a8ca7ef 2026-04-18 17:55:26.601 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 23ef0eb0-d73e-43a3-b149-cc46aed82bc2 2026-04-18 17:55:27.005 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 09bd3c58-62d4-4db0-b3ac-37887a8ca7ef 2026-04-18 17:55:27.215 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port c644c844-ddc4-42fe-9403-8966b5f65bf2 2026-04-18 17:55:27.405 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 08e002f3-1ce0-49a2-bcbb-24460ccadec7 2026-04-18 17:55:27.727 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 2f09a120-927c-477b-b697-a5b908603adc 2026-04-18 17:55:29.039 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 53816d0c-fdd9-479f-aad2-0b4a9def4557 2026-04-18 17:55:29.380 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 23ef0eb0-d73e-43a3-b149-cc46aed82bc2 2026-04-18 17:55:29.593 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 08e002f3-1ce0-49a2-bcbb-24460ccadec7 2026-04-18 17:55:29.846 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 2f09a120-927c-477b-b697-a5b908603adc 2026-04-18 17:55:30.432 13 INFO neutron.plugins.ml2.plugin [None req-e62cffff-2df9-46c4-8c72-b61fad54e543 - - - - - -] Attempt 1 to provision port 6336e5fe-a4fc-4c21-b8b9-01a6304a0406 2026-04-18 17:55:30.459 13 INFO neutron.plugins.ml2.plugin [None req-e62cffff-2df9-46c4-8c72-b61fad54e543 - - - - - -] Attempt 1 to provision port 53816d0c-fdd9-479f-aad2-0b4a9def4557 2026-04-18 17:55:31.110 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 53816d0c-fdd9-479f-aad2-0b4a9def4557 2026-04-18 17:55:35.638 13 INFO neutron.plugins.ml2.plugin [None req-5f6a6dc7-4718-469d-a7e0-f028300070c8 - - - - - -] Attempt 1 to provision port 6336e5fe-a4fc-4c21-b8b9-01a6304a0406 2026-04-18 17:55:35.665 13 INFO neutron.plugins.ml2.plugin [None req-5f6a6dc7-4718-469d-a7e0-f028300070c8 - - - - - -] Attempt 1 to provision port 5dab3b28-e482-4214-8ea0-2c605089fd44 2026-04-18 17:55:35.688 13 INFO neutron.plugins.ml2.plugin [None req-5f6a6dc7-4718-469d-a7e0-f028300070c8 - - - - - -] Attempt 1 to provision port 53816d0c-fdd9-479f-aad2-0b4a9def4557 2026-04-18 17:55:37.179 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 8afc1cde-55fd-46f2-aecf-88c6583cb17b 2026-04-18 17:55:37.318 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-557adc96-dce3-4ea5-9b87-a16ec803eed7'] response: {'server_uuid': '9b2a95d9-eb7c-4527-baac-1d471b793b33', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8afc1cde-55fd-46f2-aecf-88c6583cb17b', 'code': 200} 2026-04-18 17:55:38.659 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 8afc1cde-55fd-46f2-aecf-88c6583cb17b 2026-04-18 17:55:38.870 13 INFO neutron.plugins.ml2.plugin [None req-93c05605-37ac-45b3-84ca-4768802f14f6 - - - - - -] Attempt 1 to provision port 6336e5fe-a4fc-4c21-b8b9-01a6304a0406 2026-04-18 17:55:40.831 13 INFO neutron.plugins.ml2.plugin [None req-4c9bf96b-cf9d-40d0-a335-79dd2128c38a - - - - - -] Attempt 1 to provision port 6336e5fe-a4fc-4c21-b8b9-01a6304a0406 2026-04-18 17:55:40.868 13 INFO neutron.plugins.ml2.plugin [None req-4c9bf96b-cf9d-40d0-a335-79dd2128c38a - - - - - -] Attempt 1 to provision port 8afc1cde-55fd-46f2-aecf-88c6583cb17b 2026-04-18 17:55:41.756 13 WARNING neutron.plugins.ml2.plugin [None req-41a96ba3-ae9b-421a-a4d4-01db1867fbcd - - - - - -] Concurrent port binding operations failed on port 6336e5fe-a4fc-4c21-b8b9-01a6304a0406 2026-04-18 17:55:41.761 13 INFO neutron.plugins.ml2.plugin [None req-41a96ba3-ae9b-421a-a4d4-01db1867fbcd - - - - - -] Attempt 2 to bind port 6336e5fe-a4fc-4c21-b8b9-01a6304a0406 2026-04-18 17:55:42.690 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 6336e5fe-a4fc-4c21-b8b9-01a6304a0406 2026-04-18 17:55:42.988 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 5dab3b28-e482-4214-8ea0-2c605089fd44 2026-04-18 17:55:44.640 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 6336e5fe-a4fc-4c21-b8b9-01a6304a0406 2026-04-18 17:55:44.844 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 5dab3b28-e482-4214-8ea0-2c605089fd44 2026-04-18 17:55:50.802 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b69fe87-4c26-433a-ac13-75fb177f8fb6'] response: {'server_uuid': '03365959-43a9-4cd3-9ddb-0d81a5359e6e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'eb3a0323-7c7f-475d-930d-64e9c4d3411e', 'code': 200} 2026-04-18 17:55:53.265 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port eb3a0323-7c7f-475d-930d-64e9c4d3411e 2026-04-18 17:55:53.384 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-f431fc61-7424-4cb5-b937-77083f7433e1'] response: {'server_uuid': '03365959-43a9-4cd3-9ddb-0d81a5359e6e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'eb3a0323-7c7f-475d-930d-64e9c4d3411e', 'code': 200} 2026-04-18 17:55:54.642 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port eb3a0323-7c7f-475d-930d-64e9c4d3411e 2026-04-18 17:56:02.656 13 INFO neutron.plugins.ml2.plugin [None req-044135de-874a-485d-a21f-a5190167cd9e - - - - - -] Attempt 1 to provision port acf7d63e-ba86-4aa5-bd40-815170f3df8d 2026-04-18 17:56:02.719 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port acf7d63e-ba86-4aa5-bd40-815170f3df8d 2026-04-18 17:56:04.705 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port acf7d63e-ba86-4aa5-bd40-815170f3df8d 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server [None req-f36129ef-3344-4c60-bceb-64769b7ec905 - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet aa034628-4a19-4b6d-a4e8-9564cddfdab7: This subnet is being modified by another concurrent operation. 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-04-18 17:56:05.205 13 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-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-18 17:56:05.205 13 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-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 269, in inner 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^ 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server raise self.value 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server raise self.value 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server raise self.value 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/quota/resource_registry.py", line 95, in wrapper 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 292, in create_dhcp_port 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-18 17:56:05.205 13 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-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-18 17:56:05.205 13 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-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server raise self.value 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server raise self.value 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server raise self.value 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 1660, in create_port 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 1625, in _create_port_db 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1572, in create_port_db 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-04-18 17:56:05.205 13 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-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-04-18 17:56:05.205 13 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-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-18 17:56:05.205 13 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-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_backend_mixin.py", line 686, in _ipam_get_subnets 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-04-18 17:56:05.205 13 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-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server raise exception 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet aa034628-4a19-4b6d-a4e8-9564cddfdab7: This subnet is being modified by another concurrent operation. 2026-04-18 17:56:05.205 13 ERROR oslo_messaging.rpc.server 2026-04-18 17:56:08.656 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 66c73c16-8062-4208-aacb-abb09999a7c6 2026-04-18 17:56:09.128 16 INFO neutron.plugins.ml2.plugin [None req-50634b56-950a-4775-b58b-060b4b76278b - - - - - -] Attempt 1 to provision port 66c73c16-8062-4208-aacb-abb09999a7c6 2026-04-18 17:56:23.190 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port c7c7d56a-003c-482e-880b-42b44546937b 2026-04-18 17:56:23.307 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce57ad58-9e13-4999-aec8-55f595ec1996'] response: {'server_uuid': 'c2a82d7b-7a0b-41c3-afdc-6013f636955d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c7c7d56a-003c-482e-880b-42b44546937b', 'code': 200} 2026-04-18 17:56:24.925 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port c7c7d56a-003c-482e-880b-42b44546937b 2026-04-18 17:56:46.828 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b66564c-f170-4de2-9b73-90b304f15bd6'] response: {'server_uuid': 'c2a82d7b-7a0b-41c3-afdc-6013f636955d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c7c7d56a-003c-482e-880b-42b44546937b', 'code': 200} 2026-04-18 17:57:06.695 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 881afafb-d1ac-48b7-b51b-01ed0e332723 2026-04-18 17:57:08.749 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 881afafb-d1ac-48b7-b51b-01ed0e332723 2026-04-18 17:57:08.972 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port d68ab6a2-17de-4d49-90b0-cecaeac2b933 2026-04-18 17:57:10.820 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 04c5bcd8-d7ab-4f94-a2da-b62f8ded3a72 2026-04-18 17:57:11.322 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port d68ab6a2-17de-4d49-90b0-cecaeac2b933 2026-04-18 17:57:12.998 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 98611024-a23e-47a5-bbae-22a4e94f7122 2026-04-18 17:57:14.772 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 98611024-a23e-47a5-bbae-22a4e94f7122 2026-04-18 17:57:16.729 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 459a4d74-eaea-4e6c-9482-3f49bf18b0b6 2026-04-18 17:57:18.762 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 459a4d74-eaea-4e6c-9482-3f49bf18b0b6 2026-04-18 17:57:20.421 13 INFO neutron.plugins.ml2.plugin [None req-d63f4b0b-720e-4de8-badb-763a62ffd58d - - - - - -] Attempt 1 to provision port 459a4d74-eaea-4e6c-9482-3f49bf18b0b6 2026-04-18 17:57:20.480 13 INFO neutron.plugins.ml2.plugin [None req-d63f4b0b-720e-4de8-badb-763a62ffd58d - - - - - -] Attempt 1 to provision port d50fd584-28bd-44fd-8ba3-e7479c8438fe 2026-04-18 17:57:20.503 13 INFO neutron.plugins.ml2.plugin [None req-d63f4b0b-720e-4de8-badb-763a62ffd58d - - - - - -] Attempt 1 to provision port 881afafb-d1ac-48b7-b51b-01ed0e332723 2026-04-18 17:57:20.555 13 INFO neutron.plugins.ml2.plugin [None req-d63f4b0b-720e-4de8-badb-763a62ffd58d - - - - - -] Attempt 1 to provision port 73b4c30f-3698-4144-9837-f0562b43436d 2026-04-18 17:57:20.578 13 INFO neutron.plugins.ml2.plugin [None req-d63f4b0b-720e-4de8-badb-763a62ffd58d - - - - - -] Attempt 1 to provision port 1ba2e66c-b5d9-4cf7-a366-bb0c6d2725ef 2026-04-18 17:57:25.755 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port ac0caadd-d7a6-49ba-b1a1-0e885d3c7ab0 2026-04-18 17:57:25.857 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-59d6688f-18a2-44cc-860a-061621aa3594'] response: {'server_uuid': '6971e14b-0ca7-40c2-9178-7f5770bf748d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ac0caadd-d7a6-49ba-b1a1-0e885d3c7ab0', 'code': 200} 2026-04-18 17:57:26.360 16 INFO neutron.plugins.ml2.plugin [None req-be6b0391-6943-4896-88a7-fbfa6cf8a53b - - - - - -] Attempt 1 to provision port 459a4d74-eaea-4e6c-9482-3f49bf18b0b6 2026-04-18 17:57:26.404 16 INFO neutron.plugins.ml2.plugin [None req-be6b0391-6943-4896-88a7-fbfa6cf8a53b - - - - - -] Attempt 1 to provision port d50fd584-28bd-44fd-8ba3-e7479c8438fe 2026-04-18 17:57:26.431 16 INFO neutron.plugins.ml2.plugin [None req-be6b0391-6943-4896-88a7-fbfa6cf8a53b - - - - - -] Attempt 1 to provision port 85d73198-a1cf-46e5-84ad-c86e0d443e90 2026-04-18 17:57:26.455 16 INFO neutron.plugins.ml2.plugin [None req-be6b0391-6943-4896-88a7-fbfa6cf8a53b - - - - - -] Attempt 1 to provision port 73b4c30f-3698-4144-9837-f0562b43436d 2026-04-18 17:57:26.967 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 73b4c30f-3698-4144-9837-f0562b43436d 2026-04-18 17:57:27.192 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 1ba2e66c-b5d9-4cf7-a366-bb0c6d2725ef 2026-04-18 17:57:27.435 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port ac0caadd-d7a6-49ba-b1a1-0e885d3c7ab0 2026-04-18 17:57:28.954 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 73b4c30f-3698-4144-9837-f0562b43436d 2026-04-18 17:57:28.975 16 INFO neutron.plugins.ml2.plugin [None req-2ed8caf8-07b8-4e7a-9d07-b659f5777bb6 - - - - - -] Attempt 1 to provision port d50fd584-28bd-44fd-8ba3-e7479c8438fe 2026-04-18 17:57:29.153 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 1ba2e66c-b5d9-4cf7-a366-bb0c6d2725ef 2026-04-18 17:57:30.915 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 85d73198-a1cf-46e5-84ad-c86e0d443e90 2026-04-18 17:57:31.147 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port d50fd584-28bd-44fd-8ba3-e7479c8438fe 2026-04-18 17:57:32.940 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 85d73198-a1cf-46e5-84ad-c86e0d443e90 2026-04-18 17:57:33.081 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port d50fd584-28bd-44fd-8ba3-e7479c8438fe 2026-04-18 17:57:33.693 16 INFO neutron.plugins.ml2.plugin [None req-f2d0208c-c27e-4875-b90d-da5ffcc7712b - - - - - -] Attempt 1 to provision port ac0caadd-d7a6-49ba-b1a1-0e885d3c7ab0 2026-04-18 17:57:33.747 16 INFO neutron.plugins.ml2.plugin [None req-f2d0208c-c27e-4875-b90d-da5ffcc7712b - - - - - -] Attempt 1 to provision port d50fd584-28bd-44fd-8ba3-e7479c8438fe 2026-04-18 17:58:22.935 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 77e71eea-9063-41b7-8743-526a11082858 2026-04-18 17:58:23.800 13 INFO neutron.plugins.ml2.plugin [None req-2d500973-64d2-4a9d-9b11-0402fee8d2b3 - - - - - -] Attempt 1 to provision port 77e71eea-9063-41b7-8743-526a11082858 2026-04-18 17:58:24.898 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 77e71eea-9063-41b7-8743-526a11082858 2026-04-18 17:58:26.957 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 51c72519-b554-484a-bb65-74afa6deffca 2026-04-18 17:58:27.278 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 099c0ad9-4e3e-4911-b2eb-a50ddd69119a 2026-04-18 17:58:28.958 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 51c72519-b554-484a-bb65-74afa6deffca 2026-04-18 17:58:29.179 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 099c0ad9-4e3e-4911-b2eb-a50ddd69119a 2026-04-18 17:58:32.994 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 77e71eea-9063-41b7-8743-526a11082858 2026-04-18 17:58:33.368 13 INFO neutron.plugins.ml2.plugin [None req-de7d91c4-8d17-41ef-8fdd-651a4663d908 - - - - - -] Attempt 1 to provision port 1643652a-e797-4ba8-b29f-d4a4c8aef0e9 2026-04-18 17:58:33.398 13 INFO neutron.plugins.ml2.plugin [None req-de7d91c4-8d17-41ef-8fdd-651a4663d908 - - - - - -] Attempt 1 to provision port 099c0ad9-4e3e-4911-b2eb-a50ddd69119a 2026-04-18 17:58:33.484 13 INFO neutron.plugins.ml2.plugin [None req-de7d91c4-8d17-41ef-8fdd-651a4663d908 - - - - - -] Attempt 1 to provision port b7da567b-e469-40f5-88fd-4dfd86fb2bb9 2026-04-18 17:58:33.513 13 INFO neutron.plugins.ml2.plugin [None req-de7d91c4-8d17-41ef-8fdd-651a4663d908 - - - - - -] Attempt 1 to provision port 77e71eea-9063-41b7-8743-526a11082858 2026-04-18 17:58:39.711 16 INFO neutron.plugins.ml2.plugin [None req-20ff75e8-4f0a-4607-ae5d-8b8c5ebb0f71 - - - - - -] Attempt 1 to provision port 1643652a-e797-4ba8-b29f-d4a4c8aef0e9 2026-04-18 17:58:39.733 16 INFO neutron.plugins.ml2.plugin [None req-20ff75e8-4f0a-4607-ae5d-8b8c5ebb0f71 - - - - - -] Attempt 1 to provision port 11f21366-1b19-4401-b755-7d91adf40c7c 2026-04-18 17:58:39.757 16 INFO neutron.plugins.ml2.plugin [None req-20ff75e8-4f0a-4607-ae5d-8b8c5ebb0f71 - - - - - -] Attempt 1 to provision port b7da567b-e469-40f5-88fd-4dfd86fb2bb9 2026-04-18 17:58:39.781 16 INFO neutron.plugins.ml2.plugin [None req-20ff75e8-4f0a-4607-ae5d-8b8c5ebb0f71 - - - - - -] Attempt 1 to provision port 77e71eea-9063-41b7-8743-526a11082858 2026-04-18 17:58:39.826 16 INFO neutron.plugins.ml2.plugin [None req-20ff75e8-4f0a-4607-ae5d-8b8c5ebb0f71 - - - - - -] Attempt 1 to provision port 099c0ad9-4e3e-4911-b2eb-a50ddd69119a 2026-04-18 17:58:43.523 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 465f6f12-53d6-4bf1-8706-85862610354e 2026-04-18 17:58:43.742 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-e9e19cc6-82a2-4fe7-9f71-e0694b23dcd2'] response: {'server_uuid': 'e59339f3-6704-4f35-bee3-b4800b3d65f5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '465f6f12-53d6-4bf1-8706-85862610354e', 'code': 200} 2026-04-18 17:58:44.262 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 342d7bda-d38d-4b5c-8bff-22c691c9e565 2026-04-18 17:58:45.224 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port b7da567b-e469-40f5-88fd-4dfd86fb2bb9 2026-04-18 17:58:45.586 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port bad491ad-21bb-4fcc-932d-960386d01aa7 2026-04-18 17:58:45.839 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 342d7bda-d38d-4b5c-8bff-22c691c9e565 2026-04-18 17:58:46.050 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 1643652a-e797-4ba8-b29f-d4a4c8aef0e9 2026-04-18 17:58:46.327 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 465f6f12-53d6-4bf1-8706-85862610354e 2026-04-18 17:58:46.507 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 11f21366-1b19-4401-b755-7d91adf40c7c 2026-04-18 17:58:47.352 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port b7da567b-e469-40f5-88fd-4dfd86fb2bb9 2026-04-18 17:58:47.567 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port bad491ad-21bb-4fcc-932d-960386d01aa7 2026-04-18 17:58:47.756 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 1643652a-e797-4ba8-b29f-d4a4c8aef0e9 2026-04-18 17:58:47.957 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 11f21366-1b19-4401-b755-7d91adf40c7c 2026-04-18 17:58:50.489 13 INFO neutron.plugins.ml2.plugin [None req-7834282e-2324-4b08-8ef3-4ab856a3b353 - - - - - -] Attempt 1 to provision port bad491ad-21bb-4fcc-932d-960386d01aa7 2026-04-18 17:58:50.592 13 INFO neutron.plugins.ml2.plugin [None req-7834282e-2324-4b08-8ef3-4ab856a3b353 - - - - - -] Attempt 1 to provision port 1643652a-e797-4ba8-b29f-d4a4c8aef0e9 2026-04-18 17:58:50.691 13 INFO neutron.plugins.ml2.plugin [None req-7834282e-2324-4b08-8ef3-4ab856a3b353 - - - - - -] Attempt 1 to provision port 342d7bda-d38d-4b5c-8bff-22c691c9e565 2026-04-18 17:58:50.761 13 INFO neutron.plugins.ml2.plugin [None req-7834282e-2324-4b08-8ef3-4ab856a3b353 - - - - - -] Attempt 1 to provision port b7da567b-e469-40f5-88fd-4dfd86fb2bb9 2026-04-18 17:58:52.790 13 INFO neutron.plugins.ml2.plugin [None req-b5536cb0-8425-413c-a6b6-7aaad293fea3 - - - - - -] Attempt 1 to provision port bad491ad-21bb-4fcc-932d-960386d01aa7 2026-04-18 17:58:52.829 13 INFO neutron.plugins.ml2.plugin [None req-b5536cb0-8425-413c-a6b6-7aaad293fea3 - - - - - -] Attempt 1 to provision port 342d7bda-d38d-4b5c-8bff-22c691c9e565 2026-04-18 17:58:54.922 16 INFO neutron.plugins.ml2.plugin [None req-814401f4-0bf4-46e9-aa18-ecc3b1c899a5 - - - - - -] Attempt 1 to provision port bad491ad-21bb-4fcc-932d-960386d01aa7 2026-04-18 17:58:54.976 16 INFO neutron.plugins.ml2.plugin [None req-814401f4-0bf4-46e9-aa18-ecc3b1c899a5 - - - - - -] Attempt 1 to provision port 465f6f12-53d6-4bf1-8706-85862610354e 2026-04-18 17:58:56.282 16 INFO neutron.plugins.ml2.plugin [None req-b4f9f18d-0ec2-40b5-a336-3836e2cef655 - - - - - -] Attempt 1 to provision port bad491ad-21bb-4fcc-932d-960386d01aa7 2026-04-18 17:58:59.371 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 656b517b-52ad-4ce7-8151-a5acb7001074 2026-04-18 17:58:59.475 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-a59f0f06-f996-418f-b0c3-8d9dfc15ac4c'] response: {'server_uuid': '642a595d-2d1e-4f13-9987-dbe8740a4d0c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '656b517b-52ad-4ce7-8151-a5acb7001074', 'code': 200} 2026-04-18 17:59:01.340 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 656b517b-52ad-4ce7-8151-a5acb7001074 2026-04-18 17:59:25.877 16 INFO neutron.plugins.ml2.plugin [None req-0cec64af-7e4e-4dd1-b2a3-287c40d6d26d - - - - - -] Attempt 1 to provision port 2f3a94c6-e670-4437-bf07-84cbab857ea9 2026-04-18 17:59:47.883 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 3c970d79-7d5e-42ea-9a3c-d86bfb8f6ed4 2026-04-18 17:59:48.038 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d3ce650-ee0c-4824-8170-497f0675d3f9'] response: {'server_uuid': 'f11395d0-49bc-46e0-8099-d722ebc7eb5f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3c970d79-7d5e-42ea-9a3c-d86bfb8f6ed4', 'code': 200} 2026-04-18 17:59:49.346 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 3c970d79-7d5e-42ea-9a3c-d86bfb8f6ed4 2026-04-18 18:00:28.238 13 INFO neutron.plugins.ml2.plugin [None req-3f203f45-12bd-4a8d-baf8-e88ad75c5beb - - - - - -] Attempt 1 to provision port a9ae408d-d205-46be-ad5c-169fee7dca41 2026-04-18 18:00:33.396 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port a9ae408d-d205-46be-ad5c-169fee7dca41 2026-04-18 18:00:33.498 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9bd521a-97be-42d0-88d5-f5c55cd226aa'] response: {'server_uuid': 'f11395d0-49bc-46e0-8099-d722ebc7eb5f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a9ae408d-d205-46be-ad5c-169fee7dca41', 'code': 200} 2026-04-18 18:00:35.370 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port a9ae408d-d205-46be-ad5c-169fee7dca41 2026-04-18 18:00:37.905 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port a9ae408d-d205-46be-ad5c-169fee7dca41 2026-04-18 18:01:01.688 13 INFO neutron.plugins.ml2.plugin [None req-8a4ca464-c495-4796-aef7-a9ae24bac52e - - - - - -] Attempt 1 to provision port 3144420e-9177-4ddf-adc5-e27197ae6f80 2026-04-18 18:01:08.939 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 3144420e-9177-4ddf-adc5-e27197ae6f80 2026-04-18 18:01:09.105 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-f9f24daa-b721-4711-ab69-497db3d61d0e'] response: {'server_uuid': 'f11395d0-49bc-46e0-8099-d722ebc7eb5f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3144420e-9177-4ddf-adc5-e27197ae6f80', 'code': 200} 2026-04-18 18:01:09.566 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 3144420e-9177-4ddf-adc5-e27197ae6f80 2026-04-18 18:01:22.618 16 INFO neutron.plugins.ml2.plugin [None req-479288dc-aaa3-4b4a-9ec3-ce2e388bc6b6 - - - - - -] Attempt 1 to provision port 85bbe0a8-06da-4c06-8393-6216c03fd1a3 2026-04-18 18:01:29.597 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 85bbe0a8-06da-4c06-8393-6216c03fd1a3 2026-04-18 18:01:29.723 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-01a578cd-8399-49ad-a32e-4ffc4d58f57b'] response: {'server_uuid': 'f11395d0-49bc-46e0-8099-d722ebc7eb5f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '85bbe0a8-06da-4c06-8393-6216c03fd1a3', 'code': 200} 2026-04-18 18:01:31.552 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 85bbe0a8-06da-4c06-8393-6216c03fd1a3 2026-04-18 18:01:47.654 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 85bbe0a8-06da-4c06-8393-6216c03fd1a3 2026-04-18 18:01:49.672 13 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] No ports have port_id starting with 85bbe0a8-06da-4c06-8393-6216c03fd1a3 2026-04-18 18:01:57.611 16 INFO neutron.plugins.ml2.plugin [None req-4a4657a8-0ec9-4be0-a63f-5daaf8fd97ab - - - - - -] Attempt 1 to provision port 3144420e-9177-4ddf-adc5-e27197ae6f80 2026-04-18 18:02:29.627 13 INFO neutron.plugins.ml2.plugin [None req-ca7579c3-c484-40b5-aa0d-7c6c65f8b344 - - - - - -] Attempt 1 to provision port 503341d0-d5b0-40e8-a273-96047d6eef62 2026-04-18 18:02:29.684 13 INFO neutron.plugins.ml2.plugin [None req-ca7579c3-c484-40b5-aa0d-7c6c65f8b344 - - - - - -] Attempt 1 to provision port b7da567b-e469-40f5-88fd-4dfd86fb2bb9 2026-04-18 18:02:29.729 13 INFO neutron.plugins.ml2.plugin [None req-ca7579c3-c484-40b5-aa0d-7c6c65f8b344 - - - - - -] Attempt 1 to provision port 1643652a-e797-4ba8-b29f-d4a4c8aef0e9 2026-04-18 18:02:29.777 13 INFO neutron.plugins.ml2.plugin [None req-ca7579c3-c484-40b5-aa0d-7c6c65f8b344 - - - - - -] Attempt 1 to provision port 11f21366-1b19-4401-b755-7d91adf40c7c 2026-04-18 18:02:29.827 13 INFO neutron.plugins.ml2.plugin [None req-ca7579c3-c484-40b5-aa0d-7c6c65f8b344 - - - - - -] Attempt 1 to provision port cacf91f9-dbb8-4cbf-aead-89fa80b2c4a8 2026-04-18 18:02:29.881 13 INFO neutron.plugins.ml2.plugin [None req-ca7579c3-c484-40b5-aa0d-7c6c65f8b344 - - - - - -] Attempt 1 to provision port 77e71eea-9063-41b7-8743-526a11082858 2026-04-18 18:02:29.928 13 INFO neutron.plugins.ml2.plugin [None req-ca7579c3-c484-40b5-aa0d-7c6c65f8b344 - - - - - -] Attempt 1 to provision port c4997d7e-52bc-430a-aa3b-f12b969f16e1 2026-04-18 18:02:29.952 13 INFO neutron.plugins.ml2.plugin [None req-ca7579c3-c484-40b5-aa0d-7c6c65f8b344 - - - - - -] Attempt 1 to provision port bad491ad-21bb-4fcc-932d-960386d01aa7 2026-04-18 18:02:30.006 13 INFO neutron.plugins.ml2.plugin [None req-ca7579c3-c484-40b5-aa0d-7c6c65f8b344 - - - - - -] Attempt 1 to provision port 465f6f12-53d6-4bf1-8706-85862610354e 2026-04-18 18:02:30.052 13 INFO neutron.plugins.ml2.plugin [None req-ca7579c3-c484-40b5-aa0d-7c6c65f8b344 - - - - - -] Attempt 1 to provision port 8cc9a4ad-eef7-440d-b544-cd37d203c903 2026-04-18 18:02:30.098 13 INFO neutron.plugins.ml2.plugin [None req-ca7579c3-c484-40b5-aa0d-7c6c65f8b344 - - - - - -] Attempt 1 to provision port 342d7bda-d38d-4b5c-8bff-22c691c9e565 2026-04-18 18:02:30.141 13 INFO neutron.plugins.ml2.plugin [None req-ca7579c3-c484-40b5-aa0d-7c6c65f8b344 - - - - - -] Attempt 1 to provision port 099c0ad9-4e3e-4911-b2eb-a50ddd69119a