+ 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-05-26 21:44:50.673 1 INFO neutron.common.config [-] Logging enabled! 2026-05-26 21:44:50.673 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.4.dev12 2026-05-26 21:44:50.673 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-26 21:44:50.674 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-26 21:44:51.596 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 21:44:51.599 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-26 21:44:51.602 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-26 21:44:51.603 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 21:44:51.603 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-26 21:44:51.604 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-26 21:44:51.604 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 21:44:51.610 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 21:44:51.611 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 21:44:51.611 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 21:44:51.631 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-26 21:44:51.632 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 21:44:51.632 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-26 21:44:51.669 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-26 21:44:51.669 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-26 21:44:51.669 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-26 21:44:51.669 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-26 21:44:51.961 1 INFO neutron.plugins.ml2.managers [None req-260bd80d-cca4-4032-8e97-dbb8fd610f2b - - - - - -] Initializing driver for type 'vlan' 2026-05-26 21:44:52.143 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-260bd80d-cca4-4032-8e97-dbb8fd610f2b - - - - - -] VlanTypeDriver initialization complete 2026-05-26 21:44:52.144 1 INFO neutron.plugins.ml2.managers [None req-260bd80d-cca4-4032-8e97-dbb8fd610f2b - - - - - -] Initializing driver for type 'vxlan' 2026-05-26 21:44:52.144 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-260bd80d-cca4-4032-8e97-dbb8fd610f2b - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-26 21:44:52.191 1 INFO neutron.plugins.ml2.managers [None req-260bd80d-cca4-4032-8e97-dbb8fd610f2b - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-26 21:44:52.191 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-260bd80d-cca4-4032-8e97-dbb8fd610f2b - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-26 21:44:52.192 1 INFO neutron.plugins.ml2.managers [None req-260bd80d-cca4-4032-8e97-dbb8fd610f2b - - - - - -] Initializing extension driver 'port_security' 2026-05-26 21:44:52.192 1 INFO neutron.plugins.ml2.extensions.port_security [None req-260bd80d-cca4-4032-8e97-dbb8fd610f2b - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-26 21:44:52.192 1 INFO neutron.plugins.ml2.managers [None req-260bd80d-cca4-4032-8e97-dbb8fd610f2b - - - - - -] Initializing extension driver 'qos' 2026-05-26 21:44:52.192 1 INFO neutron.plugins.ml2.managers [None req-260bd80d-cca4-4032-8e97-dbb8fd610f2b - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-26 21:44:52.192 1 INFO neutron.plugins.ml2.managers [None req-260bd80d-cca4-4032-8e97-dbb8fd610f2b - - - - - -] Initializing mechanism driver 'l2population' 2026-05-26 21:44:52.205 1 INFO neutron.quota [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded quota_driver: . 2026-05-26 21:44:52.205 1 INFO neutron.plugins.ml2.plugin [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Modular L2 Plugin initialization complete 2026-05-26 21:44:52.205 1 INFO neutron.plugins.ml2.managers [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-26 21:44:52.205 1 INFO neutron.plugins.ml2.managers [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-26 21:44:52.205 1 INFO neutron.plugins.ml2.managers [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-26 21:44:52.205 1 INFO neutron.extensions.vlantransparent [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Disabled vlantransparent extension. 2026-05-26 21:44:52.206 1 INFO neutron.extensions.qinq [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Disabled VLAN QinQ extension. 2026-05-26 21:44:52.206 1 INFO neutron.manager [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loading Plugin: qos 2026-05-26 21:44:52.217 1 INFO neutron.manager [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loading Plugin: router 2026-05-26 21:44:52.255 1 INFO neutron.services.service_base [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-26 21:44:52.256 1 INFO neutron.manager [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loading Plugin: segments 2026-05-26 21:44:52.322 1 INFO neutron.manager [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loading Plugin: trunk 2026-05-26 21:44:52.335 1 INFO neutron.manager [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loading Plugin: vpnaas 2026-05-26 21:44:52.368 1 WARNING stevedore.named [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-26 21:44:52.368 1 WARNING stevedore.named [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 21:44:52.591 1 INFO neutron_vpnaas.services.vpn.plugin [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-26 21:44:52.591 1 INFO neutron.common.utils [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-26 21:44:52.592 1 INFO neutron.manager [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loading Plugin: taas 2026-05-26 21:44:52.611 1 WARNING stevedore.named [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 21:44:52.639 1 INFO neutron_taas.services.taas.taas_plugin [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-26 21:44:52.639 1 INFO neutron.manager [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loading Plugin: tapmirror 2026-05-26 21:44:52.649 1 WARNING stevedore.named [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 21:44:52.727 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-26 21:44:52.727 1 INFO neutron.manager [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loading Plugin: auto_allocate 2026-05-26 21:44:52.731 1 INFO neutron.manager [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loading Plugin: tag 2026-05-26 21:44:52.737 1 INFO neutron.manager [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loading Plugin: timestamp 2026-05-26 21:44:52.739 1 INFO neutron.manager [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loading Plugin: network_ip_availability 2026-05-26 21:44:52.742 1 INFO neutron.manager [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loading Plugin: flavors 2026-05-26 21:44:52.745 1 INFO neutron.manager [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loading Plugin: revisions 2026-05-26 21:44:52.747 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Initializing extension manager. 2026-05-26 21:44:52.748 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: address-group 2026-05-26 21:44:52.749 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: address-scope 2026-05-26 21:44:52.750 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-26 21:44:52.750 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: agent 2026-05-26 21:44:52.751 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: agent-resources-synced 2026-05-26 21:44:52.752 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-26 21:44:52.752 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-26 21:44:52.753 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: availability_zone 2026-05-26 21:44:52.753 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: availability_zone_filter 2026-05-26 21:44:52.754 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-26 21:44:52.754 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: default-subnetpools 2026-05-26 21:44:52.756 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-26 21:44:52.756 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: dns-integration 2026-05-26 21:44:52.756 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: dns-domain-ports 2026-05-26 21:44:52.757 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-26 21:44:52.757 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: dvr 2026-05-26 21:44:52.758 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-26 21:44:52.758 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: empty-string-filtering 2026-05-26 21:44:52.759 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 21:44:52.759 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-26 21:44:52.760 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: external-net 2026-05-26 21:44:52.760 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-26 21:44:52.760 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: extraroute 2026-05-26 21:44:52.761 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: extraroute-atomic 2026-05-26 21:44:52.761 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-26 21:44:52.762 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-26 21:44:52.762 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-26 21:44:52.763 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-26 21:44:52.763 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: fip-port-details 2026-05-26 21:44:52.764 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: flavors 2026-05-26 21:44:52.765 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-26 21:44:52.765 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: floatingip-pools 2026-05-26 21:44:52.766 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: ip_allocation 2026-05-26 21:44:52.766 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-26 21:44:52.766 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: l2_adjacency 2026-05-26 21:44:52.767 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: router 2026-05-26 21:44:52.769 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 21:44:52.769 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-26 21:44:52.770 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-26 21:44:52.770 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: ext-gw-mode 2026-05-26 21:44:52.771 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: l3-ha 2026-05-26 21:44:52.771 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-26 21:44:52.772 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-26 21:44:52.772 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: l3-flavors 2026-05-26 21:44:52.773 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-26 21:44:52.773 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-26 21:44:52.775 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-26 21:44:52.776 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-26 21:44:52.777 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-26 21:44:52.778 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-26 21:44:52.778 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-26 21:44:52.779 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: multi-provider 2026-05-26 21:44:52.779 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: net-mtu 2026-05-26 21:44:52.779 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: net-mtu-writable 2026-05-26 21:44:52.780 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: network_availability_zone 2026-05-26 21:44:52.780 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: network_ha 2026-05-26 21:44:52.781 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: network-ip-availability 2026-05-26 21:44:52.782 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-26 21:44:52.782 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: pagination 2026-05-26 21:44:52.783 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: port-device-profile 2026-05-26 21:44:52.783 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-26 21:44:52.783 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-26 21:44:52.784 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-26 21:44:52.784 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: port-mac-override 2026-05-26 21:44:52.785 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-26 21:44:52.785 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-26 21:44:52.786 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-26 21:44:52.786 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: port-resource-request 2026-05-26 21:44:52.786 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-26 21:44:52.787 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-26 21:44:52.787 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: binding 2026-05-26 21:44:52.788 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: binding-extended 2026-05-26 21:44:52.788 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: port-security 2026-05-26 21:44:52.789 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: project-id 2026-05-26 21:44:52.789 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: provider 2026-05-26 21:44:52.790 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-26 21:44:52.791 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: qos 2026-05-26 21:44:52.792 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-26 21:44:52.793 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-26 21:44:52.793 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: qos-default 2026-05-26 21:44:52.793 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: qos-fip 2026-05-26 21:44:52.794 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-26 21:44:52.794 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-26 21:44:52.795 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-26 21:44:52.795 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-26 21:44:52.796 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-26 21:44:52.796 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: qos-pps 2026-05-26 21:44:52.797 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-26 21:44:52.797 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-26 21:44:52.798 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: qos-rules-alias 2026-05-26 21:44:52.798 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: quota-check-limit 2026-05-26 21:44:52.799 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-26 21:44:52.801 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: quotas 2026-05-26 21:44:52.803 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: quota_details 2026-05-26 21:44:52.804 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: rbac-policies 2026-05-26 21:44:52.805 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: rbac-address-group 2026-05-26 21:44:52.805 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: rbac-address-scope 2026-05-26 21:44:52.806 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: rbac-security-groups 2026-05-26 21:44:52.806 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-26 21:44:52.806 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: revision-if-match 2026-05-26 21:44:52.807 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-26 21:44:52.808 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: router_availability_zone 2026-05-26 21:44:52.808 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-26 21:44:52.809 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-26 21:44:52.810 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-26 21:44:52.810 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-26 21:44:52.811 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-26 21:44:52.811 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-26 21:44:52.812 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-26 21:44:52.815 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: security-group 2026-05-26 21:44:52.816 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: segment 2026-05-26 21:44:52.816 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-26 21:44:52.817 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: service-type 2026-05-26 21:44:52.817 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: sorting 2026-05-26 21:44:52.818 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: standard-attr-segment 2026-05-26 21:44:52.818 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: standard-attr-description 2026-05-26 21:44:52.819 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: stateful-security-group 2026-05-26 21:44:52.819 1 WARNING neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-26 21:44:52.820 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-26 21:44:52.820 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: subnet-external-network 2026-05-26 21:44:52.821 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: subnet_onboard 2026-05-26 21:44:52.821 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-26 21:44:52.822 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: subnet-service-types 2026-05-26 21:44:52.822 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: subnet_allocation 2026-05-26 21:44:52.823 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-26 21:44:52.823 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: tag-creation 2026-05-26 21:44:52.824 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-26 21:44:52.827 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: standard-attr-tag 2026-05-26 21:44:52.827 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-26 21:44:52.828 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: trunk 2026-05-26 21:44:52.828 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: trunk-details 2026-05-26 21:44:52.829 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-26 21:44:52.829 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-26 21:44:52.830 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-26 21:44:52.830 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-26 21:44:52.832 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-26 21:44:52.832 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-26 21:44:52.833 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: vpn-flavors 2026-05-26 21:44:52.834 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: vpnaas 2026-05-26 21:44:52.835 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: taas 2026-05-26 21:44:52.836 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: tap-mirror 2026-05-26 21:44:52.837 1 INFO neutron.api.extensions [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-26 21:44:52.839 1 INFO oslo_service.backend.eventlet.service [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Starting 2 workers 2026-05-26 21:44:52.843 1 INFO oslo_service.backend.eventlet.service [None req-36c9cc56-5a31-4b75-80dd-f698942bdce0 - - - - - -] Starting 1 workers 2026-05-26 21:45:33.837 11 INFO neutron.db.l3_hamode_db [None req-6b0a21a8-e66d-4aa0-ae65-cbf3be89b153 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 21:45:46.153 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 43f2bc76-050c-41ab-9053-b57f3848f2f0 2026-05-26 21:45:46.213 11 INFO neutron.plugins.ml2.plugin [None req-91927063-c282-45f8-b830-c85720a87170 - - - - - -] Attempt 1 to provision port 43f2bc76-050c-41ab-9053-b57f3848f2f0 2026-05-26 21:45:47.897 12 INFO neutron.plugins.ml2.plugin [None req-27154565-3e0a-4272-a4ac-e6c5122ca3dc - - - - - -] Attempt 1 to provision port 43f2bc76-050c-41ab-9053-b57f3848f2f0 2026-05-26 21:45:48.036 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 43f2bc76-050c-41ab-9053-b57f3848f2f0 2026-05-26 21:50:09.390 12 INFO neutron.plugins.ml2.plugin [None req-a853fd83-fe2d-4300-bbfd-9c7a5afb2269 - - - - - -] Attempt 1 to provision port 06795a4b-3f2f-43f1-97b4-3ef5ea911f2c 2026-05-26 21:50:10.228 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 06795a4b-3f2f-43f1-97b4-3ef5ea911f2c 2026-05-26 21:50:11.054 12 INFO neutron.plugins.ml2.plugin [None req-b840f506-75e8-4bc4-862c-b3b0a41667ca - - - - - -] Attempt 1 to provision port 06795a4b-3f2f-43f1-97b4-3ef5ea911f2c 2026-05-26 21:50:16.029 12 INFO neutron.plugins.ml2.plugin [None req-6bd2c262-4744-4544-9445-54ded65b5706 - - - - - -] Attempt 1 to provision port 96ce6b07-eb56-45c9-9ec8-86e5d130de1b 2026-05-26 21:53:58.981 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 96ce6b07-eb56-45c9-9ec8-86e5d130de1b 2026-05-26 21:54:00.406 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 96ce6b07-eb56-45c9-9ec8-86e5d130de1b 2026-05-26 22:03:24.804 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port c397151c-f802-424d-9f5d-7906a7722929 2026-05-26 22:03:26.813 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port c397151c-f802-424d-9f5d-7906a7722929 2026-05-26 22:19:09.347 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port a6575d16-1c0c-4e36-85ec-31ddb4b65659 2026-05-26 22:19:09.585 12 INFO neutron.plugins.ml2.plugin [None req-b5eecd31-94ce-43bb-a612-7325bffefa36 - - - - - -] Attempt 1 to provision port a6575d16-1c0c-4e36-85ec-31ddb4b65659 2026-05-26 22:19:11.652 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port ae407195-228b-4371-9ed0-eb2f3587e34e 2026-05-26 22:19:12.077 11 INFO neutron.plugins.ml2.plugin [None req-cf8192bb-deba-4480-969c-ea6f546b6da4 - - - - - -] Attempt 1 to provision port a6575d16-1c0c-4e36-85ec-31ddb4b65659 2026-05-26 22:19:13.343 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port ae407195-228b-4371-9ed0-eb2f3587e34e 2026-05-26 22:19:17.373 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 1e084e25-44d1-415b-a97a-6e3330bdd6d7 2026-05-26 22:19:18.172 11 INFO neutron.plugins.ml2.plugin [None req-0e8fe942-aede-4c1a-a349-01316a401c57 - - - - - -] Attempt 1 to provision port ae407195-228b-4371-9ed0-eb2f3587e34e 2026-05-26 22:19:18.227 11 INFO neutron.plugins.ml2.plugin [None req-0e8fe942-aede-4c1a-a349-01316a401c57 - - - - - -] Attempt 1 to provision port d34f1cd4-ee0a-4e87-b556-d56b964f5fee 2026-05-26 22:19:18.274 11 INFO neutron.plugins.ml2.plugin [None req-0e8fe942-aede-4c1a-a349-01316a401c57 - - - - - -] Attempt 1 to provision port 96c4b5c4-12d1-452f-8078-c42340a08296 2026-05-26 22:19:18.300 11 INFO neutron.plugins.ml2.plugin [None req-0e8fe942-aede-4c1a-a349-01316a401c57 - - - - - -] Attempt 1 to provision port a6575d16-1c0c-4e36-85ec-31ddb4b65659 2026-05-26 22:19:18.349 11 INFO neutron.plugins.ml2.plugin [None req-0e8fe942-aede-4c1a-a349-01316a401c57 - - - - - -] Attempt 1 to provision port 341c8ca9-7c07-43ea-ba96-bdb9c1beeb35 2026-05-26 22:19:18.370 11 INFO neutron.plugins.ml2.plugin [None req-0e8fe942-aede-4c1a-a349-01316a401c57 - - - - - -] Attempt 1 to provision port 1e084e25-44d1-415b-a97a-6e3330bdd6d7 2026-05-26 22:19:19.412 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 1e084e25-44d1-415b-a97a-6e3330bdd6d7 2026-05-26 22:19:21.651 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 793d2e55-c448-48b6-ac7b-e6418772ad64 2026-05-26 22:19:21.969 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port e3dd2f70-6f35-4a21-aab8-14a1d6017d17 2026-05-26 22:19:22.304 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port dc827f8d-2278-4b84-8ad7-b97c88cd47f4 2026-05-26 22:19:22.622 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port ef9c7ec2-3804-4526-9610-b65a3bdce996 2026-05-26 22:19:23.385 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 793d2e55-c448-48b6-ac7b-e6418772ad64 2026-05-26 22:19:23.565 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port ef9c7ec2-3804-4526-9610-b65a3bdce996 2026-05-26 22:19:23.754 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port dc827f8d-2278-4b84-8ad7-b97c88cd47f4 2026-05-26 22:19:24.034 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port e3dd2f70-6f35-4a21-aab8-14a1d6017d17 2026-05-26 22:19:25.889 12 INFO neutron.plugins.ml2.plugin [None req-f0af0ac6-6776-4bee-b8d9-f3d115a62532 - - - - - -] Attempt 1 to provision port ef9c7ec2-3804-4526-9610-b65a3bdce996 2026-05-26 22:19:25.934 12 INFO neutron.plugins.ml2.plugin [None req-f0af0ac6-6776-4bee-b8d9-f3d115a62532 - - - - - -] Attempt 1 to provision port f9584721-7d9c-4691-91d6-862fa55fc193 2026-05-26 22:19:25.957 12 INFO neutron.plugins.ml2.plugin [None req-f0af0ac6-6776-4bee-b8d9-f3d115a62532 - - - - - -] Attempt 1 to provision port d34f1cd4-ee0a-4e87-b556-d56b964f5fee 2026-05-26 22:19:25.991 12 INFO neutron.plugins.ml2.plugin [None req-f0af0ac6-6776-4bee-b8d9-f3d115a62532 - - - - - -] Attempt 1 to provision port 341c8ca9-7c07-43ea-ba96-bdb9c1beeb35 2026-05-26 22:19:26.018 12 INFO neutron.plugins.ml2.plugin [None req-f0af0ac6-6776-4bee-b8d9-f3d115a62532 - - - - - -] Attempt 1 to provision port 1e084e25-44d1-415b-a97a-6e3330bdd6d7 2026-05-26 22:19:27.400 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 51ea4c7c-0030-4dd7-83b1-018f634c94ea 2026-05-26 22:19:32.618 11 INFO neutron.plugins.ml2.plugin [None req-243ff742-286c-440d-8282-7486f5cc13da - - - - - -] Attempt 1 to provision port d835ebda-9735-4e70-bfff-eda468664984 2026-05-26 22:19:32.651 11 INFO neutron.plugins.ml2.plugin [None req-243ff742-286c-440d-8282-7486f5cc13da - - - - - -] Attempt 1 to provision port 341c8ca9-7c07-43ea-ba96-bdb9c1beeb35 2026-05-26 22:19:32.706 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 6ba00ca8-4978-42a5-9fa4-fc2830e7ee01 2026-05-26 22:19:33.069 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f 2026-05-26 22:19:33.305 11 INFO neutron.notifiers.nova [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Nova event matching ['req-7e56baef-b0ea-4592-a2b6-4391bfc013ed'] response: {'server_uuid': 'ca50132d-4f65-445c-b96b-cf23d44761a8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6ba00ca8-4978-42a5-9fa4-fc2830e7ee01', 'code': 200} 2026-05-26 22:19:34.419 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f 2026-05-26 22:19:34.624 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 82415e05-3f4f-4f8a-9ebb-8d3faa615832 2026-05-26 22:19:35.045 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 6ba00ca8-4978-42a5-9fa4-fc2830e7ee01 2026-05-26 22:19:35.146 12 INFO neutron.notifiers.nova [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Nova event matching ['req-e515d6b2-7897-44e2-827b-698161d551a9'] response: {'server_uuid': 'b11547aa-ef1e-49e4-ad94-8842823a859d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '82415e05-3f4f-4f8a-9ebb-8d3faa615832', 'code': 200} 2026-05-26 22:19:35.336 11 INFO neutron.notifiers.nova [None req-27e1f419-db27-472c-8db9-cf3829831d28 - - - - - -] Nova event matching ['req-218dd5e0-b4c5-45b5-bfcc-5982db11e2bb'] response: {'server_uuid': '32dc01ea-0759-43ba-80c7-bce1f31636ab', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f', 'code': 200} 2026-05-26 22:19:35.853 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 82415e05-3f4f-4f8a-9ebb-8d3faa615832 2026-05-26 22:19:37.863 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 758b05db-6cab-4572-b92e-5d6e01af97d4 2026-05-26 22:19:39.885 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 0fa7ca7d-b7d7-4381-aa9f-ad19f0643ae0 2026-05-26 22:19:39.891 11 INFO neutron.plugins.ml2.plugin [None req-3c8b1625-8b97-4a6f-bd60-c72e93b7af78 - - - - - -] Attempt 1 to provision port ef9c7ec2-3804-4526-9610-b65a3bdce996 2026-05-26 22:19:39.950 11 INFO neutron.plugins.ml2.plugin [None req-3c8b1625-8b97-4a6f-bd60-c72e93b7af78 - - - - - -] Attempt 1 to provision port f9584721-7d9c-4691-91d6-862fa55fc193 2026-05-26 22:19:39.979 11 INFO neutron.plugins.ml2.plugin [None req-3c8b1625-8b97-4a6f-bd60-c72e93b7af78 - - - - - -] Attempt 1 to provision port 6ba00ca8-4978-42a5-9fa4-fc2830e7ee01 2026-05-26 22:19:40.044 11 INFO neutron.plugins.ml2.plugin [None req-3c8b1625-8b97-4a6f-bd60-c72e93b7af78 - - - - - -] Attempt 1 to provision port 7fed0c74-7f11-4a56-9da9-1d6a37dcd516 2026-05-26 22:19:40.082 11 INFO neutron.plugins.ml2.plugin [None req-3c8b1625-8b97-4a6f-bd60-c72e93b7af78 - - - - - -] Attempt 1 to provision port 0fa7ca7d-b7d7-4381-aa9f-ad19f0643ae0 2026-05-26 22:19:40.158 11 INFO neutron.plugins.ml2.plugin [None req-3c8b1625-8b97-4a6f-bd60-c72e93b7af78 - - - - - -] Attempt 1 to provision port c7f10bd2-80d9-4782-8b0a-a9c1d8528ac8 2026-05-26 22:19:40.264 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 758b05db-6cab-4572-b92e-5d6e01af97d4 2026-05-26 22:19:41.957 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 0fa7ca7d-b7d7-4381-aa9f-ad19f0643ae0 2026-05-26 22:19:45.373 12 INFO neutron.plugins.ml2.plugin [None req-12754ad3-f2c2-4b62-9bf2-e2e7b7a3e719 - - - - - -] Attempt 1 to provision port d34f1cd4-ee0a-4e87-b556-d56b964f5fee 2026-05-26 22:19:45.401 12 INFO neutron.plugins.ml2.plugin [None req-12754ad3-f2c2-4b62-9bf2-e2e7b7a3e719 - - - - - -] Attempt 1 to provision port f9584721-7d9c-4691-91d6-862fa55fc193 2026-05-26 22:19:45.429 12 INFO neutron.plugins.ml2.plugin [None req-12754ad3-f2c2-4b62-9bf2-e2e7b7a3e719 - - - - - -] Attempt 1 to provision port 0fa7ca7d-b7d7-4381-aa9f-ad19f0643ae0 2026-05-26 22:19:45.480 12 INFO neutron.plugins.ml2.plugin [None req-12754ad3-f2c2-4b62-9bf2-e2e7b7a3e719 - - - - - -] Attempt 1 to provision port ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f 2026-05-26 22:19:45.551 12 INFO neutron.plugins.ml2.plugin [None req-12754ad3-f2c2-4b62-9bf2-e2e7b7a3e719 - - - - - -] Attempt 1 to provision port c7f10bd2-80d9-4782-8b0a-a9c1d8528ac8 2026-05-26 22:19:48.615 12 INFO neutron.plugins.ml2.plugin [None req-61281012-1915-49a1-ae3d-ea229cd80e16 - - - - - -] Attempt 1 to provision port c7f10bd2-80d9-4782-8b0a-a9c1d8528ac8 2026-05-26 22:19:50.676 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port f1173ca3-7ded-4fba-a333-55dcf260da34 2026-05-26 22:19:50.793 11 INFO neutron.notifiers.nova [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Nova event matching ['req-5563b054-52cc-4c01-a922-af2e592074b0'] response: {'server_uuid': 'c46dfc29-4832-4f87-9019-4ca3b71764c5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f1173ca3-7ded-4fba-a333-55dcf260da34', 'code': 200} 2026-05-26 22:19:51.914 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port f1173ca3-7ded-4fba-a333-55dcf260da34 2026-05-26 22:19:54.720 11 INFO neutron.plugins.ml2.plugin [None req-82211692-c5be-44f8-81fd-5a89926ae7d7 - - - - - -] Attempt 1 to provision port 96c4b5c4-12d1-452f-8078-c42340a08296 2026-05-26 22:19:54.748 11 INFO neutron.plugins.ml2.plugin [None req-82211692-c5be-44f8-81fd-5a89926ae7d7 - - - - - -] Attempt 1 to provision port 4d7f37b9-1a1b-434e-b70d-90793f3594b9 2026-05-26 22:19:54.779 11 INFO neutron.plugins.ml2.plugin [None req-82211692-c5be-44f8-81fd-5a89926ae7d7 - - - - - -] Attempt 1 to provision port 0fa8a59c-7cd5-4f0c-95ec-6af26c3b58bc 2026-05-26 22:19:54.807 11 INFO neutron.plugins.ml2.plugin [None req-82211692-c5be-44f8-81fd-5a89926ae7d7 - - - - - -] Attempt 1 to provision port cbe4a704-ca44-4f46-9bed-03e4c5843b28 2026-05-26 22:19:54.839 11 INFO neutron.plugins.ml2.plugin [None req-82211692-c5be-44f8-81fd-5a89926ae7d7 - - - - - -] Attempt 1 to provision port 43f2bc76-050c-41ab-9053-b57f3848f2f0 2026-05-26 22:19:54.886 11 INFO neutron.plugins.ml2.plugin [None req-82211692-c5be-44f8-81fd-5a89926ae7d7 - - - - - -] Attempt 1 to provision port c7f10bd2-80d9-4782-8b0a-a9c1d8528ac8 2026-05-26 22:19:56.085 11 INFO neutron.notifiers.nova [None req-49795e5f-f43e-4014-bec5-33d509ef2fa7 - - - - - -] Nova event matching ['req-2ee35450-a1f1-4624-81a2-634435fca5be'] response: {'server_uuid': 'c46dfc29-4832-4f87-9019-4ca3b71764c5', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f1173ca3-7ded-4fba-a333-55dcf260da34', 'code': 200} 2026-05-26 22:19:58.079 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 8c43037d-cad6-4f91-a48f-af9824ee74d1 2026-05-26 22:19:58.512 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port e522644d-f10f-4062-8480-3e17408d2d5a 2026-05-26 22:19:58.889 12 INFO neutron.plugins.ml2.plugin [None req-ffd6c4f9-4aa8-4340-abcf-5adf5f9df1e6 - - - - - -] Attempt 1 to provision port 341c8ca9-7c07-43ea-ba96-bdb9c1beeb35 2026-05-26 22:19:59.193 11 INFO neutron.plugins.ml2.plugin [None req-02f1e6be-af95-4e32-9c46-24619d3c4ce0 - - - - - -] Attempt 1 to provision port e522644d-f10f-4062-8480-3e17408d2d5a 2026-05-26 22:19:59.235 12 INFO neutron.plugins.ml2.plugin [None req-4ffd1a15-acda-432d-985a-07c8cb026e78 - - - - - -] Attempt 1 to provision port 96c4b5c4-12d1-452f-8078-c42340a08296 2026-05-26 22:19:59.239 11 INFO neutron.plugins.ml2.plugin [None req-02f1e6be-af95-4e32-9c46-24619d3c4ce0 - - - - - -] Attempt 1 to provision port e4d9fa57-7f79-4906-bcd2-d446a200e8fc 2026-05-26 22:19:59.860 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 341c8ca9-7c07-43ea-ba96-bdb9c1beeb35 2026-05-26 22:20:00.091 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 8c43037d-cad6-4f91-a48f-af9824ee74d1 2026-05-26 22:20:00.332 11 INFO neutron.plugins.ml2.plugin [None req-18a38576-1e8f-4d1d-9ad1-de3c2b5d7c8f - - - - - -] Attempt 1 to provision port e522644d-f10f-4062-8480-3e17408d2d5a 2026-05-26 22:20:00.565 11 INFO neutron.plugins.ml2.plugin [None req-18a38576-1e8f-4d1d-9ad1-de3c2b5d7c8f - - - - - -] Attempt 1 to provision port 96c4b5c4-12d1-452f-8078-c42340a08296 2026-05-26 22:20:02.207 12 INFO neutron.plugins.ml2.plugin [None req-64d30ba2-b177-4b85-8c39-0b59c2654da6 - - - - - -] Attempt 1 to provision port e522644d-f10f-4062-8480-3e17408d2d5a 2026-05-26 22:20:02.286 12 INFO neutron.plugins.ml2.plugin [None req-64d30ba2-b177-4b85-8c39-0b59c2654da6 - - - - - -] Attempt 1 to provision port e4d9fa57-7f79-4906-bcd2-d446a200e8fc 2026-05-26 22:20:02.314 12 INFO neutron.plugins.ml2.plugin [None req-64d30ba2-b177-4b85-8c39-0b59c2654da6 - - - - - -] Attempt 1 to provision port 0f73ecdd-666a-4bce-844e-b1b3c17d6c0a 2026-05-26 22:20:04.233 12 INFO neutron.plugins.ml2.plugin [None req-aa965407-339d-4868-ac4e-4d89c909f135 - - - - - -] Attempt 1 to provision port e4d9fa57-7f79-4906-bcd2-d446a200e8fc 2026-05-26 22:20:06.138 12 INFO neutron.plugins.ml2.plugin [None req-88ec1514-9605-4107-9111-30ef851f986f - - - - - -] Attempt 1 to provision port e4d9fa57-7f79-4906-bcd2-d446a200e8fc 2026-05-26 22:20:08.182 12 INFO neutron.plugins.ml2.plugin [None req-1fcfdcdc-8324-4490-bba9-c3db57317169 - - - - - -] Attempt 1 to provision port ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f 2026-05-26 22:20:10.443 12 INFO neutron.plugins.ml2.plugin [None req-a3032581-db57-4243-8b9e-dd8b1ca9571d - - - - - -] Attempt 1 to provision port ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f 2026-05-26 22:20:10.562 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f 2026-05-26 22:20:10.781 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 5642ac40-8aa6-4371-a20a-6b2e40d44de5 2026-05-26 22:20:10.919 11 INFO neutron.notifiers.nova [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Nova event matching ['req-6f4eecdc-c380-4e7d-b5c5-b8fc738f2edf'] response: {'server_uuid': '8187f3b6-e128-4928-abbc-1220e1c4696a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5642ac40-8aa6-4371-a20a-6b2e40d44de5', 'code': 200} 2026-05-26 22:20:11.882 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 5642ac40-8aa6-4371-a20a-6b2e40d44de5 2026-05-26 22:20:13.917 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 0f73ecdd-666a-4bce-844e-b1b3c17d6c0a 2026-05-26 22:20:15.839 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 0f73ecdd-666a-4bce-844e-b1b3c17d6c0a 2026-05-26 22:20:16.030 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port e4d9fa57-7f79-4906-bcd2-d446a200e8fc 2026-05-26 22:20:17.898 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port e4d9fa57-7f79-4906-bcd2-d446a200e8fc 2026-05-26 22:20:20.058 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 6b2f8938-aace-4039-a7d5-63e1d2457bc4 2026-05-26 22:20:21.983 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 6b2f8938-aace-4039-a7d5-63e1d2457bc4 2026-05-26 22:20:22.170 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 1d689ce6-6660-4ddf-a89d-ed44db1d4acc 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server [None req-eca9fd63-b87f-4280-b70e-c1a459c5d2b1 - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet ed343bab-1bf9-437c-854c-534f80898729: This subnet is being modified by another concurrent operation. 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-05-26 22:20:32.628 11 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-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 22:20:32.628 11 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-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 269, in inner 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server raise self.value 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server raise self.value 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server raise self.value 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/quota/resource_registry.py", line 95, in wrapper 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 22:20:32.628 11 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-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 22:20:32.628 11 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-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 22:20:32.628 11 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-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server raise self.value 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server raise self.value 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server raise self.value 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 22:20:32.628 11 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-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 22:20:32.628 11 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-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 22:20:32.628 11 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-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-05-26 22:20:32.628 11 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-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-05-26 22:20:32.628 11 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-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 22:20:32.628 11 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-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-26 22:20:32.628 11 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-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-05-26 22:20:32.628 11 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-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server raise exception 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet ed343bab-1bf9-437c-854c-534f80898729: This subnet is being modified by another concurrent operation. 2026-05-26 22:20:32.628 11 ERROR oslo_messaging.rpc.server 2026-05-26 22:20:42.014 11 INFO neutron.notifiers.nova [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Nova event matching ['req-1619f51a-78f1-4e10-85a2-bbe807def52d'] response: {'server_uuid': '8187f3b6-e128-4928-abbc-1220e1c4696a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '5642ac40-8aa6-4371-a20a-6b2e40d44de5', 'code': 200} 2026-05-26 22:20:46.444 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 5642ac40-8aa6-4371-a20a-6b2e40d44de5 2026-05-26 22:20:46.588 12 INFO neutron.notifiers.nova [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Nova event matching ['req-e32ba199-3b94-4a47-a2d0-33d6f744c919'] response: {'server_uuid': '8187f3b6-e128-4928-abbc-1220e1c4696a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5642ac40-8aa6-4371-a20a-6b2e40d44de5', 'code': 200} 2026-05-26 22:20:47.913 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 5642ac40-8aa6-4371-a20a-6b2e40d44de5 2026-05-26 22:20:48.785 12 INFO neutron.plugins.ml2.plugin [None req-41cb3b2a-ec49-416c-be00-fc4508ee4410 - - - - - -] Attempt 1 to provision port 3fd02d70-f367-4a73-8a6d-e2203f1459eb 2026-05-26 22:21:03.933 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 2f0db699-7ff9-48a8-afe6-c0d99365fa56 2026-05-26 22:21:05.993 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 2f0db699-7ff9-48a8-afe6-c0d99365fa56 2026-05-26 22:21:06.205 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 6af72e07-bfb9-4d2d-973b-348e7131191b 2026-05-26 22:21:07.871 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 6af72e07-bfb9-4d2d-973b-348e7131191b 2026-05-26 22:21:08.247 11 INFO neutron.plugins.ml2.plugin [None req-6bd257f3-64dc-40b8-adcf-dc7d7b715618 - - - - - -] Attempt 1 to provision port 5f4b00d1-bcbc-44f9-a15f-1ae0136dec9d 2026-05-26 22:21:08.287 11 INFO neutron.plugins.ml2.plugin [None req-6bd257f3-64dc-40b8-adcf-dc7d7b715618 - - - - - -] Attempt 1 to provision port 1efbd9ec-6902-42da-94c0-fdb883b52f6b 2026-05-26 22:21:08.319 11 INFO neutron.plugins.ml2.plugin [None req-6bd257f3-64dc-40b8-adcf-dc7d7b715618 - - - - - -] Attempt 1 to provision port 6af72e07-bfb9-4d2d-973b-348e7131191b 2026-05-26 22:21:10.947 11 INFO neutron.plugins.ml2.plugin [None req-2f762275-efa8-4fca-b20b-1a90d3fd1279 - - - - - -] Attempt 1 to provision port 6af72e07-bfb9-4d2d-973b-348e7131191b 2026-05-26 22:21:11.004 11 INFO neutron.plugins.ml2.plugin [None req-2f762275-efa8-4fca-b20b-1a90d3fd1279 - - - - - -] Attempt 1 to provision port 1efbd9ec-6902-42da-94c0-fdb883b52f6b 2026-05-26 22:21:12.647 11 INFO neutron.plugins.ml2.plugin [None req-e9056ff3-402a-4b70-985c-1480928cd72b - - - - - -] Attempt 1 to provision port 1efbd9ec-6902-42da-94c0-fdb883b52f6b 2026-05-26 22:21:14.875 12 INFO neutron.plugins.ml2.plugin [None req-6e26febb-c523-4533-b5bf-a1dd74d717c9 - - - - - -] Attempt 1 to provision port 1efbd9ec-6902-42da-94c0-fdb883b52f6b 2026-05-26 22:21:19.183 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 69ca6c0f-1fe7-4bb8-8372-6a58cb225ed0 2026-05-26 22:21:19.312 12 INFO neutron.notifiers.nova [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Nova event matching ['req-f21952e5-f1cd-49f2-ac65-28747ce0a633'] response: {'server_uuid': '24f3129c-76d1-45ab-a89f-b30722830e66', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '69ca6c0f-1fe7-4bb8-8372-6a58cb225ed0', 'code': 200} 2026-05-26 22:21:19.872 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 69ca6c0f-1fe7-4bb8-8372-6a58cb225ed0 2026-05-26 22:21:21.919 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 1efbd9ec-6902-42da-94c0-fdb883b52f6b 2026-05-26 22:21:22.253 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 5f4b00d1-bcbc-44f9-a15f-1ae0136dec9d 2026-05-26 22:21:23.729 11 INFO neutron.plugins.ml2.plugin [None req-133078a7-c4f5-416a-9ed4-02f95bd33e9b - - - - - -] Attempt 1 to provision port e58f2051-523a-4802-a63f-2ac5e1f8c3b6 2026-05-26 22:21:24.049 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 1efbd9ec-6902-42da-94c0-fdb883b52f6b 2026-05-26 22:21:24.232 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port e58f2051-523a-4802-a63f-2ac5e1f8c3b6 2026-05-26 22:21:24.398 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 5f4b00d1-bcbc-44f9-a15f-1ae0136dec9d 2026-05-26 22:21:25.966 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 4958abd0-cab9-4270-8bb2-db1806618b02 2026-05-26 22:21:26.345 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port e58f2051-523a-4802-a63f-2ac5e1f8c3b6 2026-05-26 22:21:26.758 12 INFO neutron.plugins.ml2.plugin [None req-cad24e3a-a202-4fed-9e5f-8a11f3ddbbbe - - - - - -] Attempt 1 to provision port 4b985ab4-8ba3-4573-97c2-5e2bf33701a2 2026-05-26 22:21:26.782 12 INFO neutron.plugins.ml2.plugin [None req-cad24e3a-a202-4fed-9e5f-8a11f3ddbbbe - - - - - -] Attempt 1 to provision port e58f2051-523a-4802-a63f-2ac5e1f8c3b6 2026-05-26 22:21:26.838 12 INFO neutron.plugins.ml2.plugin [None req-cad24e3a-a202-4fed-9e5f-8a11f3ddbbbe - - - - - -] Attempt 1 to provision port ea24d5dc-7f79-4232-bc50-ef11ef119723 2026-05-26 22:21:27.853 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 4958abd0-cab9-4270-8bb2-db1806618b02 2026-05-26 22:21:29.160 12 INFO neutron.plugins.ml2.plugin [None req-ea6c19f6-80d5-4541-802e-4d59288e2e42 - - - - - -] Attempt 1 to provision port 4b985ab4-8ba3-4573-97c2-5e2bf33701a2 2026-05-26 22:21:30.360 11 INFO neutron.plugins.ml2.plugin [None req-22dd5465-62f2-4021-befb-5fd9cc869b73 - - - - - -] Attempt 1 to provision port 4b985ab4-8ba3-4573-97c2-5e2bf33701a2 2026-05-26 22:21:33.959 12 INFO neutron.plugins.ml2.plugin [None req-24059bea-b0bb-474f-92f6-ba4f85cc16ee - - - - - -] Attempt 1 to provision port 619e301c-91a2-48fe-be4a-767bb49d698b 2026-05-26 22:21:34.115 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port b3a5cf6d-f3bc-4094-8e43-d8c5e13fbeb1 2026-05-26 22:21:34.424 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 619e301c-91a2-48fe-be4a-767bb49d698b 2026-05-26 22:21:36.088 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port b3a5cf6d-f3bc-4094-8e43-d8c5e13fbeb1 2026-05-26 22:21:36.285 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 619e301c-91a2-48fe-be4a-767bb49d698b 2026-05-26 22:21:38.963 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port a69aeaeb-7959-4dba-a849-69fed1684403 2026-05-26 22:21:39.057 12 INFO neutron.notifiers.nova [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Nova event matching ['req-78423d52-517a-48e9-aa53-e44b64f49d9a'] response: {'server_uuid': '58baabde-a2c5-49e9-ac2e-9a3f75d29718', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a69aeaeb-7959-4dba-a849-69fed1684403', 'code': 200} 2026-05-26 22:21:39.196 11 INFO neutron.plugins.ml2.plugin [None req-e17a034a-12c1-4e02-b46b-7f5d753dfd10 - - - - - -] Attempt 1 to provision port 619e301c-91a2-48fe-be4a-767bb49d698b 2026-05-26 22:21:39.290 11 INFO neutron.plugins.ml2.plugin [None req-e17a034a-12c1-4e02-b46b-7f5d753dfd10 - - - - - -] Attempt 1 to provision port 22bae2f6-70f8-4c18-8161-60009651c425 2026-05-26 22:21:39.321 11 INFO neutron.plugins.ml2.plugin [None req-e17a034a-12c1-4e02-b46b-7f5d753dfd10 - - - - - -] Attempt 1 to provision port 659f231a-8071-43db-b22f-1c9d2b93ebd5 2026-05-26 22:21:39.349 11 INFO neutron.plugins.ml2.plugin [None req-e17a034a-12c1-4e02-b46b-7f5d753dfd10 - - - - - -] Attempt 1 to provision port a69aeaeb-7959-4dba-a849-69fed1684403 2026-05-26 22:21:40.001 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port e2dd5936-01b1-4634-97f3-bb5d4313eafa 2026-05-26 22:21:40.359 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port a69aeaeb-7959-4dba-a849-69fed1684403 2026-05-26 22:21:42.065 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port e2dd5936-01b1-4634-97f3-bb5d4313eafa 2026-05-26 22:21:42.322 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 6d1d414d-51ba-4d9a-b30b-3de92dc40c65 2026-05-26 22:21:44.107 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 6d1d414d-51ba-4d9a-b30b-3de92dc40c65 2026-05-26 22:21:45.301 11 INFO neutron.plugins.ml2.plugin [None req-68ffd44e-cb77-4d2f-a16f-308578d6b572 - - - - - -] Attempt 1 to provision port 659f231a-8071-43db-b22f-1c9d2b93ebd5 2026-05-26 22:21:45.333 11 INFO neutron.plugins.ml2.plugin [None req-68ffd44e-cb77-4d2f-a16f-308578d6b572 - - - - - -] Attempt 1 to provision port 4de65f5b-3ec2-4640-bb05-2c0eb7bbc429 2026-05-26 22:21:45.366 11 INFO neutron.plugins.ml2.plugin [None req-68ffd44e-cb77-4d2f-a16f-308578d6b572 - - - - - -] Attempt 1 to provision port 6d1d414d-51ba-4d9a-b30b-3de92dc40c65 2026-05-26 22:21:45.955 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 4b985ab4-8ba3-4573-97c2-5e2bf33701a2 2026-05-26 22:21:47.917 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port ea24d5dc-7f79-4232-bc50-ef11ef119723 2026-05-26 22:21:48.181 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 4b985ab4-8ba3-4573-97c2-5e2bf33701a2 2026-05-26 22:21:49.483 11 INFO neutron.plugins.ml2.plugin [None req-e21f4978-9d02-4c93-9ce1-f7488f505e3a - - - - - -] Attempt 1 to provision port 18a50739-2692-451a-99fa-141968b6ac22 2026-05-26 22:21:49.511 11 INFO neutron.plugins.ml2.plugin [None req-e21f4978-9d02-4c93-9ce1-f7488f505e3a - - - - - -] Attempt 1 to provision port 659f231a-8071-43db-b22f-1c9d2b93ebd5 2026-05-26 22:21:49.555 11 INFO neutron.plugins.ml2.plugin [None req-e21f4978-9d02-4c93-9ce1-f7488f505e3a - - - - - -] Attempt 1 to provision port 4de65f5b-3ec2-4640-bb05-2c0eb7bbc429 2026-05-26 22:21:49.581 11 INFO neutron.plugins.ml2.plugin [None req-e21f4978-9d02-4c93-9ce1-f7488f505e3a - - - - - -] Attempt 1 to provision port 6d1d414d-51ba-4d9a-b30b-3de92dc40c65 2026-05-26 22:21:50.102 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port ea24d5dc-7f79-4232-bc50-ef11ef119723 2026-05-26 22:21:52.228 11 INFO neutron.plugins.ml2.plugin [None req-439b4031-8311-4f55-802f-cecd2f52b9cb - - - - - -] Attempt 1 to provision port 4de65f5b-3ec2-4640-bb05-2c0eb7bbc429 2026-05-26 22:21:53.149 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 79955df8-53ba-4825-b2e7-9f29b7878e3c 2026-05-26 22:21:53.250 11 INFO neutron.notifiers.nova [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Nova event matching ['req-1b22c715-9ede-4678-a8d2-ff939b6f8a65'] response: {'server_uuid': '1e793029-c09e-485f-922d-02b89e815874', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '79955df8-53ba-4825-b2e7-9f29b7878e3c', 'code': 200} 2026-05-26 22:21:54.464 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 659f231a-8071-43db-b22f-1c9d2b93ebd5 2026-05-26 22:21:54.768 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 22bae2f6-70f8-4c18-8161-60009651c425 2026-05-26 22:21:55.125 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 79955df8-53ba-4825-b2e7-9f29b7878e3c 2026-05-26 22:21:55.400 11 INFO neutron.plugins.ml2.plugin [None req-79e22504-70bd-49c4-a998-130b31dbd31c - - - - - -] Attempt 1 to provision port 4de65f5b-3ec2-4640-bb05-2c0eb7bbc429 2026-05-26 22:21:56.441 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 18a50739-2692-451a-99fa-141968b6ac22 2026-05-26 22:21:56.685 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 659f231a-8071-43db-b22f-1c9d2b93ebd5 2026-05-26 22:21:56.857 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 22bae2f6-70f8-4c18-8161-60009651c425 2026-05-26 22:21:57.003 11 INFO neutron.plugins.ml2.plugin [None req-f3048791-6fdf-450d-8f96-270108ae64d9 - - - - - -] Attempt 1 to provision port 4de65f5b-3ec2-4640-bb05-2c0eb7bbc429 2026-05-26 22:21:58.413 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 18a50739-2692-451a-99fa-141968b6ac22 2026-05-26 22:22:10.574 12 INFO neutron.notifiers.nova [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Nova event matching ['req-58cb225c-1bbe-4d79-9b69-0d6ce5e88bcf'] response: {'server_uuid': '1e793029-c09e-485f-922d-02b89e815874', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '79955df8-53ba-4825-b2e7-9f29b7878e3c', 'code': 200} 2026-05-26 22:22:22.474 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port e94ec239-9021-40a1-8bc3-caf0c0c97869 2026-05-26 22:22:28.463 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port fab9bc68-f4a3-4ed7-9747-76c6c3e52951 2026-05-26 22:22:53.703 11 INFO neutron.plugins.ml2.plugin [None req-c294e2f7-dfc5-459f-a592-f0bd5fd1d7e9 - - - - - -] Attempt 1 to provision port 43f05052-308a-4936-86e5-9e5ae8fe98fa 2026-05-26 22:22:56.471 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 93fb7efc-814d-4f1a-b96d-aaa6291a6c3a 2026-05-26 22:22:56.790 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 334f4531-9589-4435-a7ea-aa37ea27d02b 2026-05-26 22:22:57.263 11 INFO neutron.plugins.ml2.plugin [None req-6c835695-f995-4635-b6a1-6c425e6628b4 - - - - - -] Attempt 1 to provision port 93fb7efc-814d-4f1a-b96d-aaa6291a6c3a 2026-05-26 22:22:58.430 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 93fb7efc-814d-4f1a-b96d-aaa6291a6c3a 2026-05-26 22:22:58.628 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 334f4531-9589-4435-a7ea-aa37ea27d02b 2026-05-26 22:22:58.970 11 INFO neutron.plugins.ml2.plugin [None req-6eca5846-3825-47bf-b903-4dd84bcef387 - - - - - -] Attempt 1 to provision port 93fb7efc-814d-4f1a-b96d-aaa6291a6c3a 2026-05-26 22:22:59.016 11 INFO neutron.plugins.ml2.plugin [None req-6eca5846-3825-47bf-b903-4dd84bcef387 - - - - - -] Attempt 1 to provision port 48bc3fd6-03cb-47ba-a9db-7413cf7d6145 2026-05-26 22:23:00.210 11 INFO neutron.plugins.ml2.plugin [None req-eb88ce67-773a-4d05-a815-10cd32686069 - - - - - -] Attempt 1 to provision port 48bc3fd6-03cb-47ba-a9db-7413cf7d6145 2026-05-26 22:23:01.425 11 INFO neutron.plugins.ml2.plugin [None req-99c409b6-aa6b-4b3d-9634-8a0fdde8587d - - - - - -] Attempt 1 to provision port 48bc3fd6-03cb-47ba-a9db-7413cf7d6145 2026-05-26 22:23:06.986 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port d9f33834-b527-4b9f-b07a-785ef1fd9b81 2026-05-26 22:23:07.081 11 INFO neutron.notifiers.nova [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Nova event matching ['req-5db18bb6-4bdb-440f-b1f7-78d5666f0152'] response: {'server_uuid': '3a97f83e-185f-49c4-8580-642223bd8753', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd9f33834-b527-4b9f-b07a-785ef1fd9b81', 'code': 200} 2026-05-26 22:23:08.631 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port d9f33834-b527-4b9f-b07a-785ef1fd9b81 2026-05-26 22:23:08.838 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 70cec328-ba5b-4c26-9d04-cfa1bccc00f8 2026-05-26 22:23:09.551 12 INFO neutron.plugins.ml2.plugin [None req-53ba6544-8355-4b34-a84a-1475f6827b21 - - - - - -] Attempt 1 to provision port 70cec328-ba5b-4c26-9d04-cfa1bccc00f8 2026-05-26 22:23:10.478 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 70cec328-ba5b-4c26-9d04-cfa1bccc00f8 2026-05-26 22:23:12.571 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 849d39ad-91d3-4b60-b00b-794932b0bfa3 2026-05-26 22:23:12.846 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 43f05052-308a-4936-86e5-9e5ae8fe98fa 2026-05-26 22:23:13.188 11 INFO neutron.plugins.ml2.plugin [None req-5f7f5bce-5664-4dae-a0e8-2fada4cb15f7 - - - - - -] Attempt 1 to provision port 48bc3fd6-03cb-47ba-a9db-7413cf7d6145 2026-05-26 22:23:13.503 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 543d3da7-7808-4592-a967-bd9a5331714b 2026-05-26 22:23:14.650 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 543d3da7-7808-4592-a967-bd9a5331714b 2026-05-26 22:23:14.868 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port bde36d00-08e2-45ef-aae6-47cdb8250009 2026-05-26 22:23:15.230 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 849d39ad-91d3-4b60-b00b-794932b0bfa3 2026-05-26 22:23:15.409 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 43f05052-308a-4936-86e5-9e5ae8fe98fa 2026-05-26 22:23:15.540 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 48bc3fd6-03cb-47ba-a9db-7413cf7d6145 2026-05-26 22:23:16.446 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port bde36d00-08e2-45ef-aae6-47cdb8250009 2026-05-26 22:23:20.503 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 70cec328-ba5b-4c26-9d04-cfa1bccc00f8 2026-05-26 22:23:20.692 12 INFO neutron.plugins.ml2.plugin [None req-bff53af8-5d2a-45a9-9640-312dbc39fd61 - - - - - -] Attempt 1 to provision port ecae412c-ec79-4337-8bc1-5cc94faa8590 2026-05-26 22:23:20.716 12 INFO neutron.plugins.ml2.plugin [None req-bff53af8-5d2a-45a9-9640-312dbc39fd61 - - - - - -] Attempt 1 to provision port 8127d0b1-1968-489a-88dc-e6932148517d 2026-05-26 22:23:20.738 12 INFO neutron.plugins.ml2.plugin [None req-bff53af8-5d2a-45a9-9640-312dbc39fd61 - - - - - -] Attempt 1 to provision port 543d3da7-7808-4592-a967-bd9a5331714b 2026-05-26 22:23:20.779 12 INFO neutron.plugins.ml2.plugin [None req-bff53af8-5d2a-45a9-9640-312dbc39fd61 - - - - - -] Attempt 1 to provision port 70cec328-ba5b-4c26-9d04-cfa1bccc00f8 2026-05-26 22:23:20.826 12 INFO neutron.plugins.ml2.plugin [None req-bff53af8-5d2a-45a9-9640-312dbc39fd61 - - - - - -] Attempt 1 to provision port bde36d00-08e2-45ef-aae6-47cdb8250009 2026-05-26 22:23:25.636 11 INFO neutron.plugins.ml2.plugin [None req-afcd8ac5-07ce-4d5b-a9d4-9458b66d9cfd - - - - - -] Attempt 1 to provision port 79b737a4-8015-4847-9e9f-517230ea4783 2026-05-26 22:23:25.666 11 INFO neutron.plugins.ml2.plugin [None req-afcd8ac5-07ce-4d5b-a9d4-9458b66d9cfd - - - - - -] Attempt 1 to provision port 70cec328-ba5b-4c26-9d04-cfa1bccc00f8 2026-05-26 22:23:25.711 11 INFO neutron.plugins.ml2.plugin [None req-afcd8ac5-07ce-4d5b-a9d4-9458b66d9cfd - - - - - -] Attempt 1 to provision port 8127d0b1-1968-489a-88dc-e6932148517d 2026-05-26 22:23:25.732 11 INFO neutron.plugins.ml2.plugin [None req-afcd8ac5-07ce-4d5b-a9d4-9458b66d9cfd - - - - - -] Attempt 1 to provision port 543d3da7-7808-4592-a967-bd9a5331714b 2026-05-26 22:23:25.775 11 INFO neutron.plugins.ml2.plugin [None req-afcd8ac5-07ce-4d5b-a9d4-9458b66d9cfd - - - - - -] Attempt 1 to provision port 0c3dfb4f-f5e7-498b-9234-04a9b1978611 2026-05-26 22:23:25.797 11 INFO neutron.plugins.ml2.plugin [None req-afcd8ac5-07ce-4d5b-a9d4-9458b66d9cfd - - - - - -] Attempt 1 to provision port bde36d00-08e2-45ef-aae6-47cdb8250009 2026-05-26 22:23:27.013 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 128e6ac4-2feb-460d-b0b7-ecddbd34e57c 2026-05-26 22:23:27.119 12 INFO neutron.notifiers.nova [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Nova event matching ['req-0110dedf-11a6-426f-88d5-7911a9c376b1'] response: {'server_uuid': 'dbeb31a7-e93d-4b5a-9c55-3ae6528f8be7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '128e6ac4-2feb-460d-b0b7-ecddbd34e57c', 'code': 200} 2026-05-26 22:23:28.589 12 INFO neutron.plugins.ml2.plugin [None req-8c3ae23e-822e-4eb2-b570-f6a0238023b2 - - - - - -] Attempt 1 to provision port 128e6ac4-2feb-460d-b0b7-ecddbd34e57c 2026-05-26 22:23:29.642 12 INFO neutron.plugins.ml2.plugin [None req-494e08ee-e985-4cb1-87d6-6d940d8bf2ea - - - - - -] Attempt 1 to provision port 543d3da7-7808-4592-a967-bd9a5331714b 2026-05-26 22:23:29.706 12 INFO neutron.plugins.ml2.plugin [None req-494e08ee-e985-4cb1-87d6-6d940d8bf2ea - - - - - -] Attempt 1 to provision port 79b737a4-8015-4847-9e9f-517230ea4783 2026-05-26 22:23:29.868 12 INFO neutron.plugins.ml2.plugin [None req-8c3ae23e-822e-4eb2-b570-f6a0238023b2 - - - - - -] Attempt 1 to provision port 8127d0b1-1968-489a-88dc-e6932148517d 2026-05-26 22:23:29.992 12 INFO neutron.plugins.ml2.plugin [None req-494e08ee-e985-4cb1-87d6-6d940d8bf2ea - - - - - -] Attempt 1 to provision port 128e6ac4-2feb-460d-b0b7-ecddbd34e57c 2026-05-26 22:23:30.027 12 INFO neutron.plugins.ml2.plugin [None req-494e08ee-e985-4cb1-87d6-6d940d8bf2ea - - - - - -] Attempt 1 to provision port 0c3dfb4f-f5e7-498b-9234-04a9b1978611 2026-05-26 22:23:30.126 12 INFO neutron.plugins.ml2.plugin [None req-494e08ee-e985-4cb1-87d6-6d940d8bf2ea - - - - - -] Attempt 1 to provision port bde36d00-08e2-45ef-aae6-47cdb8250009 2026-05-26 22:23:30.486 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port ecae412c-ec79-4337-8bc1-5cc94faa8590 2026-05-26 22:23:30.721 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 8127d0b1-1968-489a-88dc-e6932148517d 2026-05-26 22:23:30.965 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 0c3dfb4f-f5e7-498b-9234-04a9b1978611 2026-05-26 22:23:31.141 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 79b737a4-8015-4847-9e9f-517230ea4783 2026-05-26 22:23:32.464 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port ecae412c-ec79-4337-8bc1-5cc94faa8590 2026-05-26 22:23:33.208 12 INFO neutron.plugins.ml2.plugin [None req-a99022f6-d38d-4c03-8f6d-7262b6610aba - - - - - -] Attempt 1 to provision port 79b737a4-8015-4847-9e9f-517230ea4783 2026-05-26 22:23:33.251 12 INFO neutron.plugins.ml2.plugin [None req-a99022f6-d38d-4c03-8f6d-7262b6610aba - - - - - -] Attempt 1 to provision port 8127d0b1-1968-489a-88dc-e6932148517d 2026-05-26 22:23:33.300 12 INFO neutron.plugins.ml2.plugin [None req-a99022f6-d38d-4c03-8f6d-7262b6610aba - - - - - -] Attempt 1 to provision port 0c3dfb4f-f5e7-498b-9234-04a9b1978611 2026-05-26 22:23:35.343 11 INFO neutron.plugins.ml2.plugin [None req-17530670-abfe-452b-80bc-f8759148eb34 - - - - - -] Attempt 1 to provision port 79b737a4-8015-4847-9e9f-517230ea4783 2026-05-26 22:23:35.406 11 INFO neutron.plugins.ml2.plugin [None req-17530670-abfe-452b-80bc-f8759148eb34 - - - - - -] Attempt 1 to provision port 0c3dfb4f-f5e7-498b-9234-04a9b1978611 2026-05-26 22:23:36.758 11 INFO neutron.plugins.ml2.plugin [None req-f865a076-52f1-4208-8f6b-f3fdad989a20 - - - - - -] Attempt 1 to provision port 128e6ac4-2feb-460d-b0b7-ecddbd34e57c 2026-05-26 22:23:44.526 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 2c10ae7e-57bc-4c8e-a9ce-163313fbe6f9 2026-05-26 22:23:44.629 11 INFO neutron.notifiers.nova [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Nova event matching ['req-d9cae518-c515-4b7c-a377-05fdf6b2a2eb'] response: {'server_uuid': 'b8f2c634-e40d-4325-840b-afb74354aae0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2c10ae7e-57bc-4c8e-a9ce-163313fbe6f9', 'code': 200} 2026-05-26 22:23:47.149 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port dfa6ef96-037d-465d-808f-2997340ac8f5 2026-05-26 22:23:47.249 12 INFO neutron.notifiers.nova [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Nova event matching ['req-008e4feb-fbf4-4e3d-aa12-67c8c6332578'] response: {'server_uuid': '5a150e88-c7e6-4445-9560-d5e7eecd5d51', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'dfa6ef96-037d-465d-808f-2997340ac8f5', 'code': 200} 2026-05-26 22:23:47.503 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 2c10ae7e-57bc-4c8e-a9ce-163313fbe6f9 2026-05-26 22:23:48.492 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port dfa6ef96-037d-465d-808f-2997340ac8f5 2026-05-26 22:24:11.912 11 INFO neutron.plugins.ml2.plugin [None req-9fe069ca-1e92-437d-945a-8e78fc5dc212 - - - - - -] Attempt 1 to provision port 71a66df6-ed04-4d37-911c-e300b654d36b 2026-05-26 22:24:25.829 12 INFO neutron_taas.services.taas.taas_plugin [None req-f25ebab4-618e-471e-9004-6ddeda7e5290 - - - - - -] TaaS: Handle Delete Port: 93fb7efc-814d-4f1a-b96d-aaa6291a6c3a 2026-05-26 22:24:25.838 12 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f25ebab4-618e-471e-9004-6ddeda7e5290 - - - - - -] Tap Mirror: Handle Delete Port: 93fb7efc-814d-4f1a-b96d-aaa6291a6c3a 2026-05-26 22:24:33.061 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 795998d2-5889-4bd6-88a5-54f253b8dd85 2026-05-26 22:24:33.172 11 INFO neutron.notifiers.nova [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Nova event matching ['req-d6ce82fb-336f-42a4-8b78-4c9c0b4e0c33'] response: {'server_uuid': 'cf4e539e-3a9e-4647-a9ad-a08f4cee90f2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '795998d2-5889-4bd6-88a5-54f253b8dd85', 'code': 200} 2026-05-26 22:24:34.558 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 795998d2-5889-4bd6-88a5-54f253b8dd85 2026-05-26 22:25:13.917 11 INFO neutron.plugins.ml2.plugin [None req-3d3284be-c507-4290-98da-594595bdeb78 - - - - - -] Attempt 1 to provision port daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa 2026-05-26 22:25:18.563 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa 2026-05-26 22:25:18.722 12 INFO neutron.notifiers.nova [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Nova event matching ['req-e6d6f323-4642-48f5-8124-917efc04ee35'] response: {'server_uuid': 'cf4e539e-3a9e-4647-a9ad-a08f4cee90f2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa', 'code': 200} 2026-05-26 22:25:20.522 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa 2026-05-26 22:25:23.049 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa 2026-05-26 22:25:47.326 11 INFO neutron.plugins.ml2.plugin [None req-0ae26292-6693-4da8-876f-3484465c03a8 - - - - - -] Attempt 1 to provision port b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 2026-05-26 22:25:56.145 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 2026-05-26 22:25:56.298 11 INFO neutron.notifiers.nova [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Nova event matching ['req-dcd4e251-e3b4-4326-b1c1-6cdf8b1faebc'] response: {'server_uuid': 'cf4e539e-3a9e-4647-a9ad-a08f4cee90f2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3', 'code': 200} 2026-05-26 22:25:56.714 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 2026-05-26 22:26:08.219 12 INFO neutron.plugins.ml2.plugin [None req-4dcc90a3-2703-4e10-884d-b37f3be4fa3e - - - - - -] Attempt 1 to provision port 7c74b3d0-d94a-4ed7-a11e-a36c456f9254 2026-05-26 22:26:14.789 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 7c74b3d0-d94a-4ed7-a11e-a36c456f9254 2026-05-26 22:26:14.884 11 INFO neutron.notifiers.nova [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Nova event matching ['req-46368525-9e7f-4772-9444-618a8f672284'] response: {'server_uuid': 'cf4e539e-3a9e-4647-a9ad-a08f4cee90f2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7c74b3d0-d94a-4ed7-a11e-a36c456f9254', 'code': 200} 2026-05-26 22:26:16.743 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 7c74b3d0-d94a-4ed7-a11e-a36c456f9254 2026-05-26 22:26:18.495 12 INFO neutron.plugins.ml2.plugin [None req-55472218-6b38-430c-8d9e-570491629c75 - - - - - -] Attempt 1 to provision port b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 2026-05-26 22:26:18.766 11 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 2026-05-26 22:26:33.444 12 INFO neutron.plugins.ml2.plugin [None req-f1caf216-9113-4b5f-96f6-99e5fed7e79d - - - - - -] Attempt 1 to provision port 7c74b3d0-d94a-4ed7-a11e-a36c456f9254 2026-05-26 22:26:34.785 11 INFO neutron.plugins.ml2.plugin [None req-f91124c7-7306-4a42-92ba-4fe7a02cb8eb - - - - - -] Attempt 1 to provision port 7c74b3d0-d94a-4ed7-a11e-a36c456f9254 2026-05-26 22:26:34.802 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port 7c74b3d0-d94a-4ed7-a11e-a36c456f9254 2026-05-26 22:26:42.477 11 INFO neutron.plugins.ml2.plugin [None req-ba590367-61db-4764-8342-c35367eca89a - - - - - -] Attempt 1 to provision port b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 2026-05-26 22:26:42.806 12 INFO neutron.plugins.ml2.plugin [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Attempt 1 to provision port b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 2026-05-26 22:27:14.988 12 INFO neutron.notifiers.nova [None req-71917c79-aeb1-47d4-8e4c-e7ade741e043 - - - - - -] Nova event matching ['req-447e91be-dfde-4e57-8d0b-aef5083dc704'] response: {'server_uuid': 'b8f2c634-e40d-4325-840b-afb74354aae0', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '2c10ae7e-57bc-4c8e-a9ce-163313fbe6f9', 'code': 200}