+ 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-07-10 00:26:57.663 1 INFO neutron.common.config [-] Logging enabled! 2026-07-10 00:26:57.663 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 28.1.0.dev560 2026-07-10 00:26:57.663 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-07-10 00:26:57.664 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-10 00:26:58.960 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-10 00:26:58.962 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-10 00:26:58.965 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-10 00:26:58.966 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-10 00:26:58.966 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-10 00:26:58.966 1 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-07-10 00:26:58.966 1 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-07-10 00:26:58.967 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-10 00:26:58.973 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-10 00:26:58.973 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-10 00:26:58.973 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-10 00:26:58.992 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-10 00:26:58.993 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-10 00:26:58.993 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-10 00:26:59.011 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-10 00:26:59.012 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-10 00:26:59.012 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-10 00:26:59.012 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-10 00:26:59.363 1 INFO neutron.plugins.ml2.managers [None req-bbc61f77-a815-4755-841c-cb234f2bbbe3 - - - - - -] Initializing driver for type 'vlan' 2026-07-10 00:26:59.507 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-bbc61f77-a815-4755-841c-cb234f2bbbe3 - - - - - -] VlanTypeDriver initialization complete 2026-07-10 00:26:59.507 1 INFO neutron.plugins.ml2.managers [None req-bbc61f77-a815-4755-841c-cb234f2bbbe3 - - - - - -] Initializing driver for type 'vxlan' 2026-07-10 00:26:59.507 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-bbc61f77-a815-4755-841c-cb234f2bbbe3 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-10 00:26:59.555 1 INFO neutron.plugins.ml2.managers [None req-bbc61f77-a815-4755-841c-cb234f2bbbe3 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-10 00:26:59.555 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-bbc61f77-a815-4755-841c-cb234f2bbbe3 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-10 00:26:59.556 1 INFO neutron.plugins.ml2.managers [None req-bbc61f77-a815-4755-841c-cb234f2bbbe3 - - - - - -] Initializing extension driver 'port_security' 2026-07-10 00:26:59.556 1 INFO neutron.plugins.ml2.extensions.port_security [None req-bbc61f77-a815-4755-841c-cb234f2bbbe3 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-10 00:26:59.556 1 INFO neutron.plugins.ml2.managers [None req-bbc61f77-a815-4755-841c-cb234f2bbbe3 - - - - - -] Initializing extension driver 'qos' 2026-07-10 00:26:59.556 1 INFO neutron.plugins.ml2.managers [None req-bbc61f77-a815-4755-841c-cb234f2bbbe3 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-10 00:26:59.557 1 INFO neutron.plugins.ml2.managers [None req-bbc61f77-a815-4755-841c-cb234f2bbbe3 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-10 00:26:59.571 1 INFO neutron.quota [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded quota_driver: . 2026-07-10 00:26:59.572 1 INFO neutron.plugins.ml2.plugin [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Modular L2 Plugin initialization complete 2026-07-10 00:26:59.572 1 INFO neutron.plugins.ml2.managers [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-10 00:26:59.572 1 INFO neutron.plugins.ml2.managers [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-10 00:26:59.572 1 INFO neutron.plugins.ml2.managers [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-10 00:26:59.572 1 INFO neutron.manager [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loading Plugin: qos 2026-07-10 00:26:59.583 1 INFO neutron.manager [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loading Plugin: router 2026-07-10 00:26:59.616 1 INFO neutron.services.service_base [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-10 00:26:59.617 1 INFO neutron.manager [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loading Plugin: segments 2026-07-10 00:26:59.680 1 INFO neutron.manager [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loading Plugin: trunk 2026-07-10 00:26:59.693 1 INFO neutron.manager [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loading Plugin: vpnaas 2026-07-10 00:26:59.726 1 WARNING stevedore.named [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-10 00:26:59.790 1 INFO neutron_vpnaas.services.vpn.plugin [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-10 00:26:59.790 1 INFO neutron.manager [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loading Plugin: taas 2026-07-10 00:26:59.954 1 WARNING stevedore.named [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-10 00:26:59.976 1 INFO neutron_taas.services.taas.taas_plugin [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-10 00:26:59.976 1 INFO neutron.manager [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loading Plugin: tapmirror 2026-07-10 00:26:59.987 1 WARNING stevedore.named [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-10 00:27:00.001 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-10 00:27:00.002 1 INFO neutron.manager [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loading Plugin: auto_allocate 2026-07-10 00:27:00.008 1 INFO neutron.manager [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loading Plugin: tag 2026-07-10 00:27:00.015 1 INFO neutron.manager [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loading Plugin: timestamp 2026-07-10 00:27:00.017 1 INFO neutron.manager [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loading Plugin: network_ip_availability 2026-07-10 00:27:00.023 1 INFO neutron.manager [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loading Plugin: flavors 2026-07-10 00:27:00.027 1 INFO neutron.manager [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loading Plugin: revisions 2026-07-10 00:27:00.030 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Initializing extension manager. 2026-07-10 00:27:00.031 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: aap-reject-multicast 2026-07-10 00:27:00.032 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: address-group 2026-07-10 00:27:00.033 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: address-scope 2026-07-10 00:27:00.033 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-10 00:27:00.034 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: agent 2026-07-10 00:27:00.034 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: agent-resources-synced 2026-07-10 00:27:00.035 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: agent_sort_key 2026-07-10 00:27:00.036 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-10 00:27:00.036 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-10 00:27:00.037 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: availability_zone 2026-07-10 00:27:00.037 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: availability_zone_filter 2026-07-10 00:27:00.038 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-10 00:27:00.038 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: default-subnetpools 2026-07-10 00:27:00.039 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-10 00:27:00.040 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: dns-integration 2026-07-10 00:27:00.040 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: dns-domain-ports 2026-07-10 00:27:00.040 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-10 00:27:00.041 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: dvr 2026-07-10 00:27:00.041 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-10 00:27:00.042 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: empty-string-filtering 2026-07-10 00:27:00.042 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension evpn not supported by any of loaded plugins 2026-07-10 00:27:00.042 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-10 00:27:00.043 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-10 00:27:00.043 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: external-net 2026-07-10 00:27:00.044 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-10 00:27:00.044 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: extraroute 2026-07-10 00:27:00.044 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: extraroute-atomic 2026-07-10 00:27:00.045 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: filter-validation 2026-07-10 00:27:00.045 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-10 00:27:00.046 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-10 00:27:00.046 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-10 00:27:00.047 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: fip-port-details 2026-07-10 00:27:00.047 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: flavors 2026-07-10 00:27:00.048 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-10 00:27:00.049 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: floatingip-pools 2026-07-10 00:27:00.049 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: ip_allocation 2026-07-10 00:27:00.050 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-10 00:27:00.050 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: l2_adjacency 2026-07-10 00:27:00.051 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: router 2026-07-10 00:27:00.052 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension l3-agent-scheduler-ha-chassis-priority not supported by any of loaded plugins 2026-07-10 00:27:00.053 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-10 00:27:00.054 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-10 00:27:00.054 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-10 00:27:00.055 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: ext-gw-mode 2026-07-10 00:27:00.055 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: l3-ha 2026-07-10 00:27:00.056 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-10 00:27:00.056 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-10 00:27:00.056 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: l3-flavors 2026-07-10 00:27:00.057 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-10 00:27:00.057 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-10 00:27:00.059 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-10 00:27:00.060 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-10 00:27:00.061 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-10 00:27:00.062 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-10 00:27:00.063 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-10 00:27:00.063 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: multi-provider 2026-07-10 00:27:00.064 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: net-mtu 2026-07-10 00:27:00.064 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: net-mtu-writable 2026-07-10 00:27:00.065 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: network_availability_zone 2026-07-10 00:27:00.065 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: network_ha 2026-07-10 00:27:00.066 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: network-ip-availability 2026-07-10 00:27:00.066 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: network-ip-availability-details 2026-07-10 00:27:00.067 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-10 00:27:00.067 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: pagination 2026-07-10 00:27:00.068 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: port-device-profile 2026-07-10 00:27:00.068 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-10 00:27:00.069 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-10 00:27:00.069 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-10 00:27:00.069 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: port-mac-override 2026-07-10 00:27:00.070 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-10 00:27:00.070 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-10 00:27:00.071 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-10 00:27:00.071 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: port-resource-request 2026-07-10 00:27:00.071 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-10 00:27:00.072 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-10 00:27:00.072 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: binding 2026-07-10 00:27:00.073 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: binding-extended 2026-07-10 00:27:00.073 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: port-security 2026-07-10 00:27:00.073 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: project-id 2026-07-10 00:27:00.074 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: provider 2026-07-10 00:27:00.074 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension pvlan not supported by any of loaded plugins 2026-07-10 00:27:00.075 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-10 00:27:00.078 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: qos 2026-07-10 00:27:00.078 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-10 00:27:00.079 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-10 00:27:00.079 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: qos-default 2026-07-10 00:27:00.080 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: qos-fip 2026-07-10 00:27:00.080 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-10 00:27:00.081 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-10 00:27:00.081 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-10 00:27:00.081 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-10 00:27:00.082 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-10 00:27:00.082 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: qos-pps 2026-07-10 00:27:00.083 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-10 00:27:00.083 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-10 00:27:00.084 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: qos-rules-alias 2026-07-10 00:27:00.084 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: quota-check-limit 2026-07-10 00:27:00.084 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-10 00:27:00.086 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: quotas 2026-07-10 00:27:00.088 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: quota_details 2026-07-10 00:27:00.090 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: rbac-policies 2026-07-10 00:27:00.090 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: rbac-address-group 2026-07-10 00:27:00.090 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: rbac-address-scope 2026-07-10 00:27:00.091 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: rbac-security-groups 2026-07-10 00:27:00.091 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-10 00:27:00.092 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: revision-if-match 2026-07-10 00:27:00.092 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-10 00:27:00.093 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: router_availability_zone 2026-07-10 00:27:00.093 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-07-10 00:27:00.093 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-10 00:27:00.095 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-10 00:27:00.095 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: security-groups-default-statefulness 2026-07-10 00:27:00.096 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-10 00:27:00.096 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-10 00:27:00.097 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-10 00:27:00.097 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-10 00:27:00.097 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-10 00:27:00.101 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: security-group 2026-07-10 00:27:00.102 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: segment 2026-07-10 00:27:00.102 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-10 00:27:00.103 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: service-type 2026-07-10 00:27:00.103 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: sorting 2026-07-10 00:27:00.103 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: standard-attr-segment 2026-07-10 00:27:00.104 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: standard-attr-description 2026-07-10 00:27:00.104 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: stateful-security-group 2026-07-10 00:27:00.105 1 WARNING neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-10 00:27:00.105 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-10 00:27:00.106 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: subnet-external-network 2026-07-10 00:27:00.106 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: subnet_onboard 2026-07-10 00:27:00.106 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-10 00:27:00.107 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: subnet-service-types 2026-07-10 00:27:00.107 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: subnet_allocation 2026-07-10 00:27:00.108 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-10 00:27:00.108 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: tag-creation 2026-07-10 00:27:00.109 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-10 00:27:00.112 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: standard-attr-tag 2026-07-10 00:27:00.113 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-10 00:27:00.113 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: trunk 2026-07-10 00:27:00.113 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: trunk-details 2026-07-10 00:27:00.114 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-10 00:27:00.114 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-10 00:27:00.115 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-10 00:27:00.115 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-10 00:27:00.117 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-10 00:27:00.117 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-10 00:27:00.118 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: vpn-flavors 2026-07-10 00:27:00.119 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: vpnaas 2026-07-10 00:27:00.120 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: taas 2026-07-10 00:27:00.121 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: tap-mirror 2026-07-10 00:27:00.122 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-07-10 00:27:00.122 1 INFO neutron.api.extensions [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-10 00:27:00.127 1 WARNING oslo_service.backend._threading.service [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Service RpcWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-07-10 00:27:00.133 1 WARNING oslo_service.backend._threading.service [None req-72360d66-8b8b-4140-8a69-529365ccef26 - - - - - -] Service RpcReportsWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-07-10 00:27:30.207 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-07-10 00:27:30.253 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-07-10 00:27:30.276 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-07-10 00:27:39.999 13 INFO neutron.db.l3_hamode_db [None req-a848557e-079c-4c15-a1e2-5bafaddee5af - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 00:27:50.471 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 51f72dfb-5437-4d87-96bc-304a0bc6b68f 2026-07-10 00:27:52.345 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 51f72dfb-5437-4d87-96bc-304a0bc6b68f 2026-07-10 00:27:53.554 16 INFO neutron.plugins.ml2.plugin [None req-466dc981-b7c7-4e13-a7cb-0a6a9a12eafd - - - - - -] Attempt 1 to provision port 51f72dfb-5437-4d87-96bc-304a0bc6b68f 2026-07-10 00:32:38.386 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port f95afd10-3702-4fd8-92b2-cb4be963f4ce 2026-07-10 00:32:39.561 13 INFO neutron.plugins.ml2.plugin [None req-6d3ffd48-6119-44ae-a5fd-34680b894b3c - - - - - -] Attempt 1 to provision port f95afd10-3702-4fd8-92b2-cb4be963f4ce 2026-07-10 00:32:40.354 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port f95afd10-3702-4fd8-92b2-cb4be963f4ce 2026-07-10 00:32:44.566 16 INFO neutron.plugins.ml2.plugin [None req-ea3d6283-eade-4d31-bb7d-60b03624eb76 - - - - - -] Attempt 1 to provision port aa5efa98-b7ec-4997-999d-d326609874ab 2026-07-10 00:36:53.021 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port aa5efa98-b7ec-4997-999d-d326609874ab 2026-07-10 00:36:54.431 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port aa5efa98-b7ec-4997-999d-d326609874ab 2026-07-10 00:47:58.617 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 5eaabd92-a058-4beb-a6a3-05167a36a2f1 2026-07-10 00:48:00.594 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 5eaabd92-a058-4beb-a6a3-05167a36a2f1 2026-07-10 00:54:42.637 13 INFO neutron.plugins.ml2.plugin [None req-471384d3-3f10-4552-a18a-f7b4d715d974 - - - - - -] Attempt 1 to provision port 51f72dfb-5437-4d87-96bc-304a0bc6b68f 2026-07-10 00:54:42.684 13 INFO neutron.plugins.ml2.plugin [None req-471384d3-3f10-4552-a18a-f7b4d715d974 - - - - - -] Attempt 1 to provision port f95afd10-3702-4fd8-92b2-cb4be963f4ce 2026-07-10 00:54:42.721 13 INFO neutron.plugins.ml2.plugin [None req-471384d3-3f10-4552-a18a-f7b4d715d974 - - - - - -] Attempt 1 to provision port aa5efa98-b7ec-4997-999d-d326609874ab 2026-07-10 01:04:39.225 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 83b44259-3ee3-434a-b325-459bde842e84 2026-07-10 01:04:40.844 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 83b44259-3ee3-434a-b325-459bde842e84 2026-07-10 01:04:47.634 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port a58d866c-7720-467a-b131-0864855cf5ec 2026-07-10 01:04:48.245 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port ffb1ad73-0085-40fb-8e80-4f99562b7a73 2026-07-10 01:04:49.350 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port a58d866c-7720-467a-b131-0864855cf5ec 2026-07-10 01:04:49.749 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 181702f6-7e28-4eba-b26f-f0eda46d1f20 2026-07-10 01:04:51.001 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port ffb1ad73-0085-40fb-8e80-4f99562b7a73 2026-07-10 01:04:52.318 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 181702f6-7e28-4eba-b26f-f0eda46d1f20 2026-07-10 01:04:54.615 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 3d2bf743-2d9e-44e2-bf5f-95a86e9d636c 2026-07-10 01:04:54.965 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 98cb51d2-2b95-4e8f-acdf-82ac7a5227a2 2026-07-10 01:04:55.304 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 0d3f3601-13a0-4d00-81a3-e0a5907a0c6f 2026-07-10 01:04:56.553 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 3d2bf743-2d9e-44e2-bf5f-95a86e9d636c 2026-07-10 01:04:56.814 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 0d3f3601-13a0-4d00-81a3-e0a5907a0c6f 2026-07-10 01:04:57.019 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 98cb51d2-2b95-4e8f-acdf-82ac7a5227a2 2026-07-10 01:05:00.930 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 48af4898-a3b1-4991-bbd1-51efb338e214 2026-07-10 01:05:02.104 13 INFO neutron.plugins.ml2.plugin [None req-0b2e93ad-b091-4b8f-87ac-905fc77cf8ec - - - - - -] Attempt 1 to provision port 5840e9f9-3a51-4848-87c0-1fae2dcbdd5f 2026-07-10 01:05:02.145 13 INFO neutron.plugins.ml2.plugin [None req-0b2e93ad-b091-4b8f-87ac-905fc77cf8ec - - - - - -] Attempt 1 to provision port 9ac6e504-96ed-4c53-a502-f59ebf2029af 2026-07-10 01:05:02.170 13 INFO neutron.plugins.ml2.plugin [None req-0b2e93ad-b091-4b8f-87ac-905fc77cf8ec - - - - - -] Attempt 1 to provision port 48af4898-a3b1-4991-bbd1-51efb338e214 2026-07-10 01:05:02.226 13 INFO neutron.plugins.ml2.plugin [None req-0b2e93ad-b091-4b8f-87ac-905fc77cf8ec - - - - - -] Attempt 1 to provision port 0d3f3601-13a0-4d00-81a3-e0a5907a0c6f 2026-07-10 01:05:02.298 13 INFO neutron.plugins.ml2.plugin [None req-0b2e93ad-b091-4b8f-87ac-905fc77cf8ec - - - - - -] Attempt 1 to provision port 181702f6-7e28-4eba-b26f-f0eda46d1f20 2026-07-10 01:05:02.377 13 INFO neutron.plugins.ml2.plugin [None req-0b2e93ad-b091-4b8f-87ac-905fc77cf8ec - - - - - -] Attempt 1 to provision port ad9667b0-18f9-4ad8-892c-156500474973 2026-07-10 01:05:02.672 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 48af4898-a3b1-4991-bbd1-51efb338e214 2026-07-10 01:05:11.112 16 INFO neutron.plugins.ml2.plugin [None req-be123e98-ebec-48b0-b41d-fe19449f9af8 - - - - - -] Attempt 1 to provision port 0d3f3601-13a0-4d00-81a3-e0a5907a0c6f 2026-07-10 01:05:14.386 16 INFO neutron.plugins.ml2.plugin [None req-2a092d41-0de0-4168-8471-b5138a881b3b - - - - - -] Attempt 1 to provision port ad9667b0-18f9-4ad8-892c-156500474973 2026-07-10 01:05:18.498 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 785665f8-e18a-47c5-ae91-75c657f6af4d 2026-07-10 01:05:20.581 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 785665f8-e18a-47c5-ae91-75c657f6af4d 2026-07-10 01:05:20.898 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 5d599e19-ac3e-4eb1-8281-d6fb7c338249 2026-07-10 01:05:22.606 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 5d599e19-ac3e-4eb1-8281-d6fb7c338249 2026-07-10 01:05:23.092 13 INFO neutron.plugins.ml2.plugin [None req-4ac6df7b-36c5-4b58-b5e4-7e68c934f3bf - - - - - -] Attempt 1 to provision port b539a2b2-6ec3-4c57-9bfc-0cf88d8f5834 2026-07-10 01:05:23.139 13 INFO neutron.plugins.ml2.plugin [None req-4ac6df7b-36c5-4b58-b5e4-7e68c934f3bf - - - - - -] Attempt 1 to provision port 5d599e19-ac3e-4eb1-8281-d6fb7c338249 2026-07-10 01:05:26.303 13 INFO neutron.plugins.ml2.plugin [None req-55932651-c99c-45d5-8480-ffc9c5ea6558 - - - - - -] Attempt 1 to provision port b539a2b2-6ec3-4c57-9bfc-0cf88d8f5834 2026-07-10 01:05:28.107 16 INFO neutron.plugins.ml2.plugin [None req-010317a3-6245-415b-ad5d-62375171565f - - - - - -] Attempt 1 to provision port b539a2b2-6ec3-4c57-9bfc-0cf88d8f5834 2026-07-10 01:05:33.567 13 INFO neutron.plugins.ml2.plugin [None req-0a0efa37-69bc-4f33-8cf0-2f897d48ffa5 - - - - - -] Attempt 1 to provision port fad42279-5b80-4815-b7b9-821b4e964842 2026-07-10 01:05:38.044 13 INFO neutron.plugins.ml2.plugin [None req-5a5d6a8c-1bdb-42f0-a3a6-78677cc00981 - - - - - -] Attempt 1 to provision port 57209a5b-a1c3-4825-a6d0-a86b5f700cb4 2026-07-10 01:05:42.650 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port d149650d-56eb-4db8-a36f-3ee710d1ed22 2026-07-10 01:05:44.647 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port d149650d-56eb-4db8-a36f-3ee710d1ed22 2026-07-10 01:05:46.558 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 929b69f8-03e1-4b8e-bdc9-65e8d6ac5831 2026-07-10 01:05:52.534 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 0f0e5376-0ae1-4511-beff-5807e02d4aa8 2026-07-10 01:05:54.592 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 0f0e5376-0ae1-4511-beff-5807e02d4aa8 2026-07-10 01:05:54.850 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 154181c7-b570-4303-b46d-0937750e4a78 2026-07-10 01:05:56.446 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 154181c7-b570-4303-b46d-0937750e4a78 2026-07-10 01:06:10.555 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 16cbcf11-c359-44e4-b0b4-d21f58397c6b 2026-07-10 01:06:12.856 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 16cbcf11-c359-44e4-b0b4-d21f58397c6b 2026-07-10 01:06:13.175 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 80ad8a1c-8032-43fc-8973-4cf3227edbc5 2026-07-10 01:06:15.029 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 80ad8a1c-8032-43fc-8973-4cf3227edbc5 2026-07-10 01:06:26.979 13 INFO neutron.plugins.ml2.plugin [None req-e07d8c01-5d8c-49e1-b64c-ad835a71c547 - - - - - -] Attempt 1 to provision port 80ad8a1c-8032-43fc-8973-4cf3227edbc5 2026-07-10 01:06:27.044 13 INFO neutron.plugins.ml2.plugin [None req-e07d8c01-5d8c-49e1-b64c-ad835a71c547 - - - - - -] Attempt 1 to provision port e62ac1f5-639b-44ec-9bc1-b020c1e679c3 2026-07-10 01:06:27.071 13 INFO neutron.plugins.ml2.plugin [None req-e07d8c01-5d8c-49e1-b64c-ad835a71c547 - - - - - -] Attempt 1 to provision port 51f72dfb-5437-4d87-96bc-304a0bc6b68f 2026-07-10 01:06:27.129 13 INFO neutron.plugins.ml2.plugin [None req-e07d8c01-5d8c-49e1-b64c-ad835a71c547 - - - - - -] Attempt 1 to provision port 060630b5-1fdd-40f7-94a1-0f7ae4d72ffb 2026-07-10 01:06:31.190 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 220a5de0-e52d-4cb8-ad25-c44f2ae4161a 2026-07-10 01:06:33.075 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 220a5de0-e52d-4cb8-ad25-c44f2ae4161a 2026-07-10 01:06:33.304 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 78a3c01e-6b13-4a7a-a5f4-f91cffd9f8e8 2026-07-10 01:06:33.921 13 INFO neutron.plugins.ml2.plugin [None req-23efc09a-a86b-472e-a36a-9021acf0fa66 - - - - - -] Attempt 1 to provision port 220a5de0-e52d-4cb8-ad25-c44f2ae4161a 2026-07-10 01:06:33.994 13 INFO neutron.plugins.ml2.plugin [None req-23efc09a-a86b-472e-a36a-9021acf0fa66 - - - - - -] Attempt 1 to provision port 10bcdd74-f95c-41d5-9942-01615655f5b9 2026-07-10 01:06:34.929 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 78a3c01e-6b13-4a7a-a5f4-f91cffd9f8e8 2026-07-10 01:06:38.897 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port b68e94bb-7fbb-4d0d-9682-ab7e866e8376 2026-07-10 01:06:41.000 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port b68e94bb-7fbb-4d0d-9682-ab7e866e8376 2026-07-10 01:06:41.301 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port eb5f5c30-5a42-4abd-a4a6-eb7cf51d979f 2026-07-10 01:06:41.591 16 INFO neutron.plugins.ml2.plugin [None req-9ffbb526-e1c2-4087-8ade-c5fb27ce876a - - - - - -] Attempt 1 to provision port eb5f5c30-5a42-4abd-a4a6-eb7cf51d979f 2026-07-10 01:06:41.659 16 INFO neutron.plugins.ml2.plugin [None req-9ffbb526-e1c2-4087-8ade-c5fb27ce876a - - - - - -] Attempt 1 to provision port d0e022ec-a1c2-42db-a2a0-693294f38a84 2026-07-10 01:06:41.686 16 INFO neutron.plugins.ml2.plugin [None req-9ffbb526-e1c2-4087-8ade-c5fb27ce876a - - - - - -] Attempt 1 to provision port 7b482a83-1502-4d4f-8739-8b10b9e62d30 2026-07-10 01:06:42.899 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port eb5f5c30-5a42-4abd-a4a6-eb7cf51d979f 2026-07-10 01:06:44.948 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 8a1828cf-21ff-4bd3-9bab-9c721656f026 2026-07-10 01:06:47.184 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 8a1828cf-21ff-4bd3-9bab-9c721656f026 2026-07-10 01:06:47.565 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 282a6111-8304-4c77-b4fc-3bcc8fbb9012 2026-07-10 01:06:48.887 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 282a6111-8304-4c77-b4fc-3bcc8fbb9012 2026-07-10 01:06:54.922 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 85097b85-bf58-4db4-9d05-664c0d9b2a89 2026-07-10 01:07:21.027 16 INFO neutron.plugins.ml2.plugin [None req-3859d473-ec2c-42db-9996-64cbe9f4e683 - - - - - -] Attempt 1 to provision port 51f72dfb-5437-4d87-96bc-304a0bc6b68f 2026-07-10 01:07:28.868 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port d7830d65-985e-4915-9506-57fa891acf0a 2026-07-10 01:07:34.870 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port d58e71ea-ad39-4137-98f7-b2097581da8b 2026-07-10 01:07:36.583 16 INFO neutron.plugins.ml2.plugin [None req-de12acb2-469e-41fe-86c7-c786defa439c - - - - - -] Attempt 1 to provision port d58e71ea-ad39-4137-98f7-b2097581da8b 2026-07-10 01:07:36.841 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port d58e71ea-ad39-4137-98f7-b2097581da8b 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server [None req-d8dfb334-b58c-4219-89a8-1a84a0836f82 - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet b8e4f5aa-30ee-4ba9-bd1c-3ed73c6383c8: This subnet is being modified by another concurrent operation. 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-07-10 01:07:37.661 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-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-10 01:07:37.661 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-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-10 01:07:37.661 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-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-07-10 01:07:37.661 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-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^ 2026-07-10 01:07:37.661 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-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 266, in __exit__ 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 232, in force_reraise 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server raise self.value 2026-07-10 01:07:37.661 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-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 266, in __exit__ 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 232, in force_reraise 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server raise self.value 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-10 01:07:37.661 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-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 266, in __exit__ 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 232, in force_reraise 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server raise self.value 2026-07-10 01:07:37.661 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-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-10 01:07:37.661 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-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 289, in create_dhcp_port 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-10 01:07:37.661 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-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-10 01:07:37.661 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-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 741, in inner 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-10 01:07:37.661 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-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-10 01:07:37.661 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-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 266, in __exit__ 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 232, in force_reraise 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server raise self.value 2026-07-10 01:07:37.661 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-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 266, in __exit__ 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 232, in force_reraise 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server raise self.value 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-10 01:07:37.661 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-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 266, in __exit__ 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 232, in force_reraise 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server raise self.value 2026-07-10 01:07:37.661 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-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 1677, in create_port 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 1641, in _create_port_db 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1591, in create_port_db 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-07-10 01:07:37.661 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-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-10 01:07:37.661 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-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1159, in wrapper 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-07-10 01:07:37.661 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-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-10 01:07:37.661 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-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_backend_mixin.py", line 690, in _ipam_get_subnets 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-07-10 01:07:37.661 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-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server raise exception 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet b8e4f5aa-30ee-4ba9-bd1c-3ed73c6383c8: This subnet is being modified by another concurrent operation. 2026-07-10 01:07:37.661 13 ERROR oslo_messaging.rpc.server 2026-07-10 01:07:50.890 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port bd9d9969-6204-435a-8d8b-affd6ee15551 2026-07-10 01:07:53.156 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port bd9d9969-6204-435a-8d8b-affd6ee15551 2026-07-10 01:07:53.330 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 96d2ecd1-7cb1-4b8b-b668-d25e7784722a 2026-07-10 01:07:54.958 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 96d2ecd1-7cb1-4b8b-b668-d25e7784722a 2026-07-10 01:07:55.153 16 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 0d494198-9d18-4c53-b955-2c585bd430ed 2026-07-10 01:07:56.946 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port 0d494198-9d18-4c53-b955-2c585bd430ed 2026-07-10 01:07:57.985 16 INFO neutron.plugins.ml2.plugin [None req-068e2436-fbe2-448a-a2b6-e04b8f98ee7d - - - - - -] Attempt 1 to provision port 96d2ecd1-7cb1-4b8b-b668-d25e7784722a 2026-07-10 01:07:58.044 16 INFO neutron.plugins.ml2.plugin [None req-068e2436-fbe2-448a-a2b6-e04b8f98ee7d - - - - - -] Attempt 1 to provision port 47a3339d-6e7a-4471-af65-a207f4f515b5 2026-07-10 01:08:00.869 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port c702ccf2-cde2-413f-8d9b-215a7a2603f1 2026-07-10 01:08:02.867 13 INFO neutron.plugins.ml2.plugin [None req-c26f4723-933e-42cf-be0f-150027f24f94 - - - - - -] Attempt 1 to provision port c702ccf2-cde2-413f-8d9b-215a7a2603f1 2026-07-10 01:08:03.679 13 INFO neutron.plugins.ml2.plugin [None req-0d84848b-f1cf-4c92-991a-c66c1830a90e - - - - - -] Attempt 1 to provision port 96d2ecd1-7cb1-4b8b-b668-d25e7784722a 2026-07-10 01:08:03.717 13 INFO neutron.plugins.ml2.plugin [None req-0d84848b-f1cf-4c92-991a-c66c1830a90e - - - - - -] Attempt 1 to provision port e028f0aa-7a8c-4e4f-ba65-8a47bb024c34 2026-07-10 01:08:03.742 13 INFO neutron.plugins.ml2.plugin [None req-0d84848b-f1cf-4c92-991a-c66c1830a90e - - - - - -] Attempt 1 to provision port c702ccf2-cde2-413f-8d9b-215a7a2603f1 2026-07-10 01:08:03.785 13 INFO neutron.plugins.ml2.plugin [None req-0d84848b-f1cf-4c92-991a-c66c1830a90e - - - - - -] Attempt 1 to provision port 52f0c20f-d5c3-40dc-a5b4-2a3af5d06636 2026-07-10 01:08:03.802 13 INFO neutron.plugins.ml2.plugin [None req-0d84848b-f1cf-4c92-991a-c66c1830a90e - - - - - -] Attempt 1 to provision port 47a3339d-6e7a-4471-af65-a207f4f515b5 2026-07-10 01:08:08.544 16 INFO neutron.plugins.ml2.plugin [None req-1046d7a5-4480-4eec-8385-2ce63b271e87 - - - - - -] Attempt 1 to provision port 52f0c20f-d5c3-40dc-a5b4-2a3af5d06636 2026-07-10 01:08:08.566 16 INFO neutron.plugins.ml2.plugin [None req-1046d7a5-4480-4eec-8385-2ce63b271e87 - - - - - -] Attempt 1 to provision port c702ccf2-cde2-413f-8d9b-215a7a2603f1 2026-07-10 01:08:08.612 16 INFO neutron.plugins.ml2.plugin [None req-1046d7a5-4480-4eec-8385-2ce63b271e87 - - - - - -] Attempt 1 to provision port 47a3339d-6e7a-4471-af65-a207f4f515b5 2026-07-10 01:08:10.748 13 INFO neutron.plugins.ml2.plugin [None req-845beccd-502e-425a-bbf1-f06d9e664bd3 - - - - - -] Attempt 1 to provision port 52f0c20f-d5c3-40dc-a5b4-2a3af5d06636 2026-07-10 01:08:12.975 16 INFO neutron.plugins.ml2.plugin [None req-7af54caf-ca68-45d9-be3a-e27a688d522c - - - - - -] Attempt 1 to provision port 52f0c20f-d5c3-40dc-a5b4-2a3af5d06636