+ 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-05-28 15:55:27.091 1 INFO neutron.common.config [-] Logging enabled! 2026-05-28 15:55:27.091 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 27.0.0 2026-05-28 15:55:27.092 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-05-28 15:55:27.092 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-28 15:55:28.530 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-28 15:55:28.532 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-28 15:55:28.535 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-28 15:55:28.536 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-28 15:55:28.536 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-28 15:55:28.536 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-28 15:55:28.536 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 15:55:28.543 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 15:55:28.543 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 15:55:28.543 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-28 15:55:28.561 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-28 15:55:28.562 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-28 15:55:28.562 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-28 15:55:28.588 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-28 15:55:28.589 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-28 15:55:28.589 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-28 15:55:28.589 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-28 15:55:28.853 1 INFO neutron.plugins.ml2.managers [None req-ff9e2aaf-4e8c-456f-9879-a8ccf4cea5d1 - - - - - -] Initializing driver for type 'vlan' 2026-05-28 15:55:28.990 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-ff9e2aaf-4e8c-456f-9879-a8ccf4cea5d1 - - - - - -] VlanTypeDriver initialization complete 2026-05-28 15:55:28.991 1 INFO neutron.plugins.ml2.managers [None req-ff9e2aaf-4e8c-456f-9879-a8ccf4cea5d1 - - - - - -] Initializing driver for type 'vxlan' 2026-05-28 15:55:28.991 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-ff9e2aaf-4e8c-456f-9879-a8ccf4cea5d1 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-28 15:55:29.040 1 INFO neutron.plugins.ml2.managers [None req-ff9e2aaf-4e8c-456f-9879-a8ccf4cea5d1 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-28 15:55:29.041 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-ff9e2aaf-4e8c-456f-9879-a8ccf4cea5d1 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-28 15:55:29.041 1 INFO neutron.plugins.ml2.managers [None req-ff9e2aaf-4e8c-456f-9879-a8ccf4cea5d1 - - - - - -] Initializing extension driver 'port_security' 2026-05-28 15:55:29.041 1 INFO neutron.plugins.ml2.extensions.port_security [None req-ff9e2aaf-4e8c-456f-9879-a8ccf4cea5d1 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-28 15:55:29.041 1 INFO neutron.plugins.ml2.managers [None req-ff9e2aaf-4e8c-456f-9879-a8ccf4cea5d1 - - - - - -] Initializing extension driver 'qos' 2026-05-28 15:55:29.041 1 INFO neutron.plugins.ml2.managers [None req-ff9e2aaf-4e8c-456f-9879-a8ccf4cea5d1 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-28 15:55:29.042 1 INFO neutron.plugins.ml2.managers [None req-ff9e2aaf-4e8c-456f-9879-a8ccf4cea5d1 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-28 15:55:29.056 1 INFO neutron.quota [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded quota_driver: . 2026-05-28 15:55:29.057 1 INFO neutron.plugins.ml2.plugin [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Modular L2 Plugin initialization complete 2026-05-28 15:55:29.057 1 INFO neutron.plugins.ml2.managers [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-28 15:55:29.057 1 INFO neutron.plugins.ml2.managers [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-28 15:55:29.057 1 INFO neutron.plugins.ml2.managers [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Got port-security extension from driver 'port_security' 2026-05-28 15:55:29.057 1 INFO neutron.manager [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loading Plugin: qos 2026-05-28 15:55:29.068 1 INFO neutron.manager [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loading Plugin: router 2026-05-28 15:55:29.101 1 INFO neutron.services.service_base [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-28 15:55:29.102 1 INFO neutron.manager [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loading Plugin: segments 2026-05-28 15:55:29.167 1 INFO neutron.manager [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loading Plugin: trunk 2026-05-28 15:55:29.180 1 INFO neutron.manager [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loading Plugin: vpnaas 2026-05-28 15:55:29.211 1 WARNING stevedore.named [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 15:55:29.290 1 INFO neutron_vpnaas.services.vpn.plugin [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-28 15:55:29.291 1 INFO neutron.common.utils [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-28 15:55:29.291 1 INFO neutron.manager [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loading Plugin: taas 2026-05-28 15:55:29.311 1 WARNING stevedore.named [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 15:55:29.311 1 WARNING stevedore.named [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-28 15:55:29.335 1 INFO neutron_taas.services.taas.taas_plugin [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-28 15:55:29.336 1 INFO neutron.manager [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loading Plugin: tapmirror 2026-05-28 15:55:29.347 1 WARNING stevedore.named [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 15:55:29.348 1 WARNING stevedore.named [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-28 15:55:29.360 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-28 15:55:29.360 1 INFO neutron.manager [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loading Plugin: auto_allocate 2026-05-28 15:55:29.367 1 INFO neutron.manager [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loading Plugin: tag 2026-05-28 15:55:29.376 1 INFO neutron.manager [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loading Plugin: timestamp 2026-05-28 15:55:29.378 1 INFO neutron.manager [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loading Plugin: network_ip_availability 2026-05-28 15:55:29.382 1 INFO neutron.manager [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loading Plugin: flavors 2026-05-28 15:55:29.385 1 INFO neutron.manager [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loading Plugin: revisions 2026-05-28 15:55:29.388 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Initializing extension manager. 2026-05-28 15:55:29.389 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: address-group 2026-05-28 15:55:29.390 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: address-scope 2026-05-28 15:55:29.390 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-28 15:55:29.391 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: agent 2026-05-28 15:55:29.392 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: agent-resources-synced 2026-05-28 15:55:29.392 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: allowed-address-pairs 2026-05-28 15:55:29.393 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: auto-allocated-topology 2026-05-28 15:55:29.394 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: availability_zone 2026-05-28 15:55:29.394 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: availability_zone_filter 2026-05-28 15:55:29.395 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-28 15:55:29.395 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: default-subnetpools 2026-05-28 15:55:29.396 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-28 15:55:29.397 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: dns-integration 2026-05-28 15:55:29.397 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: dns-domain-ports 2026-05-28 15:55:29.398 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-28 15:55:29.398 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: dvr 2026-05-28 15:55:29.399 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-28 15:55:29.399 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: empty-string-filtering 2026-05-28 15:55:29.400 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 15:55:29.400 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-28 15:55:29.400 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: external-net 2026-05-28 15:55:29.401 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-28 15:55:29.401 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: extraroute 2026-05-28 15:55:29.402 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: extraroute-atomic 2026-05-28 15:55:29.403 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-28 15:55:29.403 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-28 15:55:29.403 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-28 15:55:29.404 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-28 15:55:29.404 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: fip-port-details 2026-05-28 15:55:29.405 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: flavors 2026-05-28 15:55:29.406 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-28 15:55:29.408 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: floatingip-pools 2026-05-28 15:55:29.409 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: ip_allocation 2026-05-28 15:55:29.409 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: ip-substring-filtering 2026-05-28 15:55:29.410 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: l2_adjacency 2026-05-28 15:55:29.411 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: router 2026-05-28 15:55:29.412 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 15:55:29.413 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-28 15:55:29.413 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-28 15:55:29.413 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: ext-gw-mode 2026-05-28 15:55:29.414 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: l3-ha 2026-05-28 15:55:29.415 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-28 15:55:29.416 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-28 15:55:29.416 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: l3-flavors 2026-05-28 15:55:29.417 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-28 15:55:29.417 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-28 15:55:29.419 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-28 15:55:29.420 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-28 15:55:29.421 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-28 15:55:29.422 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-28 15:55:29.423 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-28 15:55:29.423 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: multi-provider 2026-05-28 15:55:29.423 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: net-mtu 2026-05-28 15:55:29.424 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: net-mtu-writable 2026-05-28 15:55:29.425 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: network_availability_zone 2026-05-28 15:55:29.425 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: network_ha 2026-05-28 15:55:29.426 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: network-ip-availability 2026-05-28 15:55:29.427 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-28 15:55:29.427 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: pagination 2026-05-28 15:55:29.428 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: port-device-profile 2026-05-28 15:55:29.428 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-28 15:55:29.429 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-28 15:55:29.429 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-28 15:55:29.430 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: port-mac-override 2026-05-28 15:55:29.430 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-28 15:55:29.431 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-28 15:55:29.431 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-28 15:55:29.432 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: port-resource-request 2026-05-28 15:55:29.432 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: port-resource-request-groups 2026-05-28 15:55:29.433 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-28 15:55:29.433 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: binding 2026-05-28 15:55:29.434 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: binding-extended 2026-05-28 15:55:29.435 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: port-security 2026-05-28 15:55:29.435 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: project-id 2026-05-28 15:55:29.436 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: provider 2026-05-28 15:55:29.436 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-28 15:55:29.438 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: qos 2026-05-28 15:55:29.439 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-28 15:55:29.440 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-28 15:55:29.440 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: qos-default 2026-05-28 15:55:29.440 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: qos-fip 2026-05-28 15:55:29.441 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-28 15:55:29.441 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: qos-gateway-ip 2026-05-28 15:55:29.442 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: qos-port-network-policy 2026-05-28 15:55:29.442 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: qos-pps-minimum 2026-05-28 15:55:29.443 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-28 15:55:29.443 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: qos-pps 2026-05-28 15:55:29.444 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: qos-rule-type-details 2026-05-28 15:55:29.444 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-28 15:55:29.445 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: qos-rules-alias 2026-05-28 15:55:29.445 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: quota-check-limit 2026-05-28 15:55:29.446 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: quota-check-limit-default 2026-05-28 15:55:29.448 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: quotas 2026-05-28 15:55:29.450 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: quota_details 2026-05-28 15:55:29.451 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: rbac-policies 2026-05-28 15:55:29.452 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: rbac-address-group 2026-05-28 15:55:29.452 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: rbac-address-scope 2026-05-28 15:55:29.453 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: rbac-security-groups 2026-05-28 15:55:29.453 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: rbac-subnetpool 2026-05-28 15:55:29.454 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: revision-if-match 2026-05-28 15:55:29.454 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: standard-attr-revisions 2026-05-28 15:55:29.455 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: router_availability_zone 2026-05-28 15:55:29.455 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-28 15:55:29.457 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: security-groups-default-rules 2026-05-28 15:55:29.457 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-28 15:55:29.458 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-28 15:55:29.458 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-28 15:55:29.459 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-28 15:55:29.459 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-28 15:55:29.464 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: security-group 2026-05-28 15:55:29.465 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: segment 2026-05-28 15:55:29.465 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-28 15:55:29.466 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: service-type 2026-05-28 15:55:29.466 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: sorting 2026-05-28 15:55:29.467 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: standard-attr-segment 2026-05-28 15:55:29.467 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: standard-attr-description 2026-05-28 15:55:29.468 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: stateful-security-group 2026-05-28 15:55:29.468 1 WARNING neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-28 15:55:29.469 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-28 15:55:29.469 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: subnet-external-network 2026-05-28 15:55:29.470 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: subnet_onboard 2026-05-28 15:55:29.470 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-28 15:55:29.471 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: subnet-service-types 2026-05-28 15:55:29.471 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: subnet_allocation 2026-05-28 15:55:29.472 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-28 15:55:29.472 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: tag-creation 2026-05-28 15:55:29.473 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-28 15:55:29.476 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: standard-attr-tag 2026-05-28 15:55:29.477 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-28 15:55:29.477 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: trunk 2026-05-28 15:55:29.478 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: trunk-details 2026-05-28 15:55:29.478 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-28 15:55:29.478 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-28 15:55:29.479 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-28 15:55:29.480 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-28 15:55:29.481 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-28 15:55:29.482 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-28 15:55:29.483 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: vpn-flavors 2026-05-28 15:55:29.484 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: vpnaas 2026-05-28 15:55:29.485 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: taas 2026-05-28 15:55:29.486 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: tap-mirror 2026-05-28 15:55:29.486 1 INFO neutron.api.extensions [None req-8c1bf8df-8b6a-4ffe-b2b8-404ae0d1539e - - - - - -] Loaded extension: taas-vlan-filter 2026-05-28 15:55:59.581 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-28 15:55:59.633 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-28 15:55:59.644 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-28 15:56:15.362 16 INFO neutron.db.l3_hamode_db [None req-7bccc8bf-f4bb-4960-b521-bb3bd0809e8f - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 15:56:30.451 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port bf02df51-4e3c-4f43-b2db-261ea1415f7f 2026-05-28 15:56:31.224 13 INFO neutron.plugins.ml2.plugin [None req-acceac8c-63fa-4b00-b541-dd36229ed444 - - - - - -] Attempt 1 to provision port bf02df51-4e3c-4f43-b2db-261ea1415f7f 2026-05-28 15:56:32.346 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port bf02df51-4e3c-4f43-b2db-261ea1415f7f 2026-05-28 15:56:32.876 13 INFO neutron.plugins.ml2.plugin [None req-976f5bde-65be-4fbe-896d-b54d33b5d8ba - - - - - -] Attempt 1 to provision port bf02df51-4e3c-4f43-b2db-261ea1415f7f 2026-05-28 16:01:02.449 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port d9221f1f-6c3a-47d6-b6ba-6586ab65b296 2026-05-28 16:01:02.782 13 INFO neutron.plugins.ml2.plugin [None req-cde3a36a-ff6f-43f2-9740-80fb75ed8f41 - - - - - -] Attempt 1 to provision port d9221f1f-6c3a-47d6-b6ba-6586ab65b296 2026-05-28 16:01:04.427 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port d9221f1f-6c3a-47d6-b6ba-6586ab65b296 2026-05-28 16:01:04.460 13 INFO neutron.plugins.ml2.plugin [None req-44d6c2fa-1443-4af0-9b8d-5e7170ad958f - - - - - -] Attempt 1 to provision port d9221f1f-6c3a-47d6-b6ba-6586ab65b296 2026-05-28 16:01:09.698 13 INFO neutron.plugins.ml2.plugin [None req-93d054c5-2cb7-48a2-b7c1-aa64411fd1b5 - - - - - -] Attempt 1 to provision port d8329e08-ee8a-4fad-955b-85b3f5bead79 2026-05-28 16:04:47.072 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port d8329e08-ee8a-4fad-955b-85b3f5bead79 2026-05-28 16:04:48.477 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port d8329e08-ee8a-4fad-955b-85b3f5bead79 2026-05-28 16:13:24.666 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port a184ff61-ac18-47fc-9a9d-5c5a906a4ea5 2026-05-28 16:13:26.624 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port a184ff61-ac18-47fc-9a9d-5c5a906a4ea5 2026-05-28 16:29:30.920 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port c44ba98b-628e-49b9-b53d-502c3dfa26bc 2026-05-28 16:29:31.748 16 INFO neutron.plugins.ml2.plugin [None req-b1defead-8a95-4d9e-9112-921de88cfcb8 - - - - - -] Attempt 1 to provision port c44ba98b-628e-49b9-b53d-502c3dfa26bc 2026-05-28 16:29:32.888 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port c44ba98b-628e-49b9-b53d-502c3dfa26bc 2026-05-28 16:29:34.915 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 6861bd05-5076-4329-8929-f919f559a061 2026-05-28 16:29:36.963 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 6793000e-18dd-4be2-9331-a72689ff6f54 2026-05-28 16:29:37.323 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 6861bd05-5076-4329-8929-f919f559a061 2026-05-28 16:29:38.926 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 6793000e-18dd-4be2-9331-a72689ff6f54 2026-05-28 16:29:43.847 16 INFO neutron.plugins.ml2.plugin [None req-8eb88751-8610-4883-b386-8646dbd8d485 - - - - - -] Attempt 1 to provision port 6861bd05-5076-4329-8929-f919f559a061 2026-05-28 16:29:43.953 16 INFO neutron.plugins.ml2.plugin [None req-8eb88751-8610-4883-b386-8646dbd8d485 - - - - - -] Attempt 1 to provision port c44ba98b-628e-49b9-b53d-502c3dfa26bc 2026-05-28 16:29:44.036 16 INFO neutron.plugins.ml2.plugin [None req-8eb88751-8610-4883-b386-8646dbd8d485 - - - - - -] Attempt 1 to provision port 6e6f801e-6aae-4b41-b3fa-2dea21650068 2026-05-28 16:29:44.063 16 INFO neutron.plugins.ml2.plugin [None req-8eb88751-8610-4883-b386-8646dbd8d485 - - - - - -] Attempt 1 to provision port 6c3cf3b4-bc19-4e13-a4f3-fbb3fd7a17ee 2026-05-28 16:29:44.110 16 INFO neutron.plugins.ml2.plugin [None req-8eb88751-8610-4883-b386-8646dbd8d485 - - - - - -] Attempt 1 to provision port 5305f193-a946-463c-b7ae-ae0b341e0a48 2026-05-28 16:29:45.036 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 1ec8cc23-6ba7-4223-99ed-3e714c052009 2026-05-28 16:29:45.673 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 0ae08c60-1044-4a0e-bd80-2f662ee591f3 2026-05-28 16:29:47.005 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 0ae08c60-1044-4a0e-bd80-2f662ee591f3 2026-05-28 16:29:47.225 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 1ec8cc23-6ba7-4223-99ed-3e714c052009 2026-05-28 16:29:47.410 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 1cefbf28-96b5-47c6-895b-b117412ed745 2026-05-28 16:29:50.272 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 1cefbf28-96b5-47c6-895b-b117412ed745 2026-05-28 16:29:50.535 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 1f6ab6ba-be87-4aa1-85f9-8e4085960403 2026-05-28 16:29:50.855 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port b0cbec83-8f2d-424f-84f1-ca13858c2cd9 2026-05-28 16:29:50.949 16 INFO neutron.plugins.ml2.plugin [None req-575b4c01-2e79-4a9c-8eae-9a178ede8051 - - - - - -] Attempt 1 to provision port 70766d49-a561-4f24-80fa-1b4f8ae94525 2026-05-28 16:29:50.980 16 INFO neutron.plugins.ml2.plugin [None req-575b4c01-2e79-4a9c-8eae-9a178ede8051 - - - - - -] Attempt 1 to provision port dd93f898-9590-49bd-8e7e-9bf1311d308c 2026-05-28 16:29:51.004 16 INFO neutron.plugins.ml2.plugin [None req-575b4c01-2e79-4a9c-8eae-9a178ede8051 - - - - - -] Attempt 1 to provision port 5305f193-a946-463c-b7ae-ae0b341e0a48 2026-05-28 16:29:51.048 16 INFO neutron.plugins.ml2.plugin [None req-575b4c01-2e79-4a9c-8eae-9a178ede8051 - - - - - -] Attempt 1 to provision port 6861bd05-5076-4329-8929-f919f559a061 2026-05-28 16:29:51.133 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-f1323b6b-99e8-4d9a-b34d-a4145fdb185f'] response: {'server_uuid': '666bf0cf-ffc4-465b-ab66-fee9e4949cba', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1f6ab6ba-be87-4aa1-85f9-8e4085960403', 'code': 200} 2026-05-28 16:29:51.167 16 INFO neutron.plugins.ml2.plugin [None req-575b4c01-2e79-4a9c-8eae-9a178ede8051 - - - - - -] Attempt 1 to provision port 1f6ab6ba-be87-4aa1-85f9-8e4085960403 2026-05-28 16:29:51.236 16 INFO neutron.plugins.ml2.plugin [None req-575b4c01-2e79-4a9c-8eae-9a178ede8051 - - - - - -] Attempt 1 to provision port b0cbec83-8f2d-424f-84f1-ca13858c2cd9 2026-05-28 16:29:51.894 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 1f6ab6ba-be87-4aa1-85f9-8e4085960403 2026-05-28 16:29:52.091 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port b0cbec83-8f2d-424f-84f1-ca13858c2cd9 2026-05-28 16:29:54.163 16 INFO neutron.plugins.ml2.plugin [None req-87756a85-111a-45aa-b822-fd3547c80116 - - - - - -] Attempt 1 to provision port 70766d49-a561-4f24-80fa-1b4f8ae94525 2026-05-28 16:29:56.403 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port d785fa1a-6419-49ad-b673-bebfec91d79f 2026-05-28 16:29:57.107 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-952ad2d3-b464-46f1-95d4-a4fb31a7e6c7'] response: {'server_uuid': 'cdc2af09-e04e-4c17-8aee-8cfe709c7bea', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd785fa1a-6419-49ad-b673-bebfec91d79f', 'code': 200} 2026-05-28 16:29:58.278 13 INFO neutron.plugins.ml2.plugin [None req-a624d66c-9412-4667-ba28-ac124e00ddb4 - - - - - -] Attempt 1 to provision port dd93f898-9590-49bd-8e7e-9bf1311d308c 2026-05-28 16:29:58.310 13 INFO neutron.plugins.ml2.plugin [None req-a624d66c-9412-4667-ba28-ac124e00ddb4 - - - - - -] Attempt 1 to provision port b0cbec83-8f2d-424f-84f1-ca13858c2cd9 2026-05-28 16:29:58.536 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port c186c383-5f74-4a28-ac5e-b952597643b4 2026-05-28 16:29:58.628 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-7db677bb-d391-4a29-805f-9a48d56ab95e'] response: {'server_uuid': '0b2e9d4b-ccd9-4429-8135-4f0fef8c59a9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c186c383-5f74-4a28-ac5e-b952597643b4', 'code': 200} 2026-05-28 16:29:58.858 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port d785fa1a-6419-49ad-b673-bebfec91d79f 2026-05-28 16:29:59.922 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port c186c383-5f74-4a28-ac5e-b952597643b4 2026-05-28 16:30:02.260 16 INFO neutron.plugins.ml2.plugin [None req-5d4f59e4-08de-49c1-b56b-7b098c648c38 - - - - - -] Attempt 1 to provision port 33bf502c-a853-43d8-8432-28d9b17cfd71 2026-05-28 16:30:06.098 13 INFO neutron.plugins.ml2.plugin [None req-dac7f53c-2721-42d8-873f-c008fdb7aae7 - - - - - -] Attempt 1 to provision port c186c383-5f74-4a28-ac5e-b952597643b4 2026-05-28 16:30:06.164 13 INFO neutron.plugins.ml2.plugin [None req-dac7f53c-2721-42d8-873f-c008fdb7aae7 - - - - - -] Attempt 1 to provision port dd93f898-9590-49bd-8e7e-9bf1311d308c 2026-05-28 16:30:12.161 13 INFO neutron.plugins.ml2.plugin [None req-8c5e0a1f-2d5c-44c7-be94-9c0ef4974308 - - - - - -] Attempt 1 to provision port 716a5b33-5664-4232-b645-b436e2f13d07 2026-05-28 16:30:16.072 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port d9ed6bbc-24bb-4ab6-80bb-67b75b1f27db 2026-05-28 16:30:16.818 13 INFO neutron.plugins.ml2.plugin [None req-4a1c2491-6b27-4eb4-8ac5-08e5e6d17c23 - - - - - -] Attempt 1 to provision port d9ed6bbc-24bb-4ab6-80bb-67b75b1f27db 2026-05-28 16:30:18.111 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port db683874-ddac-470b-aa23-1da7009973e1 2026-05-28 16:30:18.539 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port d9ed6bbc-24bb-4ab6-80bb-67b75b1f27db 2026-05-28 16:30:19.906 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port db683874-ddac-470b-aa23-1da7009973e1 2026-05-28 16:30:20.644 16 INFO neutron.plugins.ml2.plugin [None req-d8a657ef-4dcd-4644-86fb-a88b687528ec - - - - - -] Attempt 1 to provision port bf288be7-5d55-4b19-b4d1-123c4f812f4b 2026-05-28 16:30:20.664 16 INFO neutron.plugins.ml2.plugin [None req-d8a657ef-4dcd-4644-86fb-a88b687528ec - - - - - -] Attempt 1 to provision port d9ed6bbc-24bb-4ab6-80bb-67b75b1f27db 2026-05-28 16:30:20.706 16 INFO neutron.plugins.ml2.plugin [None req-d8a657ef-4dcd-4644-86fb-a88b687528ec - - - - - -] Attempt 1 to provision port ff0a1d65-c56b-45d0-8e13-a804fbeb5257 2026-05-28 16:30:23.106 13 INFO neutron.plugins.ml2.plugin [None req-3e21ba91-9a9f-402b-8cb7-bd48d9ce8db7 - - - - - -] Attempt 1 to provision port bf288be7-5d55-4b19-b4d1-123c4f812f4b 2026-05-28 16:30:25.942 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port dd93f898-9590-49bd-8e7e-9bf1311d308c 2026-05-28 16:30:26.216 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port bd4bfeba-ccc0-4a60-8050-9fabecf016c5 2026-05-28 16:30:26.546 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 33bf502c-a853-43d8-8432-28d9b17cfd71 2026-05-28 16:30:27.921 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port bd4bfeba-ccc0-4a60-8050-9fabecf016c5 2026-05-28 16:30:28.076 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 33bf502c-a853-43d8-8432-28d9b17cfd71 2026-05-28 16:30:28.208 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port dd93f898-9590-49bd-8e7e-9bf1311d308c 2026-05-28 16:30:30.459 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 7f9e10fb-1bd5-4127-be38-5685f99a6373 2026-05-28 16:30:30.598 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-8bf58f99-fb8a-4c72-b1ca-37ba8eecb5ac'] response: {'server_uuid': 'd96bb867-9156-4034-b851-19449a90e881', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7f9e10fb-1bd5-4127-be38-5685f99a6373', 'code': 200} 2026-05-28 16:30:32.106 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 7f9e10fb-1bd5-4127-be38-5685f99a6373 2026-05-28 16:30:36.013 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port bf288be7-5d55-4b19-b4d1-123c4f812f4b 2026-05-28 16:30:36.264 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port ff0a1d65-c56b-45d0-8e13-a804fbeb5257 2026-05-28 16:30:37.932 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port bf288be7-5d55-4b19-b4d1-123c4f812f4b 2026-05-28 16:30:38.119 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port ff0a1d65-c56b-45d0-8e13-a804fbeb5257 2026-05-28 16:30:39.324 13 INFO neutron.plugins.ml2.plugin [None req-f87e6789-e854-47ab-9fdd-c1d536c5b459 - - - - - -] Attempt 1 to provision port 7f9e10fb-1bd5-4127-be38-5685f99a6373 2026-05-28 16:30:57.947 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 8eea136f-7e90-422a-b8f2-7c5915024002 2026-05-28 16:31:00.024 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 8f3b923d-765d-4a19-a037-0e81bc90eebe 2026-05-28 16:31:00.346 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 8eea136f-7e90-422a-b8f2-7c5915024002 2026-05-28 16:31:01.943 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 8f3b923d-765d-4a19-a037-0e81bc90eebe 2026-05-28 16:31:02.686 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d32ae43e-f48f-4968-a0fd-92880123365c'] response: {'server_uuid': 'd96bb867-9156-4034-b851-19449a90e881', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7f9e10fb-1bd5-4127-be38-5685f99a6373', 'code': 200} 2026-05-28 16:31:06.390 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 7f9e10fb-1bd5-4127-be38-5685f99a6373 2026-05-28 16:31:06.518 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e1def3e-298c-41bf-8084-5bea6834dd7d'] response: {'server_uuid': 'd96bb867-9156-4034-b851-19449a90e881', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7f9e10fb-1bd5-4127-be38-5685f99a6373', 'code': 200} 2026-05-28 16:31:07.053 16 INFO neutron.plugins.ml2.plugin [None req-1bcfd0f7-165e-430e-bed7-5a8d1e380a1d - - - - - -] Attempt 1 to provision port a47764f0-278e-47df-a9a7-5d3427654d22 2026-05-28 16:31:07.079 16 INFO neutron.plugins.ml2.plugin [None req-1bcfd0f7-165e-430e-bed7-5a8d1e380a1d - - - - - -] Attempt 1 to provision port 8f3b923d-765d-4a19-a037-0e81bc90eebe 2026-05-28 16:31:08.514 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port b1674158-226e-4ec4-aba3-f5bb9855b9c9 2026-05-28 16:31:08.657 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-95a08bcc-27d1-4c31-9194-e6d8f66b8861'] response: {'server_uuid': 'd484e801-48a0-4fc6-bf0e-30b84b3ba940', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b1674158-226e-4ec4-aba3-f5bb9855b9c9', 'code': 200} 2026-05-28 16:31:08.904 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 7f9e10fb-1bd5-4127-be38-5685f99a6373 2026-05-28 16:31:09.960 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port b1674158-226e-4ec4-aba3-f5bb9855b9c9 2026-05-28 16:31:13.063 13 WARNING neutron.plugins.ml2.plugin [None req-053ba80d-cfee-4948-90d7-e43a7228b2c7 - - - - - -] Concurrent port binding operations failed on port a47764f0-278e-47df-a9a7-5d3427654d22 2026-05-28 16:31:13.067 13 INFO neutron.plugins.ml2.plugin [None req-053ba80d-cfee-4948-90d7-e43a7228b2c7 - - - - - -] Attempt 2 to bind port a47764f0-278e-47df-a9a7-5d3427654d22 2026-05-28 16:31:13.888 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 68ba5703-6319-4002-aa87-e8b792486cb0 2026-05-28 16:31:14.173 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port a47764f0-278e-47df-a9a7-5d3427654d22 2026-05-28 16:31:15.584 16 INFO neutron.plugins.ml2.plugin [None req-37e5695c-c391-448c-ae46-480a7f85ca62 - - - - - -] Attempt 1 to provision port b1674158-226e-4ec4-aba3-f5bb9855b9c9 2026-05-28 16:31:15.631 16 INFO neutron.plugins.ml2.plugin [None req-37e5695c-c391-448c-ae46-480a7f85ca62 - - - - - -] Attempt 1 to provision port a47764f0-278e-47df-a9a7-5d3427654d22 2026-05-28 16:31:15.680 16 INFO neutron.plugins.ml2.plugin [None req-37e5695c-c391-448c-ae46-480a7f85ca62 - - - - - -] Attempt 1 to provision port 68ba5703-6319-4002-aa87-e8b792486cb0 2026-05-28 16:31:15.898 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 68ba5703-6319-4002-aa87-e8b792486cb0 2026-05-28 16:31:16.154 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port a47764f0-278e-47df-a9a7-5d3427654d22 2026-05-28 16:31:25.859 16 INFO neutron.plugins.ml2.plugin [None req-d1e082cc-1129-4622-975c-8ad56c531de6 - - - - - -] Attempt 1 to provision port e2c15146-7016-4a00-b684-740bc13bca7d 2026-05-28 16:31:28.047 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port d3f7de19-2131-4b9b-9021-b0d168668a24 2026-05-28 16:31:28.485 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port dcec3588-d7e2-489e-92a4-9842e1630d2d 2026-05-28 16:31:28.814 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port cfd703f3-8b62-4cc6-b438-a87888b35175 2026-05-28 16:31:29.902 13 INFO neutron.plugins.ml2.plugin [None req-1df09e30-f7db-46dc-8189-c09c12aadbad - - - - - -] Attempt 1 to provision port cfd703f3-8b62-4cc6-b438-a87888b35175 2026-05-28 16:31:29.957 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port d3f7de19-2131-4b9b-9021-b0d168668a24 2026-05-28 16:31:30.195 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port dcec3588-d7e2-489e-92a4-9842e1630d2d 2026-05-28 16:31:30.356 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port cfd703f3-8b62-4cc6-b438-a87888b35175 2026-05-28 16:31:31.993 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port e307af16-12d3-4141-82df-db38d8037ffe 2026-05-28 16:31:33.999 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port e307af16-12d3-4141-82df-db38d8037ffe 2026-05-28 16:31:34.808 16 INFO neutron.plugins.ml2.plugin [None req-b5c2506c-e22a-4d72-bce3-bab909687282 - - - - - -] Attempt 1 to provision port 468e64aa-4da4-41dd-b71e-dc7c5ab07fb0 2026-05-28 16:31:34.833 16 INFO neutron.plugins.ml2.plugin [None req-b5c2506c-e22a-4d72-bce3-bab909687282 - - - - - -] Attempt 1 to provision port e307af16-12d3-4141-82df-db38d8037ffe 2026-05-28 16:31:34.893 16 INFO neutron.plugins.ml2.plugin [None req-b5c2506c-e22a-4d72-bce3-bab909687282 - - - - - -] Attempt 1 to provision port 65134ff1-7365-4254-b4f5-5a8c1152311f 2026-05-28 16:31:34.917 16 INFO neutron.plugins.ml2.plugin [None req-b5c2506c-e22a-4d72-bce3-bab909687282 - - - - - -] Attempt 1 to provision port cfd703f3-8b62-4cc6-b438-a87888b35175 2026-05-28 16:31:34.966 16 INFO neutron.plugins.ml2.plugin [None req-b5c2506c-e22a-4d72-bce3-bab909687282 - - - - - -] Attempt 1 to provision port 130dcaa2-b9fb-4fda-931b-1c786b0d46d6 2026-05-28 16:31:38.239 13 INFO neutron.plugins.ml2.plugin [None req-3b9fe551-e250-47a2-872b-29c069b03ceb - - - - - -] Attempt 1 to provision port e307af16-12d3-4141-82df-db38d8037ffe 2026-05-28 16:31:38.344 13 INFO neutron.plugins.ml2.plugin [None req-3b9fe551-e250-47a2-872b-29c069b03ceb - - - - - -] Attempt 1 to provision port 65134ff1-7365-4254-b4f5-5a8c1152311f 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server [None req-3c468876-89c5-4ec8-b2fd-5ef64b79d237 - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 26824f2c-681d-4f5e-88e3-ff8cc01ebf5c: This subnet is being modified by another concurrent operation. 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server raise self.value 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server raise self.value 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server raise self.value 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server raise self.value 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server raise self.value 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server raise self.value 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-05-28 16:31:39.984 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-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server raise exception 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 26824f2c-681d-4f5e-88e3-ff8cc01ebf5c: This subnet is being modified by another concurrent operation. 2026-05-28 16:31:39.984 13 ERROR oslo_messaging.rpc.server 2026-05-28 16:31:42.644 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 5d07cef2-18a8-4474-995a-f56c18cf56ac 2026-05-28 16:31:42.762 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-6e5c7bea-4965-4b1a-aa23-36b7eee30133'] response: {'server_uuid': 'd8ce7a47-fcae-4215-835c-2881be245223', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5d07cef2-18a8-4474-995a-f56c18cf56ac', 'code': 200} 2026-05-28 16:31:44.793 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 5d07cef2-18a8-4474-995a-f56c18cf56ac 2026-05-28 16:31:45.004 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 5ed90f46-a25a-40f3-8260-4a51a391dd34 2026-05-28 16:31:45.221 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f34676d-1013-4209-9766-5e54e31d5371'] response: {'server_uuid': '8b461fc7-289d-4589-83c1-e4242f233a62', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5ed90f46-a25a-40f3-8260-4a51a391dd34', 'code': 200} 2026-05-28 16:31:46.276 13 INFO neutron.plugins.ml2.plugin [None req-735ec2a1-aced-4b61-91cf-a9e92193a168 - - - - - -] Attempt 1 to provision port 5d07cef2-18a8-4474-995a-f56c18cf56ac 2026-05-28 16:31:46.330 13 INFO neutron.plugins.ml2.plugin [None req-735ec2a1-aced-4b61-91cf-a9e92193a168 - - - - - -] Attempt 1 to provision port 5ed90f46-a25a-40f3-8260-4a51a391dd34 2026-05-28 16:31:46.376 13 INFO neutron.plugins.ml2.plugin [None req-735ec2a1-aced-4b61-91cf-a9e92193a168 - - - - - -] Attempt 1 to provision port 65134ff1-7365-4254-b4f5-5a8c1152311f 2026-05-28 16:31:46.480 13 INFO neutron.plugins.ml2.plugin [None req-735ec2a1-aced-4b61-91cf-a9e92193a168 - - - - - -] Attempt 1 to provision port 130dcaa2-b9fb-4fda-931b-1c786b0d46d6 2026-05-28 16:31:46.800 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 65134ff1-7365-4254-b4f5-5a8c1152311f 2026-05-28 16:31:46.961 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 5ed90f46-a25a-40f3-8260-4a51a391dd34 2026-05-28 16:31:47.163 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port e2c15146-7016-4a00-b684-740bc13bca7d 2026-05-28 16:31:48.737 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 130dcaa2-b9fb-4fda-931b-1c786b0d46d6 2026-05-28 16:31:49.138 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port e2c15146-7016-4a00-b684-740bc13bca7d 2026-05-28 16:31:50.688 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 468e64aa-4da4-41dd-b71e-dc7c5ab07fb0 2026-05-28 16:31:50.951 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 130dcaa2-b9fb-4fda-931b-1c786b0d46d6 2026-05-28 16:31:52.671 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 468e64aa-4da4-41dd-b71e-dc7c5ab07fb0 2026-05-28 16:32:23.262 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 8a335878-124e-4934-ab85-11ec2dd918e4 2026-05-28 16:32:23.646 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d6f5e1b-00a3-4b3c-a897-9fa177edc9ac'] response: {'server_uuid': 'e4d34e71-da3f-4d9e-b176-7933a3d8897b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8a335878-124e-4934-ab85-11ec2dd918e4', 'code': 200} 2026-05-28 16:32:24.691 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 8a335878-124e-4934-ab85-11ec2dd918e4 2026-05-28 16:32:30.856 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port f1cc34b8-7a96-4314-9822-25e577b4f8ce 2026-05-28 16:32:31.198 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port fe46d0f8-b921-4a0d-a569-3aaf6a990fbf 2026-05-28 16:32:32.709 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port f1cc34b8-7a96-4314-9822-25e577b4f8ce 2026-05-28 16:32:32.895 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port fe46d0f8-b921-4a0d-a569-3aaf6a990fbf 2026-05-28 16:32:33.799 16 INFO neutron.plugins.ml2.plugin [None req-618db4b8-8b0a-4c7f-b6ae-02534822400e - - - - - -] Attempt 1 to provision port 6af74d1a-d630-48c8-9c24-e78f476fd039 2026-05-28 16:32:33.829 16 INFO neutron.plugins.ml2.plugin [None req-618db4b8-8b0a-4c7f-b6ae-02534822400e - - - - - -] Attempt 1 to provision port f1cc34b8-7a96-4314-9822-25e577b4f8ce 2026-05-28 16:32:37.234 16 INFO neutron.plugins.ml2.plugin [None req-208b21f6-bedf-4452-b0fe-ab7738fecba4 - - - - - -] Attempt 1 to provision port 22a13b13-9dc9-4b9f-9c9b-e892a3dc1422 2026-05-28 16:32:37.258 16 INFO neutron.plugins.ml2.plugin [None req-208b21f6-bedf-4452-b0fe-ab7738fecba4 - - - - - -] Attempt 1 to provision port f1cc34b8-7a96-4314-9822-25e577b4f8ce 2026-05-28 16:32:38.444 16 INFO neutron.plugins.ml2.plugin [None req-d8c594e6-f360-4563-81c8-a3e5fd92672d - - - - - -] Attempt 1 to provision port 22a13b13-9dc9-4b9f-9c9b-e892a3dc1422 2026-05-28 16:32:43.770 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 489ae45f-f123-43bd-be42-5624c3285984 2026-05-28 16:32:43.898 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-0bf928db-445d-439c-a4d1-9e19e2716e38'] response: {'server_uuid': '391bc2ca-444a-4fd9-a9bc-03790a967abb', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '489ae45f-f123-43bd-be42-5624c3285984', 'code': 200} 2026-05-28 16:32:44.676 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 489ae45f-f123-43bd-be42-5624c3285984 2026-05-28 16:32:49.031 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 6af74d1a-d630-48c8-9c24-e78f476fd039 2026-05-28 16:32:49.277 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 22a13b13-9dc9-4b9f-9c9b-e892a3dc1422 2026-05-28 16:32:50.945 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 6af74d1a-d630-48c8-9c24-e78f476fd039 2026-05-28 16:32:51.119 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 22a13b13-9dc9-4b9f-9c9b-e892a3dc1422 2026-05-28 16:33:05.119 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port bb9e0106-d6ea-4b1f-a9b9-7f547f3bcd02 2026-05-28 16:33:05.216 13 INFO neutron.plugins.ml2.plugin [None req-de500ddd-72a0-4838-b64b-94706af0ef8a - - - - - -] Attempt 1 to provision port bb9e0106-d6ea-4b1f-a9b9-7f547f3bcd02 2026-05-28 16:33:06.920 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port bb9e0106-d6ea-4b1f-a9b9-7f547f3bcd02 2026-05-28 16:33:08.974 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 7e87bc81-a378-4cab-bfb9-4ffab3197f2b 2026-05-28 16:33:09.306 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port bb9e0106-d6ea-4b1f-a9b9-7f547f3bcd02 2026-05-28 16:33:10.574 13 INFO neutron.plugins.ml2.plugin [None req-14fc92fe-2fc9-4155-841c-e950770ec68e - - - - - -] Attempt 1 to provision port bb9e0106-d6ea-4b1f-a9b9-7f547f3bcd02 2026-05-28 16:33:10.842 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 7e87bc81-a378-4cab-bfb9-4ffab3197f2b 2026-05-28 16:33:12.907 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 97d11cd3-fccf-453d-bd7f-07d40aba8c90 2026-05-28 16:33:14.893 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 97d11cd3-fccf-453d-bd7f-07d40aba8c90 2026-05-28 16:33:16.899 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 9df38409-00d3-46fe-a46e-994fec66720d 2026-05-28 16:33:17.193 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port a2d69a01-f98a-4c9b-bdf9-4fd81a34621d 2026-05-28 16:33:19.045 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port ff2be0ea-d94f-4cd6-b584-39d2c0faa88e 2026-05-28 16:33:19.458 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port a2d69a01-f98a-4c9b-bdf9-4fd81a34621d 2026-05-28 16:33:19.672 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 9df38409-00d3-46fe-a46e-994fec66720d 2026-05-28 16:33:20.891 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port ff2be0ea-d94f-4cd6-b584-39d2c0faa88e 2026-05-28 16:33:23.438 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port a2302e20-3903-4a8f-a0c1-78c40bf6eec0 2026-05-28 16:33:23.536 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-93b23e08-ebe9-4dec-8572-af4bb452db60'] response: {'server_uuid': 'b2780b1a-0fd5-445d-9620-4dd3f4e2a1b0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a2302e20-3903-4a8f-a0c1-78c40bf6eec0', 'code': 200} 2026-05-28 16:33:23.797 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 0ad596c7-9b36-4054-b4f0-6c186c7cb6b3 2026-05-28 16:33:24.917 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 0ad596c7-9b36-4054-b4f0-6c186c7cb6b3 2026-05-28 16:33:25.059 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port a2302e20-3903-4a8f-a0c1-78c40bf6eec0 2026-05-28 16:33:25.842 16 INFO neutron.plugins.ml2.plugin [None req-c45e7baf-e70c-43f8-9ff7-2943d243b64e - - - - - -] Attempt 1 to provision port 0ad596c7-9b36-4054-b4f0-6c186c7cb6b3 2026-05-28 16:33:25.899 16 INFO neutron.plugins.ml2.plugin [None req-c45e7baf-e70c-43f8-9ff7-2943d243b64e - - - - - -] Attempt 1 to provision port aa05fde5-3f17-4106-b68e-013083578c3a 2026-05-28 16:33:25.920 16 INFO neutron.plugins.ml2.plugin [None req-c45e7baf-e70c-43f8-9ff7-2943d243b64e - - - - - -] Attempt 1 to provision port ff2be0ea-d94f-4cd6-b584-39d2c0faa88e 2026-05-28 16:33:25.961 16 INFO neutron.plugins.ml2.plugin [None req-c45e7baf-e70c-43f8-9ff7-2943d243b64e - - - - - -] Attempt 1 to provision port 98f5371a-183d-4e5f-9898-8da132795642 2026-05-28 16:33:25.978 16 INFO neutron.plugins.ml2.plugin [None req-c45e7baf-e70c-43f8-9ff7-2943d243b64e - - - - - -] Attempt 1 to provision port b4828005-7ff0-459d-aadc-5d54580343a4 2026-05-28 16:33:25.998 16 INFO neutron.plugins.ml2.plugin [None req-c45e7baf-e70c-43f8-9ff7-2943d243b64e - - - - - -] Attempt 1 to provision port a2d69a01-f98a-4c9b-bdf9-4fd81a34621d 2026-05-28 16:33:26.047 16 INFO neutron.plugins.ml2.plugin [None req-c45e7baf-e70c-43f8-9ff7-2943d243b64e - - - - - -] Attempt 1 to provision port 8642b336-15d1-4e06-ba89-c7c9504f2d4f 2026-05-28 16:33:26.068 16 INFO neutron.plugins.ml2.plugin [None req-c45e7baf-e70c-43f8-9ff7-2943d243b64e - - - - - -] Attempt 1 to provision port bb9e0106-d6ea-4b1f-a9b9-7f547f3bcd02 2026-05-28 16:33:28.925 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 8642b336-15d1-4e06-ba89-c7c9504f2d4f 2026-05-28 16:33:29.197 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 0f2f32d4-0cc1-4a09-a0fb-405ca7bdc936 2026-05-28 16:33:29.449 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port aa05fde5-3f17-4106-b68e-013083578c3a 2026-05-28 16:33:29.707 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 98f5371a-183d-4e5f-9898-8da132795642 2026-05-28 16:33:32.124 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 8642b336-15d1-4e06-ba89-c7c9504f2d4f 2026-05-28 16:33:32.362 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 0f2f32d4-0cc1-4a09-a0fb-405ca7bdc936 2026-05-28 16:33:32.478 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port d588e113-4524-4b3f-a450-f6893fd05d7f 2026-05-28 16:33:32.572 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2c4a012-2194-4d49-8493-eafaabfe0ef9'] response: {'server_uuid': 'f2cd5685-6487-48a4-a4c9-9f2538ce37b0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd588e113-4524-4b3f-a450-f6893fd05d7f', 'code': 200} 2026-05-28 16:33:32.825 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port aa05fde5-3f17-4106-b68e-013083578c3a 2026-05-28 16:33:33.058 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 98f5371a-183d-4e5f-9898-8da132795642 2026-05-28 16:33:33.796 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port b4828005-7ff0-459d-aadc-5d54580343a4 2026-05-28 16:33:34.027 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port d588e113-4524-4b3f-a450-f6893fd05d7f 2026-05-28 16:33:34.205 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 032f5373-ffb5-4ab6-bde8-13c131d90d6f 2026-05-28 16:33:34.957 13 INFO neutron.plugins.ml2.plugin [None req-5b9d795a-95ce-4452-9750-0eb29d43131b - - - - - -] Attempt 1 to provision port 0ad596c7-9b36-4054-b4f0-6c186c7cb6b3 2026-05-28 16:33:35.014 13 INFO neutron.plugins.ml2.plugin [None req-5b9d795a-95ce-4452-9750-0eb29d43131b - - - - - -] Attempt 1 to provision port ff2be0ea-d94f-4cd6-b584-39d2c0faa88e 2026-05-28 16:33:35.060 13 INFO neutron.plugins.ml2.plugin [None req-5b9d795a-95ce-4452-9750-0eb29d43131b - - - - - -] Attempt 1 to provision port 032f5373-ffb5-4ab6-bde8-13c131d90d6f 2026-05-28 16:33:35.114 13 INFO neutron.plugins.ml2.plugin [None req-5b9d795a-95ce-4452-9750-0eb29d43131b - - - - - -] Attempt 1 to provision port 98f5371a-183d-4e5f-9898-8da132795642 2026-05-28 16:33:35.180 13 INFO neutron.plugins.ml2.plugin [None req-5b9d795a-95ce-4452-9750-0eb29d43131b - - - - - -] Attempt 1 to provision port 0f2f32d4-0cc1-4a09-a0fb-405ca7bdc936 2026-05-28 16:33:35.231 13 INFO neutron.plugins.ml2.plugin [None req-5b9d795a-95ce-4452-9750-0eb29d43131b - - - - - -] Attempt 1 to provision port f6d8036d-8d0d-48c2-b918-05380436df92 2026-05-28 16:33:35.381 13 INFO neutron.plugins.ml2.plugin [None req-5b9d795a-95ce-4452-9750-0eb29d43131b - - - - - -] Attempt 1 to provision port b4828005-7ff0-459d-aadc-5d54580343a4 2026-05-28 16:33:35.428 13 INFO neutron.plugins.ml2.plugin [None req-5b9d795a-95ce-4452-9750-0eb29d43131b - - - - - -] Attempt 1 to provision port a2d69a01-f98a-4c9b-bdf9-4fd81a34621d 2026-05-28 16:33:35.473 13 INFO neutron.plugins.ml2.plugin [None req-5b9d795a-95ce-4452-9750-0eb29d43131b - - - - - -] Attempt 1 to provision port 8642b336-15d1-4e06-ba89-c7c9504f2d4f 2026-05-28 16:33:35.508 13 INFO neutron.plugins.ml2.plugin [None req-5b9d795a-95ce-4452-9750-0eb29d43131b - - - - - -] Attempt 1 to provision port d588e113-4524-4b3f-a450-f6893fd05d7f 2026-05-28 16:33:35.553 13 INFO neutron.plugins.ml2.plugin [None req-5b9d795a-95ce-4452-9750-0eb29d43131b - - - - - -] Attempt 1 to provision port a2302e20-3903-4a8f-a0c1-78c40bf6eec0 2026-05-28 16:33:35.823 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port b4828005-7ff0-459d-aadc-5d54580343a4 2026-05-28 16:33:36.199 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port f6d8036d-8d0d-48c2-b918-05380436df92 2026-05-28 16:33:36.425 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 637f4205-f37c-4685-bf4e-375d8e5c2dfd 2026-05-28 16:33:36.808 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 032f5373-ffb5-4ab6-bde8-13c131d90d6f 2026-05-28 16:33:37.743 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 637f4205-f37c-4685-bf4e-375d8e5c2dfd 2026-05-28 16:33:39.775 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port b746025b-5f3d-46a4-86fa-0477f111bf87 2026-05-28 16:33:39.864 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5fbab4a-d37d-406d-8386-f737c57ae5c5'] response: {'server_uuid': 'a2fcaaf1-2a42-4ad9-a56b-0207c228a681', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b746025b-5f3d-46a4-86fa-0477f111bf87', 'code': 200} 2026-05-28 16:33:41.729 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port b746025b-5f3d-46a4-86fa-0477f111bf87 2026-05-28 16:33:42.210 13 INFO neutron.plugins.ml2.plugin [None req-733e9b3b-1a18-4f94-9731-9e6d673b10a0 - - - - - -] Attempt 1 to provision port aa05fde5-3f17-4106-b68e-013083578c3a 2026-05-28 16:33:42.276 13 INFO neutron.plugins.ml2.plugin [None req-733e9b3b-1a18-4f94-9731-9e6d673b10a0 - - - - - -] Attempt 1 to provision port ff2be0ea-d94f-4cd6-b584-39d2c0faa88e 2026-05-28 16:33:42.327 13 INFO neutron.plugins.ml2.plugin [None req-733e9b3b-1a18-4f94-9731-9e6d673b10a0 - - - - - -] Attempt 1 to provision port b746025b-5f3d-46a4-86fa-0477f111bf87 2026-05-28 16:33:42.372 13 INFO neutron.plugins.ml2.plugin [None req-733e9b3b-1a18-4f94-9731-9e6d673b10a0 - - - - - -] Attempt 1 to provision port 98f5371a-183d-4e5f-9898-8da132795642 2026-05-28 16:33:42.437 13 INFO neutron.plugins.ml2.plugin [None req-733e9b3b-1a18-4f94-9731-9e6d673b10a0 - - - - - -] Attempt 1 to provision port a2d69a01-f98a-4c9b-bdf9-4fd81a34621d 2026-05-28 16:33:42.531 13 INFO neutron.plugins.ml2.plugin [None req-733e9b3b-1a18-4f94-9731-9e6d673b10a0 - - - - - -] Attempt 1 to provision port 8642b336-15d1-4e06-ba89-c7c9504f2d4f 2026-05-28 16:33:42.588 13 INFO neutron.plugins.ml2.plugin [None req-733e9b3b-1a18-4f94-9731-9e6d673b10a0 - - - - - -] Attempt 1 to provision port a2302e20-3903-4a8f-a0c1-78c40bf6eec0 2026-05-28 16:33:45.754 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 5143fd35-bb2c-48df-afba-92f94e45d66b 2026-05-28 16:33:47.718 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 5143fd35-bb2c-48df-afba-92f94e45d66b 2026-05-28 16:33:52.815 13 INFO neutron.plugins.ml2.plugin [None req-79f0d2f1-f5a7-4f3d-aa29-e4d244b57606 - - - - - -] Attempt 1 to provision port 637f4205-f37c-4685-bf4e-375d8e5c2dfd 2026-05-28 16:33:52.868 13 INFO neutron.plugins.ml2.plugin [None req-79f0d2f1-f5a7-4f3d-aa29-e4d244b57606 - - - - - -] Attempt 1 to provision port 5143fd35-bb2c-48df-afba-92f94e45d66b 2026-05-28 16:33:52.946 13 INFO neutron.plugins.ml2.plugin [None req-79f0d2f1-f5a7-4f3d-aa29-e4d244b57606 - - - - - -] Attempt 1 to provision port 8642b336-15d1-4e06-ba89-c7c9504f2d4f 2026-05-28 16:33:52.992 13 INFO neutron.plugins.ml2.plugin [None req-79f0d2f1-f5a7-4f3d-aa29-e4d244b57606 - - - - - -] Attempt 1 to provision port b4828005-7ff0-459d-aadc-5d54580343a4 2026-05-28 16:33:53.048 13 INFO neutron.plugins.ml2.plugin [None req-79f0d2f1-f5a7-4f3d-aa29-e4d244b57606 - - - - - -] Attempt 1 to provision port a2302e20-3903-4a8f-a0c1-78c40bf6eec0 2026-05-28 16:33:55.547 13 INFO neutron.plugins.ml2.plugin [None req-cd53b5b1-9f4f-49e4-b09e-ea3b7bc67b6f - - - - - -] Attempt 1 to provision port 637f4205-f37c-4685-bf4e-375d8e5c2dfd 2026-05-28 16:33:55.602 13 INFO neutron.plugins.ml2.plugin [None req-cd53b5b1-9f4f-49e4-b09e-ea3b7bc67b6f - - - - - -] Attempt 1 to provision port b746025b-5f3d-46a4-86fa-0477f111bf87 2026-05-28 16:34:08.637 13 INFO neutron.plugins.ml2.plugin [None req-240b98df-d4e2-4179-8ff7-7b77fa8767f2 - - - - - -] Attempt 1 to provision port 3dad80f3-f386-4ab4-8ea7-766b63d2e5c9 2026-05-28 16:34:30.307 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 18d978a5-7a74-4ab6-8ff6-00617f32422b 2026-05-28 16:34:30.419 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ea133db-0414-4570-9432-c8642f213b91'] response: {'server_uuid': 'd93349fd-802c-4cf8-894e-850c3aa81f25', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '18d978a5-7a74-4ab6-8ff6-00617f32422b', 'code': 200} 2026-05-28 16:34:31.804 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 18d978a5-7a74-4ab6-8ff6-00617f32422b 2026-05-28 16:35:10.758 16 INFO neutron.plugins.ml2.plugin [None req-277a4066-92ee-423a-a0c3-9084668f6072 - - - - - -] Attempt 1 to provision port ca826d20-004a-472b-9053-638c7f5de96b 2026-05-28 16:35:15.777 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port ca826d20-004a-472b-9053-638c7f5de96b 2026-05-28 16:35:15.900 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2314099-5914-4c59-99af-7fe27668dd56'] response: {'server_uuid': 'd93349fd-802c-4cf8-894e-850c3aa81f25', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ca826d20-004a-472b-9053-638c7f5de96b', 'code': 200} 2026-05-28 16:35:17.748 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port ca826d20-004a-472b-9053-638c7f5de96b 2026-05-28 16:35:20.259 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port ca826d20-004a-472b-9053-638c7f5de96b 2026-05-28 16:35:43.764 16 INFO neutron.plugins.ml2.plugin [None req-edc5fc62-62e3-4dfa-a697-d4cd5a4db031 - - - - - -] Attempt 1 to provision port dc1688c7-8017-418e-9fa3-0ebbdb88e9b1 2026-05-28 16:35:51.375 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port dc1688c7-8017-418e-9fa3-0ebbdb88e9b1 2026-05-28 16:35:51.509 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-01fd21dc-4610-436e-bf72-ebf854455017'] response: {'server_uuid': 'd93349fd-802c-4cf8-894e-850c3aa81f25', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'dc1688c7-8017-418e-9fa3-0ebbdb88e9b1', 'code': 200} 2026-05-28 16:35:51.992 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port dc1688c7-8017-418e-9fa3-0ebbdb88e9b1 2026-05-28 16:35:59.969 13 INFO neutron.plugins.ml2.plugin [None req-51617874-d65e-424d-bac0-3c770a31b567 - - - - - -] Attempt 1 to provision port 30aacf93-03a2-48bd-bb6a-20602822b32c 2026-05-28 16:36:06.004 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 30aacf93-03a2-48bd-bb6a-20602822b32c 2026-05-28 16:36:06.107 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e75b91e-2ab7-45ce-95af-518c2f80da4b'] response: {'server_uuid': 'd93349fd-802c-4cf8-894e-850c3aa81f25', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '30aacf93-03a2-48bd-bb6a-20602822b32c', 'code': 200} 2026-05-28 16:36:07.994 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 30aacf93-03a2-48bd-bb6a-20602822b32c 2026-05-28 16:36:09.842 13 INFO neutron.plugins.ml2.plugin [None req-b6acd9a6-f49f-46e2-a7bb-70531240e229 - - - - - -] Attempt 1 to provision port dc1688c7-8017-418e-9fa3-0ebbdb88e9b1 2026-05-28 16:36:10.061 16 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port dc1688c7-8017-418e-9fa3-0ebbdb88e9b1 2026-05-28 16:36:23.589 16 INFO neutron.plugins.ml2.plugin [None req-628bd61a-08f3-4ead-9fe6-96d64cf8a2c4 - - - - - -] Attempt 1 to provision port 30aacf93-03a2-48bd-bb6a-20602822b32c 2026-05-28 16:36:24.096 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port 30aacf93-03a2-48bd-bb6a-20602822b32c 2026-05-28 16:36:24.938 13 INFO neutron.plugins.ml2.plugin [None req-386c64bb-6ee7-4ae6-a679-21069553c88d - - - - - -] Attempt 1 to provision port 30aacf93-03a2-48bd-bb6a-20602822b32c 2026-05-28 16:36:34.037 13 INFO neutron.plugins.ml2.plugin [None req-c26b2da6-6001-44f0-8eb5-3658548ca161 - - - - - -] Attempt 1 to provision port dc1688c7-8017-418e-9fa3-0ebbdb88e9b1 2026-05-28 16:36:34.240 16 INFO neutron.plugins.ml2.plugin [None req-a1d0f73d-9588-46ac-b9e2-b0ad9c518bab - - - - - -] Attempt 1 to provision port dc1688c7-8017-418e-9fa3-0ebbdb88e9b1