+ 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 This program is using eventlet and has been monkey_patched /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-04-22 19:04:19.592 1 INFO neutron.common.config [-] Logging enabled! 2026-04-22 19:04:19.593 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.3 2026-04-22 19:04:19.593 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-04-22 19:04:19.593 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-22 19:04:20.598 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-22 19:04:20.601 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-22 19:04:20.604 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-22 19:04:20.605 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-22 19:04:20.605 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-22 19:04:20.605 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-22 19:04:20.605 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-22 19:04:20.612 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-22 19:04:20.612 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-22 19:04:20.612 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-22 19:04:20.632 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-22 19:04:20.633 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-22 19:04:20.633 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-22 19:04:20.667 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-22 19:04:20.667 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-22 19:04:20.667 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-22 19:04:20.667 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-22 19:04:21.033 1 INFO neutron.plugins.ml2.managers [None req-5f02fb90-700e-4731-b718-73c79af0aad6 - - - - - -] Initializing driver for type 'vlan' 2026-04-22 19:04:21.189 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-5f02fb90-700e-4731-b718-73c79af0aad6 - - - - - -] VlanTypeDriver initialization complete 2026-04-22 19:04:21.190 1 INFO neutron.plugins.ml2.managers [None req-5f02fb90-700e-4731-b718-73c79af0aad6 - - - - - -] Initializing driver for type 'vxlan' 2026-04-22 19:04:21.190 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-5f02fb90-700e-4731-b718-73c79af0aad6 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-22 19:04:21.262 1 INFO neutron.plugins.ml2.managers [None req-5f02fb90-700e-4731-b718-73c79af0aad6 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-22 19:04:21.263 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-5f02fb90-700e-4731-b718-73c79af0aad6 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-22 19:04:21.263 1 INFO neutron.plugins.ml2.managers [None req-5f02fb90-700e-4731-b718-73c79af0aad6 - - - - - -] Initializing extension driver 'port_security' 2026-04-22 19:04:21.263 1 INFO neutron.plugins.ml2.extensions.port_security [None req-5f02fb90-700e-4731-b718-73c79af0aad6 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-22 19:04:21.264 1 INFO neutron.plugins.ml2.managers [None req-5f02fb90-700e-4731-b718-73c79af0aad6 - - - - - -] Initializing extension driver 'qos' 2026-04-22 19:04:21.264 1 INFO neutron.plugins.ml2.managers [None req-5f02fb90-700e-4731-b718-73c79af0aad6 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-22 19:04:21.264 1 INFO neutron.plugins.ml2.managers [None req-5f02fb90-700e-4731-b718-73c79af0aad6 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-22 19:04:21.281 1 INFO neutron.quota [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded quota_driver: . 2026-04-22 19:04:21.282 1 INFO neutron.plugins.ml2.plugin [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Modular L2 Plugin initialization complete 2026-04-22 19:04:21.282 1 INFO neutron.plugins.ml2.managers [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-22 19:04:21.282 1 INFO neutron.plugins.ml2.managers [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-22 19:04:21.283 1 INFO neutron.plugins.ml2.managers [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-22 19:04:21.283 1 INFO neutron.extensions.vlantransparent [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Disabled vlantransparent extension. 2026-04-22 19:04:21.283 1 INFO neutron.extensions.qinq [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Disabled VLAN QinQ extension. 2026-04-22 19:04:21.284 1 INFO neutron.manager [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loading Plugin: qos 2026-04-22 19:04:21.298 1 INFO neutron.manager [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loading Plugin: router 2026-04-22 19:04:21.342 1 INFO neutron.services.service_base [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-22 19:04:21.343 1 INFO neutron.manager [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loading Plugin: segments 2026-04-22 19:04:21.409 1 INFO neutron.manager [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loading Plugin: trunk 2026-04-22 19:04:21.421 1 INFO neutron.manager [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loading Plugin: vpnaas 2026-04-22 19:04:21.454 1 WARNING stevedore.named [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-22 19:04:21.454 1 WARNING stevedore.named [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-22 19:04:21.691 1 INFO neutron_vpnaas.services.vpn.plugin [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-22 19:04:21.692 1 INFO neutron.common.utils [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-22 19:04:21.692 1 INFO neutron.manager [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loading Plugin: taas 2026-04-22 19:04:21.713 1 WARNING stevedore.named [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-22 19:04:21.743 1 INFO neutron_taas.services.taas.taas_plugin [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-22 19:04:21.743 1 INFO neutron.manager [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loading Plugin: tapmirror 2026-04-22 19:04:21.753 1 WARNING stevedore.named [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-22 19:04:21.768 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-22 19:04:21.769 1 INFO neutron.manager [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loading Plugin: auto_allocate 2026-04-22 19:04:21.775 1 INFO neutron.manager [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loading Plugin: tag 2026-04-22 19:04:21.781 1 INFO neutron.manager [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loading Plugin: timestamp 2026-04-22 19:04:21.783 1 INFO neutron.manager [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loading Plugin: network_ip_availability 2026-04-22 19:04:21.786 1 INFO neutron.manager [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loading Plugin: flavors 2026-04-22 19:04:21.789 1 INFO neutron.manager [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loading Plugin: revisions 2026-04-22 19:04:21.792 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Initializing extension manager. 2026-04-22 19:04:21.793 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: address-group 2026-04-22 19:04:21.794 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: address-scope 2026-04-22 19:04:21.795 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-22 19:04:21.795 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: agent 2026-04-22 19:04:21.796 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: agent-resources-synced 2026-04-22 19:04:21.797 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-22 19:04:21.798 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-22 19:04:21.799 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: availability_zone 2026-04-22 19:04:21.799 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: availability_zone_filter 2026-04-22 19:04:21.800 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-22 19:04:21.800 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: default-subnetpools 2026-04-22 19:04:21.801 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-22 19:04:21.802 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: dns-integration 2026-04-22 19:04:21.802 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: dns-domain-ports 2026-04-22 19:04:21.803 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-22 19:04:21.803 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: dvr 2026-04-22 19:04:21.804 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-22 19:04:21.804 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: empty-string-filtering 2026-04-22 19:04:21.805 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-22 19:04:21.805 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-22 19:04:21.806 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: external-net 2026-04-22 19:04:21.806 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-22 19:04:21.807 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: extraroute 2026-04-22 19:04:21.807 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: extraroute-atomic 2026-04-22 19:04:21.808 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-22 19:04:21.808 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-22 19:04:21.809 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-22 19:04:21.809 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-22 19:04:21.810 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: fip-port-details 2026-04-22 19:04:21.811 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: flavors 2026-04-22 19:04:21.812 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-22 19:04:21.812 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: floatingip-pools 2026-04-22 19:04:21.813 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: ip_allocation 2026-04-22 19:04:21.813 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-22 19:04:21.814 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: l2_adjacency 2026-04-22 19:04:21.815 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: router 2026-04-22 19:04:21.816 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-22 19:04:21.817 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-22 19:04:21.817 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-22 19:04:21.818 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: ext-gw-mode 2026-04-22 19:04:21.818 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: l3-ha 2026-04-22 19:04:21.819 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-22 19:04:21.819 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-22 19:04:21.820 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: l3-flavors 2026-04-22 19:04:21.821 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-22 19:04:21.821 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-22 19:04:21.823 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-22 19:04:21.824 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-22 19:04:21.826 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-22 19:04:21.828 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-22 19:04:21.829 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-22 19:04:21.829 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: multi-provider 2026-04-22 19:04:21.830 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: net-mtu 2026-04-22 19:04:21.830 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: net-mtu-writable 2026-04-22 19:04:21.831 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: network_availability_zone 2026-04-22 19:04:21.831 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: network_ha 2026-04-22 19:04:21.832 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: network-ip-availability 2026-04-22 19:04:21.833 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-22 19:04:21.833 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: pagination 2026-04-22 19:04:21.834 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: port-device-profile 2026-04-22 19:04:21.834 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-22 19:04:21.835 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-22 19:04:21.835 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-22 19:04:21.836 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: port-mac-override 2026-04-22 19:04:21.836 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-22 19:04:21.836 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-22 19:04:21.837 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-22 19:04:21.838 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: port-resource-request 2026-04-22 19:04:21.838 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-22 19:04:21.839 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-22 19:04:21.839 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: binding 2026-04-22 19:04:21.840 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: binding-extended 2026-04-22 19:04:21.840 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: port-security 2026-04-22 19:04:21.841 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: project-id 2026-04-22 19:04:21.841 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: provider 2026-04-22 19:04:21.842 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-22 19:04:21.844 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: qos 2026-04-22 19:04:21.844 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-22 19:04:21.845 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-22 19:04:21.845 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: qos-default 2026-04-22 19:04:21.846 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: qos-fip 2026-04-22 19:04:21.846 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-22 19:04:21.847 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-22 19:04:21.847 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-22 19:04:21.848 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-22 19:04:21.848 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-22 19:04:21.849 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: qos-pps 2026-04-22 19:04:21.850 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-22 19:04:21.850 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-22 19:04:21.851 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: qos-rules-alias 2026-04-22 19:04:21.851 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: quota-check-limit 2026-04-22 19:04:21.852 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-22 19:04:21.854 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: quotas 2026-04-22 19:04:21.856 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: quota_details 2026-04-22 19:04:21.857 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: rbac-policies 2026-04-22 19:04:21.858 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: rbac-address-group 2026-04-22 19:04:21.858 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: rbac-address-scope 2026-04-22 19:04:21.859 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: rbac-security-groups 2026-04-22 19:04:21.859 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-22 19:04:21.860 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: revision-if-match 2026-04-22 19:04:21.861 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-22 19:04:21.861 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: router_availability_zone 2026-04-22 19:04:21.862 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-22 19:04:21.863 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-22 19:04:21.864 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-22 19:04:21.864 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-22 19:04:21.865 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-22 19:04:21.865 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-22 19:04:21.866 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-22 19:04:21.870 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: security-group 2026-04-22 19:04:21.871 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: segment 2026-04-22 19:04:21.871 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-22 19:04:21.872 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: service-type 2026-04-22 19:04:21.872 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: sorting 2026-04-22 19:04:21.873 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: standard-attr-segment 2026-04-22 19:04:21.874 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: standard-attr-description 2026-04-22 19:04:21.874 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: stateful-security-group 2026-04-22 19:04:21.875 1 WARNING neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-22 19:04:21.875 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-22 19:04:21.876 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: subnet-external-network 2026-04-22 19:04:21.876 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: subnet_onboard 2026-04-22 19:04:21.877 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-22 19:04:21.877 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: subnet-service-types 2026-04-22 19:04:21.878 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: subnet_allocation 2026-04-22 19:04:21.878 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-22 19:04:21.879 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: tag-creation 2026-04-22 19:04:21.879 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-22 19:04:21.883 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: standard-attr-tag 2026-04-22 19:04:21.883 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-22 19:04:21.884 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: trunk 2026-04-22 19:04:21.885 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: trunk-details 2026-04-22 19:04:21.885 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-22 19:04:21.886 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-22 19:04:21.886 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-22 19:04:21.887 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-22 19:04:21.888 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-22 19:04:21.889 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-22 19:04:21.890 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: vpn-flavors 2026-04-22 19:04:21.891 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: vpnaas 2026-04-22 19:04:21.892 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: taas 2026-04-22 19:04:21.893 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: tap-mirror 2026-04-22 19:04:21.894 1 INFO neutron.api.extensions [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-22 19:04:21.897 1 INFO oslo_service.backend.eventlet.service [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Starting 2 workers 2026-04-22 19:04:21.901 1 INFO oslo_service.backend.eventlet.service [None req-410e7ad0-47a0-462a-9690-8a77258038e7 - - - - - -] Starting 1 workers 2026-04-22 19:05:07.825 12 INFO neutron.db.l3_hamode_db [None req-c86f9e04-d35c-4249-96d7-be8c611ea805 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-22 19:05:20.483 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port acebcd82-0dc4-473c-bb06-c9e4061a8364 2026-04-22 19:05:22.017 11 INFO neutron.plugins.ml2.plugin [None req-c2a62143-36a7-4e85-879a-e7c6f72a9d5d - - - - - -] Attempt 1 to provision port acebcd82-0dc4-473c-bb06-c9e4061a8364 2026-04-22 19:05:22.360 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port acebcd82-0dc4-473c-bb06-c9e4061a8364 2026-04-22 19:05:23.707 11 INFO neutron.plugins.ml2.plugin [None req-b585ebd9-4179-4d49-9794-e090f01a2a4c - - - - - -] Attempt 1 to provision port acebcd82-0dc4-473c-bb06-c9e4061a8364 2026-04-22 19:09:50.539 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port ecabc8dc-2161-47b6-bf93-7d44c8c35ec7 2026-04-22 19:09:51.235 11 INFO neutron.plugins.ml2.plugin [None req-a1db471b-b6ba-454c-95db-0bf16ad9a297 - - - - - -] Attempt 1 to provision port ecabc8dc-2161-47b6-bf93-7d44c8c35ec7 2026-04-22 19:09:52.521 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port ecabc8dc-2161-47b6-bf93-7d44c8c35ec7 2026-04-22 19:09:52.923 11 INFO neutron.plugins.ml2.plugin [None req-ff352767-1a11-4a21-9d48-2dd04f121695 - - - - - -] Attempt 1 to provision port ecabc8dc-2161-47b6-bf93-7d44c8c35ec7 2026-04-22 19:09:58.044 11 INFO neutron.plugins.ml2.plugin [None req-2c5c60b9-2e11-4d1e-982a-6ec475a7d4c2 - - - - - -] Attempt 1 to provision port d50afe55-9b3d-4bcb-8a0f-ba6fabc303f9 2026-04-22 19:14:07.285 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port d50afe55-9b3d-4bcb-8a0f-ba6fabc303f9 2026-04-22 19:14:08.689 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port d50afe55-9b3d-4bcb-8a0f-ba6fabc303f9 2026-04-22 19:22:43.010 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port b9371be3-63fe-4002-803f-f3b5dab5abb5 2026-04-22 19:22:45.010 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port b9371be3-63fe-4002-803f-f3b5dab5abb5 2026-04-22 19:38:17.099 11 INFO neutron.plugins.ml2.plugin [None req-13c369e1-f61d-4aba-8226-db8e6b414c7f - - - - - -] Attempt 1 to provision port 1cb8755d-d9d6-44ed-8f73-61425982c48f 2026-04-22 19:38:17.597 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 1cb8755d-d9d6-44ed-8f73-61425982c48f 2026-04-22 19:38:19.615 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 7e660f0f-666a-4c19-a69d-816263c26f78 2026-04-22 19:38:21.555 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 7e660f0f-666a-4c19-a69d-816263c26f78 2026-04-22 19:38:23.625 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port cad6b31f-9e7a-4a68-9ee4-e748007b7adb 2026-04-22 19:38:25.575 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port cad6b31f-9e7a-4a68-9ee4-e748007b7adb 2026-04-22 19:38:25.963 12 INFO neutron.plugins.ml2.plugin [None req-b1f1db52-67d4-4798-a029-4c13699aee4c - - - - - -] Attempt 1 to provision port 8c1e76e1-c821-4c1c-b887-ff10a3f1f1fa 2026-04-22 19:38:25.989 12 INFO neutron.plugins.ml2.plugin [None req-b1f1db52-67d4-4798-a029-4c13699aee4c - - - - - -] Attempt 1 to provision port 3a7f7d78-13ac-4c2c-88b2-64cf75e55b04 2026-04-22 19:38:26.015 12 INFO neutron.plugins.ml2.plugin [None req-b1f1db52-67d4-4798-a029-4c13699aee4c - - - - - -] Attempt 1 to provision port cad6b31f-9e7a-4a68-9ee4-e748007b7adb 2026-04-22 19:38:26.073 12 INFO neutron.plugins.ml2.plugin [None req-b1f1db52-67d4-4798-a029-4c13699aee4c - - - - - -] Attempt 1 to provision port 1cb8755d-d9d6-44ed-8f73-61425982c48f 2026-04-22 19:38:26.168 12 INFO neutron.plugins.ml2.plugin [None req-b1f1db52-67d4-4798-a029-4c13699aee4c - - - - - -] Attempt 1 to provision port 7e660f0f-666a-4c19-a69d-816263c26f78 2026-04-22 19:38:30.082 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 3e558687-7d27-46aa-a011-3a3cf0e15264 2026-04-22 19:38:30.455 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port f8a4097d-900c-48c6-82a9-a19a2797cc1e 2026-04-22 19:38:30.806 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 07b86b58-6fd6-4a16-b3fe-231f14efac57 2026-04-22 19:38:31.203 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port e6bb74d7-6483-4a18-9f21-6cf7344fb693 2026-04-22 19:38:32.147 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 3e558687-7d27-46aa-a011-3a3cf0e15264 2026-04-22 19:38:32.366 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port e6bb74d7-6483-4a18-9f21-6cf7344fb693 2026-04-22 19:38:32.641 11 INFO neutron.plugins.ml2.plugin [None req-434a7ed6-73ed-442a-8ca9-b59537cf0023 - - - - - -] Attempt 1 to provision port f8a4097d-900c-48c6-82a9-a19a2797cc1e 2026-04-22 19:38:32.939 11 INFO neutron.plugins.ml2.plugin [None req-a19b82f8-b953-4c98-b23b-12e6b057823c - - - - - -] Attempt 1 to provision port 07b86b58-6fd6-4a16-b3fe-231f14efac57 2026-04-22 19:38:34.178 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 72b0e81d-1856-48a8-b4ca-95606a144ddc 2026-04-22 19:38:34.524 12 INFO neutron.plugins.ml2.plugin [None req-ebd55c84-1f35-44b1-8608-2821bdcfa827 - - - - - -] Attempt 1 to provision port 8c1e76e1-c821-4c1c-b887-ff10a3f1f1fa 2026-04-22 19:38:34.577 12 INFO neutron.plugins.ml2.plugin [None req-ebd55c84-1f35-44b1-8608-2821bdcfa827 - - - - - -] Attempt 1 to provision port f8a4097d-900c-48c6-82a9-a19a2797cc1e 2026-04-22 19:38:34.630 12 INFO neutron.plugins.ml2.plugin [None req-ebd55c84-1f35-44b1-8608-2821bdcfa827 - - - - - -] Attempt 1 to provision port c1dcc7c1-0127-487b-8ab5-413f5df4b877 2026-04-22 19:38:34.663 12 INFO neutron.plugins.ml2.plugin [None req-ebd55c84-1f35-44b1-8608-2821bdcfa827 - - - - - -] Attempt 1 to provision port 75552675-1f3e-4c69-b767-9550b006c396 2026-04-22 19:38:34.692 12 INFO neutron.plugins.ml2.plugin [None req-ebd55c84-1f35-44b1-8608-2821bdcfa827 - - - - - -] Attempt 1 to provision port cad6b31f-9e7a-4a68-9ee4-e748007b7adb 2026-04-22 19:38:34.747 12 INFO neutron.plugins.ml2.plugin [None req-ebd55c84-1f35-44b1-8608-2821bdcfa827 - - - - - -] Attempt 1 to provision port 7e660f0f-666a-4c19-a69d-816263c26f78 2026-04-22 19:38:34.796 12 INFO neutron.plugins.ml2.plugin [None req-ebd55c84-1f35-44b1-8608-2821bdcfa827 - - - - - -] Attempt 1 to provision port 17cb71ba-310e-4f7a-bba8-8e63c7572d26 2026-04-22 19:38:36.210 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 72b0e81d-1856-48a8-b4ca-95606a144ddc 2026-04-22 19:38:39.339 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port b14e78b3-3037-4017-bc68-19db5f96604c 2026-04-22 19:38:39.968 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 341f0821-8235-4620-b730-b6e3016d0b94 2026-04-22 19:38:40.026 12 INFO neutron.notifiers.nova [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Nova event matching ['req-41c1cb4a-439c-45d5-b165-9080083f2eb6'] response: {'server_uuid': '7c490a1c-bdc4-4fef-8fb8-f8d9c37c2f9f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b14e78b3-3037-4017-bc68-19db5f96604c', 'code': 200} 2026-04-22 19:38:41.626 12 INFO neutron.plugins.ml2.plugin [None req-7c6c9507-d0bb-411d-a5e0-a3d85d138a4a - - - - - -] Attempt 1 to provision port 8c1e76e1-c821-4c1c-b887-ff10a3f1f1fa 2026-04-22 19:38:41.670 12 INFO neutron.plugins.ml2.plugin [None req-7c6c9507-d0bb-411d-a5e0-a3d85d138a4a - - - - - -] Attempt 1 to provision port 2fc1043a-e89a-401e-ab3e-352d8dd7bb16 2026-04-22 19:38:41.700 12 INFO neutron.plugins.ml2.plugin [None req-7c6c9507-d0bb-411d-a5e0-a3d85d138a4a - - - - - -] Attempt 1 to provision port 75552675-1f3e-4c69-b767-9550b006c396 2026-04-22 19:38:42.062 12 INFO neutron.notifiers.nova [None req-7c6c9507-d0bb-411d-a5e0-a3d85d138a4a - - - - - -] Nova event matching ['req-66a4f16f-f160-4e2f-a902-bb1b5c7b9b0d'] response: {'server_uuid': 'c87e0f82-f40c-4a4e-8861-254005122a0e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '341f0821-8235-4620-b730-b6e3016d0b94', 'code': 200} 2026-04-22 19:38:42.340 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port b14e78b3-3037-4017-bc68-19db5f96604c 2026-04-22 19:38:42.541 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port a585da3f-1960-449c-92bc-f14ff7639c8d 2026-04-22 19:38:42.943 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 341f0821-8235-4620-b730-b6e3016d0b94 2026-04-22 19:38:43.500 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port a585da3f-1960-449c-92bc-f14ff7639c8d 2026-04-22 19:38:44.107 12 INFO neutron.notifiers.nova [None req-f3e93dec-dd41-4d10-9801-19c60304a815 - - - - - -] Nova event matching ['req-9c674b4b-3a41-45f7-b28a-90f078555f49'] response: {'server_uuid': '8bbbc6d6-99b0-4c6e-8bf0-bd4ef061eaf8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a585da3f-1960-449c-92bc-f14ff7639c8d', 'code': 200} 2026-04-22 19:38:46.548 12 INFO neutron.plugins.ml2.plugin [None req-8773ff68-3927-4ca3-aa7d-40312fa7ded3 - - - - - -] Attempt 1 to provision port 8c1e76e1-c821-4c1c-b887-ff10a3f1f1fa 2026-04-22 19:38:46.591 12 INFO neutron.plugins.ml2.plugin [None req-8773ff68-3927-4ca3-aa7d-40312fa7ded3 - - - - - -] Attempt 1 to provision port f8a4097d-900c-48c6-82a9-a19a2797cc1e 2026-04-22 19:38:46.715 12 INFO neutron.plugins.ml2.plugin [None req-8773ff68-3927-4ca3-aa7d-40312fa7ded3 - - - - - -] Attempt 1 to provision port a585da3f-1960-449c-92bc-f14ff7639c8d 2026-04-22 19:38:46.783 12 INFO neutron.plugins.ml2.plugin [None req-8773ff68-3927-4ca3-aa7d-40312fa7ded3 - - - - - -] Attempt 1 to provision port 17cb71ba-310e-4f7a-bba8-8e63c7572d26 2026-04-22 19:38:46.812 12 INFO neutron.plugins.ml2.plugin [None req-8773ff68-3927-4ca3-aa7d-40312fa7ded3 - - - - - -] Attempt 1 to provision port 75552675-1f3e-4c69-b767-9550b006c396 2026-04-22 19:38:47.438 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port ca0c1864-c319-4747-992b-6420e25fcc3a 2026-04-22 19:38:49.521 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port ca0c1864-c319-4747-992b-6420e25fcc3a 2026-04-22 19:38:49.748 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port b1d41f94-fbd3-4cb5-b1b0-8227c4981019 2026-04-22 19:38:51.578 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port b1d41f94-fbd3-4cb5-b1b0-8227c4981019 2026-04-22 19:38:53.324 11 INFO neutron.plugins.ml2.plugin [None req-8552cd44-9aae-4190-8b6a-03f6ca268b28 - - - - - -] Attempt 1 to provision port cf8a3416-fe09-405f-87ed-f5de7b3009c7 2026-04-22 19:38:53.359 11 INFO neutron.plugins.ml2.plugin [None req-8552cd44-9aae-4190-8b6a-03f6ca268b28 - - - - - -] Attempt 1 to provision port 341f0821-8235-4620-b730-b6e3016d0b94 2026-04-22 19:38:53.450 11 INFO neutron.plugins.ml2.plugin [None req-8552cd44-9aae-4190-8b6a-03f6ca268b28 - - - - - -] Attempt 1 to provision port df4b5eb3-38ed-481c-9295-ea721e5c413b 2026-04-22 19:38:53.491 11 INFO neutron.plugins.ml2.plugin [None req-8552cd44-9aae-4190-8b6a-03f6ca268b28 - - - - - -] Attempt 1 to provision port b1d41f94-fbd3-4cb5-b1b0-8227c4981019 2026-04-22 19:38:53.550 11 INFO neutron.plugins.ml2.plugin [None req-8552cd44-9aae-4190-8b6a-03f6ca268b28 - - - - - -] Attempt 1 to provision port 17cb71ba-310e-4f7a-bba8-8e63c7572d26 2026-04-22 19:38:57.766 11 INFO neutron.plugins.ml2.plugin [None req-2c9dffdc-82fe-433b-bd1a-58b7c007df58 - - - - - -] Attempt 1 to provision port df4b5eb3-38ed-481c-9295-ea721e5c413b 2026-04-22 19:38:57.798 11 INFO neutron.plugins.ml2.plugin [None req-2c9dffdc-82fe-433b-bd1a-58b7c007df58 - - - - - -] Attempt 1 to provision port b1d41f94-fbd3-4cb5-b1b0-8227c4981019 2026-04-22 19:38:57.872 11 INFO neutron.plugins.ml2.plugin [None req-2c9dffdc-82fe-433b-bd1a-58b7c007df58 - - - - - -] Attempt 1 to provision port b14e78b3-3037-4017-bc68-19db5f96604c 2026-04-22 19:39:00.495 12 INFO neutron.plugins.ml2.plugin [None req-3b56b265-c8da-46e0-b385-2c6980b6ccdb - - - - - -] Attempt 1 to provision port df4b5eb3-38ed-481c-9295-ea721e5c413b 2026-04-22 19:39:00.538 12 INFO neutron.plugins.ml2.plugin [None req-3b56b265-c8da-46e0-b385-2c6980b6ccdb - - - - - -] Attempt 1 to provision port 8f837361-f736-4a08-b941-82669f91f650 2026-04-22 19:39:03.039 12 INFO neutron.plugins.ml2.plugin [None req-60a1ba3b-519f-42dd-b928-c84c3b55a633 - - - - - -] Attempt 1 to provision port df4b5eb3-38ed-481c-9295-ea721e5c413b 2026-04-22 19:39:08.054 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port cf2911a7-7778-4425-aa22-a6225c0bcd77 2026-04-22 19:39:08.402 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port c1dcc7c1-0127-487b-8ab5-413f5df4b877 2026-04-22 19:39:08.665 11 INFO neutron.notifiers.nova [None req-27b02a45-9c50-484d-9317-70dbf16961d6 - - - - - -] Nova event matching ['req-5ca5e568-ece9-46f8-881f-aceffb97eb90'] response: {'server_uuid': 'ba23fa05-cca4-43fc-bda9-f7e0ccd9d07a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cf2911a7-7778-4425-aa22-a6225c0bcd77', 'code': 200} 2026-04-22 19:39:08.707 11 INFO neutron.plugins.ml2.plugin [None req-27b02a45-9c50-484d-9317-70dbf16961d6 - - - - - -] Attempt 1 to provision port 75552675-1f3e-4c69-b767-9550b006c396 2026-04-22 19:39:09.692 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port cf2911a7-7778-4425-aa22-a6225c0bcd77 2026-04-22 19:39:09.936 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 8c1e76e1-c821-4c1c-b887-ff10a3f1f1fa 2026-04-22 19:39:10.234 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port c1dcc7c1-0127-487b-8ab5-413f5df4b877 2026-04-22 19:39:10.388 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 75552675-1f3e-4c69-b767-9550b006c396 2026-04-22 19:39:10.591 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 2fc1043a-e89a-401e-ab3e-352d8dd7bb16 2026-04-22 19:39:11.666 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 8c1e76e1-c821-4c1c-b887-ff10a3f1f1fa 2026-04-22 19:39:11.846 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 2fc1043a-e89a-401e-ab3e-352d8dd7bb16 2026-04-22 19:39:13.696 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 8f837361-f736-4a08-b941-82669f91f650 2026-04-22 19:39:14.075 11 INFO neutron.plugins.ml2.plugin [None req-fce9096f-cff1-4923-accf-e4fef713efce - - - - - -] Attempt 1 to provision port df4b5eb3-38ed-481c-9295-ea721e5c413b 2026-04-22 19:39:15.720 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 8f837361-f736-4a08-b941-82669f91f650 2026-04-22 19:39:15.879 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port df4b5eb3-38ed-481c-9295-ea721e5c413b 2026-04-22 19:39:25.895 12 INFO neutron.notifiers.nova [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Nova event matching ['req-d0e6c07a-1166-490d-a45d-41718af52f82'] response: {'server_uuid': '7c490a1c-bdc4-4fef-8fb8-f8d9c37c2f9f', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'b14e78b3-3037-4017-bc68-19db5f96604c', 'code': 200} 2026-04-22 19:39:28.260 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port b14e78b3-3037-4017-bc68-19db5f96604c 2026-04-22 19:39:28.370 11 INFO neutron.notifiers.nova [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Nova event matching ['req-faf2c7fc-8f6f-40e1-9215-429a28690a15'] response: {'server_uuid': '7c490a1c-bdc4-4fef-8fb8-f8d9c37c2f9f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b14e78b3-3037-4017-bc68-19db5f96604c', 'code': 200} 2026-04-22 19:39:29.680 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port b14e78b3-3037-4017-bc68-19db5f96604c 2026-04-22 19:39:30.795 11 INFO neutron.plugins.ml2.plugin [None req-f1798fa8-bc62-4f6a-a437-130e4a4d36c8 - - - - - -] Attempt 1 to provision port 341f0821-8235-4620-b730-b6e3016d0b94 2026-04-22 19:39:33.096 12 INFO neutron.plugins.ml2.plugin [None req-ddea6caa-dccc-4846-a8e1-65bc65bd3093 - - - - - -] Attempt 1 to provision port 341f0821-8235-4620-b730-b6e3016d0b94 2026-04-22 19:39:33.699 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 341f0821-8235-4620-b730-b6e3016d0b94 2026-04-22 19:39:35.710 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port d2b46cd8-772a-4acd-9529-65bf46fceadf 2026-04-22 19:39:37.915 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port ba60b2aa-f9b3-459d-9e3b-9904535a68f9 2026-04-22 19:39:39.718 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port ba60b2aa-f9b3-459d-9e3b-9904535a68f9 2026-04-22 19:39:39.854 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 1e27108e-1e7c-4ec9-a1bf-8bea222945e6 2026-04-22 19:39:41.725 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 1e27108e-1e7c-4ec9-a1bf-8bea222945e6 2026-04-22 19:39:43.459 12 INFO neutron.plugins.ml2.plugin [None req-c86ca9df-0e18-4807-91cb-eb87ba7c124d - - - - - -] Attempt 1 to provision port 1e27108e-1e7c-4ec9-a1bf-8bea222945e6 2026-04-22 19:39:43.530 12 INFO neutron.plugins.ml2.plugin [None req-c86ca9df-0e18-4807-91cb-eb87ba7c124d - - - - - -] Attempt 1 to provision port c6eea1fd-81aa-4bbf-9d26-af25066ad356 2026-04-22 19:39:43.565 12 INFO neutron.plugins.ml2.plugin [None req-c86ca9df-0e18-4807-91cb-eb87ba7c124d - - - - - -] Attempt 1 to provision port 558e931d-bf51-4a79-852e-e7ca26b248c8 2026-04-22 19:39:46.911 12 INFO neutron.plugins.ml2.plugin [None req-eeae3278-c75e-4958-b5c3-514b925b2cad - - - - - -] Attempt 1 to provision port 1e27108e-1e7c-4ec9-a1bf-8bea222945e6 2026-04-22 19:39:46.965 12 INFO neutron.plugins.ml2.plugin [None req-eeae3278-c75e-4958-b5c3-514b925b2cad - - - - - -] Attempt 1 to provision port 558e931d-bf51-4a79-852e-e7ca26b248c8 2026-04-22 19:39:50.744 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 6cf2ae27-c222-4e40-9de0-a0450bd690ee 2026-04-22 19:39:50.887 11 INFO neutron.notifiers.nova [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Nova event matching ['req-70789eda-9408-49f5-a546-14fc1d1b4073'] response: {'server_uuid': '9ff9924b-82d0-46ba-8553-84e1733fe073', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6cf2ae27-c222-4e40-9de0-a0450bd690ee', 'code': 200} 2026-04-22 19:39:52.144 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 6cf2ae27-c222-4e40-9de0-a0450bd690ee 2026-04-22 19:39:52.320 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 18202fb1-cd5c-4233-aedd-ad014ce273ff 2026-04-22 19:39:52.753 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 93e7c3cb-b352-40ee-af37-b61c7aef11e6 2026-04-22 19:39:52.990 12 INFO neutron.plugins.ml2.plugin [None req-2a06d468-e29c-4aef-9435-fb85d933284f - - - - - -] Attempt 1 to provision port 93e7c3cb-b352-40ee-af37-b61c7aef11e6 2026-04-22 19:39:53.061 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port eb397a96-f56a-412c-8c84-2f1f5619ca0b 2026-04-22 19:39:53.090 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 558e931d-bf51-4a79-852e-e7ca26b248c8 2026-04-22 19:39:54.098 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 18202fb1-cd5c-4233-aedd-ad014ce273ff 2026-04-22 19:39:54.296 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 93e7c3cb-b352-40ee-af37-b61c7aef11e6 2026-04-22 19:39:54.933 12 INFO neutron.notifiers.nova [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Nova event matching ['req-51e6b0d8-0bba-44ba-8261-4048b84c043a'] response: {'server_uuid': '7c490a1c-bdc4-4fef-8fb8-f8d9c37c2f9f', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'b14e78b3-3037-4017-bc68-19db5f96604c', 'code': 200} 2026-04-22 19:39:57.212 11 INFO neutron.plugins.ml2.plugin [None req-c0c12161-14e2-44f2-811c-be470dd814b8 - - - - - -] Attempt 1 to provision port 93e7c3cb-b352-40ee-af37-b61c7aef11e6 2026-04-22 19:39:57.277 11 INFO neutron.plugins.ml2.plugin [None req-c0c12161-14e2-44f2-811c-be470dd814b8 - - - - - -] Attempt 1 to provision port eb397a96-f56a-412c-8c84-2f1f5619ca0b 2026-04-22 19:39:57.303 11 INFO neutron.plugins.ml2.plugin [None req-c0c12161-14e2-44f2-811c-be470dd814b8 - - - - - -] Attempt 1 to provision port 558e931d-bf51-4a79-852e-e7ca26b248c8 2026-04-22 19:39:57.326 11 INFO neutron.plugins.ml2.plugin [None req-c0c12161-14e2-44f2-811c-be470dd814b8 - - - - - -] Attempt 1 to provision port 0e538d93-fadb-491a-afe9-dd889669f598 2026-04-22 19:39:58.107 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 558e931d-bf51-4a79-852e-e7ca26b248c8 2026-04-22 19:40:00.200 11 INFO neutron.plugins.ml2.plugin [None req-3ab3e9b3-13a1-4054-b6ab-b9dc4fd8e82e - - - - - -] Attempt 1 to provision port eb397a96-f56a-412c-8c84-2f1f5619ca0b 2026-04-22 19:40:00.256 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port c6eea1fd-81aa-4bbf-9d26-af25066ad356 2026-04-22 19:40:00.569 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 558e931d-bf51-4a79-852e-e7ca26b248c8 2026-04-22 19:40:02.790 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port c6eea1fd-81aa-4bbf-9d26-af25066ad356 2026-04-22 19:40:02.984 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 35eede49-2e3e-4075-bb16-d433a954c44b 2026-04-22 19:40:03.090 11 INFO neutron.notifiers.nova [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Nova event matching ['req-84ed8b38-31f3-4c3c-a512-d22dbae8146d'] response: {'server_uuid': '0df7ad49-5f48-451f-a417-d9cb27f915a5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '35eede49-2e3e-4075-bb16-d433a954c44b', 'code': 200} 2026-04-22 19:40:03.215 12 INFO neutron.plugins.ml2.plugin [None req-09a101fa-a160-47d9-84bd-7bbfd7d2cf8b - - - - - -] Attempt 1 to provision port eb397a96-f56a-412c-8c84-2f1f5619ca0b 2026-04-22 19:40:04.961 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 35eede49-2e3e-4075-bb16-d433a954c44b 2026-04-22 19:40:06.842 12 INFO neutron.plugins.ml2.plugin [None req-e9538adc-b579-4b4d-bc0c-e424d99e13e8 - - - - - -] Attempt 1 to provision port 35eede49-2e3e-4075-bb16-d433a954c44b 2026-04-22 19:40:08.741 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 0e538d93-fadb-491a-afe9-dd889669f598 2026-04-22 19:40:09.002 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port eb397a96-f56a-412c-8c84-2f1f5619ca0b 2026-04-22 19:40:10.735 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 0e538d93-fadb-491a-afe9-dd889669f598 2026-04-22 19:40:10.946 11 INFO neutron.plugins.ml2.plugin [None req-a9212006-2d5f-48fb-86db-6efce6e3e2f8 - - - - - -] Attempt 1 to provision port eb397a96-f56a-412c-8c84-2f1f5619ca0b 2026-04-22 19:40:11.248 11 INFO neutron.plugins.ml2.plugin [None req-a9212006-2d5f-48fb-86db-6efce6e3e2f8 - - - - - -] Attempt 1 to provision port f6d254d8-af36-40d7-9e96-3a3a13c9a537 2026-04-22 19:40:11.695 11 INFO neutron.plugins.ml2.plugin [None req-b63594e1-ec21-4886-a7a2-f614f550fdaf - - - - - -] Attempt 1 to provision port f6d254d8-af36-40d7-9e96-3a3a13c9a537 2026-04-22 19:40:12.701 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port aa182825-8654-4797-9616-b2d0024539f8 2026-04-22 19:40:13.135 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port f6d254d8-af36-40d7-9e96-3a3a13c9a537 2026-04-22 19:40:14.675 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port aa182825-8654-4797-9616-b2d0024539f8 2026-04-22 19:40:15.437 12 INFO neutron.plugins.ml2.plugin [None req-0ff82f2f-e836-48a6-85c9-ffc7a7226b2b - - - - - -] Attempt 1 to provision port a58ebecb-e3ad-4c37-8f19-0e8f8cc1c8a8 2026-04-22 19:40:15.470 12 INFO neutron.plugins.ml2.plugin [None req-0ff82f2f-e836-48a6-85c9-ffc7a7226b2b - - - - - -] Attempt 1 to provision port f6d254d8-af36-40d7-9e96-3a3a13c9a537 2026-04-22 19:40:15.528 12 INFO neutron.plugins.ml2.plugin [None req-0ff82f2f-e836-48a6-85c9-ffc7a7226b2b - - - - - -] Attempt 1 to provision port 9ecde929-1d86-486e-b029-1cb607d36e92 2026-04-22 19:40:18.899 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 8bae4f2b-41d4-4cce-bdfd-512db13b1569 2026-04-22 19:40:19.226 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 013d1703-bc9d-4b23-b4a5-c7cebdf08880 2026-04-22 19:40:20.722 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 8bae4f2b-41d4-4cce-bdfd-512db13b1569 2026-04-22 19:40:20.944 11 INFO neutron.plugins.ml2.plugin [None req-c3c9cfef-4dea-4209-8a78-1189e3c4e7a1 - - - - - -] Attempt 1 to provision port a58ebecb-e3ad-4c37-8f19-0e8f8cc1c8a8 2026-04-22 19:40:20.969 11 INFO neutron.plugins.ml2.plugin [None req-c3c9cfef-4dea-4209-8a78-1189e3c4e7a1 - - - - - -] Attempt 1 to provision port 013d1703-bc9d-4b23-b4a5-c7cebdf08880 2026-04-22 19:40:20.982 11 INFO neutron.plugins.ml2.plugin [None req-c3c9cfef-4dea-4209-8a78-1189e3c4e7a1 - - - - - -] Attempt 1 to provision port 8bae4f2b-41d4-4cce-bdfd-512db13b1569 2026-04-22 19:40:24.722 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 88cb48b4-d770-4198-a0ff-e01b8e35125e 2026-04-22 19:40:26.743 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 88cb48b4-d770-4198-a0ff-e01b8e35125e 2026-04-22 19:40:26.987 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port c2a3c68c-0272-41a6-9909-03ec73dd59fb 2026-04-22 19:40:28.413 12 INFO neutron.plugins.ml2.plugin [None req-cd1d10f6-e911-4694-ae88-2a75efdecb34 - - - - - -] Attempt 1 to provision port a58ebecb-e3ad-4c37-8f19-0e8f8cc1c8a8 2026-04-22 19:40:28.459 12 INFO neutron.plugins.ml2.plugin [None req-cd1d10f6-e911-4694-ae88-2a75efdecb34 - - - - - -] Attempt 1 to provision port 8bae4f2b-41d4-4cce-bdfd-512db13b1569 2026-04-22 19:40:28.533 12 INFO neutron.plugins.ml2.plugin [None req-cd1d10f6-e911-4694-ae88-2a75efdecb34 - - - - - -] Attempt 1 to provision port 66c55f07-41e2-4784-a9f7-0afdeea34696 2026-04-22 19:40:28.555 12 INFO neutron.plugins.ml2.plugin [None req-cd1d10f6-e911-4694-ae88-2a75efdecb34 - - - - - -] Attempt 1 to provision port c2a3c68c-0272-41a6-9909-03ec73dd59fb 2026-04-22 19:40:28.621 12 INFO neutron.plugins.ml2.plugin [None req-cd1d10f6-e911-4694-ae88-2a75efdecb34 - - - - - -] Attempt 1 to provision port 4ec3e17d-b6bb-4fd7-8baa-9d86ffe9cc2a 2026-04-22 19:40:28.646 12 INFO neutron.plugins.ml2.plugin [None req-cd1d10f6-e911-4694-ae88-2a75efdecb34 - - - - - -] Attempt 1 to provision port 83b9baac-6424-4ab1-946e-1219a4b1f73b 2026-04-22 19:40:28.648 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port c2a3c68c-0272-41a6-9909-03ec73dd59fb 2026-04-22 19:40:31.709 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port b0c4f88a-41ea-4cda-b9d0-a9f8fc9d1968 2026-04-22 19:40:31.870 11 INFO neutron.notifiers.nova [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Nova event matching ['req-a4e0adaf-ba05-4971-afcd-7c2c25a4a1cd'] response: {'server_uuid': 'e24d73c9-b186-4909-a6ab-ed5945036f55', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b0c4f88a-41ea-4cda-b9d0-a9f8fc9d1968', 'code': 200} 2026-04-22 19:40:32.754 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 9ecde929-1d86-486e-b029-1cb607d36e92 2026-04-22 19:40:33.029 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port a58ebecb-e3ad-4c37-8f19-0e8f8cc1c8a8 2026-04-22 19:40:33.154 11 INFO neutron.plugins.ml2.plugin [None req-dabab0aa-173a-4d73-b578-d679b69c7a90 - - - - - -] Attempt 1 to provision port 66c55f07-41e2-4784-a9f7-0afdeea34696 2026-04-22 19:40:33.284 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port c2a3c68c-0272-41a6-9909-03ec73dd59fb 2026-04-22 19:40:33.344 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port b0c4f88a-41ea-4cda-b9d0-a9f8fc9d1968 2026-04-22 19:40:33.345 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 83b9baac-6424-4ab1-946e-1219a4b1f73b 2026-04-22 19:40:34.645 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 9ecde929-1d86-486e-b029-1cb607d36e92 2026-04-22 19:40:34.808 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port a58ebecb-e3ad-4c37-8f19-0e8f8cc1c8a8 2026-04-22 19:40:36.417 12 INFO neutron.plugins.ml2.plugin [None req-7e255306-94b0-44ce-9f41-0f6a17dccde5 - - - - - -] Attempt 1 to provision port 66c55f07-41e2-4784-a9f7-0afdeea34696 2026-04-22 19:40:36.450 12 INFO neutron.plugins.ml2.plugin [None req-7e255306-94b0-44ce-9f41-0f6a17dccde5 - - - - - -] Attempt 1 to provision port 322535df-56d7-405b-9c5e-236a74ebd772 2026-04-22 19:40:36.478 12 INFO neutron.plugins.ml2.plugin [None req-7e255306-94b0-44ce-9f41-0f6a17dccde5 - - - - - -] Attempt 1 to provision port 83b9baac-6424-4ab1-946e-1219a4b1f73b 2026-04-22 19:40:37.260 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 7b3227cd-3dd4-493f-98f5-552134df127f 2026-04-22 19:40:37.362 11 INFO neutron.notifiers.nova [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Nova event matching ['req-55adc415-0e9d-47dc-bf8c-d6be9d76711c'] response: {'server_uuid': '77519a17-9226-4d58-bb77-6548d2caa8f1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7b3227cd-3dd4-493f-98f5-552134df127f', 'code': 200} 2026-04-22 19:40:38.703 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 7b3227cd-3dd4-493f-98f5-552134df127f 2026-04-22 19:40:40.692 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 4ec3e17d-b6bb-4fd7-8baa-9d86ffe9cc2a 2026-04-22 19:40:41.006 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 66c55f07-41e2-4784-a9f7-0afdeea34696 2026-04-22 19:40:42.697 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 4ec3e17d-b6bb-4fd7-8baa-9d86ffe9cc2a 2026-04-22 19:40:42.863 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 322535df-56d7-405b-9c5e-236a74ebd772 2026-04-22 19:40:42.930 12 INFO neutron.plugins.ml2.plugin [None req-a69dbc62-672d-4040-ada0-5cfbe7205961 - - - - - -] Attempt 1 to provision port b0c4f88a-41ea-4cda-b9d0-a9f8fc9d1968 2026-04-22 19:40:43.027 12 INFO neutron.plugins.ml2.plugin [None req-a69dbc62-672d-4040-ada0-5cfbe7205961 - - - - - -] Attempt 1 to provision port 83b9baac-6424-4ab1-946e-1219a4b1f73b 2026-04-22 19:40:43.225 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 66c55f07-41e2-4784-a9f7-0afdeea34696 2026-04-22 19:40:43.436 11 INFO neutron.plugins.ml2.plugin [None req-6bee9994-7411-4bdb-a316-34df81753cc4 - - - - - -] Attempt 1 to provision port 83b9baac-6424-4ab1-946e-1219a4b1f73b 2026-04-22 19:40:44.675 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 322535df-56d7-405b-9c5e-236a74ebd772 2026-04-22 19:40:44.836 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 83b9baac-6424-4ab1-946e-1219a4b1f73b 2026-04-22 19:41:04.867 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 6aed5cb0-5bf3-4a7b-8894-66ae484bb125 2026-04-22 19:41:05.372 12 INFO neutron.plugins.ml2.plugin [None req-3f2ac975-4d48-4af3-b232-5900cb203aba - - - - - -] Attempt 1 to provision port 6aed5cb0-5bf3-4a7b-8894-66ae484bb125 2026-04-22 19:41:06.935 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 6aed5cb0-5bf3-4a7b-8894-66ae484bb125 2026-04-22 19:41:08.898 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 960c5c24-1cae-4c3c-a70d-dbab5929acc8 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server [None req-be33df67-beab-44f6-ae6a-054e0ee2ffdb - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 2f068481-fcd3-4837-8f3f-7a2466eff794: This subnet is being modified by another concurrent operation. 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 174, in _process_incoming 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 269, in inner 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server raise self.value 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server raise self.value 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server raise self.value 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/quota/resource_registry.py", line 95, in wrapper 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 292, in create_dhcp_port 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 118, in _port_action 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/plugins/utils.py", line 338, in create_port 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server raise self.value 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server raise self.value 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server raise self.value 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 1660, in create_port 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 1625, in _create_port_db 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1574, in create_port_db 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 219, in allocate_ips_for_port_and_store 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 226, in allocate_ips_for_port 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 258, in _allocate_ips_for_port 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_backend_mixin.py", line 686, in _ipam_get_subnets 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/models_v2.py", line 77, in read_lock_register 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server raise exception 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 2f068481-fcd3-4837-8f3f-7a2466eff794: This subnet is being modified by another concurrent operation. 2026-04-22 19:41:18.857 12 ERROR oslo_messaging.rpc.server 2026-04-22 19:41:24.956 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 47267318-0891-4f28-9311-070d723ddd77 2026-04-22 19:41:35.417 11 INFO neutron.plugins.ml2.plugin [None req-e1bbc5e1-32e1-4b70-a6e6-ca08dbc267d2 - - - - - -] Attempt 1 to provision port b0974c4d-6b83-4d93-a2f4-6e341b68edbe 2026-04-22 19:41:44.634 12 INFO neutron.plugins.ml2.plugin [None req-2a4a295c-7101-472b-989e-4a249fd9ddcc - - - - - -] Attempt 1 to provision port 5521f4a8-7f0d-4dd1-9b02-92cbad590cda 2026-04-22 19:41:44.711 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 5521f4a8-7f0d-4dd1-9b02-92cbad590cda 2026-04-22 19:41:50.694 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 07f84b63-5aa0-47c8-ac9b-1c0a5d52ecbf 2026-04-22 19:41:52.758 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 07f84b63-5aa0-47c8-ac9b-1c0a5d52ecbf 2026-04-22 19:42:02.723 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port bfc41e1e-35fb-4b5a-a165-2d490aa26798 2026-04-22 19:42:03.546 11 INFO neutron.plugins.ml2.plugin [None req-241b5ffb-e672-483e-8f31-d36e63abe920 - - - - - -] Attempt 1 to provision port bfc41e1e-35fb-4b5a-a165-2d490aa26798 2026-04-22 19:42:20.243 11 INFO neutron.plugins.ml2.plugin [None req-339e52f7-5963-4a2f-abed-948a36b69c80 - - - - - -] Attempt 1 to provision port cf70386b-ff38-471f-a338-34e897fbc44f 2026-04-22 19:42:22.767 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port b61f822c-14f3-4e8b-8275-efcaf353ea42 2026-04-22 19:42:23.108 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port d821ab5b-aeb7-4bc9-9e3f-d1d3bd2d4ee0 2026-04-22 19:42:23.350 12 INFO neutron.plugins.ml2.plugin [None req-0880b8c8-b3d5-4c19-87e5-854296681a73 - - - - - -] Attempt 1 to provision port 3ff9fcac-6cef-4aff-a0db-49244fb5fff4 2026-04-22 19:42:23.376 12 INFO neutron.plugins.ml2.plugin [None req-0880b8c8-b3d5-4c19-87e5-854296681a73 - - - - - -] Attempt 1 to provision port b61f822c-14f3-4e8b-8275-efcaf353ea42 2026-04-22 19:42:24.752 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port b61f822c-14f3-4e8b-8275-efcaf353ea42 2026-04-22 19:42:24.985 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port d821ab5b-aeb7-4bc9-9e3f-d1d3bd2d4ee0 2026-04-22 19:42:25.088 12 INFO neutron.plugins.ml2.plugin [None req-c7dcae9e-a371-49ae-ab8d-bb1cc1456563 - - - - - -] Attempt 1 to provision port 3ff9fcac-6cef-4aff-a0db-49244fb5fff4 2026-04-22 19:42:25.115 12 INFO neutron.plugins.ml2.plugin [None req-c7dcae9e-a371-49ae-ab8d-bb1cc1456563 - - - - - -] Attempt 1 to provision port b61f822c-14f3-4e8b-8275-efcaf353ea42 2026-04-22 19:42:26.304 12 INFO neutron.plugins.ml2.plugin [None req-b3544916-64a6-4a69-af4f-f4e59d30018d - - - - - -] Attempt 1 to provision port 3ff9fcac-6cef-4aff-a0db-49244fb5fff4 2026-04-22 19:42:27.557 12 INFO neutron.plugins.ml2.plugin [None req-e1e47e1f-66b1-4e43-858d-a8a7bd368277 - - - - - -] Attempt 1 to provision port 3ff9fcac-6cef-4aff-a0db-49244fb5fff4 2026-04-22 19:42:33.353 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 176d85a2-b088-4609-9239-e007e68054d4 2026-04-22 19:42:33.474 11 INFO neutron.notifiers.nova [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Nova event matching ['req-01b51c3c-b2a1-4606-a2ad-1580e08fda33'] response: {'server_uuid': 'ea989a16-6528-44c2-8052-36fc495e42be', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '176d85a2-b088-4609-9239-e007e68054d4', 'code': 200} 2026-04-22 19:42:34.351 12 INFO neutron.plugins.ml2.plugin [None req-5defa6ae-8087-4306-bac1-00561d9a06a4 - - - - - -] Attempt 1 to provision port 62390b4f-7d80-4369-a47b-6ab83deb86d4 2026-04-22 19:42:34.802 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 62390b4f-7d80-4369-a47b-6ab83deb86d4 2026-04-22 19:42:34.995 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 176d85a2-b088-4609-9239-e007e68054d4 2026-04-22 19:42:36.943 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 3c7bd4ea-705c-437a-b639-1582b988c578 2026-04-22 19:42:37.340 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 59914965-30b0-4e02-ab91-b940348a41b0 2026-04-22 19:42:38.728 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 3c7bd4ea-705c-437a-b639-1582b988c578 2026-04-22 19:42:38.973 11 INFO neutron.plugins.ml2.plugin [None req-12ee9e76-f2df-405b-9d80-dc9c347ee304 - - - - - -] Attempt 1 to provision port 59914965-30b0-4e02-ab91-b940348a41b0 2026-04-22 19:42:40.829 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port cf70386b-ff38-471f-a338-34e897fbc44f 2026-04-22 19:42:41.104 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 82587733-8965-4919-bfa8-a6bce5ef6fa2 2026-04-22 19:42:41.516 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 3ff9fcac-6cef-4aff-a0db-49244fb5fff4 2026-04-22 19:42:42.802 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port cf70386b-ff38-471f-a338-34e897fbc44f 2026-04-22 19:42:42.986 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 82587733-8965-4919-bfa8-a6bce5ef6fa2 2026-04-22 19:42:43.210 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 3ff9fcac-6cef-4aff-a0db-49244fb5fff4 2026-04-22 19:42:44.790 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port cf70386b-ff38-471f-a338-34e897fbc44f 2026-04-22 19:42:44.936 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 3ff9fcac-6cef-4aff-a0db-49244fb5fff4 2026-04-22 19:42:45.121 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 62390b4f-7d80-4369-a47b-6ab83deb86d4 2026-04-22 19:42:46.482 11 INFO neutron.plugins.ml2.plugin [None req-e996e68d-f451-4f3e-a8eb-3c44196210bf - - - - - -] Attempt 1 to provision port 3fc6797e-81bd-4ab7-9648-9f8d93107fab 2026-04-22 19:42:46.511 11 INFO neutron.plugins.ml2.plugin [None req-e996e68d-f451-4f3e-a8eb-3c44196210bf - - - - - -] Attempt 1 to provision port 733038f7-1d5b-479b-85c2-9e764344bb8b 2026-04-22 19:42:46.536 11 INFO neutron.plugins.ml2.plugin [None req-e996e68d-f451-4f3e-a8eb-3c44196210bf - - - - - -] Attempt 1 to provision port 59914965-30b0-4e02-ab91-b940348a41b0 2026-04-22 19:42:46.588 11 INFO neutron.plugins.ml2.plugin [None req-e996e68d-f451-4f3e-a8eb-3c44196210bf - - - - - -] Attempt 1 to provision port 62390b4f-7d80-4369-a47b-6ab83deb86d4 2026-04-22 19:42:46.637 11 INFO neutron.plugins.ml2.plugin [None req-e996e68d-f451-4f3e-a8eb-3c44196210bf - - - - - -] Attempt 1 to provision port 82587733-8965-4919-bfa8-a6bce5ef6fa2 2026-04-22 19:42:51.277 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port db00371e-b775-4ce9-afcf-142320671f1d 2026-04-22 19:42:51.378 11 INFO neutron.notifiers.nova [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Nova event matching ['req-e8b9176b-0ad6-40d5-85bc-24873785a7b2'] response: {'server_uuid': '0dd42c89-d428-454d-a186-f826f491d68a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'db00371e-b775-4ce9-afcf-142320671f1d', 'code': 200} 2026-04-22 19:42:51.513 12 INFO neutron.plugins.ml2.plugin [None req-4950b2c4-28f6-43a7-bf26-189824b059d0 - - - - - -] Attempt 1 to provision port 3fc6797e-81bd-4ab7-9648-9f8d93107fab 2026-04-22 19:42:51.544 12 INFO neutron.plugins.ml2.plugin [None req-4950b2c4-28f6-43a7-bf26-189824b059d0 - - - - - -] Attempt 1 to provision port 0b1d9461-6fdd-462b-9bf9-4bff90ff60dd 2026-04-22 19:42:51.569 12 INFO neutron.plugins.ml2.plugin [None req-4950b2c4-28f6-43a7-bf26-189824b059d0 - - - - - -] Attempt 1 to provision port 59914965-30b0-4e02-ab91-b940348a41b0 2026-04-22 19:42:51.631 12 INFO neutron.plugins.ml2.plugin [None req-4950b2c4-28f6-43a7-bf26-189824b059d0 - - - - - -] Attempt 1 to provision port 62390b4f-7d80-4369-a47b-6ab83deb86d4 2026-04-22 19:42:51.685 12 INFO neutron.plugins.ml2.plugin [None req-4950b2c4-28f6-43a7-bf26-189824b059d0 - - - - - -] Attempt 1 to provision port db00371e-b775-4ce9-afcf-142320671f1d 2026-04-22 19:42:51.732 12 INFO neutron.plugins.ml2.plugin [None req-4950b2c4-28f6-43a7-bf26-189824b059d0 - - - - - -] Attempt 1 to provision port 3c3f8b8e-a810-4aee-9461-4957b5b6683a 2026-04-22 19:42:51.757 12 INFO neutron.plugins.ml2.plugin [None req-4950b2c4-28f6-43a7-bf26-189824b059d0 - - - - - -] Attempt 1 to provision port 82587733-8965-4919-bfa8-a6bce5ef6fa2 2026-04-22 19:42:52.734 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port db00371e-b775-4ce9-afcf-142320671f1d 2026-04-22 19:42:54.770 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 3c3f8b8e-a810-4aee-9461-4957b5b6683a 2026-04-22 19:42:55.108 12 INFO neutron.plugins.ml2.plugin [None req-a1d9466a-92a8-42da-866a-f27fa14d255b - - - - - -] Attempt 1 to provision port 0b1d9461-6fdd-462b-9bf9-4bff90ff60dd 2026-04-22 19:42:55.568 12 INFO neutron.plugins.ml2.plugin [None req-ef800c54-e67c-4731-9414-1a4e16bbfba3 - - - - - -] Attempt 1 to provision port 3fc6797e-81bd-4ab7-9648-9f8d93107fab 2026-04-22 19:42:55.848 12 INFO neutron.plugins.ml2.plugin [None req-ef800c54-e67c-4731-9414-1a4e16bbfba3 - - - - - -] Attempt 1 to provision port 0b1d9461-6fdd-462b-9bf9-4bff90ff60dd 2026-04-22 19:42:55.908 12 INFO neutron.plugins.ml2.plugin [None req-ef800c54-e67c-4731-9414-1a4e16bbfba3 - - - - - -] Attempt 1 to provision port 59914965-30b0-4e02-ab91-b940348a41b0 2026-04-22 19:42:55.983 12 INFO neutron.plugins.ml2.plugin [None req-ef800c54-e67c-4731-9414-1a4e16bbfba3 - - - - - -] Attempt 1 to provision port db00371e-b775-4ce9-afcf-142320671f1d 2026-04-22 19:42:56.047 12 INFO neutron.plugins.ml2.plugin [None req-ef800c54-e67c-4731-9414-1a4e16bbfba3 - - - - - -] Attempt 1 to provision port 3c3f8b8e-a810-4aee-9461-4957b5b6683a 2026-04-22 19:42:56.097 12 INFO neutron.plugins.ml2.plugin [None req-ef800c54-e67c-4731-9414-1a4e16bbfba3 - - - - - -] Attempt 1 to provision port 82587733-8965-4919-bfa8-a6bce5ef6fa2 2026-04-22 19:42:56.781 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 3c3f8b8e-a810-4aee-9461-4957b5b6683a 2026-04-22 19:42:57.025 12 INFO neutron.plugins.ml2.plugin [None req-f3847503-7078-4c5c-978f-81530684bb44 - - - - - -] Attempt 1 to provision port 733038f7-1d5b-479b-85c2-9e764344bb8b 2026-04-22 19:42:57.264 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 3fc6797e-81bd-4ab7-9648-9f8d93107fab 2026-04-22 19:42:57.464 12 INFO neutron.plugins.ml2.plugin [None req-71a8d792-aba6-4bb2-a8ce-50a7325cb6d1 - - - - - -] Attempt 1 to provision port 0b1d9461-6fdd-462b-9bf9-4bff90ff60dd 2026-04-22 19:42:58.735 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 733038f7-1d5b-479b-85c2-9e764344bb8b 2026-04-22 19:42:59.273 12 INFO neutron.plugins.ml2.plugin [None req-17da6f9e-9c92-494c-ba6b-7d72b8bd844b - - - - - -] Attempt 1 to provision port 3fc6797e-81bd-4ab7-9648-9f8d93107fab 2026-04-22 19:42:59.357 12 INFO neutron.plugins.ml2.plugin [None req-17da6f9e-9c92-494c-ba6b-7d72b8bd844b - - - - - -] Attempt 1 to provision port 3c3f8b8e-a810-4aee-9461-4957b5b6683a 2026-04-22 19:42:59.429 12 INFO neutron.plugins.ml2.plugin [None req-17da6f9e-9c92-494c-ba6b-7d72b8bd844b - - - - - -] Attempt 1 to provision port 0b1d9461-6fdd-462b-9bf9-4bff90ff60dd 2026-04-22 19:43:01.463 11 INFO neutron.plugins.ml2.plugin [None req-600546d9-4d10-44e4-82a4-349c4ea7ceaf - - - - - -] Attempt 1 to provision port 3c3f8b8e-a810-4aee-9461-4957b5b6683a 2026-04-22 19:43:01.518 11 INFO neutron.plugins.ml2.plugin [None req-600546d9-4d10-44e4-82a4-349c4ea7ceaf - - - - - -] Attempt 1 to provision port 0b1d9461-6fdd-462b-9bf9-4bff90ff60dd 2026-04-22 19:43:02.825 11 INFO neutron.plugins.ml2.plugin [None req-1df84db6-c1cc-45f1-a538-524d016f2cd3 - - - - - -] Attempt 1 to provision port db00371e-b775-4ce9-afcf-142320671f1d 2026-04-22 19:43:08.780 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 4c9d60a0-ec19-4882-afeb-677302240885 2026-04-22 19:43:08.896 11 INFO neutron.notifiers.nova [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Nova event matching ['req-dc0f93f0-72b6-4709-a51b-9ac6ee4dd856'] response: {'server_uuid': '84a3296e-0952-45b0-9fa6-84a514cfa0da', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4c9d60a0-ec19-4882-afeb-677302240885', 'code': 200} 2026-04-22 19:43:10.770 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 4c9d60a0-ec19-4882-afeb-677302240885 2026-04-22 19:43:13.311 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port e1016c7c-f6e0-4505-a743-d852e13c3af1 2026-04-22 19:43:13.459 11 INFO neutron.notifiers.nova [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Nova event matching ['req-2e150ca5-b526-4e09-9781-0677d0109e57'] response: {'server_uuid': '25fb09c8-93d9-423d-ac1c-94bd67ca7150', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e1016c7c-f6e0-4505-a743-d852e13c3af1', 'code': 200} 2026-04-22 19:43:14.764 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port e1016c7c-f6e0-4505-a743-d852e13c3af1 2026-04-22 19:43:41.910 12 INFO neutron.plugins.ml2.plugin [None req-d3c57c6a-30c4-4066-a807-77df9173966d - - - - - -] Attempt 1 to provision port e247f8fe-42bd-4a71-89f6-b4daf35c50d5 2026-04-22 19:44:03.310 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 81839bd7-9161-41c3-8aea-57ff5d60fae0 2026-04-22 19:44:03.574 12 INFO neutron.notifiers.nova [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Nova event matching ['req-0e3fed86-b2a9-4eac-904e-d4567a06c422'] response: {'server_uuid': '836e3f8a-92b4-4e21-a01f-faffb966d29e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '81839bd7-9161-41c3-8aea-57ff5d60fae0', 'code': 200} 2026-04-22 19:44:04.864 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 81839bd7-9161-41c3-8aea-57ff5d60fae0 2026-04-22 19:44:43.982 11 INFO neutron.plugins.ml2.plugin [None req-659d3d84-1931-4a1a-8d85-315296183157 - - - - - -] Attempt 1 to provision port 794835a3-5f53-4ffe-b420-5da1f923c069 2026-04-22 19:44:48.833 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 794835a3-5f53-4ffe-b420-5da1f923c069 2026-04-22 19:44:48.942 12 INFO neutron.notifiers.nova [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Nova event matching ['req-06fd4ce0-3609-4e42-9be0-628322d1d6f3'] response: {'server_uuid': '836e3f8a-92b4-4e21-a01f-faffb966d29e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '794835a3-5f53-4ffe-b420-5da1f923c069', 'code': 200} 2026-04-22 19:44:50.799 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 794835a3-5f53-4ffe-b420-5da1f923c069 2026-04-22 19:44:53.353 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 794835a3-5f53-4ffe-b420-5da1f923c069 2026-04-22 19:45:22.425 11 INFO neutron.plugins.ml2.plugin [None req-1f98dc7e-fcc4-44a4-b1f8-251c5e931301 - - - - - -] Attempt 1 to provision port 8196cb74-cd0e-40ed-88f6-a22745d1d578 2026-04-22 19:45:30.420 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 8196cb74-cd0e-40ed-88f6-a22745d1d578 2026-04-22 19:45:30.668 11 INFO neutron.notifiers.nova [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Nova event matching ['req-2c4f8492-0a7b-43ac-9387-0c7b4d6b6a9e'] response: {'server_uuid': '836e3f8a-92b4-4e21-a01f-faffb966d29e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8196cb74-cd0e-40ed-88f6-a22745d1d578', 'code': 200} 2026-04-22 19:45:31.012 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 8196cb74-cd0e-40ed-88f6-a22745d1d578 2026-04-22 19:45:39.169 12 INFO neutron.plugins.ml2.plugin [None req-af8f0ce7-5d7f-425e-9f65-c604d8fb19d5 - - - - - -] Attempt 1 to provision port 2808af4e-9946-497a-83b1-8cd5fa49996f 2026-04-22 19:45:45.069 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 2808af4e-9946-497a-83b1-8cd5fa49996f 2026-04-22 19:45:45.170 11 INFO neutron.notifiers.nova [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Nova event matching ['req-84e77226-2de0-41b4-a519-505f9831a83a'] response: {'server_uuid': '836e3f8a-92b4-4e21-a01f-faffb966d29e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2808af4e-9946-497a-83b1-8cd5fa49996f', 'code': 200} 2026-04-22 19:45:47.166 12 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 2808af4e-9946-497a-83b1-8cd5fa49996f 2026-04-22 19:45:49.276 11 INFO neutron.plugins.ml2.plugin [None req-3e7273df-a409-4572-af16-afd27630f395 - - - - - -] Attempt 1 to provision port 8196cb74-cd0e-40ed-88f6-a22745d1d578 2026-04-22 19:46:02.332 11 INFO neutron.plugins.ml2.plugin [None req-6b105470-f6c3-4d98-adc0-b36421537d83 - - - - - -] Attempt 1 to provision port 2808af4e-9946-497a-83b1-8cd5fa49996f 2026-04-22 19:46:03.113 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 2808af4e-9946-497a-83b1-8cd5fa49996f 2026-04-22 19:46:03.681 12 INFO neutron.plugins.ml2.plugin [None req-2aa9794a-b6ac-4c40-993c-d23d6cb2624a - - - - - -] Attempt 1 to provision port 2808af4e-9946-497a-83b1-8cd5fa49996f 2026-04-22 19:46:13.042 12 INFO neutron.plugins.ml2.plugin [None req-246935f1-70b1-4670-b17d-67cc0c4b0355 - - - - - -] Attempt 1 to provision port 8196cb74-cd0e-40ed-88f6-a22745d1d578 2026-04-22 19:46:13.078 11 INFO neutron.plugins.ml2.plugin [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Attempt 1 to provision port 8196cb74-cd0e-40ed-88f6-a22745d1d578 2026-04-22 19:46:41.253 11 INFO neutron.notifiers.nova [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Nova event matching ['req-63a6b358-9965-4884-8365-699399e5a10b'] response: {'server_uuid': '836e3f8a-92b4-4e21-a01f-faffb966d29e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '81839bd7-9161-41c3-8aea-57ff5d60fae0', 'code': 200} 2026-04-22 19:46:45.232 11 INFO neutron.notifiers.nova [None req-057836e4-35b0-4647-9be9-b131c5765365 - - - - - -] Nova event matching ['req-eef3fa6a-8066-4a06-9b59-3df0200d1aaa'] response: {'server_uuid': '84a3296e-0952-45b0-9fa6-84a514cfa0da', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '4c9d60a0-ec19-4882-afeb-677302240885', 'code': 200}