+ 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-16 10:30:07.221 1 INFO neutron.common.config [-] Logging enabled! 2026-07-16 10:30:07.221 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 28.1.0.dev560 2026-07-16 10:30:07.222 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-07-16 10:30:07.222 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-16 10:30:08.583 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-16 10:30:08.586 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-16 10:30:08.589 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-16 10:30:08.590 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-16 10:30:08.590 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-16 10:30:08.590 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-16 10:30:08.590 1 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-07-16 10:30:08.591 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-16 10:30:08.598 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-16 10:30:08.598 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-16 10:30:08.598 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-16 10:30:08.621 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-16 10:30:08.622 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-16 10:30:08.622 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-16 10:30:08.643 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-16 10:30:08.643 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-16 10:30:08.643 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-16 10:30:08.644 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-16 10:30:09.063 1 INFO neutron.plugins.ml2.managers [None req-2386872f-b892-4824-9254-179d43d15ec4 - - - - - -] Initializing driver for type 'vlan' 2026-07-16 10:30:09.214 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-2386872f-b892-4824-9254-179d43d15ec4 - - - - - -] VlanTypeDriver initialization complete 2026-07-16 10:30:09.214 1 INFO neutron.plugins.ml2.managers [None req-2386872f-b892-4824-9254-179d43d15ec4 - - - - - -] Initializing driver for type 'vxlan' 2026-07-16 10:30:09.215 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-2386872f-b892-4824-9254-179d43d15ec4 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-16 10:30:09.264 1 INFO neutron.plugins.ml2.managers [None req-2386872f-b892-4824-9254-179d43d15ec4 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-16 10:30:09.264 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-2386872f-b892-4824-9254-179d43d15ec4 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-16 10:30:09.264 1 INFO neutron.plugins.ml2.managers [None req-2386872f-b892-4824-9254-179d43d15ec4 - - - - - -] Initializing extension driver 'port_security' 2026-07-16 10:30:09.264 1 INFO neutron.plugins.ml2.extensions.port_security [None req-2386872f-b892-4824-9254-179d43d15ec4 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-16 10:30:09.264 1 INFO neutron.plugins.ml2.managers [None req-2386872f-b892-4824-9254-179d43d15ec4 - - - - - -] Initializing extension driver 'qos' 2026-07-16 10:30:09.265 1 INFO neutron.plugins.ml2.managers [None req-2386872f-b892-4824-9254-179d43d15ec4 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-16 10:30:09.265 1 INFO neutron.plugins.ml2.managers [None req-2386872f-b892-4824-9254-179d43d15ec4 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-16 10:30:09.281 1 INFO neutron.quota [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded quota_driver: . 2026-07-16 10:30:09.281 1 INFO neutron.plugins.ml2.plugin [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Modular L2 Plugin initialization complete 2026-07-16 10:30:09.282 1 INFO neutron.plugins.ml2.managers [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-16 10:30:09.282 1 INFO neutron.plugins.ml2.managers [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-16 10:30:09.282 1 INFO neutron.plugins.ml2.managers [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-16 10:30:09.283 1 INFO neutron.manager [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loading Plugin: qos 2026-07-16 10:30:09.294 1 INFO neutron.manager [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loading Plugin: router 2026-07-16 10:30:09.339 1 INFO neutron.services.service_base [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-16 10:30:09.339 1 INFO neutron.manager [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loading Plugin: segments 2026-07-16 10:30:09.409 1 INFO neutron.manager [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loading Plugin: trunk 2026-07-16 10:30:09.421 1 INFO neutron.manager [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loading Plugin: vpnaas 2026-07-16 10:30:09.455 1 WARNING stevedore.named [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-16 10:30:09.530 1 INFO neutron_vpnaas.services.vpn.plugin [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-16 10:30:09.530 1 INFO neutron.manager [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loading Plugin: taas 2026-07-16 10:30:09.693 1 WARNING stevedore.named [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-16 10:30:09.714 1 INFO neutron_taas.services.taas.taas_plugin [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-16 10:30:09.715 1 INFO neutron.manager [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loading Plugin: tapmirror 2026-07-16 10:30:09.725 1 WARNING stevedore.named [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-16 10:30:09.741 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-16 10:30:09.742 1 INFO neutron.manager [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loading Plugin: auto_allocate 2026-07-16 10:30:09.751 1 INFO neutron.manager [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loading Plugin: tag 2026-07-16 10:30:09.757 1 INFO neutron.manager [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loading Plugin: timestamp 2026-07-16 10:30:09.760 1 INFO neutron.manager [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loading Plugin: network_ip_availability 2026-07-16 10:30:09.763 1 INFO neutron.manager [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loading Plugin: flavors 2026-07-16 10:30:09.766 1 INFO neutron.manager [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loading Plugin: revisions 2026-07-16 10:30:09.769 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Initializing extension manager. 2026-07-16 10:30:09.770 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: aap-reject-multicast 2026-07-16 10:30:09.770 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: address-group 2026-07-16 10:30:09.771 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: address-scope 2026-07-16 10:30:09.772 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-16 10:30:09.772 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: agent 2026-07-16 10:30:09.773 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: agent-resources-synced 2026-07-16 10:30:09.773 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: agent_sort_key 2026-07-16 10:30:09.774 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-16 10:30:09.775 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-16 10:30:09.775 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: availability_zone 2026-07-16 10:30:09.776 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: availability_zone_filter 2026-07-16 10:30:09.776 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-16 10:30:09.776 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: default-subnetpools 2026-07-16 10:30:09.778 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-16 10:30:09.778 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: dns-integration 2026-07-16 10:30:09.779 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: dns-domain-ports 2026-07-16 10:30:09.779 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-16 10:30:09.780 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: dvr 2026-07-16 10:30:09.780 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-16 10:30:09.781 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: empty-string-filtering 2026-07-16 10:30:09.781 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension evpn not supported by any of loaded plugins 2026-07-16 10:30:09.781 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-16 10:30:09.782 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-16 10:30:09.782 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: external-net 2026-07-16 10:30:09.783 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-16 10:30:09.783 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: extraroute 2026-07-16 10:30:09.784 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: extraroute-atomic 2026-07-16 10:30:09.784 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: filter-validation 2026-07-16 10:30:09.785 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-16 10:30:09.785 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-16 10:30:09.786 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-16 10:30:09.786 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: fip-port-details 2026-07-16 10:30:09.787 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: flavors 2026-07-16 10:30:09.788 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-16 10:30:09.788 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: floatingip-pools 2026-07-16 10:30:09.789 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: ip_allocation 2026-07-16 10:30:09.789 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-16 10:30:09.789 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: l2_adjacency 2026-07-16 10:30:09.791 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: router 2026-07-16 10:30:09.791 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension l3-agent-scheduler-ha-chassis-priority not supported by any of loaded plugins 2026-07-16 10:30:09.792 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-16 10:30:09.793 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-16 10:30:09.793 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-16 10:30:09.794 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: ext-gw-mode 2026-07-16 10:30:09.794 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: l3-ha 2026-07-16 10:30:09.795 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-16 10:30:09.795 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-16 10:30:09.795 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: l3-flavors 2026-07-16 10:30:09.796 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-16 10:30:09.796 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-16 10:30:09.798 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-16 10:30:09.799 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-16 10:30:09.800 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-16 10:30:09.801 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-16 10:30:09.802 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-16 10:30:09.802 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: multi-provider 2026-07-16 10:30:09.802 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: net-mtu 2026-07-16 10:30:09.803 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: net-mtu-writable 2026-07-16 10:30:09.803 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: network_availability_zone 2026-07-16 10:30:09.804 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: network_ha 2026-07-16 10:30:09.804 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: network-ip-availability 2026-07-16 10:30:09.805 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: network-ip-availability-details 2026-07-16 10:30:09.806 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-16 10:30:09.806 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: pagination 2026-07-16 10:30:09.806 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: port-device-profile 2026-07-16 10:30:09.807 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-16 10:30:09.807 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-16 10:30:09.808 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-16 10:30:09.808 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: port-mac-override 2026-07-16 10:30:09.808 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-16 10:30:09.809 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-16 10:30:09.809 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-16 10:30:09.810 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: port-resource-request 2026-07-16 10:30:09.810 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-16 10:30:09.810 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-16 10:30:09.811 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: binding 2026-07-16 10:30:09.812 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: binding-extended 2026-07-16 10:30:09.812 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: port-security 2026-07-16 10:30:09.812 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: project-id 2026-07-16 10:30:09.813 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: provider 2026-07-16 10:30:09.813 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension pvlan not supported by any of loaded plugins 2026-07-16 10:30:09.814 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-16 10:30:09.817 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: qos 2026-07-16 10:30:09.818 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-16 10:30:09.819 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-16 10:30:09.819 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: qos-default 2026-07-16 10:30:09.820 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: qos-fip 2026-07-16 10:30:09.820 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-16 10:30:09.820 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-16 10:30:09.821 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-16 10:30:09.821 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-16 10:30:09.822 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-16 10:30:09.823 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: qos-pps 2026-07-16 10:30:09.823 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-16 10:30:09.823 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-16 10:30:09.824 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: qos-rules-alias 2026-07-16 10:30:09.824 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: quota-check-limit 2026-07-16 10:30:09.825 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-16 10:30:09.827 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: quotas 2026-07-16 10:30:09.829 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: quota_details 2026-07-16 10:30:09.830 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: rbac-policies 2026-07-16 10:30:09.831 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: rbac-address-group 2026-07-16 10:30:09.831 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: rbac-address-scope 2026-07-16 10:30:09.832 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: rbac-security-groups 2026-07-16 10:30:09.832 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-16 10:30:09.832 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: revision-if-match 2026-07-16 10:30:09.834 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-16 10:30:09.835 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: router_availability_zone 2026-07-16 10:30:09.835 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-07-16 10:30:09.836 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-16 10:30:09.837 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-16 10:30:09.838 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: security-groups-default-statefulness 2026-07-16 10:30:09.838 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-16 10:30:09.839 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-16 10:30:09.839 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-16 10:30:09.840 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-16 10:30:09.840 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-16 10:30:09.844 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: security-group 2026-07-16 10:30:09.845 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: segment 2026-07-16 10:30:09.845 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-16 10:30:09.846 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: service-type 2026-07-16 10:30:09.846 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: sorting 2026-07-16 10:30:09.847 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: standard-attr-segment 2026-07-16 10:30:09.847 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: standard-attr-description 2026-07-16 10:30:09.848 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: stateful-security-group 2026-07-16 10:30:09.848 1 WARNING neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-16 10:30:09.848 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-16 10:30:09.849 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: subnet-external-network 2026-07-16 10:30:09.849 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: subnet_onboard 2026-07-16 10:30:09.850 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-16 10:30:09.850 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: subnet-service-types 2026-07-16 10:30:09.851 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: subnet_allocation 2026-07-16 10:30:09.852 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-16 10:30:09.852 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: tag-creation 2026-07-16 10:30:09.852 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-16 10:30:09.856 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: standard-attr-tag 2026-07-16 10:30:09.857 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-16 10:30:09.857 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: trunk 2026-07-16 10:30:09.858 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: trunk-details 2026-07-16 10:30:09.858 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-16 10:30:09.859 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-16 10:30:09.859 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-16 10:30:09.860 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-16 10:30:09.861 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-16 10:30:09.862 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-16 10:30:09.862 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: vpn-flavors 2026-07-16 10:30:09.864 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: vpnaas 2026-07-16 10:30:09.865 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: taas 2026-07-16 10:30:09.866 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: tap-mirror 2026-07-16 10:30:09.866 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-07-16 10:30:09.867 1 INFO neutron.api.extensions [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-16 10:30:09.871 1 WARNING oslo_service.backend._threading.service [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Service RpcWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-07-16 10:30:09.878 1 WARNING oslo_service.backend._threading.service [None req-3847a2bb-5d7c-4951-aa4c-e2c7340af5d6 - - - - - -] Service RpcReportsWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-07-16 10:30:39.960 20 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-07-16 10:30:40.001 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-07-16 10:30:40.002 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-07-16 10:30:55.773 16 INFO neutron.db.l3_hamode_db [None req-05d27960-5b11-47e1-8798-6e1de73b0638 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 10:31:13.710 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port ea9fc1c6-84bc-43ed-8d45-bc9e23fa0c33 2026-07-16 10:31:15.624 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port ea9fc1c6-84bc-43ed-8d45-bc9e23fa0c33 2026-07-16 10:31:15.853 16 INFO neutron.plugins.ml2.plugin [None req-4ca04bd2-c39f-4614-832c-a3e003e38d2e - - - - - -] Attempt 1 to provision port ea9fc1c6-84bc-43ed-8d45-bc9e23fa0c33 2026-07-16 10:36:05.735 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 2cb8478d-d892-4e31-874b-10e233a7dbbe 2026-07-16 10:36:07.717 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 2cb8478d-d892-4e31-874b-10e233a7dbbe 2026-07-16 10:36:07.859 16 INFO neutron.plugins.ml2.plugin [None req-f679aec8-35b6-4b1d-a524-d42683e109b7 - - - - - -] Attempt 1 to provision port 2cb8478d-d892-4e31-874b-10e233a7dbbe 2026-07-16 10:36:13.405 16 INFO neutron.plugins.ml2.plugin [None req-002a91cf-1376-4691-8808-0d3f35dfc17b - - - - - -] Attempt 1 to provision port 41c5c180-ff08-4474-bae2-e8d3b7ff0cf8 2026-07-16 10:39:54.377 16 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 41c5c180-ff08-4474-bae2-e8d3b7ff0cf8 2026-07-16 10:39:55.790 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 41c5c180-ff08-4474-bae2-e8d3b7ff0cf8 2026-07-16 10:48:19.966 16 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 9d05eed5-2dfe-4513-9577-0db9f2bbb25e 2026-07-16 10:48:21.955 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 9d05eed5-2dfe-4513-9577-0db9f2bbb25e 2026-07-16 11:05:32.303 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 936e07c1-a481-46c0-8362-97192c580dbd 2026-07-16 11:05:33.620 13 INFO neutron.plugins.ml2.plugin [None req-9b56bb5c-29fa-40ee-9914-ddf3175d0fcc - - - - - -] Attempt 1 to provision port 936e07c1-a481-46c0-8362-97192c580dbd 2026-07-16 11:05:34.311 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 936e07c1-a481-46c0-8362-97192c580dbd 2026-07-16 11:05:36.325 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port fa91b504-e317-4fb2-8ff9-d8098f8bb54b 2026-07-16 11:05:38.308 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port fa91b504-e317-4fb2-8ff9-d8098f8bb54b 2026-07-16 11:05:40.346 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port eeccb2c1-e721-459b-b4cb-ac0ff7180f00 2026-07-16 11:05:42.358 16 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port eeccb2c1-e721-459b-b4cb-ac0ff7180f00 2026-07-16 11:05:44.126 13 INFO neutron.plugins.ml2.plugin [None req-730c8372-876a-4e12-b7af-5aebe94c9c43 - - - - - -] Attempt 1 to provision port 1644cc8c-8156-46a3-913f-4e7886cf32d6 2026-07-16 11:05:47.100 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 3f08eafa-3dc8-4250-914e-5f4d727316d9 2026-07-16 11:05:48.461 16 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 3f08eafa-3dc8-4250-914e-5f4d727316d9 2026-07-16 11:05:50.504 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port db7f4739-f2e6-4e50-91bc-f17fcc6411a2 2026-07-16 11:05:51.004 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 5621d2a3-97cb-44d2-a801-07e6d86cf48d 2026-07-16 11:05:53.021 16 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 8fc9b042-a672-4dff-8663-b68b0f88fce7 2026-07-16 11:05:53.473 16 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 5621d2a3-97cb-44d2-a801-07e6d86cf48d 2026-07-16 11:05:53.679 16 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port db7f4739-f2e6-4e50-91bc-f17fcc6411a2 2026-07-16 11:05:54.837 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 8fc9b042-a672-4dff-8663-b68b0f88fce7 2026-07-16 11:05:56.326 16 INFO neutron.plugins.ml2.plugin [None req-88814aa7-fde3-4176-8f63-07e0f06d57e6 - - - - - -] Attempt 1 to provision port 5621d2a3-97cb-44d2-a801-07e6d86cf48d 2026-07-16 11:05:56.417 16 INFO neutron.plugins.ml2.plugin [None req-88814aa7-fde3-4176-8f63-07e0f06d57e6 - - - - - -] Attempt 1 to provision port 5a6759c9-ed59-45d4-87d9-2da9b6cb01a6 2026-07-16 11:05:56.461 16 INFO neutron.plugins.ml2.plugin [None req-88814aa7-fde3-4176-8f63-07e0f06d57e6 - - - - - -] Attempt 1 to provision port 3838a855-740c-475c-ac11-5ea9d17ed1cd 2026-07-16 11:05:56.490 16 INFO neutron.plugins.ml2.plugin [None req-88814aa7-fde3-4176-8f63-07e0f06d57e6 - - - - - -] Attempt 1 to provision port 936e07c1-a481-46c0-8362-97192c580dbd 2026-07-16 11:06:02.321 13 INFO neutron.plugins.ml2.plugin [None req-b6f9b391-1111-459c-84fc-851faf8c09d0 - - - - - -] Attempt 1 to provision port c2af57e7-9648-496b-8bba-1183a92b4258 2026-07-16 11:06:04.808 16 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 6497d897-5681-43ae-8be3-3cfd427f90d1 2026-07-16 11:06:06.994 16 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 6497d897-5681-43ae-8be3-3cfd427f90d1 2026-07-16 11:06:07.256 16 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 502c4463-9356-418a-94ef-5f0c0e25ca59 2026-07-16 11:06:08.909 16 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 502c4463-9356-418a-94ef-5f0c0e25ca59 2026-07-16 11:06:08.963 13 INFO neutron.plugins.ml2.plugin [None req-c9eddc13-e51a-4a57-b101-d42a6a812731 - - - - - -] Attempt 1 to provision port 6497d897-5681-43ae-8be3-3cfd427f90d1 2026-07-16 11:06:09.019 13 INFO neutron.plugins.ml2.plugin [None req-c9eddc13-e51a-4a57-b101-d42a6a812731 - - - - - -] Attempt 1 to provision port 30ded8b5-2420-4eba-afa7-c801788b5860 2026-07-16 11:06:13.075 16 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 1d0b5349-c708-4258-870a-bb63c39ee5fe 2026-07-16 11:06:15.085 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 1d0b5349-c708-4258-870a-bb63c39ee5fe 2026-07-16 11:06:21.000 16 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 54f7f728-9a99-4b84-b348-e01a1a7e514f 2026-07-16 11:06:22.962 16 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 54f7f728-9a99-4b84-b348-e01a1a7e514f 2026-07-16 11:06:26.911 16 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 91102f0e-6247-49a8-8f27-bc3f62e0570a 2026-07-16 11:06:28.839 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 91102f0e-6247-49a8-8f27-bc3f62e0570a 2026-07-16 11:06:34.916 13 INFO neutron.plugins.ml2.plugin [None req-5641fc34-3fda-4ed2-bd85-555a5fcc8751 - - - - - -] Attempt 1 to provision port 71843350-d1da-4d2d-954a-7fa00438bf22 2026-07-16 11:06:34.950 13 INFO neutron.plugins.ml2.plugin [None req-5641fc34-3fda-4ed2-bd85-555a5fcc8751 - - - - - -] Attempt 1 to provision port 4a4e5d31-b5cf-4ba3-b4fb-17de7bafc097 2026-07-16 11:06:34.974 13 INFO neutron.plugins.ml2.plugin [None req-5641fc34-3fda-4ed2-bd85-555a5fcc8751 - - - - - -] Attempt 1 to provision port 91102f0e-6247-49a8-8f27-bc3f62e0570a 2026-07-16 11:06:35.044 13 INFO neutron.plugins.ml2.plugin [None req-5641fc34-3fda-4ed2-bd85-555a5fcc8751 - - - - - -] Attempt 1 to provision port 1d0b5349-c708-4258-870a-bb63c39ee5fe 2026-07-16 11:06:35.105 13 INFO neutron.plugins.ml2.plugin [None req-5641fc34-3fda-4ed2-bd85-555a5fcc8751 - - - - - -] Attempt 1 to provision port cc74531e-831a-4443-a44c-2be4dd0c76f8 2026-07-16 11:06:44.922 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port b03c4277-a0f0-4347-a73f-5c7e22967e46 2026-07-16 11:06:45.295 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 7e1c5279-e8aa-44dc-8921-4fad00088fe5 2026-07-16 11:06:46.936 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 7e1c5279-e8aa-44dc-8921-4fad00088fe5 2026-07-16 11:06:47.145 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port b03c4277-a0f0-4347-a73f-5c7e22967e46 2026-07-16 11:06:47.198 16 INFO neutron.plugins.ml2.plugin [None req-4ff3fd8f-a68f-42da-a868-00237583aecf - - - - - -] Attempt 1 to provision port b03c4277-a0f0-4347-a73f-5c7e22967e46 2026-07-16 11:06:47.249 16 INFO neutron.plugins.ml2.plugin [None req-4ff3fd8f-a68f-42da-a868-00237583aecf - - - - - -] Attempt 1 to provision port 646a7804-ca4f-47e6-9659-dd1724c508f5 2026-07-16 11:06:47.273 16 INFO neutron.plugins.ml2.plugin [None req-4ff3fd8f-a68f-42da-a868-00237583aecf - - - - - -] Attempt 1 to provision port 3f58b57b-f95f-4dc0-b8fb-c45c391ba1e0 2026-07-16 11:06:51.005 16 INFO neutron.plugins.ml2.plugin [None req-eba65b9b-922d-4457-beb3-d6e879e6a951 - - - - - -] Attempt 1 to provision port b03c4277-a0f0-4347-a73f-5c7e22967e46 2026-07-16 11:06:51.088 16 INFO neutron.plugins.ml2.plugin [None req-eba65b9b-922d-4457-beb3-d6e879e6a951 - - - - - -] Attempt 1 to provision port 3f58b57b-f95f-4dc0-b8fb-c45c391ba1e0 2026-07-16 11:06:58.902 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 36491ec4-2a68-4be2-916e-391aa0aba623 2026-07-16 11:06:59.298 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 977ec3fd-48a3-4bbf-8c8c-e3cb7c23b2f1 2026-07-16 11:07:00.464 13 INFO neutron.plugins.ml2.plugin [None req-fdae4bd8-812f-4dfb-b7a5-081c22daf70c - - - - - -] Attempt 1 to provision port 977ec3fd-48a3-4bbf-8c8c-e3cb7c23b2f1 2026-07-16 11:07:00.563 13 INFO neutron.plugins.ml2.plugin [None req-fdae4bd8-812f-4dfb-b7a5-081c22daf70c - - - - - -] Attempt 1 to provision port 7810d7c4-7c29-4ac9-877c-1f9fd3fc0082 2026-07-16 11:07:00.590 13 INFO neutron.plugins.ml2.plugin [None req-fdae4bd8-812f-4dfb-b7a5-081c22daf70c - - - - - -] Attempt 1 to provision port 3f58b57b-f95f-4dc0-b8fb-c45c391ba1e0 2026-07-16 11:07:00.960 16 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 36491ec4-2a68-4be2-916e-391aa0aba623 2026-07-16 11:07:01.161 16 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 977ec3fd-48a3-4bbf-8c8c-e3cb7c23b2f1 2026-07-16 11:07:04.685 13 INFO neutron.plugins.ml2.plugin [None req-16af05fe-1d31-4007-a089-b6a96a7f9758 - - - - - -] Attempt 1 to provision port 977ec3fd-48a3-4bbf-8c8c-e3cb7c23b2f1 2026-07-16 11:07:04.771 13 INFO neutron.plugins.ml2.plugin [None req-16af05fe-1d31-4007-a089-b6a96a7f9758 - - - - - -] Attempt 1 to provision port 7810d7c4-7c29-4ac9-877c-1f9fd3fc0082 2026-07-16 11:07:06.544 16 INFO neutron.plugins.ml2.plugin [None req-11327b74-cbd7-4552-96c6-8b6a822ae758 - - - - - -] Attempt 1 to provision port a1675f27-f6bf-447c-8d70-50ba7139b70c 2026-07-16 11:07:10.990 16 INFO neutron.plugins.ml2.plugin [None req-4c07cca9-c1cc-4e6d-80c8-c93793c5f020 - - - - - -] Attempt 1 to provision port 7810d7c4-7c29-4ac9-877c-1f9fd3fc0082 2026-07-16 11:07:13.874 16 INFO neutron.plugins.ml2.plugin [None req-3653a356-2cd9-427b-9c75-5b3c8a02eb2f - - - - - -] Attempt 1 to provision port 7810d7c4-7c29-4ac9-877c-1f9fd3fc0082 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server [None req-d8b97ee4-effa-4a9d-9d31-93739e9ae238 - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 5e8c2e45-1901-456f-a120-14fd2c6fb18d: This subnet is being modified by another concurrent operation. 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server raise self.value 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server raise self.value 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server raise self.value 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server raise self.value 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server raise self.value 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server raise self.value 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-07-16 11:07:19.161 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-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server raise exception 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 5e8c2e45-1901-456f-a120-14fd2c6fb18d: This subnet is being modified by another concurrent operation. 2026-07-16 11:07:19.161 13 ERROR oslo_messaging.rpc.server 2026-07-16 11:07:45.073 16 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 26c35eae-63fb-4870-90b7-9775ed6a3122 2026-07-16 11:07:48.905 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port d78812cf-7381-437e-8941-8317fa8c3a0b 2026-07-16 11:07:51.227 16 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 2458f8a9-58ef-43d0-b35e-b1a5cd7bd7c3 2026-07-16 11:07:52.025 16 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port d78812cf-7381-437e-8941-8317fa8c3a0b 2026-07-16 11:07:53.262 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 2458f8a9-58ef-43d0-b35e-b1a5cd7bd7c3 2026-07-16 11:07:54.423 13 INFO neutron.plugins.ml2.plugin [None req-e1836dc0-9701-426b-a144-2f692aa959e4 - - - - - -] Attempt 1 to provision port 56ae2c1f-19ee-41b4-9ec3-2e8e6bc9fc0e 2026-07-16 11:07:54.456 13 INFO neutron.plugins.ml2.plugin [None req-e1836dc0-9701-426b-a144-2f692aa959e4 - - - - - -] Attempt 1 to provision port ec22ca0e-0047-4c3f-9d34-d05fb4377062 2026-07-16 11:07:54.482 13 INFO neutron.plugins.ml2.plugin [None req-e1836dc0-9701-426b-a144-2f692aa959e4 - - - - - -] Attempt 1 to provision port 2458f8a9-58ef-43d0-b35e-b1a5cd7bd7c3 2026-07-16 11:07:54.571 13 INFO neutron.plugins.ml2.plugin [None req-e1836dc0-9701-426b-a144-2f692aa959e4 - - - - - -] Attempt 1 to provision port 29f279f7-44cb-479d-bf8a-e7e5f22a278c 2026-07-16 11:07:55.378 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port beee27e6-abc4-41fc-9501-16238c72eeec 2026-07-16 11:07:57.599 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 92cfc41b-b9fe-4a3d-b890-e45e12d7728c 2026-07-16 11:07:57.987 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port beee27e6-abc4-41fc-9501-16238c72eeec 2026-07-16 11:07:59.294 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 92cfc41b-b9fe-4a3d-b890-e45e12d7728c 2026-07-16 11:08:02.911 13 INFO neutron.plugins.ml2.plugin [None req-697e7c75-ff45-49b5-af20-927ea8fe3d99 - - - - - -] Attempt 1 to provision port 39e18bfd-7539-4099-a2b8-416950e9fb98 2026-07-16 11:08:02.938 13 INFO neutron.plugins.ml2.plugin [None req-697e7c75-ff45-49b5-af20-927ea8fe3d99 - - - - - -] Attempt 1 to provision port 92cfc41b-b9fe-4a3d-b890-e45e12d7728c 2026-07-16 11:08:10.715 16 INFO neutron.plugins.ml2.plugin [None req-ea899bc6-fae2-4067-9f5c-5a5a3ffa4f66 - - - - - -] Attempt 1 to provision port 39e18bfd-7539-4099-a2b8-416950e9fb98 2026-07-16 11:08:10.737 16 INFO neutron.plugins.ml2.plugin [None req-ea899bc6-fae2-4067-9f5c-5a5a3ffa4f66 - - - - - -] Attempt 1 to provision port 92cfc41b-b9fe-4a3d-b890-e45e12d7728c 2026-07-16 11:08:30.906 16 INFO neutron.plugins.ml2.plugin [None req-e121127a-23bb-4f68-93cc-dbd075bd6a55 - - - - - -] Attempt 1 to provision port be5906eb-989f-45d8-b68c-7529f23cc19a 2026-07-16 11:08:33.349 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port e14cbf18-7f77-48ba-93ed-e15d06085e77 2026-07-16 11:08:34.007 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 9980d2db-e247-4989-b303-16503c6eabb7 2026-07-16 11:08:34.732 13 INFO neutron.plugins.ml2.plugin [None req-e0fec161-31a5-4490-b1a3-a41a9e0987a9 - - - - - -] Attempt 1 to provision port af9b891e-170a-48c9-b737-6f4eb17b901f 2026-07-16 11:08:34.766 13 INFO neutron.plugins.ml2.plugin [None req-e0fec161-31a5-4490-b1a3-a41a9e0987a9 - - - - - -] Attempt 1 to provision port e14cbf18-7f77-48ba-93ed-e15d06085e77 2026-07-16 11:08:35.359 16 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 9980d2db-e247-4989-b303-16503c6eabb7 2026-07-16 11:08:35.592 16 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port e14cbf18-7f77-48ba-93ed-e15d06085e77 2026-07-16 11:08:37.358 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port c994c795-a976-46d5-991f-6cfc4160a9f6 2026-07-16 11:08:39.538 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port f1254193-b9ed-4061-860a-85fe07d0b3ad 2026-07-16 11:08:39.881 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port c994c795-a976-46d5-991f-6cfc4160a9f6 2026-07-16 11:08:41.463 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port f1254193-b9ed-4061-860a-85fe07d0b3ad 2026-07-16 11:08:41.679 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port d2a0b7d5-b268-44a5-b0bc-bfa1bbaeed4e 2026-07-16 11:08:43.388 13 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port d2a0b7d5-b268-44a5-b0bc-bfa1bbaeed4e 2026-07-16 11:08:43.480 16 INFO neutron.plugins.ml2.plugin [None req-52095789-e129-486a-b4f5-71b840c8e937 - - - - - -] Attempt 1 to provision port d2a0b7d5-b268-44a5-b0bc-bfa1bbaeed4e 2026-07-16 11:08:43.559 16 INFO neutron.plugins.ml2.plugin [None req-52095789-e129-486a-b4f5-71b840c8e937 - - - - - -] Attempt 1 to provision port c994c795-a976-46d5-991f-6cfc4160a9f6 2026-07-16 11:08:43.617 16 INFO neutron.plugins.ml2.plugin [None req-52095789-e129-486a-b4f5-71b840c8e937 - - - - - -] Attempt 1 to provision port 7d16a1b1-4cca-4ba1-b454-03aeeb8a25ba 2026-07-16 11:08:43.646 16 INFO neutron.plugins.ml2.plugin [None req-52095789-e129-486a-b4f5-71b840c8e937 - - - - - -] Attempt 1 to provision port 6cf2f080-eda4-46d9-a6ac-0e46854a8c71 2026-07-16 11:08:47.296 16 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 1f91a770-50ec-4fb6-95c3-20ff63f2b000 2026-07-16 11:08:49.307 16 INFO neutron.plugins.ml2.plugin [None req-edddce84-b72c-49c8-9b21-8bcb64a316ed - - - - - -] Attempt 1 to provision port 1f91a770-50ec-4fb6-95c3-20ff63f2b000 2026-07-16 11:08:49.972 16 INFO neutron.plugins.ml2.plugin [None req-406f29c6-9c12-4c63-ba50-b135c9dc70fd - - - - - -] Attempt 1 to provision port 5038d0fd-0d33-4ee5-9181-aecfffa8c26a 2026-07-16 11:08:50.002 16 INFO neutron.plugins.ml2.plugin [None req-406f29c6-9c12-4c63-ba50-b135c9dc70fd - - - - - -] Attempt 1 to provision port 1f91a770-50ec-4fb6-95c3-20ff63f2b000 2026-07-16 11:08:50.062 16 INFO neutron.plugins.ml2.plugin [None req-406f29c6-9c12-4c63-ba50-b135c9dc70fd - - - - - -] Attempt 1 to provision port af9b891e-170a-48c9-b737-6f4eb17b901f 2026-07-16 11:08:50.089 16 INFO neutron.plugins.ml2.plugin [None req-406f29c6-9c12-4c63-ba50-b135c9dc70fd - - - - - -] Attempt 1 to provision port f9c801e7-d517-4c88-b656-6bf4cf451901 2026-07-16 11:08:50.119 16 INFO neutron.plugins.ml2.plugin [None req-406f29c6-9c12-4c63-ba50-b135c9dc70fd - - - - - -] Attempt 1 to provision port e14cbf18-7f77-48ba-93ed-e15d06085e77 2026-07-16 11:08:55.703 13 INFO neutron.plugins.ml2.plugin [None req-eb44ee12-df4c-4b78-83b7-eba497e604d4 - - - - - -] Attempt 1 to provision port 1f91a770-50ec-4fb6-95c3-20ff63f2b000 2026-07-16 11:08:55.763 13 INFO neutron.plugins.ml2.plugin [None req-eb44ee12-df4c-4b78-83b7-eba497e604d4 - - - - - -] Attempt 1 to provision port d2a0b7d5-b268-44a5-b0bc-bfa1bbaeed4e 2026-07-16 11:08:55.825 13 INFO neutron.plugins.ml2.plugin [None req-eb44ee12-df4c-4b78-83b7-eba497e604d4 - - - - - -] Attempt 1 to provision port c994c795-a976-46d5-991f-6cfc4160a9f6 2026-07-16 11:08:55.879 13 INFO neutron.plugins.ml2.plugin [None req-eb44ee12-df4c-4b78-83b7-eba497e604d4 - - - - - -] Attempt 1 to provision port 7d16a1b1-4cca-4ba1-b454-03aeeb8a25ba 2026-07-16 11:08:55.903 13 INFO neutron.plugins.ml2.plugin [None req-eb44ee12-df4c-4b78-83b7-eba497e604d4 - - - - - -] Attempt 1 to provision port f9c801e7-d517-4c88-b656-6bf4cf451901 2026-07-16 11:08:55.929 13 INFO neutron.plugins.ml2.plugin [None req-eb44ee12-df4c-4b78-83b7-eba497e604d4 - - - - - -] Attempt 1 to provision port 6cf2f080-eda4-46d9-a6ac-0e46854a8c71 2026-07-16 11:09:03.091 16 INFO neutron.plugins.ml2.plugin [None req-2004cbdf-8cda-4c67-b938-44419b3fcffe - - - - - -] Attempt 1 to provision port c994c795-a976-46d5-991f-6cfc4160a9f6 2026-07-16 11:09:03.147 16 INFO neutron.plugins.ml2.plugin [None req-2004cbdf-8cda-4c67-b938-44419b3fcffe - - - - - -] Attempt 1 to provision port 6cf2f080-eda4-46d9-a6ac-0e46854a8c71