+ 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-03-19 07:53:29.392 1 INFO neutron.common.config [-] Logging enabled! 2026-03-19 07:53:29.392 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 27.0.2.dev36 2026-03-19 07:53:29.392 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-03-19 07:53:29.393 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-19 07:53:30.801 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-19 07:53:30.803 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-19 07:53:30.806 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-19 07:53:30.807 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-19 07:53:30.807 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-19 07:53:30.807 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-19 07:53:30.807 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-19 07:53:30.813 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-19 07:53:30.813 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-19 07:53:30.814 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-19 07:53:30.832 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-19 07:53:30.833 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-19 07:53:30.833 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-19 07:53:30.851 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-19 07:53:30.851 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-19 07:53:30.851 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-19 07:53:30.851 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-19 07:53:31.122 1 INFO neutron.plugins.ml2.managers [None req-80a12c43-f4f9-43a7-9e1f-5074a5e4768f - - - - - -] Initializing driver for type 'vlan' 2026-03-19 07:53:31.270 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-80a12c43-f4f9-43a7-9e1f-5074a5e4768f - - - - - -] VlanTypeDriver initialization complete 2026-03-19 07:53:31.270 1 INFO neutron.plugins.ml2.managers [None req-80a12c43-f4f9-43a7-9e1f-5074a5e4768f - - - - - -] Initializing driver for type 'vxlan' 2026-03-19 07:53:31.270 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-80a12c43-f4f9-43a7-9e1f-5074a5e4768f - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-19 07:53:31.329 1 INFO neutron.plugins.ml2.managers [None req-80a12c43-f4f9-43a7-9e1f-5074a5e4768f - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-19 07:53:31.330 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-80a12c43-f4f9-43a7-9e1f-5074a5e4768f - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-19 07:53:31.330 1 INFO neutron.plugins.ml2.managers [None req-80a12c43-f4f9-43a7-9e1f-5074a5e4768f - - - - - -] Initializing extension driver 'port_security' 2026-03-19 07:53:31.330 1 INFO neutron.plugins.ml2.extensions.port_security [None req-80a12c43-f4f9-43a7-9e1f-5074a5e4768f - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-19 07:53:31.330 1 INFO neutron.plugins.ml2.managers [None req-80a12c43-f4f9-43a7-9e1f-5074a5e4768f - - - - - -] Initializing extension driver 'qos' 2026-03-19 07:53:31.330 1 INFO neutron.plugins.ml2.managers [None req-80a12c43-f4f9-43a7-9e1f-5074a5e4768f - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-19 07:53:31.330 1 INFO neutron.plugins.ml2.managers [None req-80a12c43-f4f9-43a7-9e1f-5074a5e4768f - - - - - -] Initializing mechanism driver 'l2population' 2026-03-19 07:53:31.345 1 INFO neutron.quota [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded quota_driver: . 2026-03-19 07:53:31.345 1 INFO neutron.plugins.ml2.plugin [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Modular L2 Plugin initialization complete 2026-03-19 07:53:31.345 1 INFO neutron.plugins.ml2.managers [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-19 07:53:31.345 1 INFO neutron.plugins.ml2.managers [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-19 07:53:31.345 1 INFO neutron.plugins.ml2.managers [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Got port-security extension from driver 'port_security' 2026-03-19 07:53:31.346 1 INFO neutron.manager [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loading Plugin: qos 2026-03-19 07:53:31.356 1 INFO neutron.manager [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loading Plugin: router 2026-03-19 07:53:31.390 1 INFO neutron.services.service_base [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-19 07:53:31.391 1 INFO neutron.manager [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loading Plugin: segments 2026-03-19 07:53:31.455 1 INFO neutron.manager [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loading Plugin: trunk 2026-03-19 07:53:31.468 1 INFO neutron.manager [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loading Plugin: vpnaas 2026-03-19 07:53:31.499 1 WARNING stevedore.named [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-19 07:53:31.581 1 INFO neutron_vpnaas.services.vpn.plugin [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-19 07:53:31.581 1 INFO neutron.common.utils [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-19 07:53:31.582 1 INFO neutron.manager [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loading Plugin: taas 2026-03-19 07:53:31.603 1 WARNING stevedore.named [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-19 07:53:31.603 1 WARNING stevedore.named [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-19 07:53:31.629 1 INFO neutron_taas.services.taas.taas_plugin [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-19 07:53:31.629 1 INFO neutron.manager [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loading Plugin: tapmirror 2026-03-19 07:53:31.641 1 WARNING stevedore.named [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-19 07:53:31.641 1 WARNING stevedore.named [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-19 07:53:31.655 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-19 07:53:31.656 1 INFO neutron.manager [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loading Plugin: auto_allocate 2026-03-19 07:53:31.663 1 INFO neutron.manager [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loading Plugin: tag 2026-03-19 07:53:31.671 1 INFO neutron.manager [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loading Plugin: timestamp 2026-03-19 07:53:31.674 1 INFO neutron.manager [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loading Plugin: network_ip_availability 2026-03-19 07:53:31.677 1 INFO neutron.manager [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loading Plugin: flavors 2026-03-19 07:53:31.680 1 INFO neutron.manager [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loading Plugin: revisions 2026-03-19 07:53:31.683 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Initializing extension manager. 2026-03-19 07:53:31.684 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: address-group 2026-03-19 07:53:31.685 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: address-scope 2026-03-19 07:53:31.685 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-19 07:53:31.686 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: agent 2026-03-19 07:53:31.686 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: agent-resources-synced 2026-03-19 07:53:31.687 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: allowed-address-pairs 2026-03-19 07:53:31.688 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: auto-allocated-topology 2026-03-19 07:53:31.690 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: availability_zone 2026-03-19 07:53:31.690 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: availability_zone_filter 2026-03-19 07:53:31.690 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-19 07:53:31.691 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: default-subnetpools 2026-03-19 07:53:31.692 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-19 07:53:31.692 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: dns-integration 2026-03-19 07:53:31.693 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: dns-domain-ports 2026-03-19 07:53:31.693 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-19 07:53:31.694 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: dvr 2026-03-19 07:53:31.694 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-19 07:53:31.695 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: empty-string-filtering 2026-03-19 07:53:31.695 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-19 07:53:31.695 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-19 07:53:31.696 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: external-net 2026-03-19 07:53:31.696 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-19 07:53:31.697 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: extraroute 2026-03-19 07:53:31.697 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: extraroute-atomic 2026-03-19 07:53:31.698 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-19 07:53:31.698 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-19 07:53:31.699 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-19 07:53:31.700 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-19 07:53:31.700 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: fip-port-details 2026-03-19 07:53:31.701 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: flavors 2026-03-19 07:53:31.702 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-19 07:53:31.702 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: floatingip-pools 2026-03-19 07:53:31.703 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: ip_allocation 2026-03-19 07:53:31.703 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: ip-substring-filtering 2026-03-19 07:53:31.704 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: l2_adjacency 2026-03-19 07:53:31.704 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: router 2026-03-19 07:53:31.706 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-19 07:53:31.706 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-19 07:53:31.707 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-19 07:53:31.707 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: ext-gw-mode 2026-03-19 07:53:31.708 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: l3-ha 2026-03-19 07:53:31.709 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-19 07:53:31.710 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-19 07:53:31.710 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: l3-flavors 2026-03-19 07:53:31.711 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-19 07:53:31.712 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-19 07:53:31.714 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-19 07:53:31.715 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-19 07:53:31.716 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-19 07:53:31.717 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-19 07:53:31.718 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-19 07:53:31.718 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: multi-provider 2026-03-19 07:53:31.719 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: net-mtu 2026-03-19 07:53:31.719 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: net-mtu-writable 2026-03-19 07:53:31.720 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: network_availability_zone 2026-03-19 07:53:31.720 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: network_ha 2026-03-19 07:53:31.721 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: network-ip-availability 2026-03-19 07:53:31.722 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-19 07:53:31.722 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: pagination 2026-03-19 07:53:31.723 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: port-device-profile 2026-03-19 07:53:31.723 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-19 07:53:31.724 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-19 07:53:31.724 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-19 07:53:31.724 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: port-mac-override 2026-03-19 07:53:31.725 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-19 07:53:31.725 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-19 07:53:31.726 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-19 07:53:31.726 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: port-resource-request 2026-03-19 07:53:31.726 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: port-resource-request-groups 2026-03-19 07:53:31.727 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-19 07:53:31.727 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: binding 2026-03-19 07:53:31.728 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: binding-extended 2026-03-19 07:53:31.728 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: port-security 2026-03-19 07:53:31.729 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: project-id 2026-03-19 07:53:31.729 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: provider 2026-03-19 07:53:31.730 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-19 07:53:31.732 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: qos 2026-03-19 07:53:31.733 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-19 07:53:31.733 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-19 07:53:31.733 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: qos-default 2026-03-19 07:53:31.734 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: qos-fip 2026-03-19 07:53:31.734 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-19 07:53:31.735 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: qos-gateway-ip 2026-03-19 07:53:31.735 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: qos-port-network-policy 2026-03-19 07:53:31.736 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: qos-pps-minimum 2026-03-19 07:53:31.736 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-19 07:53:31.737 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: qos-pps 2026-03-19 07:53:31.737 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: qos-rule-type-details 2026-03-19 07:53:31.737 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-19 07:53:31.738 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: qos-rules-alias 2026-03-19 07:53:31.738 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: quota-check-limit 2026-03-19 07:53:31.739 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: quota-check-limit-default 2026-03-19 07:53:31.741 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: quotas 2026-03-19 07:53:31.744 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: quota_details 2026-03-19 07:53:31.745 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: rbac-policies 2026-03-19 07:53:31.745 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: rbac-address-group 2026-03-19 07:53:31.746 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: rbac-address-scope 2026-03-19 07:53:31.746 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: rbac-security-groups 2026-03-19 07:53:31.746 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: rbac-subnetpool 2026-03-19 07:53:31.747 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: revision-if-match 2026-03-19 07:53:31.748 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: standard-attr-revisions 2026-03-19 07:53:31.748 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: router_availability_zone 2026-03-19 07:53:31.749 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-19 07:53:31.751 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: security-groups-default-rules 2026-03-19 07:53:31.751 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-19 07:53:31.752 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-19 07:53:31.752 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-19 07:53:31.753 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-19 07:53:31.753 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-19 07:53:31.758 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: security-group 2026-03-19 07:53:31.759 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: segment 2026-03-19 07:53:31.759 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-19 07:53:31.760 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: service-type 2026-03-19 07:53:31.760 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: sorting 2026-03-19 07:53:31.761 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: standard-attr-segment 2026-03-19 07:53:31.761 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: standard-attr-description 2026-03-19 07:53:31.762 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: stateful-security-group 2026-03-19 07:53:31.762 1 WARNING neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-19 07:53:31.763 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-19 07:53:31.763 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: subnet-external-network 2026-03-19 07:53:31.764 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: subnet_onboard 2026-03-19 07:53:31.764 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-19 07:53:31.765 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: subnet-service-types 2026-03-19 07:53:31.765 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: subnet_allocation 2026-03-19 07:53:31.766 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-19 07:53:31.767 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: tag-creation 2026-03-19 07:53:31.767 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-19 07:53:31.772 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: standard-attr-tag 2026-03-19 07:53:31.772 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-19 07:53:31.773 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: trunk 2026-03-19 07:53:31.774 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: trunk-details 2026-03-19 07:53:31.774 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-19 07:53:31.775 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-19 07:53:31.775 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-19 07:53:31.776 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-19 07:53:31.777 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-19 07:53:31.778 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-19 07:53:31.779 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: vpn-flavors 2026-03-19 07:53:31.780 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: vpnaas 2026-03-19 07:53:31.781 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: taas 2026-03-19 07:53:31.782 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: tap-mirror 2026-03-19 07:53:31.782 1 INFO neutron.api.extensions [None req-16c9ceaf-9fa8-4406-8a36-eeb3cc92a808 - - - - - -] Loaded extension: taas-vlan-filter 2026-03-19 07:54:01.873 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-03-19 07:54:01.916 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-03-19 07:54:01.916 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-03-19 07:54:15.877 13 INFO neutron.db.l3_hamode_db [None req-38b7ea7b-5634-483a-ba22-80f04e98e821 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-19 07:54:31.471 16 INFO neutron.plugins.ml2.plugin [None req-14a587f9-82c8-41a2-9e66-3595f998286e - - - - - -] Attempt 1 to provision port 8ed702ea-d77c-4d31-9d67-1b14bf3119b3 2026-03-19 07:54:31.498 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 8ed702ea-d77c-4d31-9d67-1b14bf3119b3 2026-03-19 07:54:33.402 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 8ed702ea-d77c-4d31-9d67-1b14bf3119b3 2026-03-19 07:54:33.660 16 INFO neutron.plugins.ml2.plugin [None req-6e7f76e9-8d00-4174-bbf3-7fbb2014bf19 - - - - - -] Attempt 1 to provision port 8ed702ea-d77c-4d31-9d67-1b14bf3119b3 2026-03-19 07:59:07.434 13 INFO neutron.plugins.ml2.plugin [None req-4c295fe3-a660-42e0-918c-273468c075ff - - - - - -] Attempt 1 to provision port a1f6e7b2-cf99-4643-a493-a63d9314c4bc 2026-03-19 07:59:07.521 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port a1f6e7b2-cf99-4643-a493-a63d9314c4bc 2026-03-19 07:59:09.114 13 INFO neutron.plugins.ml2.plugin [None req-e587cf24-041b-4dbc-9daf-b40ff079b987 - - - - - -] Attempt 1 to provision port a1f6e7b2-cf99-4643-a493-a63d9314c4bc 2026-03-19 07:59:09.486 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port a1f6e7b2-cf99-4643-a493-a63d9314c4bc 2026-03-19 07:59:14.148 16 INFO neutron.plugins.ml2.plugin [None req-11d8c4b1-a794-42ab-873c-0de4134f5044 - - - - - -] Attempt 1 to provision port e268a686-c8c2-45db-bb11-df4939074d9b 2026-03-19 08:03:04.172 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port e268a686-c8c2-45db-bb11-df4939074d9b 2026-03-19 08:03:05.555 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port e268a686-c8c2-45db-bb11-df4939074d9b 2026-03-19 08:12:13.740 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port b032eced-718b-42f1-83d2-0c0a3125af7b 2026-03-19 08:12:15.705 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port b032eced-718b-42f1-83d2-0c0a3125af7b 2026-03-19 08:22:00.070 13 INFO neutron.plugins.ml2.plugin [None req-08e78b4f-135b-4a77-9175-a0a78f77ef46 - - - - - -] Attempt 1 to provision port e268a686-c8c2-45db-bb11-df4939074d9b 2026-03-19 08:22:00.117 13 INFO neutron.plugins.ml2.plugin [None req-08e78b4f-135b-4a77-9175-a0a78f77ef46 - - - - - -] Attempt 1 to provision port 8ed702ea-d77c-4d31-9d67-1b14bf3119b3 2026-03-19 08:22:00.167 13 INFO neutron.plugins.ml2.plugin [None req-08e78b4f-135b-4a77-9175-a0a78f77ef46 - - - - - -] Attempt 1 to provision port a1f6e7b2-cf99-4643-a493-a63d9314c4bc 2026-03-19 08:27:44.033 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 39eca9c2-8dc4-444b-8ff7-f091f0eb9171 2026-03-19 08:27:46.033 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 39eca9c2-8dc4-444b-8ff7-f091f0eb9171 2026-03-19 08:27:52.324 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port e3607b81-6b0e-4964-92c2-d94ce6dc5933 2026-03-19 08:27:52.834 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port e1e40dc4-17f0-4560-a56c-29ed1e7993be 2026-03-19 08:27:53.719 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 28b6dcce-5c74-47a6-8cd9-147b6c822780 2026-03-19 08:27:55.106 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port e3607b81-6b0e-4964-92c2-d94ce6dc5933 2026-03-19 08:27:55.380 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port e1e40dc4-17f0-4560-a56c-29ed1e7993be 2026-03-19 08:27:55.618 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 7e6466a1-7a94-4c3e-830a-5131f97ee106 2026-03-19 08:27:56.017 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 28b6dcce-5c74-47a6-8cd9-147b6c822780 2026-03-19 08:27:56.301 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 75bd3ad9-c116-41d0-a433-0b58188990f4 2026-03-19 08:27:57.315 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 7e6466a1-7a94-4c3e-830a-5131f97ee106 2026-03-19 08:27:57.522 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 75bd3ad9-c116-41d0-a433-0b58188990f4 2026-03-19 08:27:59.216 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 701ad29c-84e5-45c0-bb46-31f1eb7c760e 2026-03-19 08:28:02.371 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 701ad29c-84e5-45c0-bb46-31f1eb7c760e 2026-03-19 08:28:02.579 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 9299fc3a-ff65-473b-98ab-4d38ad37acb3 2026-03-19 08:28:02.959 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port c195a9cc-435e-4755-b250-d08408fc63f5 2026-03-19 08:28:03.067 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c60b2ac-2cb7-4756-bc11-8a4430784d65'] response: {'server_uuid': '00b3942f-dfdd-4bdf-8d51-b462afe2e66e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9299fc3a-ff65-473b-98ab-4d38ad37acb3', 'code': 200} 2026-03-19 08:28:04.703 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 9299fc3a-ff65-473b-98ab-4d38ad37acb3 2026-03-19 08:28:04.910 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port c195a9cc-435e-4755-b250-d08408fc63f5 2026-03-19 08:28:05.123 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-f6a4f1e4-7ebd-4239-9e53-643252147efd'] response: {'server_uuid': '9275e48e-5146-466d-b55a-be1f1f800ad2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c195a9cc-435e-4755-b250-d08408fc63f5', 'code': 200} 2026-03-19 08:28:05.167 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 978cebbb-429a-4385-a1c9-3889fead617a 2026-03-19 08:28:06.075 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 52fccf67-60e3-400b-9fdb-34f2fc6ec9f3 2026-03-19 08:28:06.422 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 978cebbb-429a-4385-a1c9-3889fead617a 2026-03-19 08:28:07.153 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a15077e-564a-45bd-b832-0ac42d767c4d'] response: {'server_uuid': '5a42abcd-ed0b-4db8-a9f3-64fc19b8d932', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '978cebbb-429a-4385-a1c9-3889fead617a', 'code': 200} 2026-03-19 08:28:07.813 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 52fccf67-60e3-400b-9fdb-34f2fc6ec9f3 2026-03-19 08:28:12.774 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f101b2d-7ac9-43a2-946a-db824d4efd03'] response: {'server_uuid': '5a42abcd-ed0b-4db8-a9f3-64fc19b8d932', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '978cebbb-429a-4385-a1c9-3889fead617a', 'code': 200} 2026-03-19 08:28:14.425 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 0fd3a49b-c7ee-4995-a9eb-80a2fea18be6 2026-03-19 08:28:14.529 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-d58b11af-6fa6-44c0-957d-f7b2ec3228e8'] response: {'server_uuid': '24ed8214-872d-4750-bf7e-d4a41367e27e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0fd3a49b-c7ee-4995-a9eb-80a2fea18be6', 'code': 200} 2026-03-19 08:28:14.795 13 INFO neutron.plugins.ml2.plugin [None req-a1a4f496-bb42-4938-af21-bf1eb6c82a3c - - - - - -] Attempt 1 to provision port 6f8a56b3-9e37-4981-abd0-e391e2ea030b 2026-03-19 08:28:14.830 13 INFO neutron.plugins.ml2.plugin [None req-a1a4f496-bb42-4938-af21-bf1eb6c82a3c - - - - - -] Attempt 1 to provision port 0fd3a49b-c7ee-4995-a9eb-80a2fea18be6 2026-03-19 08:28:14.893 13 INFO neutron.plugins.ml2.plugin [None req-a1a4f496-bb42-4938-af21-bf1eb6c82a3c - - - - - -] Attempt 1 to provision port 39eca9c2-8dc4-444b-8ff7-f091f0eb9171 2026-03-19 08:28:14.947 13 INFO neutron.plugins.ml2.plugin [None req-a1a4f496-bb42-4938-af21-bf1eb6c82a3c - - - - - -] Attempt 1 to provision port f526e2f6-6550-4c84-8038-9bd4a029b6f4 2026-03-19 08:28:14.984 13 INFO neutron.plugins.ml2.plugin [None req-a1a4f496-bb42-4938-af21-bf1eb6c82a3c - - - - - -] Attempt 1 to provision port e3607b81-6b0e-4964-92c2-d94ce6dc5933 2026-03-19 08:28:15.065 13 INFO neutron.plugins.ml2.plugin [None req-a1a4f496-bb42-4938-af21-bf1eb6c82a3c - - - - - -] Attempt 1 to provision port 96238189-f58a-4866-a979-fe2435d3a194 2026-03-19 08:28:15.089 13 INFO neutron.plugins.ml2.plugin [None req-a1a4f496-bb42-4938-af21-bf1eb6c82a3c - - - - - -] Attempt 1 to provision port 701ad29c-84e5-45c0-bb46-31f1eb7c760e 2026-03-19 08:28:15.161 13 INFO neutron.plugins.ml2.plugin [None req-a1a4f496-bb42-4938-af21-bf1eb6c82a3c - - - - - -] Attempt 1 to provision port fc54d9bc-19e2-4723-b02f-442b9cc6257d 2026-03-19 08:28:15.191 13 INFO neutron.plugins.ml2.plugin [None req-a1a4f496-bb42-4938-af21-bf1eb6c82a3c - - - - - -] Attempt 1 to provision port 9299fc3a-ff65-473b-98ab-4d38ad37acb3 2026-03-19 08:28:15.263 13 INFO neutron.plugins.ml2.plugin [None req-a1a4f496-bb42-4938-af21-bf1eb6c82a3c - - - - - -] Attempt 1 to provision port 6e73a179-f6d4-4489-b862-a7b801eede31 2026-03-19 08:28:15.288 13 INFO neutron.plugins.ml2.plugin [None req-a1a4f496-bb42-4938-af21-bf1eb6c82a3c - - - - - -] Attempt 1 to provision port 67352000-dab1-4843-b6f2-20e9d00ac32a 2026-03-19 08:28:15.336 13 INFO neutron.plugins.ml2.plugin [None req-a1a4f496-bb42-4938-af21-bf1eb6c82a3c - - - - - -] Attempt 1 to provision port 52fccf67-60e3-400b-9fdb-34f2fc6ec9f3 2026-03-19 08:28:15.890 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 0fd3a49b-c7ee-4995-a9eb-80a2fea18be6 2026-03-19 08:28:19.670 16 INFO neutron.plugins.ml2.plugin [None req-776d8833-ef03-4f58-a7c6-6f6541170320 - - - - - -] Attempt 1 to provision port f526e2f6-6550-4c84-8038-9bd4a029b6f4 2026-03-19 08:28:23.229 16 INFO neutron.plugins.ml2.plugin [None req-ea6f16cd-4a42-485f-b9aa-b49ef53809a5 - - - - - -] Attempt 1 to provision port f526e2f6-6550-4c84-8038-9bd4a029b6f4 2026-03-19 08:28:23.253 16 INFO neutron.plugins.ml2.plugin [None req-ea6f16cd-4a42-485f-b9aa-b49ef53809a5 - - - - - -] Attempt 1 to provision port 46652d96-7b3d-43a8-9788-4e0ef0aeb69d 2026-03-19 08:28:31.829 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port fc54d9bc-19e2-4723-b02f-442b9cc6257d 2026-03-19 08:28:32.115 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 96238189-f58a-4866-a979-fe2435d3a194 2026-03-19 08:28:33.803 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port fc54d9bc-19e2-4723-b02f-442b9cc6257d 2026-03-19 08:28:34.048 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 96238189-f58a-4866-a979-fe2435d3a194 2026-03-19 08:28:35.931 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 8a861548-9032-4a9b-b861-e0720a7f7dc0 2026-03-19 08:28:37.954 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 8a861548-9032-4a9b-b861-e0720a7f7dc0 2026-03-19 08:28:38.338 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port a5794535-0ef7-4d2f-b8ce-3a8b5d6d6151 2026-03-19 08:28:39.277 16 INFO neutron.plugins.ml2.plugin [None req-38a7b90e-3481-42b9-b4bc-cafa160eddff - - - - - -] Attempt 1 to provision port a5794535-0ef7-4d2f-b8ce-3a8b5d6d6151 2026-03-19 08:28:39.374 16 INFO neutron.plugins.ml2.plugin [None req-38a7b90e-3481-42b9-b4bc-cafa160eddff - - - - - -] Attempt 1 to provision port dc6275a9-a45d-44d5-a0cd-cd7437c396a6 2026-03-19 08:28:40.183 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port a5794535-0ef7-4d2f-b8ce-3a8b5d6d6151 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server [None req-6dba5590-2708-47c7-bea5-6cbc35bdb129 - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 3e127377-14d0-41fc-ae4b-3fe4f1955429: This subnet is being modified by another concurrent operation. 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^ 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server raise self.value 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server raise self.value 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server raise self.value 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server raise self.value 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server raise self.value 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server raise self.value 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-03-19 08:28:40.333 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-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server raise exception 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 3e127377-14d0-41fc-ae4b-3fe4f1955429: This subnet is being modified by another concurrent operation. 2026-03-19 08:28:40.333 13 ERROR oslo_messaging.rpc.server 2026-03-19 08:28:44.922 16 INFO neutron.plugins.ml2.plugin [None req-39b07ecb-5023-4e26-85a6-fa61cf397d7d - - - - - -] Attempt 1 to provision port dc6275a9-a45d-44d5-a0cd-cd7437c396a6 2026-03-19 08:28:44.972 16 INFO neutron.plugins.ml2.plugin [None req-39b07ecb-5023-4e26-85a6-fa61cf397d7d - - - - - -] Attempt 1 to provision port 9299fc3a-ff65-473b-98ab-4d38ad37acb3 2026-03-19 08:28:46.401 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port c351225c-9957-48fa-a753-3005d3ae263f 2026-03-19 08:28:46.496 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c72f60e-55c2-4efb-bf53-5fec9af8c679'] response: {'server_uuid': '50e23126-90b0-4fcb-8963-7f888ad54647', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c351225c-9957-48fa-a753-3005d3ae263f', 'code': 200} 2026-03-19 08:28:47.887 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port c351225c-9957-48fa-a753-3005d3ae263f 2026-03-19 08:28:50.183 13 INFO neutron.plugins.ml2.plugin [None req-897d0ebb-fee2-429d-a9aa-755302ad5d23 - - - - - -] Attempt 1 to provision port dc6275a9-a45d-44d5-a0cd-cd7437c396a6 2026-03-19 08:28:50.258 13 INFO neutron.plugins.ml2.plugin [None req-897d0ebb-fee2-429d-a9aa-755302ad5d23 - - - - - -] Attempt 1 to provision port 4add4814-c4a1-4558-ac97-dfe2a687ffca 2026-03-19 08:28:52.080 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port dc6275a9-a45d-44d5-a0cd-cd7437c396a6 2026-03-19 08:28:52.362 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 4add4814-c4a1-4558-ac97-dfe2a687ffca 2026-03-19 08:28:54.070 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port dc6275a9-a45d-44d5-a0cd-cd7437c396a6 2026-03-19 08:28:54.280 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 4add4814-c4a1-4558-ac97-dfe2a687ffca 2026-03-19 08:29:07.895 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port e7ddf358-cfa7-4135-98fe-6fff149b15b6 2026-03-19 08:29:08.308 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port c016af79-def0-4744-9752-ea234970bf53 2026-03-19 08:29:09.836 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port e7ddf358-cfa7-4135-98fe-6fff149b15b6 2026-03-19 08:29:10.064 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port c016af79-def0-4744-9752-ea234970bf53 2026-03-19 08:29:10.670 16 INFO neutron.plugins.ml2.plugin [None req-4d3757a8-b62d-4668-afd2-c2a9ca20a537 - - - - - -] Attempt 1 to provision port e7ddf358-cfa7-4135-98fe-6fff149b15b6 2026-03-19 08:29:10.730 16 INFO neutron.plugins.ml2.plugin [None req-4d3757a8-b62d-4668-afd2-c2a9ca20a537 - - - - - -] Attempt 1 to provision port fec8e1de-0166-4314-a273-2e35dfb63b16 2026-03-19 08:29:13.936 13 INFO neutron.plugins.ml2.plugin [None req-424c6b04-f9b6-4200-b18c-f0518232339f - - - - - -] Attempt 1 to provision port 447eec65-2e3a-44a3-aa52-f8737069d685 2026-03-19 08:29:18.367 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 13c1513a-939f-4b7c-ab90-bb45c0a6517f 2026-03-19 08:29:18.472 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c5a4d9a5-da2d-4ddc-b7c1-d18069b30b88'] response: {'server_uuid': '62bcc572-e76b-4645-ac69-79e8b37776ea', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '13c1513a-939f-4b7c-ab90-bb45c0a6517f', 'code': 200} 2026-03-19 08:29:19.363 16 INFO neutron.plugins.ml2.plugin [None req-2ce5315b-5248-4720-bbbe-2c5bd363a392 - - - - - -] Attempt 1 to provision port 13c1513a-939f-4b7c-ab90-bb45c0a6517f 2026-03-19 08:29:19.814 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 13c1513a-939f-4b7c-ab90-bb45c0a6517f 2026-03-19 08:29:23.853 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port fec8e1de-0166-4314-a273-2e35dfb63b16 2026-03-19 08:29:24.201 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 447eec65-2e3a-44a3-aa52-f8737069d685 2026-03-19 08:29:25.950 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port fec8e1de-0166-4314-a273-2e35dfb63b16 2026-03-19 08:29:26.246 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 447eec65-2e3a-44a3-aa52-f8737069d685 2026-03-19 08:29:31.915 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 10153239-7ea4-4784-bf50-b68319f18372 2026-03-19 08:29:33.873 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 10153239-7ea4-4784-bf50-b68319f18372 2026-03-19 08:29:36.174 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 622d9818-728f-4f34-9e93-8bef8f4d58f5 2026-03-19 08:29:37.087 16 INFO neutron.plugins.ml2.plugin [None req-e66c1698-5e8e-43ff-a33d-6d8e02316b85 - - - - - -] Attempt 1 to provision port 17cbf564-202d-4371-a7e1-d4e776198283 2026-03-19 08:29:37.179 16 INFO neutron.plugins.ml2.plugin [None req-e66c1698-5e8e-43ff-a33d-6d8e02316b85 - - - - - -] Attempt 1 to provision port c34e08e4-5470-45e3-b881-9f156aac2909 2026-03-19 08:29:37.246 16 INFO neutron.plugins.ml2.plugin [None req-e66c1698-5e8e-43ff-a33d-6d8e02316b85 - - - - - -] Attempt 1 to provision port 622d9818-728f-4f34-9e93-8bef8f4d58f5 2026-03-19 08:29:38.035 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 622d9818-728f-4f34-9e93-8bef8f4d58f5 2026-03-19 08:29:40.876 16 INFO neutron.plugins.ml2.plugin [None req-e45b00a3-49b7-43b0-b830-03ac00d72626 - - - - - -] Attempt 1 to provision port c34e08e4-5470-45e3-b881-9f156aac2909 2026-03-19 08:29:41.315 16 INFO neutron.plugins.ml2.plugin [None req-e45b00a3-49b7-43b0-b830-03ac00d72626 - - - - - -] Attempt 1 to provision port 622d9818-728f-4f34-9e93-8bef8f4d58f5 2026-03-19 08:29:43.143 13 INFO neutron.plugins.ml2.plugin [None req-d68a8062-2807-4303-960e-ea92025fd579 - - - - - -] Attempt 1 to provision port c34e08e4-5470-45e3-b881-9f156aac2909 2026-03-19 08:29:44.395 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port dfa4e6a0-b574-43e9-9cac-8174c855f51f 2026-03-19 08:29:44.505 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-43f019ed-2e5f-4e28-99a3-649d52cc9d4a'] response: {'server_uuid': '20410e76-b94f-4dd6-95de-42be952571b5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'dfa4e6a0-b574-43e9-9cac-8174c855f51f', 'code': 200} 2026-03-19 08:29:45.700 13 INFO neutron.plugins.ml2.plugin [None req-ea2f2ba6-d797-4d1b-883f-69a11186d258 - - - - - -] Attempt 1 to provision port dfa4e6a0-b574-43e9-9cac-8174c855f51f 2026-03-19 08:29:45.778 13 INFO neutron.plugins.ml2.plugin [None req-ea2f2ba6-d797-4d1b-883f-69a11186d258 - - - - - -] Attempt 1 to provision port c34e08e4-5470-45e3-b881-9f156aac2909 2026-03-19 08:29:45.868 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port dfa4e6a0-b574-43e9-9cac-8174c855f51f 2026-03-19 08:29:47.855 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 17cbf564-202d-4371-a7e1-d4e776198283 2026-03-19 08:29:49.857 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port c34e08e4-5470-45e3-b881-9f156aac2909 2026-03-19 08:29:50.180 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 17cbf564-202d-4371-a7e1-d4e776198283 2026-03-19 08:29:51.141 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-f99fbaee-d9fd-4eb7-b050-fc735afe7aba'] response: {'server_uuid': '62bcc572-e76b-4645-ac69-79e8b37776ea', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '13c1513a-939f-4b7c-ab90-bb45c0a6517f', 'code': 200} 2026-03-19 08:29:51.847 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port c34e08e4-5470-45e3-b881-9f156aac2909 2026-03-19 08:29:54.415 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port f6075083-3eb9-42e7-9739-187eb4fd4f69 2026-03-19 08:29:54.810 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 13c1513a-939f-4b7c-ab90-bb45c0a6517f 2026-03-19 08:29:54.907 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-d0367183-8b9b-401a-b445-d8e172adf9d7'] response: {'server_uuid': '62bcc572-e76b-4645-ac69-79e8b37776ea', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '13c1513a-939f-4b7c-ab90-bb45c0a6517f', 'code': 200} 2026-03-19 08:29:55.154 16 INFO neutron.plugins.ml2.plugin [None req-6f0acf3e-12a1-444d-b514-eeb40997bf0f - - - - - -] Attempt 1 to provision port f6075083-3eb9-42e7-9739-187eb4fd4f69 2026-03-19 08:29:56.064 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port f6075083-3eb9-42e7-9739-187eb4fd4f69 2026-03-19 08:29:56.358 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 13c1513a-939f-4b7c-ab90-bb45c0a6517f 2026-03-19 08:29:58.035 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 56101f47-5c5d-4822-beec-a7ef4a940c9d 2026-03-19 08:29:58.602 13 INFO neutron.plugins.ml2.plugin [None req-b259052c-324e-4927-8829-31fcf6fca4a2 - - - - - -] Attempt 1 to provision port 1a1631c4-dc5f-4632-b3d9-7568557e1860 2026-03-19 08:29:58.629 13 INFO neutron.plugins.ml2.plugin [None req-b259052c-324e-4927-8829-31fcf6fca4a2 - - - - - -] Attempt 1 to provision port f6075083-3eb9-42e7-9739-187eb4fd4f69 2026-03-19 08:29:59.998 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 56101f47-5c5d-4822-beec-a7ef4a940c9d 2026-03-19 08:30:01.262 13 INFO neutron.plugins.ml2.plugin [None req-227dd3aa-5a72-46d0-98ce-a35d0f8b433c - - - - - -] Attempt 1 to provision port 1a1631c4-dc5f-4632-b3d9-7568557e1860 2026-03-19 08:30:01.287 13 INFO neutron.plugins.ml2.plugin [None req-227dd3aa-5a72-46d0-98ce-a35d0f8b433c - - - - - -] Attempt 1 to provision port a9dd3827-9b38-4122-a3be-b35ff4bb6d6c 2026-03-19 08:30:11.088 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 253b8330-586b-4570-8168-d1afacf03965 2026-03-19 08:30:11.201 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-e5dac121-9641-4985-a7a0-b977da23da0b'] response: {'server_uuid': '70598e21-ed49-4ddf-a021-eedf979f4ce7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '253b8330-586b-4570-8168-d1afacf03965', 'code': 200} 2026-03-19 08:30:12.052 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 253b8330-586b-4570-8168-d1afacf03965 2026-03-19 08:30:14.021 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 1a1631c4-dc5f-4632-b3d9-7568557e1860 2026-03-19 08:30:16.038 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 1a1631c4-dc5f-4632-b3d9-7568557e1860 2026-03-19 08:30:16.198 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port a9dd3827-9b38-4122-a3be-b35ff4bb6d6c 2026-03-19 08:30:18.086 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port a9dd3827-9b38-4122-a3be-b35ff4bb6d6c 2026-03-19 08:30:22.786 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port be6218e0-83cf-4303-af30-c28f38ef7321 2026-03-19 08:30:22.891 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-defac7e6-b5f3-4119-8e52-b19ab2faed58'] response: {'server_uuid': 'e5d8468a-20d9-41c9-875e-891b270c3c11', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'be6218e0-83cf-4303-af30-c28f38ef7321', 'code': 200} 2026-03-19 08:30:24.489 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port be6218e0-83cf-4303-af30-c28f38ef7321 2026-03-19 08:30:38.158 13 INFO neutron.plugins.ml2.plugin [None req-1f91f668-4213-492a-b191-0f17031667c5 - - - - - -] Attempt 1 to provision port 1095682e-0f6e-47f3-abef-73791b2b17eb 2026-03-19 08:30:48.255 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-253b6570-16e4-47b6-b5bb-3b9b0f81df68'] response: {'server_uuid': 'e5d8468a-20d9-41c9-875e-891b270c3c11', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'be6218e0-83cf-4303-af30-c28f38ef7321', 'code': 200} 2026-03-19 08:30:50.095 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 639d20c0-2019-4802-8bee-6ce4c10e29cf 2026-03-19 08:30:50.659 13 INFO neutron.plugins.ml2.plugin [None req-652d2e9d-10ab-4cd0-8a05-ad7595945a9d - - - - - -] Attempt 1 to provision port 639d20c0-2019-4802-8bee-6ce4c10e29cf 2026-03-19 08:30:56.276 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a8a444a-63ce-4426-9120-7954d04b4907'] response: {'server_uuid': '20410e76-b94f-4dd6-95de-42be952571b5', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'dfa4e6a0-b574-43e9-9cac-8174c855f51f', 'code': 200} 2026-03-19 08:31:02.437 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 24e65f12-065a-4753-aa8b-82a885ec3f59 2026-03-19 08:31:29.581 16 INFO neutron.plugins.ml2.plugin [None req-80c22de0-555c-4542-8413-e485b1c18fe9 - - - - - -] Attempt 1 to provision port c6eb7c3b-eb1a-4773-a3e6-e76b28d74358 2026-03-19 08:31:30.119 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port c6eb7c3b-eb1a-4773-a3e6-e76b28d74358 2026-03-19 08:31:30.319 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port cfd80831-90a4-4b21-9502-2ca23327e8ef 2026-03-19 08:31:32.015 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port cfd80831-90a4-4b21-9502-2ca23327e8ef 2026-03-19 08:31:32.644 13 INFO neutron.plugins.ml2.plugin [None req-c8e80547-4ce2-46f0-9184-01632c4d1d3a - - - - - -] Attempt 1 to provision port e9826d81-2936-4d31-bcbe-a8551a5bedfe 2026-03-19 08:31:32.692 13 INFO neutron.plugins.ml2.plugin [None req-c8e80547-4ce2-46f0-9184-01632c4d1d3a - - - - - -] Attempt 1 to provision port b19cb2b7-02cf-4073-a60f-f85cf47028f2 2026-03-19 08:31:32.714 13 INFO neutron.plugins.ml2.plugin [None req-c8e80547-4ce2-46f0-9184-01632c4d1d3a - - - - - -] Attempt 1 to provision port c6eb7c3b-eb1a-4773-a3e6-e76b28d74358 2026-03-19 08:31:36.118 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port b230b763-a129-4ce0-91f9-a43cce45b5de 2026-03-19 08:31:36.445 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 0ac87651-7a28-4e40-ab0a-d4ad00195915 2026-03-19 08:31:38.116 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port b230b763-a129-4ce0-91f9-a43cce45b5de 2026-03-19 08:31:38.283 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 0ac87651-7a28-4e40-ab0a-d4ad00195915 2026-03-19 08:31:39.037 13 INFO neutron.plugins.ml2.plugin [None req-e86a0dd4-7294-47e6-b480-e65d364b02c7 - - - - - -] Attempt 1 to provision port b19cb2b7-02cf-4073-a60f-f85cf47028f2 2026-03-19 08:31:39.063 13 INFO neutron.plugins.ml2.plugin [None req-e86a0dd4-7294-47e6-b480-e65d364b02c7 - - - - - -] Attempt 1 to provision port b230b763-a129-4ce0-91f9-a43cce45b5de 2026-03-19 08:31:39.127 13 INFO neutron.plugins.ml2.plugin [None req-e86a0dd4-7294-47e6-b480-e65d364b02c7 - - - - - -] Attempt 1 to provision port cb1b1c3c-90ef-4cb6-96db-7c28966bd8fe 2026-03-19 08:31:42.101 16 INFO neutron.plugins.ml2.plugin [None req-0b7495e2-5415-4cc8-91f4-6701a81946b0 - - - - - -] Attempt 1 to provision port b19cb2b7-02cf-4073-a60f-f85cf47028f2 2026-03-19 08:31:42.201 16 INFO neutron.plugins.ml2.plugin [None req-0b7495e2-5415-4cc8-91f4-6701a81946b0 - - - - - -] Attempt 1 to provision port b230b763-a129-4ce0-91f9-a43cce45b5de 2026-03-19 08:31:42.296 16 INFO neutron.plugins.ml2.plugin [None req-0b7495e2-5415-4cc8-91f4-6701a81946b0 - - - - - -] Attempt 1 to provision port 916dffe0-39f7-4b0a-9896-0329d40148e1 2026-03-19 08:31:43.416 16 INFO neutron.plugins.ml2.plugin [None req-3ec33ea3-6ffc-4f88-9998-6de8d6c5c1d0 - - - - - -] Attempt 1 to provision port 916dffe0-39f7-4b0a-9896-0329d40148e1 2026-03-19 08:31:45.476 16 INFO neutron.plugins.ml2.plugin [None req-e2d34ca8-f03e-4454-ac4b-31c6fa4d1137 - - - - - -] Attempt 1 to provision port 916dffe0-39f7-4b0a-9896-0329d40148e1 2026-03-19 08:31:49.109 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 201a08ea-861e-419a-97ac-961146671916 2026-03-19 08:31:49.215 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-df74f0fd-8631-42c7-951e-bb6796779730'] response: {'server_uuid': '4f2ca394-7676-4571-be76-6c5195cf5a39', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '201a08ea-861e-419a-97ac-961146671916', 'code': 200} 2026-03-19 08:31:50.274 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port b19cb2b7-02cf-4073-a60f-f85cf47028f2 2026-03-19 08:31:50.649 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 201a08ea-861e-419a-97ac-961146671916 2026-03-19 08:31:50.919 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port e9826d81-2936-4d31-bcbe-a8551a5bedfe 2026-03-19 08:31:52.220 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port b19cb2b7-02cf-4073-a60f-f85cf47028f2 2026-03-19 08:31:52.643 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port e9826d81-2936-4d31-bcbe-a8551a5bedfe 2026-03-19 08:31:54.284 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port cb1b1c3c-90ef-4cb6-96db-7c28966bd8fe 2026-03-19 08:31:54.534 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 916dffe0-39f7-4b0a-9896-0329d40148e1 2026-03-19 08:31:56.259 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port cb1b1c3c-90ef-4cb6-96db-7c28966bd8fe 2026-03-19 08:31:56.428 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 916dffe0-39f7-4b0a-9896-0329d40148e1 2026-03-19 08:32:06.448 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-160635ef-639b-49b2-9c46-746859b5596d'] response: {'server_uuid': '4f2ca394-7676-4571-be76-6c5195cf5a39', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '201a08ea-861e-419a-97ac-961146671916', 'code': 200} 2026-03-19 08:32:54.235 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port ef19004e-3cbf-4557-915e-a18233403025 2026-03-19 08:32:56.192 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port ef19004e-3cbf-4557-915e-a18233403025 2026-03-19 08:32:58.253 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 929e52c5-39e2-46e7-8d77-b6bef2ea599d 2026-03-19 08:33:00.280 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 8f1c5fbf-3b19-4acb-9f84-034f1100c040 2026-03-19 08:33:00.639 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 929e52c5-39e2-46e7-8d77-b6bef2ea599d 2026-03-19 08:33:02.270 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 8f1c5fbf-3b19-4acb-9f84-034f1100c040 2026-03-19 08:33:04.206 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port ac793148-dd5e-4def-ab3d-41ef1801c433 2026-03-19 08:33:06.255 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port ac793148-dd5e-4def-ab3d-41ef1801c433 2026-03-19 08:33:06.746 13 INFO neutron.plugins.ml2.plugin [None req-381340cf-ad8b-4a13-963e-15f043ac97ba - - - - - -] Attempt 1 to provision port 8f1c5fbf-3b19-4acb-9f84-034f1100c040 2026-03-19 08:33:06.800 13 INFO neutron.plugins.ml2.plugin [None req-381340cf-ad8b-4a13-963e-15f043ac97ba - - - - - -] Attempt 1 to provision port 6552fb50-48c4-47ba-97cc-8c4d96bf53e0 2026-03-19 08:33:06.823 13 INFO neutron.plugins.ml2.plugin [None req-381340cf-ad8b-4a13-963e-15f043ac97ba - - - - - -] Attempt 1 to provision port ef19004e-3cbf-4557-915e-a18233403025 2026-03-19 08:33:06.880 13 INFO neutron.plugins.ml2.plugin [None req-381340cf-ad8b-4a13-963e-15f043ac97ba - - - - - -] Attempt 1 to provision port ac793148-dd5e-4def-ab3d-41ef1801c433 2026-03-19 08:33:06.931 13 INFO neutron.plugins.ml2.plugin [None req-381340cf-ad8b-4a13-963e-15f043ac97ba - - - - - -] Attempt 1 to provision port 9efa8866-ac07-4167-ae80-8754c53fb497 2026-03-19 08:33:12.273 16 INFO neutron.plugins.ml2.plugin [None req-d7fc6d22-c928-4725-befe-ffb15502738c - - - - - -] Attempt 1 to provision port 43d1f932-802d-4bde-9934-b79ff0b466b8 2026-03-19 08:33:12.294 16 INFO neutron.plugins.ml2.plugin [None req-d7fc6d22-c928-4725-befe-ffb15502738c - - - - - -] Attempt 1 to provision port ac793148-dd5e-4def-ab3d-41ef1801c433 2026-03-19 08:33:12.335 16 INFO neutron.plugins.ml2.plugin [None req-d7fc6d22-c928-4725-befe-ffb15502738c - - - - - -] Attempt 1 to provision port 6552fb50-48c4-47ba-97cc-8c4d96bf53e0 2026-03-19 08:33:12.358 16 INFO neutron.plugins.ml2.plugin [None req-d7fc6d22-c928-4725-befe-ffb15502738c - - - - - -] Attempt 1 to provision port 8f1c5fbf-3b19-4acb-9f84-034f1100c040 2026-03-19 08:33:12.415 16 INFO neutron.plugins.ml2.plugin [None req-d7fc6d22-c928-4725-befe-ffb15502738c - - - - - -] Attempt 1 to provision port 295b02d1-ef71-4bcc-8809-e9051c162423 2026-03-19 08:33:12.451 16 INFO neutron.plugins.ml2.plugin [None req-d7fc6d22-c928-4725-befe-ffb15502738c - - - - - -] Attempt 1 to provision port ef19004e-3cbf-4557-915e-a18233403025 2026-03-19 08:33:12.528 16 INFO neutron.plugins.ml2.plugin [None req-d7fc6d22-c928-4725-befe-ffb15502738c - - - - - -] Attempt 1 to provision port 9efa8866-ac07-4167-ae80-8754c53fb497 2026-03-19 08:33:12.785 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port e8027d30-35b0-4f2e-bccc-3059cd44553f 2026-03-19 08:33:12.945 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ca5bb85-a916-41ec-aca0-f460dec5748e'] response: {'server_uuid': '46872d66-fd1f-454c-a45e-94c0a0a20457', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e8027d30-35b0-4f2e-bccc-3059cd44553f', 'code': 200} 2026-03-19 08:33:14.241 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port e8027d30-35b0-4f2e-bccc-3059cd44553f 2026-03-19 08:33:16.611 13 INFO neutron.plugins.ml2.plugin [None req-ca4f5a58-331c-4c4b-b481-1b4f12ea2b61 - - - - - -] Attempt 1 to provision port 8f1c5fbf-3b19-4acb-9f84-034f1100c040 2026-03-19 08:33:16.661 13 INFO neutron.plugins.ml2.plugin [None req-ca4f5a58-331c-4c4b-b481-1b4f12ea2b61 - - - - - -] Attempt 1 to provision port 6552fb50-48c4-47ba-97cc-8c4d96bf53e0 2026-03-19 08:33:16.699 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 6552fb50-48c4-47ba-97cc-8c4d96bf53e0 2026-03-19 08:33:16.796 13 INFO neutron.plugins.ml2.plugin [None req-ca4f5a58-331c-4c4b-b481-1b4f12ea2b61 - - - - - -] Attempt 1 to provision port e8027d30-35b0-4f2e-bccc-3059cd44553f 2026-03-19 08:33:16.848 13 INFO neutron.plugins.ml2.plugin [None req-ca4f5a58-331c-4c4b-b481-1b4f12ea2b61 - - - - - -] Attempt 1 to provision port 43d1f932-802d-4bde-9934-b79ff0b466b8 2026-03-19 08:33:16.966 13 INFO neutron.plugins.ml2.plugin [None req-ca4f5a58-331c-4c4b-b481-1b4f12ea2b61 - - - - - -] Attempt 1 to provision port ac793148-dd5e-4def-ab3d-41ef1801c433 2026-03-19 08:33:17.022 13 INFO neutron.plugins.ml2.plugin [None req-ca4f5a58-331c-4c4b-b481-1b4f12ea2b61 - - - - - -] Attempt 1 to provision port 9efa8866-ac07-4167-ae80-8754c53fb497 2026-03-19 08:33:17.503 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 9efa8866-ac07-4167-ae80-8754c53fb497 2026-03-19 08:33:17.723 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 295b02d1-ef71-4bcc-8809-e9051c162423 2026-03-19 08:33:18.008 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 43d1f932-802d-4bde-9934-b79ff0b466b8 2026-03-19 08:33:18.448 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 6552fb50-48c4-47ba-97cc-8c4d96bf53e0 2026-03-19 08:33:18.647 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 9efa8866-ac07-4167-ae80-8754c53fb497 2026-03-19 08:33:18.848 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 295b02d1-ef71-4bcc-8809-e9051c162423 2026-03-19 08:33:18.982 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 43d1f932-802d-4bde-9934-b79ff0b466b8 2026-03-19 08:33:20.421 16 INFO neutron.plugins.ml2.plugin [None req-cec7101e-1bc6-42d6-8e20-032ae750c588 - - - - - -] Attempt 1 to provision port 43d1f932-802d-4bde-9934-b79ff0b466b8 2026-03-19 08:33:20.476 16 INFO neutron.plugins.ml2.plugin [None req-cec7101e-1bc6-42d6-8e20-032ae750c588 - - - - - -] Attempt 1 to provision port 6552fb50-48c4-47ba-97cc-8c4d96bf53e0 2026-03-19 08:33:22.838 13 INFO neutron.plugins.ml2.plugin [None req-cf990a8c-67af-4ca5-854a-4773ee720da9 - - - - - -] Attempt 1 to provision port e8027d30-35b0-4f2e-bccc-3059cd44553f 2026-03-19 08:33:22.897 13 INFO neutron.plugins.ml2.plugin [None req-cf990a8c-67af-4ca5-854a-4773ee720da9 - - - - - -] Attempt 1 to provision port 9efa8866-ac07-4167-ae80-8754c53fb497 2026-03-19 08:33:24.206 13 INFO neutron.plugins.ml2.plugin [None req-d0d34f5f-857a-40db-bd79-0f6588965109 - - - - - -] Attempt 1 to provision port 9efa8866-ac07-4167-ae80-8754c53fb497 2026-03-19 08:33:28.427 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port d612eda0-a58b-4be0-b4a0-05b092ad09eb 2026-03-19 08:33:28.528 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-408142aa-2417-453c-a7e0-7102d75c46c6'] response: {'server_uuid': 'cb4b7e9f-2d04-45c3-a192-97b8a9d32c2f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd612eda0-a58b-4be0-b4a0-05b092ad09eb', 'code': 200} 2026-03-19 08:33:30.426 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port d612eda0-a58b-4be0-b4a0-05b092ad09eb 2026-03-19 08:34:01.772 13 INFO neutron.plugins.ml2.plugin [None req-0e799049-9950-45d9-9227-a583f6a67ee3 - - - - - -] Attempt 1 to provision port c0c13989-404e-48b5-80ef-cb44d154f95c 2026-03-19 08:34:22.970 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 5c45a7df-b639-484d-aeeb-c515cec2b6a1 2026-03-19 08:34:23.080 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-b0a305f9-f7e5-4cca-a2dc-87e3914cef34'] response: {'server_uuid': '116a6a7f-9b0c-465a-9a82-ff05ee3ca836', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5c45a7df-b639-484d-aeeb-c515cec2b6a1', 'code': 200} 2026-03-19 08:34:24.434 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 5c45a7df-b639-484d-aeeb-c515cec2b6a1 2026-03-19 08:35:04.609 16 INFO neutron.plugins.ml2.plugin [None req-d8fe9ed7-809d-49a5-9a1f-f26cb696afa6 - - - - - -] Attempt 1 to provision port e7b1c107-1ff8-4f90-8471-39167c5fd0fc 2026-03-19 08:35:10.487 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port e7b1c107-1ff8-4f90-8471-39167c5fd0fc 2026-03-19 08:35:10.586 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-4edfcde3-5e91-4816-9c9d-dadb380ab300'] response: {'server_uuid': '116a6a7f-9b0c-465a-9a82-ff05ee3ca836', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e7b1c107-1ff8-4f90-8471-39167c5fd0fc', 'code': 200} 2026-03-19 08:35:12.442 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port e7b1c107-1ff8-4f90-8471-39167c5fd0fc 2026-03-19 08:35:14.959 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port e7b1c107-1ff8-4f90-8471-39167c5fd0fc 2026-03-19 08:35:42.636 16 INFO neutron.plugins.ml2.plugin [None req-6cf9796d-312a-4175-b773-84cb3b26cb08 - - - - - -] Attempt 1 to provision port c80bf033-b58a-45e5-8ca9-7017934bdd96 2026-03-19 08:35:50.019 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port c80bf033-b58a-45e5-8ca9-7017934bdd96 2026-03-19 08:35:50.192 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-fbdea133-1357-4096-b091-f6b6bfb2c6e7'] response: {'server_uuid': '116a6a7f-9b0c-465a-9a82-ff05ee3ca836', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c80bf033-b58a-45e5-8ca9-7017934bdd96', 'code': 200} 2026-03-19 08:35:50.683 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port c80bf033-b58a-45e5-8ca9-7017934bdd96 2026-03-19 08:36:03.298 13 INFO neutron.plugins.ml2.plugin [None req-fa2dca70-faf6-4190-a99b-f1bee3171900 - - - - - -] Attempt 1 to provision port 2fe27089-7e33-4d09-b974-09b8f5180982 2026-03-19 08:36:08.675 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 2fe27089-7e33-4d09-b974-09b8f5180982 2026-03-19 08:36:08.789 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1dc2545-b8fc-4b32-9b12-cba05e587f71'] response: {'server_uuid': '116a6a7f-9b0c-465a-9a82-ff05ee3ca836', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2fe27089-7e33-4d09-b974-09b8f5180982', 'code': 200} 2026-03-19 08:36:10.651 13 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 2fe27089-7e33-4d09-b974-09b8f5180982 2026-03-19 08:36:13.250 16 INFO neutron.plugins.ml2.plugin [None req-74e9e629-f85a-46d7-a5a1-04748171f7a8 - - - - - -] Attempt 1 to provision port c80bf033-b58a-45e5-8ca9-7017934bdd96 2026-03-19 08:36:26.740 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port 2fe27089-7e33-4d09-b974-09b8f5180982 2026-03-19 08:36:26.943 13 INFO neutron.plugins.ml2.plugin [None req-0815b6da-a2d1-4255-915e-8e7bd0cc03f1 - - - - - -] Attempt 1 to provision port 2fe27089-7e33-4d09-b974-09b8f5180982 2026-03-19 08:36:28.361 13 INFO neutron.plugins.ml2.plugin [None req-f5647f7c-b2fb-4d2a-847c-28f71d5ebcab - - - - - -] Attempt 1 to provision port 2fe27089-7e33-4d09-b974-09b8f5180982 2026-03-19 08:36:37.938 13 INFO neutron.plugins.ml2.plugin [None req-f0a37a6b-6719-49d9-91bf-b0d7d21fd621 - - - - - -] Attempt 1 to provision port c80bf033-b58a-45e5-8ca9-7017934bdd96 2026-03-19 08:36:38.681 16 INFO neutron.plugins.ml2.plugin [None req-9d9a6fe3-378a-4c46-9652-7003b5d25f03 - - - - - -] Attempt 1 to provision port c80bf033-b58a-45e5-8ca9-7017934bdd96