+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini 2026-04-17 01:23:38.237 1 INFO neutron.common.config [-] Logging enabled! 2026-04-17 01:23:38.237 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 27.0.0 2026-04-17 01:23:38.237 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-04-17 01:23:38.237 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-17 01:23:39.646 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-17 01:23:39.648 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-17 01:23:39.651 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-17 01:23:39.652 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-17 01:23:39.652 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-17 01:23:39.652 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-17 01:23:39.652 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-17 01:23:39.659 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-17 01:23:39.659 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-17 01:23:39.659 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-17 01:23:39.678 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-17 01:23:39.679 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-17 01:23:39.679 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-17 01:23:39.696 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-17 01:23:39.696 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-17 01:23:39.696 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-17 01:23:39.696 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-17 01:23:39.960 1 INFO neutron.plugins.ml2.managers [None req-4cc8d8e3-c3fd-4e57-803e-b123c2d72fa2 - - - - - -] Initializing driver for type 'vlan' 2026-04-17 01:23:40.121 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-4cc8d8e3-c3fd-4e57-803e-b123c2d72fa2 - - - - - -] VlanTypeDriver initialization complete 2026-04-17 01:23:40.121 1 INFO neutron.plugins.ml2.managers [None req-4cc8d8e3-c3fd-4e57-803e-b123c2d72fa2 - - - - - -] Initializing driver for type 'vxlan' 2026-04-17 01:23:40.122 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-4cc8d8e3-c3fd-4e57-803e-b123c2d72fa2 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-17 01:23:40.172 1 INFO neutron.plugins.ml2.managers [None req-4cc8d8e3-c3fd-4e57-803e-b123c2d72fa2 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-17 01:23:40.173 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-4cc8d8e3-c3fd-4e57-803e-b123c2d72fa2 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-17 01:23:40.173 1 INFO neutron.plugins.ml2.managers [None req-4cc8d8e3-c3fd-4e57-803e-b123c2d72fa2 - - - - - -] Initializing extension driver 'port_security' 2026-04-17 01:23:40.173 1 INFO neutron.plugins.ml2.extensions.port_security [None req-4cc8d8e3-c3fd-4e57-803e-b123c2d72fa2 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-17 01:23:40.173 1 INFO neutron.plugins.ml2.managers [None req-4cc8d8e3-c3fd-4e57-803e-b123c2d72fa2 - - - - - -] Initializing extension driver 'qos' 2026-04-17 01:23:40.173 1 INFO neutron.plugins.ml2.managers [None req-4cc8d8e3-c3fd-4e57-803e-b123c2d72fa2 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-17 01:23:40.173 1 INFO neutron.plugins.ml2.managers [None req-4cc8d8e3-c3fd-4e57-803e-b123c2d72fa2 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-17 01:23:40.188 1 INFO neutron.quota [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded quota_driver: . 2026-04-17 01:23:40.188 1 INFO neutron.plugins.ml2.plugin [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Modular L2 Plugin initialization complete 2026-04-17 01:23:40.188 1 INFO neutron.plugins.ml2.managers [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-17 01:23:40.188 1 INFO neutron.plugins.ml2.managers [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-17 01:23:40.188 1 INFO neutron.plugins.ml2.managers [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-17 01:23:40.189 1 INFO neutron.manager [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loading Plugin: qos 2026-04-17 01:23:40.201 1 INFO neutron.manager [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loading Plugin: router 2026-04-17 01:23:40.246 1 INFO neutron.services.service_base [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-17 01:23:40.246 1 INFO neutron.manager [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loading Plugin: segments 2026-04-17 01:23:40.312 1 INFO neutron.manager [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loading Plugin: trunk 2026-04-17 01:23:40.325 1 INFO neutron.manager [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loading Plugin: vpnaas 2026-04-17 01:23:40.358 1 WARNING stevedore.named [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-17 01:23:40.428 1 INFO neutron_vpnaas.services.vpn.plugin [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-17 01:23:40.429 1 INFO neutron.common.utils [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-17 01:23:40.429 1 INFO neutron.manager [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loading Plugin: taas 2026-04-17 01:23:40.446 1 WARNING stevedore.named [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-17 01:23:40.447 1 WARNING stevedore.named [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-17 01:23:40.473 1 INFO neutron_taas.services.taas.taas_plugin [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-17 01:23:40.473 1 INFO neutron.manager [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loading Plugin: tapmirror 2026-04-17 01:23:40.482 1 WARNING stevedore.named [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-17 01:23:40.482 1 WARNING stevedore.named [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-17 01:23:40.498 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-17 01:23:40.499 1 INFO neutron.manager [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loading Plugin: auto_allocate 2026-04-17 01:23:40.507 1 INFO neutron.manager [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loading Plugin: tag 2026-04-17 01:23:40.514 1 INFO neutron.manager [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loading Plugin: timestamp 2026-04-17 01:23:40.517 1 INFO neutron.manager [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loading Plugin: network_ip_availability 2026-04-17 01:23:40.522 1 INFO neutron.manager [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loading Plugin: flavors 2026-04-17 01:23:40.525 1 INFO neutron.manager [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loading Plugin: revisions 2026-04-17 01:23:40.528 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Initializing extension manager. 2026-04-17 01:23:40.530 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: address-group 2026-04-17 01:23:40.530 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: address-scope 2026-04-17 01:23:40.531 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-17 01:23:40.532 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: agent 2026-04-17 01:23:40.532 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: agent-resources-synced 2026-04-17 01:23:40.533 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-17 01:23:40.534 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-17 01:23:40.534 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: availability_zone 2026-04-17 01:23:40.535 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: availability_zone_filter 2026-04-17 01:23:40.535 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-17 01:23:40.536 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: default-subnetpools 2026-04-17 01:23:40.537 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-17 01:23:40.538 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: dns-integration 2026-04-17 01:23:40.538 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: dns-domain-ports 2026-04-17 01:23:40.539 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-17 01:23:40.539 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: dvr 2026-04-17 01:23:40.540 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-17 01:23:40.540 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: empty-string-filtering 2026-04-17 01:23:40.540 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-17 01:23:40.541 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-17 01:23:40.541 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: external-net 2026-04-17 01:23:40.542 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-17 01:23:40.542 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: extraroute 2026-04-17 01:23:40.543 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: extraroute-atomic 2026-04-17 01:23:40.543 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-17 01:23:40.544 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-17 01:23:40.544 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-17 01:23:40.545 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-17 01:23:40.546 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: fip-port-details 2026-04-17 01:23:40.546 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: flavors 2026-04-17 01:23:40.548 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-17 01:23:40.549 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: floatingip-pools 2026-04-17 01:23:40.550 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: ip_allocation 2026-04-17 01:23:40.550 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-17 01:23:40.551 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: l2_adjacency 2026-04-17 01:23:40.552 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: router 2026-04-17 01:23:40.554 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-17 01:23:40.554 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-17 01:23:40.555 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-17 01:23:40.555 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: ext-gw-mode 2026-04-17 01:23:40.556 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: l3-ha 2026-04-17 01:23:40.556 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-17 01:23:40.557 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-17 01:23:40.557 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: l3-flavors 2026-04-17 01:23:40.558 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-17 01:23:40.558 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-17 01:23:40.560 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-17 01:23:40.561 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-17 01:23:40.562 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-17 01:23:40.565 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-17 01:23:40.565 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-17 01:23:40.566 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: multi-provider 2026-04-17 01:23:40.566 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: net-mtu 2026-04-17 01:23:40.567 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: net-mtu-writable 2026-04-17 01:23:40.567 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: network_availability_zone 2026-04-17 01:23:40.568 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: network_ha 2026-04-17 01:23:40.568 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: network-ip-availability 2026-04-17 01:23:40.569 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-17 01:23:40.570 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: pagination 2026-04-17 01:23:40.571 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: port-device-profile 2026-04-17 01:23:40.571 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-17 01:23:40.571 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-17 01:23:40.572 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-17 01:23:40.572 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: port-mac-override 2026-04-17 01:23:40.573 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-17 01:23:40.573 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-17 01:23:40.574 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-17 01:23:40.574 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: port-resource-request 2026-04-17 01:23:40.575 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-17 01:23:40.575 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-17 01:23:40.575 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: binding 2026-04-17 01:23:40.576 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: binding-extended 2026-04-17 01:23:40.577 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: port-security 2026-04-17 01:23:40.577 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: project-id 2026-04-17 01:23:40.578 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: provider 2026-04-17 01:23:40.578 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-17 01:23:40.580 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: qos 2026-04-17 01:23:40.581 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-17 01:23:40.581 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-17 01:23:40.582 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: qos-default 2026-04-17 01:23:40.582 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: qos-fip 2026-04-17 01:23:40.583 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-17 01:23:40.583 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-17 01:23:40.584 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-17 01:23:40.585 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-17 01:23:40.585 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-17 01:23:40.586 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: qos-pps 2026-04-17 01:23:40.586 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-17 01:23:40.587 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-17 01:23:40.587 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: qos-rules-alias 2026-04-17 01:23:40.588 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: quota-check-limit 2026-04-17 01:23:40.588 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-17 01:23:40.591 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: quotas 2026-04-17 01:23:40.593 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: quota_details 2026-04-17 01:23:40.594 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: rbac-policies 2026-04-17 01:23:40.595 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: rbac-address-group 2026-04-17 01:23:40.595 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: rbac-address-scope 2026-04-17 01:23:40.596 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: rbac-security-groups 2026-04-17 01:23:40.596 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-17 01:23:40.597 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: revision-if-match 2026-04-17 01:23:40.597 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-17 01:23:40.598 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: router_availability_zone 2026-04-17 01:23:40.598 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-17 01:23:40.600 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-17 01:23:40.600 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-17 01:23:40.600 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-17 01:23:40.601 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-17 01:23:40.601 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-17 01:23:40.602 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-17 01:23:40.605 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: security-group 2026-04-17 01:23:40.606 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: segment 2026-04-17 01:23:40.607 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-17 01:23:40.607 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: service-type 2026-04-17 01:23:40.608 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: sorting 2026-04-17 01:23:40.608 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: standard-attr-segment 2026-04-17 01:23:40.609 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: standard-attr-description 2026-04-17 01:23:40.609 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: stateful-security-group 2026-04-17 01:23:40.610 1 WARNING neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-17 01:23:40.610 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-17 01:23:40.611 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: subnet-external-network 2026-04-17 01:23:40.611 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: subnet_onboard 2026-04-17 01:23:40.611 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-17 01:23:40.612 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: subnet-service-types 2026-04-17 01:23:40.612 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: subnet_allocation 2026-04-17 01:23:40.613 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-17 01:23:40.614 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: tag-creation 2026-04-17 01:23:40.615 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-17 01:23:40.618 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: standard-attr-tag 2026-04-17 01:23:40.618 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-17 01:23:40.619 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: trunk 2026-04-17 01:23:40.619 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: trunk-details 2026-04-17 01:23:40.620 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-17 01:23:40.620 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-17 01:23:40.621 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-17 01:23:40.621 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-17 01:23:40.623 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-17 01:23:40.624 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-17 01:23:40.624 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: vpn-flavors 2026-04-17 01:23:40.625 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: vpnaas 2026-04-17 01:23:40.626 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: taas 2026-04-17 01:23:40.627 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: tap-mirror 2026-04-17 01:23:40.628 1 INFO neutron.api.extensions [None req-eaef4f52-50e2-4a46-9ead-a3b10d1d3b92 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-17 01:24:10.724 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-04-17 01:24:10.788 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-04-17 01:24:10.805 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-04-17 01:24:18.693 13 INFO neutron.db.l3_hamode_db [None req-517227da-047e-411e-bdff-96e903d715cc - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 01:24:33.176 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 36be20c6-8d40-479c-ac67-54ec71018f7b 2026-04-17 01:24:35.110 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 36be20c6-8d40-479c-ac67-54ec71018f7b 2026-04-17 01:24:35.915 16 INFO neutron.plugins.ml2.plugin [None req-7c58676f-77ac-4a8c-b6d2-c918c54142b9 - - - - - -] Attempt 1 to provision port 36be20c6-8d40-479c-ac67-54ec71018f7b 2026-04-17 01:25:16.799 13 INFO neutron.plugins.ml2.plugin [None req-489b90c6-76d3-4147-9452-457d6b11c04e - - - - - -] Attempt 1 to provision port 7da8d2fa-1fb5-4835-a342-06d1fd1de366 2026-04-17 01:25:17.118 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 7da8d2fa-1fb5-4835-a342-06d1fd1de366 2026-04-17 01:25:18.466 13 INFO neutron.plugins.ml2.plugin [None req-5190405e-c2f6-4a78-83b2-90521170a1a0 - - - - - -] Attempt 1 to provision port 7da8d2fa-1fb5-4835-a342-06d1fd1de366 2026-04-17 01:25:19.101 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 7da8d2fa-1fb5-4835-a342-06d1fd1de366 2026-04-17 01:25:23.728 16 INFO neutron.plugins.ml2.plugin [None req-5ca36f3e-a517-4af7-89ea-791275854fa9 - - - - - -] Attempt 1 to provision port ebd9acba-3a30-4270-95aa-caf2ad4eb1f8 2026-04-17 01:27:53.167 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 5fb78884-b741-4fb5-9bfa-eff96f6dbd9c 2026-04-17 01:27:55.177 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 5fb78884-b741-4fb5-9bfa-eff96f6dbd9c 2026-04-17 01:29:07.790 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port ebd9acba-3a30-4270-95aa-caf2ad4eb1f8 2026-04-17 01:29:09.191 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port ebd9acba-3a30-4270-95aa-caf2ad4eb1f8 2026-04-17 01:35:45.424 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port af5dc54c-89e1-48e8-95cd-aa1c68073232 2026-04-17 01:35:46.605 13 INFO neutron.plugins.ml2.plugin [None req-86f2a32d-f759-4510-b9f7-220f9b506650 - - - - - -] Attempt 1 to provision port af5dc54c-89e1-48e8-95cd-aa1c68073232 2026-04-17 01:35:47.310 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port af5dc54c-89e1-48e8-95cd-aa1c68073232 2026-04-17 01:35:49.403 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port f588dd9a-bf8f-40cd-8688-04d4f1828ee4 2026-04-17 01:35:51.413 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port f588dd9a-bf8f-40cd-8688-04d4f1828ee4 2026-04-17 01:35:53.360 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 038a7e30-1528-457a-a108-69b13804eb25 2026-04-17 01:35:55.406 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 038a7e30-1528-457a-a108-69b13804eb25 2026-04-17 01:35:56.455 16 INFO neutron.plugins.ml2.plugin [None req-c7878546-7f33-450a-8a95-3c66c86a463d - - - - - -] Attempt 1 to provision port 82d11ced-c05d-4dfb-aee7-73e8460fc790 2026-04-17 01:35:56.483 16 INFO neutron.plugins.ml2.plugin [None req-c7878546-7f33-450a-8a95-3c66c86a463d - - - - - -] Attempt 1 to provision port ed34c9bc-b344-488c-91aa-01ca1f5867ad 2026-04-17 01:35:56.515 16 INFO neutron.plugins.ml2.plugin [None req-c7878546-7f33-450a-8a95-3c66c86a463d - - - - - -] Attempt 1 to provision port af5dc54c-89e1-48e8-95cd-aa1c68073232 2026-04-17 01:35:56.564 16 INFO neutron.plugins.ml2.plugin [None req-c7878546-7f33-450a-8a95-3c66c86a463d - - - - - -] Attempt 1 to provision port f588dd9a-bf8f-40cd-8688-04d4f1828ee4 2026-04-17 01:35:59.586 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port d3c65a6e-3f26-4b71-b73c-f3ec8dac1859 2026-04-17 01:35:59.998 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port a9d2bcaf-4bf9-40bf-b13f-893691eb4266 2026-04-17 01:36:01.329 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port d3c65a6e-3f26-4b71-b73c-f3ec8dac1859 2026-04-17 01:36:01.532 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port a9d2bcaf-4bf9-40bf-b13f-893691eb4266 2026-04-17 01:36:03.357 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 176ca7c7-85d2-46bb-b1fe-473fcd5ce608 2026-04-17 01:36:05.473 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 176ca7c7-85d2-46bb-b1fe-473fcd5ce608 2026-04-17 01:36:08.113 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port bde66e5d-bbb4-4786-a7de-c8c20b651558 2026-04-17 01:36:08.478 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 1700f002-cd1e-45c2-9b0c-4b1ca9de3216 2026-04-17 01:36:08.838 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 95ff584b-6f00-4553-9194-76e9c774f1d5 2026-04-17 01:36:08.980 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-24b1445d-8117-46f0-a65b-c59ee046f1ab'] response: {'server_uuid': '3339ec3d-92bd-4265-8a3d-2cb59efb272f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1700f002-cd1e-45c2-9b0c-4b1ca9de3216', 'code': 200} 2026-04-17 01:36:09.425 16 INFO neutron.plugins.ml2.plugin [None req-8aca2ee3-ea09-49b9-8120-06b3022e0182 - - - - - -] Attempt 1 to provision port 82d11ced-c05d-4dfb-aee7-73e8460fc790 2026-04-17 01:36:09.451 16 INFO neutron.plugins.ml2.plugin [None req-8aca2ee3-ea09-49b9-8120-06b3022e0182 - - - - - -] Attempt 1 to provision port 94e0f0b1-5efc-4b1b-a172-e4405d5a1fea 2026-04-17 01:36:09.476 16 INFO neutron.plugins.ml2.plugin [None req-8aca2ee3-ea09-49b9-8120-06b3022e0182 - - - - - -] Attempt 1 to provision port 95ff584b-6f00-4553-9194-76e9c774f1d5 2026-04-17 01:36:09.540 16 INFO neutron.plugins.ml2.plugin [None req-8aca2ee3-ea09-49b9-8120-06b3022e0182 - - - - - -] Attempt 1 to provision port ef690884-3e9c-47d9-aa50-1cac5aecf8bf 2026-04-17 01:36:09.565 16 INFO neutron.plugins.ml2.plugin [None req-8aca2ee3-ea09-49b9-8120-06b3022e0182 - - - - - -] Attempt 1 to provision port 53cee91d-8cc2-4e81-8b2b-6aed4a5cf8e6 2026-04-17 01:36:09.596 16 INFO neutron.plugins.ml2.plugin [None req-8aca2ee3-ea09-49b9-8120-06b3022e0182 - - - - - -] Attempt 1 to provision port 1700f002-cd1e-45c2-9b0c-4b1ca9de3216 2026-04-17 01:36:09.668 16 INFO neutron.plugins.ml2.plugin [None req-8aca2ee3-ea09-49b9-8120-06b3022e0182 - - - - - -] Attempt 1 to provision port f588dd9a-bf8f-40cd-8688-04d4f1828ee4 2026-04-17 01:36:11.178 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port bde66e5d-bbb4-4786-a7de-c8c20b651558 2026-04-17 01:36:11.350 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 1f78a9ee-0e89-4e8e-9c62-b59a0a318dd2 2026-04-17 01:36:11.474 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-63ea4805-d779-43d7-bc06-a87fd446d0b2'] response: {'server_uuid': 'f18e9470-840e-4ff9-a71b-d5511080270b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1f78a9ee-0e89-4e8e-9c62-b59a0a318dd2', 'code': 200} 2026-04-17 01:36:11.848 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 1700f002-cd1e-45c2-9b0c-4b1ca9de3216 2026-04-17 01:36:12.176 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 95ff584b-6f00-4553-9194-76e9c774f1d5 2026-04-17 01:36:12.975 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 1f78a9ee-0e89-4e8e-9c62-b59a0a318dd2 2026-04-17 01:36:13.190 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 7d2e31c7-ccbb-43c6-a9d8-08e72def9e89 2026-04-17 01:36:15.429 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 470ab34f-c541-4ffd-8549-52af0993a6c4 2026-04-17 01:36:15.562 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-9f7da845-36c9-4ce7-8d5c-03b43b183e62'] response: {'server_uuid': '6468cfd1-c008-4b93-8ae0-a44c435abf52', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '470ab34f-c541-4ffd-8549-52af0993a6c4', 'code': 200} 2026-04-17 01:36:15.828 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 7d2e31c7-ccbb-43c6-a9d8-08e72def9e89 2026-04-17 01:36:17.479 16 INFO neutron.plugins.ml2.plugin [None req-83f583a7-7954-4e39-902a-3ca2f72e183a - - - - - -] Attempt 1 to provision port ae79510b-c9be-4633-a393-f1b69efd925f 2026-04-17 01:36:17.507 16 INFO neutron.plugins.ml2.plugin [None req-83f583a7-7954-4e39-902a-3ca2f72e183a - - - - - -] Attempt 1 to provision port 1f78a9ee-0e89-4e8e-9c62-b59a0a318dd2 2026-04-17 01:36:17.538 16 INFO neutron.plugins.ml2.db [None req-83f583a7-7954-4e39-902a-3ca2f72e183a - - - - - -] No ports have port_id starting with 1f78a9ee-0e89-4e8e-9c62-b59a0a318dd2 2026-04-17 01:36:17.547 16 INFO neutron.plugins.ml2.plugin [None req-83f583a7-7954-4e39-902a-3ca2f72e183a - - - - - -] Attempt 1 to provision port 470ab34f-c541-4ffd-8549-52af0993a6c4 2026-04-17 01:36:17.616 16 INFO neutron.plugins.ml2.plugin [None req-83f583a7-7954-4e39-902a-3ca2f72e183a - - - - - -] Attempt 1 to provision port 95ff584b-6f00-4553-9194-76e9c774f1d5 2026-04-17 01:36:17.683 16 INFO neutron.plugins.ml2.plugin [None req-83f583a7-7954-4e39-902a-3ca2f72e183a - - - - - -] Attempt 1 to provision port 53cee91d-8cc2-4e81-8b2b-6aed4a5cf8e6 2026-04-17 01:36:17.721 16 INFO neutron.plugins.ml2.plugin [None req-83f583a7-7954-4e39-902a-3ca2f72e183a - - - - - -] Attempt 1 to provision port 7d2e31c7-ccbb-43c6-a9d8-08e72def9e89 2026-04-17 01:36:17.793 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 470ab34f-c541-4ffd-8549-52af0993a6c4 2026-04-17 01:36:18.016 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 2074056e-f028-4184-bbd8-ee1946926f6b 2026-04-17 01:36:18.502 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-744a013d-15c0-4bf8-b3ef-9f1d4734744e'] response: {'server_uuid': '8e5b58e1-c146-40c7-a093-f8b1b5f1a71c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2074056e-f028-4184-bbd8-ee1946926f6b', 'code': 200} 2026-04-17 01:36:19.721 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 2074056e-f028-4184-bbd8-ee1946926f6b 2026-04-17 01:36:26.914 16 INFO neutron.plugins.ml2.plugin [None req-9148299d-0061-49d7-a04a-c4c8720a692a - - - - - -] Attempt 1 to provision port 53cee91d-8cc2-4e81-8b2b-6aed4a5cf8e6 2026-04-17 01:36:26.955 16 INFO neutron.plugins.ml2.plugin [None req-9148299d-0061-49d7-a04a-c4c8720a692a - - - - - -] Attempt 1 to provision port 40c361b0-f446-473b-b38c-18f9e053de43 2026-04-17 01:36:26.974 16 INFO neutron.plugins.ml2.plugin [None req-9148299d-0061-49d7-a04a-c4c8720a692a - - - - - -] Attempt 1 to provision port ae79510b-c9be-4633-a393-f1b69efd925f 2026-04-17 01:36:26.992 16 INFO neutron.plugins.ml2.plugin [None req-9148299d-0061-49d7-a04a-c4c8720a692a - - - - - -] Attempt 1 to provision port 7d2e31c7-ccbb-43c6-a9d8-08e72def9e89 2026-04-17 01:36:27.056 16 INFO neutron.plugins.ml2.plugin [None req-9148299d-0061-49d7-a04a-c4c8720a692a - - - - - -] Attempt 1 to provision port 2074056e-f028-4184-bbd8-ee1946926f6b 2026-04-17 01:36:27.125 16 INFO neutron.plugins.ml2.plugin [None req-9148299d-0061-49d7-a04a-c4c8720a692a - - - - - -] Attempt 1 to provision port 470ab34f-c541-4ffd-8549-52af0993a6c4 2026-04-17 01:36:29.739 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 44792b83-8f7c-45bd-a512-e1a5a7429b0e 2026-04-17 01:36:31.695 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 44792b83-8f7c-45bd-a512-e1a5a7429b0e 2026-04-17 01:36:34.792 13 INFO neutron.plugins.ml2.plugin [None req-7e2756aa-c532-4f51-998f-27062c6bfee6 - - - - - -] Attempt 1 to provision port ae79510b-c9be-4633-a393-f1b69efd925f 2026-04-17 01:36:34.815 13 INFO neutron.plugins.ml2.plugin [None req-7e2756aa-c532-4f51-998f-27062c6bfee6 - - - - - -] Attempt 1 to provision port d4d11d56-7bfa-4eb3-88a4-91616a12da2c 2026-04-17 01:36:34.836 13 INFO neutron.plugins.ml2.plugin [None req-7e2756aa-c532-4f51-998f-27062c6bfee6 - - - - - -] Attempt 1 to provision port e34f77e3-e06c-41d7-92f7-ad64c7af06d1 2026-04-17 01:36:34.860 13 INFO neutron.plugins.ml2.plugin [None req-7e2756aa-c532-4f51-998f-27062c6bfee6 - - - - - -] Attempt 1 to provision port 470ab34f-c541-4ffd-8549-52af0993a6c4 2026-04-17 01:36:40.326 13 INFO neutron.plugins.ml2.plugin [None req-4fbb1da8-2bf0-4e32-b26b-8a279cb1c511 - - - - - -] Attempt 1 to provision port 73ebfa65-157c-4f47-a731-ddc1a64f8f16 2026-04-17 01:36:40.532 13 INFO neutron.plugins.ml2.plugin [None req-4fbb1da8-2bf0-4e32-b26b-8a279cb1c511 - - - - - -] Attempt 1 to provision port 58a74826-058e-4e9f-843e-6ca4af4fcf1d 2026-04-17 01:36:40.778 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 40c361b0-f446-473b-b38c-18f9e053de43 2026-04-17 01:36:41.079 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port ae79510b-c9be-4633-a393-f1b69efd925f 2026-04-17 01:36:41.322 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port ece28761-ae82-428c-8e38-d6835363ce56 2026-04-17 01:36:41.443 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f22ba0c-0229-4837-b739-7c90187ee303'] response: {'server_uuid': '3061137e-f2d4-4cd5-97e8-4b94e5098074', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ece28761-ae82-428c-8e38-d6835363ce56', 'code': 200} 2026-04-17 01:36:41.678 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 73ebfa65-157c-4f47-a731-ddc1a64f8f16 2026-04-17 01:36:42.454 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 40c361b0-f446-473b-b38c-18f9e053de43 2026-04-17 01:36:42.604 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port ae79510b-c9be-4633-a393-f1b69efd925f 2026-04-17 01:36:43.007 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 73ebfa65-157c-4f47-a731-ddc1a64f8f16 2026-04-17 01:36:43.107 13 INFO neutron.plugins.ml2.plugin [None req-1b764734-8ba9-469f-a9c7-ce00f501d3f7 - - - - - -] Attempt 1 to provision port 58a74826-058e-4e9f-843e-6ca4af4fcf1d 2026-04-17 01:36:43.514 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port ece28761-ae82-428c-8e38-d6835363ce56 2026-04-17 01:36:44.386 13 INFO neutron.plugins.ml2.plugin [None req-90d4a01d-9f34-420a-81bd-2626b6b58eff - - - - - -] Attempt 1 to provision port ece28761-ae82-428c-8e38-d6835363ce56 2026-04-17 01:36:44.580 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port d4d11d56-7bfa-4eb3-88a4-91616a12da2c 2026-04-17 01:36:44.847 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 53cee91d-8cc2-4e81-8b2b-6aed4a5cf8e6 2026-04-17 01:36:46.446 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port e34f77e3-e06c-41d7-92f7-ad64c7af06d1 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server [None req-9a61742b-6f99-485a-ab38-c8230bf3d2b3 - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 45f8d85a-2898-4acd-9ba7-e4f5fbe27785: This subnet is being modified by another concurrent operation. 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 174, in _process_incoming 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 269, in inner 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server raise self.value 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server raise self.value 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server raise self.value 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/quota/resource_registry.py", line 95, in wrapper 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 292, in create_dhcp_port 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 118, in _port_action 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/plugins/utils.py", line 338, in create_port 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server raise self.value 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server raise self.value 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server raise self.value 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 1660, in create_port 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 1625, in _create_port_db 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1572, in create_port_db 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 219, in allocate_ips_for_port_and_store 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 226, in allocate_ips_for_port 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 258, in _allocate_ips_for_port 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_backend_mixin.py", line 686, in _ipam_get_subnets 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/models_v2.py", line 77, in read_lock_register 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server raise exception 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 45f8d85a-2898-4acd-9ba7-e4f5fbe27785: This subnet is being modified by another concurrent operation. 2026-04-17 01:36:46.522 13 ERROR oslo_messaging.rpc.server 2026-04-17 01:36:46.729 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port d4d11d56-7bfa-4eb3-88a4-91616a12da2c 2026-04-17 01:36:46.872 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 53cee91d-8cc2-4e81-8b2b-6aed4a5cf8e6 2026-04-17 01:36:47.040 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 58a74826-058e-4e9f-843e-6ca4af4fcf1d 2026-04-17 01:36:47.725 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-0d1f4040-f231-46bc-ba1d-2701e7929448'] response: {'server_uuid': '6468cfd1-c008-4b93-8ae0-a44c435abf52', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '470ab34f-c541-4ffd-8549-52af0993a6c4', 'code': 200} 2026-04-17 01:36:48.479 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port e34f77e3-e06c-41d7-92f7-ad64c7af06d1 2026-04-17 01:36:48.672 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 58a74826-058e-4e9f-843e-6ca4af4fcf1d 2026-04-17 01:36:50.968 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 470ab34f-c541-4ffd-8549-52af0993a6c4 2026-04-17 01:36:51.089 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-f254a138-e01d-4236-a69c-b3f6bb9fff5e'] response: {'server_uuid': '6468cfd1-c008-4b93-8ae0-a44c435abf52', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '470ab34f-c541-4ffd-8549-52af0993a6c4', 'code': 200} 2026-04-17 01:36:51.873 13 INFO neutron.plugins.ml2.plugin [None req-c1e4fcfb-f312-4741-a8a0-10f81c4f7e0c - - - - - -] Attempt 1 to provision port 2074056e-f028-4184-bbd8-ee1946926f6b 2026-04-17 01:36:52.823 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 470ab34f-c541-4ffd-8549-52af0993a6c4 2026-04-17 01:36:53.067 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 2074056e-f028-4184-bbd8-ee1946926f6b 2026-04-17 01:36:57.467 16 INFO neutron.plugins.ml2.plugin [None req-69e37431-4f28-40f4-a7d6-080738083d91 - - - - - -] Attempt 1 to provision port 2074056e-f028-4184-bbd8-ee1946926f6b 2026-04-17 01:37:12.462 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 13452034-0830-4e7a-ab63-8bf26f7855fc 2026-04-17 01:37:14.526 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 8f9ac876-0652-4105-8cda-beb1ece846f5 2026-04-17 01:37:14.934 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 13452034-0830-4e7a-ab63-8bf26f7855fc 2026-04-17 01:37:15.200 16 INFO neutron.plugins.ml2.plugin [None req-4e0217df-d066-4cee-9389-72ef92e56284 - - - - - -] Attempt 1 to provision port bbb8a788-797f-44f6-8de0-bf7236597696 2026-04-17 01:37:15.234 16 INFO neutron.plugins.ml2.plugin [None req-4e0217df-d066-4cee-9389-72ef92e56284 - - - - - -] Attempt 1 to provision port 13452034-0830-4e7a-ab63-8bf26f7855fc 2026-04-17 01:37:16.420 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 8f9ac876-0652-4105-8cda-beb1ece846f5 2026-04-17 01:37:24.467 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 95df1472-c965-43df-bc26-afe7b48ef28a 2026-04-17 01:37:24.790 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 442effd9-8550-4c6a-8911-134a8dcba71b 2026-04-17 01:37:27.061 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 9c0c2408-29f7-48e4-9ee0-90b9886092d6 2026-04-17 01:37:27.178 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd10c226-61aa-4679-a535-790fc93f42c9'] response: {'server_uuid': '611c1833-3e31-491c-a21f-b3bdc17fed43', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9c0c2408-29f7-48e4-9ee0-90b9886092d6', 'code': 200} 2026-04-17 01:37:27.419 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 95df1472-c965-43df-bc26-afe7b48ef28a 2026-04-17 01:37:27.491 13 INFO neutron.plugins.ml2.plugin [None req-a9503de5-364d-41b4-8c14-0489515444ad - - - - - -] Attempt 1 to provision port 95df1472-c965-43df-bc26-afe7b48ef28a 2026-04-17 01:37:27.541 13 INFO neutron.plugins.ml2.plugin [None req-a9503de5-364d-41b4-8c14-0489515444ad - - - - - -] Attempt 1 to provision port 9c0c2408-29f7-48e4-9ee0-90b9886092d6 2026-04-17 01:37:27.595 13 INFO neutron.plugins.ml2.plugin [None req-a9503de5-364d-41b4-8c14-0489515444ad - - - - - -] Attempt 1 to provision port 3563992b-7a0d-45f0-807b-5cd47adf8ceb 2026-04-17 01:37:27.694 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 442effd9-8550-4c6a-8911-134a8dcba71b 2026-04-17 01:37:28.477 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 9c0c2408-29f7-48e4-9ee0-90b9886092d6 2026-04-17 01:37:31.820 16 INFO neutron.plugins.ml2.plugin [None req-491a1f2b-27f5-47f3-887b-bbc892f1c014 - - - - - -] Attempt 1 to provision port 95df1472-c965-43df-bc26-afe7b48ef28a 2026-04-17 01:37:31.913 16 INFO neutron.plugins.ml2.plugin [None req-491a1f2b-27f5-47f3-887b-bbc892f1c014 - - - - - -] Attempt 1 to provision port 5b84be2a-94d4-43f0-98ad-c4d34ba50d80 2026-04-17 01:37:31.975 16 INFO neutron.plugins.ml2.plugin [None req-491a1f2b-27f5-47f3-887b-bbc892f1c014 - - - - - -] Attempt 1 to provision port 874b9af6-ace4-4bb4-a677-1a66ff7014ac 2026-04-17 01:37:32.515 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 3563992b-7a0d-45f0-807b-5cd47adf8ceb 2026-04-17 01:37:32.768 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port bbb8a788-797f-44f6-8de0-bf7236597696 2026-04-17 01:37:34.439 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 3563992b-7a0d-45f0-807b-5cd47adf8ceb 2026-04-17 01:37:34.589 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port bbb8a788-797f-44f6-8de0-bf7236597696 2026-04-17 01:37:36.628 16 INFO neutron.plugins.ml2.plugin [None req-cfc32330-6e43-4dff-8563-55555330fec1 - - - - - -] Attempt 1 to provision port 874b9af6-ace4-4bb4-a677-1a66ff7014ac 2026-04-17 01:37:37.537 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 98ab0150-a6a9-4f73-a5dd-7417a77e1b8a 2026-04-17 01:37:37.648 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6291046-981c-419b-878b-bc8629c5f8e0'] response: {'server_uuid': '4bdabb64-c9ab-457f-a129-54c6fd5f4c02', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '98ab0150-a6a9-4f73-a5dd-7417a77e1b8a', 'code': 200} 2026-04-17 01:37:38.392 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 98ab0150-a6a9-4f73-a5dd-7417a77e1b8a 2026-04-17 01:37:39.081 13 INFO neutron.plugins.ml2.plugin [None req-0fd09acf-61ca-449d-956a-6cad07ad6bde - - - - - -] Attempt 1 to provision port 874b9af6-ace4-4bb4-a677-1a66ff7014ac 2026-04-17 01:37:42.087 16 INFO neutron.plugins.ml2.plugin [None req-77813bfa-4e82-4381-b1c5-3c2d45a7c8f1 - - - - - -] Attempt 1 to provision port 98ab0150-a6a9-4f73-a5dd-7417a77e1b8a 2026-04-17 01:37:42.917 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 874b9af6-ace4-4bb4-a677-1a66ff7014ac 2026-04-17 01:37:43.240 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 5b84be2a-94d4-43f0-98ad-c4d34ba50d80 2026-04-17 01:37:44.728 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 874b9af6-ace4-4bb4-a677-1a66ff7014ac 2026-04-17 01:37:44.900 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 5b84be2a-94d4-43f0-98ad-c4d34ba50d80 2026-04-17 01:38:02.450 13 INFO neutron.plugins.ml2.plugin [None req-0f0e7ad6-c8d9-4e12-9dda-a8bdcfbe7fc0 - - - - - -] Attempt 1 to provision port 150214c8-7d0e-40f8-ab65-87971b16daf8 2026-04-17 01:38:04.778 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 0faa7d64-6d6a-4629-90b1-27a7399de9e2 2026-04-17 01:38:06.771 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 0faa7d64-6d6a-4629-90b1-27a7399de9e2 2026-04-17 01:38:06.975 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 02552bc6-1748-4fff-9798-9f838094301f 2026-04-17 01:38:09.116 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 02552bc6-1748-4fff-9798-9f838094301f 2026-04-17 01:38:14.709 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 1686b32c-0c80-40ac-91ff-a3b63e551f77 2026-04-17 01:38:16.760 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 1686b32c-0c80-40ac-91ff-a3b63e551f77 2026-04-17 01:38:18.010 13 INFO neutron.plugins.ml2.plugin [None req-e9628845-fb07-4699-abeb-ec624c9d5541 - - - - - -] Attempt 1 to provision port d5fb3de0-3ee1-484d-82b3-76f1c8d6d9e1 2026-04-17 01:38:18.046 13 INFO neutron.plugins.ml2.plugin [None req-e9628845-fb07-4699-abeb-ec624c9d5541 - - - - - -] Attempt 1 to provision port 6374a5b5-6ab0-4bdc-ba9e-36956fc330cf 2026-04-17 01:38:18.074 13 INFO neutron.plugins.ml2.plugin [None req-e9628845-fb07-4699-abeb-ec624c9d5541 - - - - - -] Attempt 1 to provision port 1686b32c-0c80-40ac-91ff-a3b63e551f77 2026-04-17 01:38:20.847 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port d5fb3de0-3ee1-484d-82b3-76f1c8d6d9e1 2026-04-17 01:38:21.124 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 6374a5b5-6ab0-4bdc-ba9e-36956fc330cf 2026-04-17 01:38:21.367 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port dc812b19-9249-4169-af1a-d6e0602eee38 2026-04-17 01:38:22.798 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port d5fb3de0-3ee1-484d-82b3-76f1c8d6d9e1 2026-04-17 01:38:22.986 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 6374a5b5-6ab0-4bdc-ba9e-36956fc330cf 2026-04-17 01:38:23.138 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port dc812b19-9249-4169-af1a-d6e0602eee38 2026-04-17 01:38:25.438 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port fbf74f94-a155-4374-9888-c5fd49208a95 2026-04-17 01:38:25.544 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-95e2db2b-7f7c-4ef2-9f18-d1b876aa4a30'] response: {'server_uuid': 'a69f7902-836b-48f0-b235-b5118a0ffe47', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fbf74f94-a155-4374-9888-c5fd49208a95', 'code': 200} 2026-04-17 01:38:26.719 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port fbf74f94-a155-4374-9888-c5fd49208a95 2026-04-17 01:38:31.189 16 INFO neutron.plugins.ml2.plugin [None req-1fab4363-2e29-4249-9631-eacb2279aaff - - - - - -] Attempt 1 to provision port d5fb3de0-3ee1-484d-82b3-76f1c8d6d9e1 2026-04-17 01:38:31.252 16 INFO neutron.plugins.ml2.plugin [None req-1fab4363-2e29-4249-9631-eacb2279aaff - - - - - -] Attempt 1 to provision port fbf74f94-a155-4374-9888-c5fd49208a95 2026-04-17 01:38:31.324 16 INFO neutron.plugins.ml2.plugin [None req-1fab4363-2e29-4249-9631-eacb2279aaff - - - - - -] Attempt 1 to provision port 1686b32c-0c80-40ac-91ff-a3b63e551f77 2026-04-17 01:38:38.115 16 INFO neutron.plugins.ml2.plugin [None req-1093695a-fe30-4bd6-900b-168c21411c4e - - - - - -] Attempt 1 to provision port d5fb3de0-3ee1-484d-82b3-76f1c8d6d9e1 2026-04-17 01:38:45.995 13 INFO neutron.plugins.ml2.plugin [None req-2c0dbea7-51bf-4445-97b2-01bd4d702b26 - - - - - -] Attempt 1 to provision port d5fb3de0-3ee1-484d-82b3-76f1c8d6d9e1 2026-04-17 01:38:46.057 13 INFO neutron.plugins.ml2.plugin [None req-2c0dbea7-51bf-4445-97b2-01bd4d702b26 - - - - - -] Attempt 1 to provision port fbf74f94-a155-4374-9888-c5fd49208a95 2026-04-17 01:39:00.819 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 1b3a94d9-6e72-462b-a0be-2049d61c3f26 2026-04-17 01:39:02.130 16 INFO neutron.plugins.ml2.plugin [None req-bf9d3e45-1790-4004-a08b-37b6b61248f0 - - - - - -] Attempt 1 to provision port 1b3a94d9-6e72-462b-a0be-2049d61c3f26 2026-04-17 01:39:02.186 16 INFO neutron.plugins.ml2.plugin [None req-bf9d3e45-1790-4004-a08b-37b6b61248f0 - - - - - -] Attempt 1 to provision port 9d12e0cc-7ad8-465b-a0da-366df3baa944 2026-04-17 01:39:02.856 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 1b3a94d9-6e72-462b-a0be-2049d61c3f26 2026-04-17 01:39:03.096 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 1643bf3b-442f-4d41-b63a-3212bc2b8aa7 2026-04-17 01:39:04.421 13 INFO neutron.plugins.ml2.plugin [None req-0f801a5f-2e22-4882-a2b7-9f26f1007e10 - - - - - -] Attempt 1 to provision port 55f11f65-42d4-4ef8-973c-5458faa4cf8a 2026-04-17 01:39:05.393 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 1643bf3b-442f-4d41-b63a-3212bc2b8aa7 2026-04-17 01:39:05.772 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port c8a76be4-0667-4680-b116-db92f2ed0c34 2026-04-17 01:39:05.983 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-78c67e05-9a36-4db4-ac58-1065899ba32d'] response: {'server_uuid': 'd1a1a86b-131b-4a06-833b-66ebe97f9e22', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c8a76be4-0667-4680-b116-db92f2ed0c34', 'code': 200} 2026-04-17 01:39:07.993 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port c8a76be4-0667-4680-b116-db92f2ed0c34 2026-04-17 01:39:09.681 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 80c204f7-1d7b-4cd4-b6ef-01f0f3b78694 2026-04-17 01:39:10.239 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 2645c89b-d821-44a1-8bad-c8bf7eab5c13 2026-04-17 01:39:10.689 16 INFO neutron.plugins.ml2.plugin [None req-e2ceda1e-46d0-4380-b1e3-a71d643bd05f - - - - - -] Attempt 1 to provision port 2645c89b-d821-44a1-8bad-c8bf7eab5c13 2026-04-17 01:39:10.767 16 INFO neutron.plugins.ml2.plugin [None req-e2ceda1e-46d0-4380-b1e3-a71d643bd05f - - - - - -] Attempt 1 to provision port c8a76be4-0667-4680-b116-db92f2ed0c34 2026-04-17 01:39:10.829 16 INFO neutron.plugins.ml2.plugin [None req-e2ceda1e-46d0-4380-b1e3-a71d643bd05f - - - - - -] Attempt 1 to provision port 4291f200-d912-48d6-8ab6-339bb9604b84 2026-04-17 01:39:11.486 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 80c204f7-1d7b-4cd4-b6ef-01f0f3b78694 2026-04-17 01:39:11.704 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 2645c89b-d821-44a1-8bad-c8bf7eab5c13 2026-04-17 01:39:13.825 16 INFO neutron.plugins.ml2.plugin [None req-924b09de-4738-4362-afbf-5c5ec771fb4b - - - - - -] Attempt 1 to provision port 2645c89b-d821-44a1-8bad-c8bf7eab5c13 2026-04-17 01:39:13.872 16 INFO neutron.plugins.ml2.plugin [None req-924b09de-4738-4362-afbf-5c5ec771fb4b - - - - - -] Attempt 1 to provision port 12bbb5ed-c808-41e9-954e-632d4ba4ce3f 2026-04-17 01:39:13.894 16 INFO neutron.plugins.ml2.plugin [None req-924b09de-4738-4362-afbf-5c5ec771fb4b - - - - - -] Attempt 1 to provision port 9d12e0cc-7ad8-465b-a0da-366df3baa944 2026-04-17 01:39:15.882 13 INFO neutron.plugins.ml2.plugin [None req-ae3654c1-19f1-4744-a542-69c01b8cbde0 - - - - - -] Attempt 1 to provision port 12bbb5ed-c808-41e9-954e-632d4ba4ce3f 2026-04-17 01:39:15.911 13 INFO neutron.plugins.ml2.plugin [None req-ae3654c1-19f1-4744-a542-69c01b8cbde0 - - - - - -] Attempt 1 to provision port 9d12e0cc-7ad8-465b-a0da-366df3baa944 2026-04-17 01:39:17.920 16 INFO neutron.plugins.ml2.plugin [None req-461863a1-91bc-4a41-9b07-25a3edcb7bcb - - - - - -] Attempt 1 to provision port 12bbb5ed-c808-41e9-954e-632d4ba4ce3f 2026-04-17 01:39:20.533 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 124ab5f9-7b62-468f-9b52-522295c42001 2026-04-17 01:39:20.643 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-d94e46f7-8682-4987-a93b-3a05e95402c4'] response: {'server_uuid': '6f4a79b8-bbe3-481a-85be-76271ebc2250', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '124ab5f9-7b62-468f-9b52-522295c42001', 'code': 200} 2026-04-17 01:39:21.512 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 124ab5f9-7b62-468f-9b52-522295c42001 2026-04-17 01:39:23.517 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 9d12e0cc-7ad8-465b-a0da-366df3baa944 2026-04-17 01:39:23.843 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 55f11f65-42d4-4ef8-973c-5458faa4cf8a 2026-04-17 01:39:25.583 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 9d12e0cc-7ad8-465b-a0da-366df3baa944 2026-04-17 01:39:25.946 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 12bbb5ed-c808-41e9-954e-632d4ba4ce3f 2026-04-17 01:39:26.377 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 55f11f65-42d4-4ef8-973c-5458faa4cf8a 2026-04-17 01:39:27.606 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 4291f200-d912-48d6-8ab6-339bb9604b84 2026-04-17 01:39:27.850 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 98e4ad74-e142-49d5-baf5-c6d84f16f86a 2026-04-17 01:39:28.191 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 12bbb5ed-c808-41e9-954e-632d4ba4ce3f 2026-04-17 01:39:29.575 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 4291f200-d912-48d6-8ab6-339bb9604b84 2026-04-17 01:39:29.961 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 98e4ad74-e142-49d5-baf5-c6d84f16f86a 2026-04-17 01:39:31.575 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port c2a5869b-7dd5-4f2e-a027-b8c81dfaf1e6 2026-04-17 01:39:33.631 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port f12c79eb-7dad-443b-b900-66db52ca9f16 2026-04-17 01:39:34.089 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port c2a5869b-7dd5-4f2e-a027-b8c81dfaf1e6 2026-04-17 01:39:35.565 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port f12c79eb-7dad-443b-b900-66db52ca9f16 2026-04-17 01:39:39.584 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 1313a857-b7c8-4741-bf13-4087c280d48f 2026-04-17 01:39:41.041 16 INFO neutron.plugins.ml2.plugin [None req-5051c650-3f22-4bd3-b494-5d7de6ef670e - - - - - -] Attempt 1 to provision port f12c79eb-7dad-443b-b900-66db52ca9f16 2026-04-17 01:39:41.090 16 INFO neutron.plugins.ml2.plugin [None req-5051c650-3f22-4bd3-b494-5d7de6ef670e - - - - - -] Attempt 1 to provision port 98e4ad74-e142-49d5-baf5-c6d84f16f86a 2026-04-17 01:39:41.139 16 INFO neutron.plugins.ml2.plugin [None req-5051c650-3f22-4bd3-b494-5d7de6ef670e - - - - - -] Attempt 1 to provision port 4bec3c6e-4cfb-42f8-9f3d-b2af32c818e1 2026-04-17 01:39:41.163 16 INFO neutron.plugins.ml2.plugin [None req-5051c650-3f22-4bd3-b494-5d7de6ef670e - - - - - -] Attempt 1 to provision port 78ce4815-8e02-437b-935d-abbad572a250 2026-04-17 01:39:41.188 16 INFO neutron.plugins.ml2.plugin [None req-5051c650-3f22-4bd3-b494-5d7de6ef670e - - - - - -] Attempt 1 to provision port 1313a857-b7c8-4741-bf13-4087c280d48f 2026-04-17 01:39:41.538 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 1313a857-b7c8-4741-bf13-4087c280d48f 2026-04-17 01:39:46.302 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 526e6179-9bfd-456d-aa58-b5ab64d9c417 2026-04-17 01:39:46.417 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc16a3e7-7d8e-4e65-ba61-ecdbb35ce950'] response: {'server_uuid': 'b565b07e-625f-41ea-9b0c-1588e3bbf205', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '526e6179-9bfd-456d-aa58-b5ab64d9c417', 'code': 200} 2026-04-17 01:39:47.989 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 526e6179-9bfd-456d-aa58-b5ab64d9c417 2026-04-17 01:39:49.992 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 34610e9f-51ce-4a24-93b1-4f9ea73e42b2 2026-04-17 01:39:50.340 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 2b291467-3cda-440b-bf36-d8c05b3289bb 2026-04-17 01:39:51.870 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 34610e9f-51ce-4a24-93b1-4f9ea73e42b2 2026-04-17 01:39:52.030 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 78ce4815-8e02-437b-935d-abbad572a250 2026-04-17 01:39:52.315 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 4bec3c6e-4cfb-42f8-9f3d-b2af32c818e1 2026-04-17 01:39:52.626 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 2b291467-3cda-440b-bf36-d8c05b3289bb 2026-04-17 01:39:53.875 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 78ce4815-8e02-437b-935d-abbad572a250 2026-04-17 01:39:54.075 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 4bec3c6e-4cfb-42f8-9f3d-b2af32c818e1 2026-04-17 01:39:57.495 16 INFO neutron.plugins.ml2.plugin [None req-4c10fe63-6e7c-4d85-be83-1111f8567693 - - - - - -] Attempt 1 to provision port 526e6179-9bfd-456d-aa58-b5ab64d9c417 2026-04-17 01:39:57.552 16 INFO neutron.plugins.ml2.plugin [None req-4c10fe63-6e7c-4d85-be83-1111f8567693 - - - - - -] Attempt 1 to provision port 4bec3c6e-4cfb-42f8-9f3d-b2af32c818e1 2026-04-17 01:39:57.600 16 INFO neutron.plugins.ml2.plugin [None req-4c10fe63-6e7c-4d85-be83-1111f8567693 - - - - - -] Attempt 1 to provision port 34610e9f-51ce-4a24-93b1-4f9ea73e42b2 2026-04-17 01:39:57.644 16 INFO neutron.plugins.ml2.plugin [None req-4c10fe63-6e7c-4d85-be83-1111f8567693 - - - - - -] Attempt 1 to provision port 78ce4815-8e02-437b-935d-abbad572a250 2026-04-17 01:39:57.688 16 INFO neutron.plugins.ml2.plugin [None req-4c10fe63-6e7c-4d85-be83-1111f8567693 - - - - - -] Attempt 1 to provision port 2b291467-3cda-440b-bf36-d8c05b3289bb 2026-04-17 01:39:57.741 16 INFO neutron.plugins.ml2.plugin [None req-4c10fe63-6e7c-4d85-be83-1111f8567693 - - - - - -] Attempt 1 to provision port f12c79eb-7dad-443b-b900-66db52ca9f16 2026-04-17 01:39:57.797 16 INFO neutron.plugins.ml2.plugin [None req-4c10fe63-6e7c-4d85-be83-1111f8567693 - - - - - -] Attempt 1 to provision port 98e4ad74-e142-49d5-baf5-c6d84f16f86a 2026-04-17 01:39:57.851 16 INFO neutron.plugins.ml2.plugin [None req-4c10fe63-6e7c-4d85-be83-1111f8567693 - - - - - -] Attempt 1 to provision port 1313a857-b7c8-4741-bf13-4087c280d48f 2026-04-17 01:40:01.821 13 INFO neutron.plugins.ml2.plugin [None req-ba2839f9-34f4-4a42-970e-0851ea141cf5 - - - - - -] Attempt 1 to provision port 78ce4815-8e02-437b-935d-abbad572a250 2026-04-17 01:40:03.843 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 98b04cc1-0490-49db-8886-07c2c5150443 2026-04-17 01:40:03.982 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-a48e83d3-727e-4277-8a50-6478340e9182'] response: {'server_uuid': 'bbb339fc-cd3a-4e11-bab1-766929ab9efa', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '98b04cc1-0490-49db-8886-07c2c5150443', 'code': 200} 2026-04-17 01:40:05.177 13 INFO neutron.plugins.ml2.plugin [None req-453ebe4b-74ea-499d-ab23-c43ceaa2c1d1 - - - - - -] Attempt 1 to provision port 526e6179-9bfd-456d-aa58-b5ab64d9c417 2026-04-17 01:40:05.855 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 98b04cc1-0490-49db-8886-07c2c5150443 2026-04-17 01:40:09.254 16 INFO neutron.plugins.ml2.plugin [None req-76409907-d643-4c74-a760-f2460a350b62 - - - - - -] Attempt 1 to provision port 4bec3c6e-4cfb-42f8-9f3d-b2af32c818e1 2026-04-17 01:40:09.311 16 INFO neutron.plugins.ml2.plugin [None req-76409907-d643-4c74-a760-f2460a350b62 - - - - - -] Attempt 1 to provision port 98b04cc1-0490-49db-8886-07c2c5150443 2026-04-17 01:40:09.380 16 INFO neutron.plugins.ml2.plugin [None req-76409907-d643-4c74-a760-f2460a350b62 - - - - - -] Attempt 1 to provision port 1313a857-b7c8-4741-bf13-4087c280d48f 2026-04-17 01:40:12.635 16 INFO neutron.plugins.ml2.plugin [None req-808962ba-3d4b-4881-bd5e-1a3b5862e07a - - - - - -] Attempt 1 to provision port 4bec3c6e-4cfb-42f8-9f3d-b2af32c818e1 2026-04-17 01:40:12.693 16 INFO neutron.plugins.ml2.plugin [None req-808962ba-3d4b-4881-bd5e-1a3b5862e07a - - - - - -] Attempt 1 to provision port 98b04cc1-0490-49db-8886-07c2c5150443 2026-04-17 01:40:36.545 16 INFO neutron.plugins.ml2.plugin [None req-aa7d0d73-7449-4a76-a960-3400869c4ff7 - - - - - -] Attempt 1 to provision port f14a9f51-fe7b-4b04-bbfc-59a7c9b85254 2026-04-17 01:40:58.325 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 64eb01f6-d568-4109-8ee5-0bbb1412194d 2026-04-17 01:40:58.450 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-6c9f4652-5198-4bfb-9a84-48c1a5973b39'] response: {'server_uuid': '666539a9-e21f-4111-b710-60c4a3e199ba', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '64eb01f6-d568-4109-8ee5-0bbb1412194d', 'code': 200} 2026-04-17 01:40:59.788 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 64eb01f6-d568-4109-8ee5-0bbb1412194d 2026-04-17 01:41:42.576 13 INFO neutron.plugins.ml2.plugin [None req-12295456-280a-4b07-8ded-a57660185a1b - - - - - -] Attempt 1 to provision port 1882b0fc-813c-4d30-b90e-48a5131684ac 2026-04-17 01:41:47.829 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 1882b0fc-813c-4d30-b90e-48a5131684ac 2026-04-17 01:41:47.956 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-474e90e1-8200-4c75-8c0b-1dfb8f53ab79'] response: {'server_uuid': '666539a9-e21f-4111-b710-60c4a3e199ba', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1882b0fc-813c-4d30-b90e-48a5131684ac', 'code': 200} 2026-04-17 01:41:49.792 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 1882b0fc-813c-4d30-b90e-48a5131684ac 2026-04-17 01:41:52.321 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 1882b0fc-813c-4d30-b90e-48a5131684ac 2026-04-17 01:42:12.157 13 INFO neutron.plugins.ml2.plugin [None req-a40c879a-66c7-46a7-b908-e3e5723a2eda - - - - - -] Attempt 1 to provision port 47613b9a-73db-4e33-8901-3509b73582e8 2026-04-17 01:42:19.396 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 47613b9a-73db-4e33-8901-3509b73582e8 2026-04-17 01:42:19.554 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a52a441-69d3-42ae-8c11-dfbfdae6396e'] response: {'server_uuid': '666539a9-e21f-4111-b710-60c4a3e199ba', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '47613b9a-73db-4e33-8901-3509b73582e8', 'code': 200} 2026-04-17 01:42:20.007 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 47613b9a-73db-4e33-8901-3509b73582e8 2026-04-17 01:42:28.985 16 INFO neutron.plugins.ml2.plugin [None req-fc00b968-ff21-4c9b-a7a7-edfe9e44f7e0 - - - - - -] Attempt 1 to provision port e41d5466-602b-4517-b5fb-a4a8f7f4a537 2026-04-17 01:42:36.047 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port e41d5466-602b-4517-b5fb-a4a8f7f4a537 2026-04-17 01:42:36.155 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ed2f18e-62a1-4432-91ab-474671d0426d'] response: {'server_uuid': '666539a9-e21f-4111-b710-60c4a3e199ba', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e41d5466-602b-4517-b5fb-a4a8f7f4a537', 'code': 200} 2026-04-17 01:42:38.012 16 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port e41d5466-602b-4517-b5fb-a4a8f7f4a537 2026-04-17 01:42:39.347 16 INFO neutron.plugins.ml2.plugin [None req-736211fc-1f38-41eb-80ad-0bbdc1e48048 - - - - - -] Attempt 1 to provision port 47613b9a-73db-4e33-8901-3509b73582e8 2026-04-17 01:42:40.077 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 47613b9a-73db-4e33-8901-3509b73582e8 2026-04-17 01:42:52.641 16 INFO neutron.plugins.ml2.plugin [None req-78c85476-37ac-42ec-9fa6-81567556f67f - - - - - -] Attempt 1 to provision port e41d5466-602b-4517-b5fb-a4a8f7f4a537 2026-04-17 01:42:54.024 16 INFO neutron.plugins.ml2.plugin [None req-f7fd0013-fb9b-417f-a844-88d4241c408d - - - - - -] Attempt 1 to provision port e41d5466-602b-4517-b5fb-a4a8f7f4a537 2026-04-17 01:42:54.057 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port e41d5466-602b-4517-b5fb-a4a8f7f4a537 2026-04-17 01:43:02.068 13 INFO neutron.plugins.ml2.plugin [None req-467e0f2f-00b7-4f42-805c-a9f22a4e472c - - - - - -] Attempt 1 to provision port 47613b9a-73db-4e33-8901-3509b73582e8 2026-04-17 01:43:02.126 16 INFO neutron.plugins.ml2.plugin [None req-9b8ab95a-c6eb-42a5-9f67-651b73e3816e - - - - - -] Attempt 1 to provision port 47613b9a-73db-4e33-8901-3509b73582e8 2026-04-17 01:43:30.187 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-2fe5e0e5-daaa-4df6-9c78-7cc555c03d7c'] response: {'server_uuid': '666539a9-e21f-4111-b710-60c4a3e199ba', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '64eb01f6-d568-4109-8ee5-0bbb1412194d', 'code': 200} 2026-04-17 01:43:46.215 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-387b917c-d38d-4482-8007-68329c2a7ce6'] response: {'server_uuid': 'b565b07e-625f-41ea-9b0c-1588e3bbf205', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '526e6179-9bfd-456d-aa58-b5ab64d9c417', 'code': 200}