+ 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-09 22:23:33.722 1 INFO neutron.common.config [-] Logging enabled! 2026-05-09 22:23:33.722 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.4.dev7 2026-05-09 22:23:33.722 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-09 22:23:33.723 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-09 22:23:34.651 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-09 22:23:34.653 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-09 22:23:34.656 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-09 22:23:34.657 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-09 22:23:34.657 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-09 22:23:34.657 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-09 22:23:34.657 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-09 22:23:34.663 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-09 22:23:34.663 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-09 22:23:34.664 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-09 22:23:34.682 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-09 22:23:34.682 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-09 22:23:34.683 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-09 22:23:34.722 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-09 22:23:34.722 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-09 22:23:34.722 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-09 22:23:34.722 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-09 22:23:34.994 1 INFO neutron.plugins.ml2.managers [None req-e010bc49-c85a-4366-bae8-b816c7af1030 - - - - - -] Initializing driver for type 'vlan' 2026-05-09 22:23:35.124 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e010bc49-c85a-4366-bae8-b816c7af1030 - - - - - -] VlanTypeDriver initialization complete 2026-05-09 22:23:35.125 1 INFO neutron.plugins.ml2.managers [None req-e010bc49-c85a-4366-bae8-b816c7af1030 - - - - - -] Initializing driver for type 'vxlan' 2026-05-09 22:23:35.125 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e010bc49-c85a-4366-bae8-b816c7af1030 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-09 22:23:35.169 1 INFO neutron.plugins.ml2.managers [None req-e010bc49-c85a-4366-bae8-b816c7af1030 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-09 22:23:35.170 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e010bc49-c85a-4366-bae8-b816c7af1030 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-09 22:23:35.170 1 INFO neutron.plugins.ml2.managers [None req-e010bc49-c85a-4366-bae8-b816c7af1030 - - - - - -] Initializing extension driver 'port_security' 2026-05-09 22:23:35.170 1 INFO neutron.plugins.ml2.extensions.port_security [None req-e010bc49-c85a-4366-bae8-b816c7af1030 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-09 22:23:35.170 1 INFO neutron.plugins.ml2.managers [None req-e010bc49-c85a-4366-bae8-b816c7af1030 - - - - - -] Initializing extension driver 'qos' 2026-05-09 22:23:35.171 1 INFO neutron.plugins.ml2.managers [None req-e010bc49-c85a-4366-bae8-b816c7af1030 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-09 22:23:35.171 1 INFO neutron.plugins.ml2.managers [None req-e010bc49-c85a-4366-bae8-b816c7af1030 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-09 22:23:35.184 1 INFO neutron.quota [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded quota_driver: . 2026-05-09 22:23:35.185 1 INFO neutron.plugins.ml2.plugin [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Modular L2 Plugin initialization complete 2026-05-09 22:23:35.185 1 INFO neutron.plugins.ml2.managers [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-09 22:23:35.185 1 INFO neutron.plugins.ml2.managers [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-09 22:23:35.185 1 INFO neutron.plugins.ml2.managers [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-09 22:23:35.185 1 INFO neutron.extensions.vlantransparent [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Disabled vlantransparent extension. 2026-05-09 22:23:35.185 1 INFO neutron.extensions.qinq [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Disabled VLAN QinQ extension. 2026-05-09 22:23:35.186 1 INFO neutron.manager [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loading Plugin: qos 2026-05-09 22:23:35.196 1 INFO neutron.manager [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loading Plugin: router 2026-05-09 22:23:35.229 1 INFO neutron.services.service_base [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-09 22:23:35.230 1 INFO neutron.manager [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loading Plugin: segments 2026-05-09 22:23:35.293 1 INFO neutron.manager [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loading Plugin: trunk 2026-05-09 22:23:35.305 1 INFO neutron.manager [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loading Plugin: vpnaas 2026-05-09 22:23:35.335 1 WARNING stevedore.named [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-09 22:23:35.335 1 WARNING stevedore.named [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-09 22:23:35.553 1 INFO neutron_vpnaas.services.vpn.plugin [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-09 22:23:35.553 1 INFO neutron.common.utils [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-09 22:23:35.554 1 INFO neutron.manager [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loading Plugin: taas 2026-05-09 22:23:35.572 1 WARNING stevedore.named [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-09 22:23:35.601 1 INFO neutron_taas.services.taas.taas_plugin [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-09 22:23:35.602 1 INFO neutron.manager [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loading Plugin: tapmirror 2026-05-09 22:23:35.611 1 WARNING stevedore.named [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-09 22:23:35.627 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-09 22:23:35.628 1 INFO neutron.manager [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loading Plugin: auto_allocate 2026-05-09 22:23:35.638 1 INFO neutron.manager [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loading Plugin: tag 2026-05-09 22:23:35.649 1 INFO neutron.manager [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loading Plugin: timestamp 2026-05-09 22:23:35.651 1 INFO neutron.manager [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loading Plugin: network_ip_availability 2026-05-09 22:23:35.654 1 INFO neutron.manager [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loading Plugin: flavors 2026-05-09 22:23:35.657 1 INFO neutron.manager [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loading Plugin: revisions 2026-05-09 22:23:35.659 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Initializing extension manager. 2026-05-09 22:23:35.660 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: address-group 2026-05-09 22:23:35.661 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: address-scope 2026-05-09 22:23:35.662 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-09 22:23:35.662 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: agent 2026-05-09 22:23:35.663 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: agent-resources-synced 2026-05-09 22:23:35.664 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-09 22:23:35.664 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-09 22:23:35.665 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: availability_zone 2026-05-09 22:23:35.665 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: availability_zone_filter 2026-05-09 22:23:35.666 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-09 22:23:35.666 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: default-subnetpools 2026-05-09 22:23:35.668 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-09 22:23:35.668 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: dns-integration 2026-05-09 22:23:35.668 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: dns-domain-ports 2026-05-09 22:23:35.669 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-09 22:23:35.669 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: dvr 2026-05-09 22:23:35.670 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-09 22:23:35.670 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: empty-string-filtering 2026-05-09 22:23:35.671 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-09 22:23:35.671 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-09 22:23:35.672 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: external-net 2026-05-09 22:23:35.672 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-09 22:23:35.672 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: extraroute 2026-05-09 22:23:35.673 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: extraroute-atomic 2026-05-09 22:23:35.673 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-09 22:23:35.674 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-09 22:23:35.674 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-09 22:23:35.675 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-09 22:23:35.675 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: fip-port-details 2026-05-09 22:23:35.676 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: flavors 2026-05-09 22:23:35.677 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-09 22:23:35.677 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: floatingip-pools 2026-05-09 22:23:35.678 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: ip_allocation 2026-05-09 22:23:35.678 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-09 22:23:35.679 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: l2_adjacency 2026-05-09 22:23:35.679 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: router 2026-05-09 22:23:35.681 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-09 22:23:35.682 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-09 22:23:35.682 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-09 22:23:35.682 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: ext-gw-mode 2026-05-09 22:23:35.683 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: l3-ha 2026-05-09 22:23:35.683 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-09 22:23:35.684 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-09 22:23:35.684 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: l3-flavors 2026-05-09 22:23:35.685 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-09 22:23:35.685 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-09 22:23:35.687 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-09 22:23:35.688 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-09 22:23:35.689 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-09 22:23:35.690 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-09 22:23:35.690 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-09 22:23:35.691 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: multi-provider 2026-05-09 22:23:35.691 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: net-mtu 2026-05-09 22:23:35.692 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: net-mtu-writable 2026-05-09 22:23:35.692 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: network_availability_zone 2026-05-09 22:23:35.692 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: network_ha 2026-05-09 22:23:35.693 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: network-ip-availability 2026-05-09 22:23:35.694 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-09 22:23:35.694 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: pagination 2026-05-09 22:23:35.695 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: port-device-profile 2026-05-09 22:23:35.695 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-09 22:23:35.695 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-09 22:23:35.696 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-09 22:23:35.696 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: port-mac-override 2026-05-09 22:23:35.697 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-09 22:23:35.697 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-09 22:23:35.698 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-09 22:23:35.698 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: port-resource-request 2026-05-09 22:23:35.699 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-09 22:23:35.699 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-09 22:23:35.699 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: binding 2026-05-09 22:23:35.700 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: binding-extended 2026-05-09 22:23:35.701 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: port-security 2026-05-09 22:23:35.701 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: project-id 2026-05-09 22:23:35.701 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: provider 2026-05-09 22:23:35.702 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-09 22:23:35.704 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: qos 2026-05-09 22:23:35.704 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-09 22:23:35.705 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-09 22:23:35.705 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: qos-default 2026-05-09 22:23:35.705 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: qos-fip 2026-05-09 22:23:35.706 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-09 22:23:35.706 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-09 22:23:35.707 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-09 22:23:35.707 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-09 22:23:35.708 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-09 22:23:35.708 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: qos-pps 2026-05-09 22:23:35.709 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-09 22:23:35.709 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-09 22:23:35.710 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: qos-rules-alias 2026-05-09 22:23:35.710 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: quota-check-limit 2026-05-09 22:23:35.711 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-09 22:23:35.712 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: quotas 2026-05-09 22:23:35.715 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: quota_details 2026-05-09 22:23:35.716 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: rbac-policies 2026-05-09 22:23:35.716 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: rbac-address-group 2026-05-09 22:23:35.717 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: rbac-address-scope 2026-05-09 22:23:35.717 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: rbac-security-groups 2026-05-09 22:23:35.718 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-09 22:23:35.718 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: revision-if-match 2026-05-09 22:23:35.719 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-09 22:23:35.719 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: router_availability_zone 2026-05-09 22:23:35.720 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-09 22:23:35.721 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-09 22:23:35.721 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-09 22:23:35.722 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-09 22:23:35.722 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-09 22:23:35.723 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-09 22:23:35.723 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-09 22:23:35.727 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: security-group 2026-05-09 22:23:35.727 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: segment 2026-05-09 22:23:35.728 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-09 22:23:35.728 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: service-type 2026-05-09 22:23:35.729 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: sorting 2026-05-09 22:23:35.729 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: standard-attr-segment 2026-05-09 22:23:35.730 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: standard-attr-description 2026-05-09 22:23:35.730 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: stateful-security-group 2026-05-09 22:23:35.731 1 WARNING neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-09 22:23:35.731 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-09 22:23:35.732 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: subnet-external-network 2026-05-09 22:23:35.732 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: subnet_onboard 2026-05-09 22:23:35.733 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-09 22:23:35.733 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: subnet-service-types 2026-05-09 22:23:35.734 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: subnet_allocation 2026-05-09 22:23:35.734 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-09 22:23:35.735 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: tag-creation 2026-05-09 22:23:35.735 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-09 22:23:35.738 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: standard-attr-tag 2026-05-09 22:23:35.739 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-09 22:23:35.739 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: trunk 2026-05-09 22:23:35.740 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: trunk-details 2026-05-09 22:23:35.740 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-09 22:23:35.741 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-09 22:23:35.741 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-09 22:23:35.742 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-09 22:23:35.743 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-09 22:23:35.744 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-09 22:23:35.744 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: vpn-flavors 2026-05-09 22:23:35.745 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: vpnaas 2026-05-09 22:23:35.746 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: taas 2026-05-09 22:23:35.747 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: tap-mirror 2026-05-09 22:23:35.748 1 INFO neutron.api.extensions [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-09 22:23:35.750 1 INFO oslo_service.backend.eventlet.service [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Starting 2 workers 2026-05-09 22:23:35.755 1 INFO oslo_service.backend.eventlet.service [None req-2e27a30f-a59d-48d2-a88a-fc33810fc607 - - - - - -] Starting 1 workers 2026-05-09 22:24:24.237 11 INFO neutron.db.l3_hamode_db [None req-7f364725-b6f1-459c-9d75-3aaede99b58f - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 22:24:39.556 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 399afac5-607c-49f8-9ee6-574bd4b345bc 2026-05-09 22:24:40.912 12 INFO neutron.plugins.ml2.plugin [None req-7f675659-6f4d-45db-9373-3330cdbc2b6d - - - - - -] Attempt 1 to provision port 399afac5-607c-49f8-9ee6-574bd4b345bc 2026-05-09 22:24:41.482 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 399afac5-607c-49f8-9ee6-574bd4b345bc 2026-05-09 22:24:42.646 12 INFO neutron.plugins.ml2.plugin [None req-ba27f4b5-b054-4d66-86e0-764e95cafab8 - - - - - -] Attempt 1 to provision port 399afac5-607c-49f8-9ee6-574bd4b345bc 2026-05-09 22:29:09.659 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 3b91f67b-ab86-4a32-a5c5-0d170a662553 2026-05-09 22:29:10.208 12 INFO neutron.plugins.ml2.plugin [None req-3b84a074-70bc-4dbd-b461-aad5b89652c7 - - - - - -] Attempt 1 to provision port 3b91f67b-ab86-4a32-a5c5-0d170a662553 2026-05-09 22:29:11.631 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 3b91f67b-ab86-4a32-a5c5-0d170a662553 2026-05-09 22:29:11.882 12 INFO neutron.plugins.ml2.plugin [None req-21762f5b-f042-4443-a8ff-51666836bc34 - - - - - -] Attempt 1 to provision port 3b91f67b-ab86-4a32-a5c5-0d170a662553 2026-05-09 22:29:16.850 12 INFO neutron.plugins.ml2.plugin [None req-4321bb7a-a5fa-4be9-8e46-2d94feeac992 - - - - - -] Attempt 1 to provision port dfc769c9-dbbe-4b26-81e3-a3c46b84adca 2026-05-09 22:32:52.366 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port dfc769c9-dbbe-4b26-81e3-a3c46b84adca 2026-05-09 22:32:53.775 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port dfc769c9-dbbe-4b26-81e3-a3c46b84adca 2026-05-09 22:43:06.170 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 746804ef-2809-414e-9606-cc60af4a1487 2026-05-09 22:43:08.147 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 746804ef-2809-414e-9606-cc60af4a1487 2026-05-09 22:58:28.767 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port c6da8b8a-b7b6-438f-bfde-c91a1f32d53d 2026-05-09 22:58:29.754 11 INFO neutron.plugins.ml2.plugin [None req-3365ec30-03ca-4ccb-8f08-2a392edf577d - - - - - -] Attempt 1 to provision port c6da8b8a-b7b6-438f-bfde-c91a1f32d53d 2026-05-09 22:58:30.688 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port c6da8b8a-b7b6-438f-bfde-c91a1f32d53d 2026-05-09 22:58:32.735 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port f01d8a5d-2fdb-420b-8191-b88cbab9768b 2026-05-09 22:58:34.717 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port f01d8a5d-2fdb-420b-8191-b88cbab9768b 2026-05-09 22:58:38.818 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 35d89f80-5991-405d-b7f7-2a70be465b51 2026-05-09 22:58:39.682 11 INFO neutron.plugins.ml2.plugin [None req-fd97ecb8-8869-44ee-a77f-9e74337e6423 - - - - - -] Attempt 1 to provision port 35d89f80-5991-405d-b7f7-2a70be465b51 2026-05-09 22:58:39.743 11 INFO neutron.plugins.ml2.plugin [None req-fd97ecb8-8869-44ee-a77f-9e74337e6423 - - - - - -] Attempt 1 to provision port 297fc3ed-cfeb-4e3c-980c-3d4fc4e5c1bd 2026-05-09 22:58:40.933 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 35d89f80-5991-405d-b7f7-2a70be465b51 2026-05-09 22:58:42.826 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port c64afe6c-981d-4093-a680-5cd5a69e96c9 2026-05-09 22:58:43.235 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 570cd33c-2f47-40d6-a078-3ce3afd18e85 2026-05-09 22:58:43.629 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 730ce6ac-f5bc-4158-8378-9a9efc47da75 2026-05-09 22:58:44.747 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port c64afe6c-981d-4093-a680-5cd5a69e96c9 2026-05-09 22:58:44.980 11 INFO neutron.plugins.ml2.plugin [None req-d0828904-d883-40f3-aa7a-7751cc54a5c5 - - - - - -] Attempt 1 to provision port 570cd33c-2f47-40d6-a078-3ce3afd18e85 2026-05-09 22:58:45.478 11 INFO neutron.plugins.ml2.plugin [None req-d0828904-d883-40f3-aa7a-7751cc54a5c5 - - - - - -] Attempt 1 to provision port 730ce6ac-f5bc-4158-8378-9a9efc47da75 2026-05-09 22:58:46.751 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 4925260a-1933-465f-9c47-dd8538361b4d 2026-05-09 22:58:47.642 11 INFO neutron.plugins.ml2.plugin [None req-670d05c4-1823-4536-a48e-e19610f873c8 - - - - - -] Attempt 1 to provision port 35d89f80-5991-405d-b7f7-2a70be465b51 2026-05-09 22:58:47.738 11 INFO neutron.plugins.ml2.plugin [None req-670d05c4-1823-4536-a48e-e19610f873c8 - - - - - -] Attempt 1 to provision port 297fc3ed-cfeb-4e3c-980c-3d4fc4e5c1bd 2026-05-09 22:58:47.802 11 INFO neutron.plugins.ml2.plugin [None req-670d05c4-1823-4536-a48e-e19610f873c8 - - - - - -] Attempt 1 to provision port 570cd33c-2f47-40d6-a078-3ce3afd18e85 2026-05-09 22:58:47.889 11 INFO neutron.plugins.ml2.plugin [None req-670d05c4-1823-4536-a48e-e19610f873c8 - - - - - -] Attempt 1 to provision port 817baf95-fe28-4349-a6ed-171e1a2a3ac8 2026-05-09 22:58:48.782 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 146c43be-7fef-403a-9935-b6cf08363812 2026-05-09 22:58:49.201 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 4925260a-1933-465f-9c47-dd8538361b4d 2026-05-09 22:58:50.985 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 146c43be-7fef-403a-9935-b6cf08363812 2026-05-09 22:58:51.207 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port db867c66-a514-4486-b760-9a67e49a40cf 2026-05-09 22:58:53.932 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 558bfb79-33f5-425a-a4dc-76b94c28064c 2026-05-09 22:58:54.355 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 07123044-a98c-4481-9b4e-04e6750126ef 2026-05-09 22:58:54.424 12 INFO neutron.notifiers.nova [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Nova event matching ['req-9f1c84e3-80e0-4eee-9ae9-5d5927c183f2'] response: {'server_uuid': '82465702-e348-42ce-9dea-a7a91b70131a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '558bfb79-33f5-425a-a4dc-76b94c28064c', 'code': 200} 2026-05-09 22:58:54.789 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port db867c66-a514-4486-b760-9a67e49a40cf 2026-05-09 22:58:55.649 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 558bfb79-33f5-425a-a4dc-76b94c28064c 2026-05-09 22:58:55.883 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port d2ba25eb-cd9d-493d-9ee4-299fd431be39 2026-05-09 22:58:56.287 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 07123044-a98c-4481-9b4e-04e6750126ef 2026-05-09 22:58:56.465 12 INFO neutron.notifiers.nova [None req-e74c927d-1df8-49ae-8a3e-e4fb225425f2 - - - - - -] Nova event matching ['req-facf211e-9437-40da-a437-c88772bd3d4c'] response: {'server_uuid': '9f444a6d-130d-4a67-b020-2755d240ffb8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '07123044-a98c-4481-9b4e-04e6750126ef', 'code': 200} 2026-05-09 22:58:57.588 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port d2ba25eb-cd9d-493d-9ee4-299fd431be39 2026-05-09 22:58:57.651 11 INFO neutron.plugins.ml2.plugin [None req-6e0b9021-f42a-49cc-9e95-5748c2a53450 - - - - - -] Attempt 1 to provision port 0cda7ac3-5ff9-4a44-a050-7fa146cc0fb9 2026-05-09 22:58:57.716 11 INFO neutron.plugins.ml2.plugin [None req-6e0b9021-f42a-49cc-9e95-5748c2a53450 - - - - - -] Attempt 1 to provision port 297fc3ed-cfeb-4e3c-980c-3d4fc4e5c1bd 2026-05-09 22:58:57.759 11 INFO neutron.plugins.ml2.plugin [None req-6e0b9021-f42a-49cc-9e95-5748c2a53450 - - - - - -] Attempt 1 to provision port f3f5345b-ca14-4ebe-b163-e90683e3ab0a 2026-05-09 22:58:57.785 11 INFO neutron.plugins.ml2.plugin [None req-6e0b9021-f42a-49cc-9e95-5748c2a53450 - - - - - -] Attempt 1 to provision port db867c66-a514-4486-b760-9a67e49a40cf 2026-05-09 22:58:57.840 11 INFO neutron.plugins.ml2.plugin [None req-6e0b9021-f42a-49cc-9e95-5748c2a53450 - - - - - -] Attempt 1 to provision port d2ba25eb-cd9d-493d-9ee4-299fd431be39 2026-05-09 22:58:58.041 11 INFO neutron.plugins.ml2.plugin [None req-033d9a1d-2470-4d75-b880-c8ba1641530a - - - - - -] Attempt 1 to provision port ef656544-0b41-4106-b8a2-ef2809ccc717 2026-05-09 22:59:02.255 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port e825fb14-3f26-4800-9814-ddc3cd2a6b7b 2026-05-09 22:59:02.385 12 INFO neutron.notifiers.nova [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Nova event matching ['req-b0b315d2-d65c-4cb1-9134-71ed49daf3d4'] response: {'server_uuid': 'f7790794-1149-4fa5-be05-e69db79310de', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e825fb14-3f26-4800-9814-ddc3cd2a6b7b', 'code': 200} 2026-05-09 22:59:02.569 11 INFO neutron.plugins.ml2.plugin [None req-ebf69300-15cf-48b7-bbb8-746b4fd7677c - - - - - -] Attempt 1 to provision port 297fc3ed-cfeb-4e3c-980c-3d4fc4e5c1bd 2026-05-09 22:59:02.598 11 INFO neutron.plugins.ml2.plugin [None req-ebf69300-15cf-48b7-bbb8-746b4fd7677c - - - - - -] Attempt 1 to provision port 570cd33c-2f47-40d6-a078-3ce3afd18e85 2026-05-09 22:59:02.672 11 INFO neutron.plugins.ml2.plugin [None req-ebf69300-15cf-48b7-bbb8-746b4fd7677c - - - - - -] Attempt 1 to provision port 07123044-a98c-4481-9b4e-04e6750126ef 2026-05-09 22:59:02.754 11 INFO neutron.plugins.ml2.plugin [None req-ebf69300-15cf-48b7-bbb8-746b4fd7677c - - - - - -] Attempt 1 to provision port 817baf95-fe28-4349-a6ed-171e1a2a3ac8 2026-05-09 22:59:03.626 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port e825fb14-3f26-4800-9814-ddc3cd2a6b7b 2026-05-09 22:59:07.160 11 INFO neutron.plugins.ml2.plugin [None req-0e5268d0-37a7-48b8-b3f6-1d52ade94313 - - - - - -] Attempt 1 to provision port 0cda7ac3-5ff9-4a44-a050-7fa146cc0fb9 2026-05-09 22:59:07.194 11 INFO neutron.plugins.ml2.plugin [None req-0e5268d0-37a7-48b8-b3f6-1d52ade94313 - - - - - -] Attempt 1 to provision port ef656544-0b41-4106-b8a2-ef2809ccc717 2026-05-09 22:59:07.218 11 INFO neutron.plugins.ml2.plugin [None req-0e5268d0-37a7-48b8-b3f6-1d52ade94313 - - - - - -] Attempt 1 to provision port db867c66-a514-4486-b760-9a67e49a40cf 2026-05-09 22:59:07.267 11 INFO neutron.plugins.ml2.plugin [None req-0e5268d0-37a7-48b8-b3f6-1d52ade94313 - - - - - -] Attempt 1 to provision port e825fb14-3f26-4800-9814-ddc3cd2a6b7b 2026-05-09 22:59:07.337 11 INFO neutron.plugins.ml2.plugin [None req-0e5268d0-37a7-48b8-b3f6-1d52ade94313 - - - - - -] Attempt 1 to provision port d2ba25eb-cd9d-493d-9ee4-299fd431be39 2026-05-09 22:59:08.243 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port e7f6a3d8-1118-457e-a2b9-b874a2117482 2026-05-09 22:59:08.355 12 INFO neutron.notifiers.nova [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Nova event matching ['req-9066adc4-51f0-4e42-a2ca-fd5c0b26fb8c'] response: {'server_uuid': '834f55be-621f-4cb8-a38b-e27f8856b515', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e7f6a3d8-1118-457e-a2b9-b874a2117482', 'code': 200} 2026-05-09 22:59:09.604 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port e7f6a3d8-1118-457e-a2b9-b874a2117482 2026-05-09 22:59:11.466 12 INFO neutron.plugins.ml2.plugin [None req-d6be686e-4d8e-4583-a6b8-a5e1571d576d - - - - - -] Attempt 1 to provision port 0cda7ac3-5ff9-4a44-a050-7fa146cc0fb9 2026-05-09 22:59:11.496 12 INFO neutron.plugins.ml2.plugin [None req-d6be686e-4d8e-4583-a6b8-a5e1571d576d - - - - - -] Attempt 1 to provision port 558bfb79-33f5-425a-a4dc-76b94c28064c 2026-05-09 22:59:11.566 12 INFO neutron.plugins.ml2.plugin [None req-83be5637-bb4d-4b07-af85-a45e6fefbb9e - - - - - -] Attempt 1 to provision port dc11938e-5ad6-44e3-9b83-0be1687c8fa3 2026-05-09 22:59:11.603 12 INFO neutron.plugins.ml2.plugin [None req-83be5637-bb4d-4b07-af85-a45e6fefbb9e - - - - - -] Attempt 1 to provision port 817baf95-fe28-4349-a6ed-171e1a2a3ac8 2026-05-09 22:59:11.645 12 INFO neutron.plugins.ml2.plugin [None req-83be5637-bb4d-4b07-af85-a45e6fefbb9e - - - - - -] Attempt 1 to provision port ef656544-0b41-4106-b8a2-ef2809ccc717 2026-05-09 22:59:15.040 11 INFO neutron.plugins.ml2.plugin [None req-00ddd57e-67b5-4f50-bbf5-3be0a7dd0a74 - - - - - -] Attempt 1 to provision port a76f0e58-85b7-43ca-a025-db954a8e992d 2026-05-09 22:59:15.073 11 INFO neutron.plugins.ml2.plugin [None req-00ddd57e-67b5-4f50-bbf5-3be0a7dd0a74 - - - - - -] Attempt 1 to provision port ef656544-0b41-4106-b8a2-ef2809ccc717 2026-05-09 22:59:15.103 11 INFO neutron.plugins.ml2.plugin [None req-00ddd57e-67b5-4f50-bbf5-3be0a7dd0a74 - - - - - -] Attempt 1 to provision port 817baf95-fe28-4349-a6ed-171e1a2a3ac8 2026-05-09 22:59:18.584 12 INFO neutron.plugins.ml2.plugin [None req-4ff08e46-d0a2-445c-a955-c87ba48ec7e8 - - - - - -] Attempt 1 to provision port 07123044-a98c-4481-9b4e-04e6750126ef 2026-05-09 22:59:21.592 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port f3f5345b-ca14-4ebe-b163-e90683e3ab0a 2026-05-09 22:59:21.863 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 297fc3ed-cfeb-4e3c-980c-3d4fc4e5c1bd 2026-05-09 22:59:23.690 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port f3f5345b-ca14-4ebe-b163-e90683e3ab0a 2026-05-09 22:59:23.881 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 817baf95-fe28-4349-a6ed-171e1a2a3ac8 2026-05-09 22:59:24.190 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 82d09044-def4-4317-99a4-731e6b03ac3f 2026-05-09 22:59:24.322 12 INFO neutron.plugins.ml2.plugin [None req-b7c6bfaa-cc5f-416c-8af1-b767e5708207 - - - - - -] Attempt 1 to provision port 76b4b6c4-9a48-4500-a05c-9e92126fd2ec 2026-05-09 22:59:24.590 12 INFO neutron.plugins.ml2.plugin [None req-b7c6bfaa-cc5f-416c-8af1-b767e5708207 - - - - - -] Attempt 1 to provision port dc11938e-5ad6-44e3-9b83-0be1687c8fa3 2026-05-09 22:59:24.878 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 76b4b6c4-9a48-4500-a05c-9e92126fd2ec 2026-05-09 22:59:25.105 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 297fc3ed-cfeb-4e3c-980c-3d4fc4e5c1bd 2026-05-09 22:59:26.702 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 82d09044-def4-4317-99a4-731e6b03ac3f 2026-05-09 22:59:26.923 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 817baf95-fe28-4349-a6ed-171e1a2a3ac8 2026-05-09 22:59:27.151 11 INFO neutron.plugins.ml2.plugin [None req-0419161c-d382-4940-bccb-b34125c89ce9 - - - - - -] Attempt 1 to provision port dc11938e-5ad6-44e3-9b83-0be1687c8fa3 2026-05-09 22:59:27.351 11 INFO neutron.plugins.ml2.plugin [None req-0419161c-d382-4940-bccb-b34125c89ce9 - - - - - -] Attempt 1 to provision port 76b4b6c4-9a48-4500-a05c-9e92126fd2ec 2026-05-09 22:59:30.721 12 INFO neutron.plugins.ml2.plugin [None req-f2eeb846-114e-4e20-9a03-4454be206722 - - - - - -] Attempt 1 to provision port 76b4b6c4-9a48-4500-a05c-9e92126fd2ec 2026-05-09 22:59:30.777 12 INFO neutron.plugins.ml2.plugin [None req-f2eeb846-114e-4e20-9a03-4454be206722 - - - - - -] Attempt 1 to provision port d970fac9-a95a-4f31-a82b-279a11d9dc5d 2026-05-09 22:59:34.047 12 INFO neutron.plugins.ml2.plugin [None req-cf654849-c07e-4c16-ace3-cfbd112a59d2 - - - - - -] Attempt 1 to provision port 558bfb79-33f5-425a-a4dc-76b94c28064c 2026-05-09 22:59:34.104 12 INFO neutron.plugins.ml2.plugin [None req-cf654849-c07e-4c16-ace3-cfbd112a59d2 - - - - - -] Attempt 1 to provision port d970fac9-a95a-4f31-a82b-279a11d9dc5d 2026-05-09 22:59:34.130 12 INFO neutron.plugins.ml2.plugin [None req-cf654849-c07e-4c16-ace3-cfbd112a59d2 - - - - - -] Attempt 1 to provision port 468876cb-46d5-4457-8578-3df25f1aa81d 2026-05-09 22:59:35.186 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 18d95f13-0383-4e82-a468-8ebf5fb0ca13 2026-05-09 22:59:35.940 11 INFO neutron.notifiers.nova [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Nova event matching ['req-1d173309-d944-468f-83bb-569e913024e4'] response: {'server_uuid': 'aded5cc8-ae27-40c0-be44-5737b1e90f0d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '18d95f13-0383-4e82-a468-8ebf5fb0ca13', 'code': 200} 2026-05-09 22:59:36.883 12 INFO neutron.plugins.ml2.plugin [None req-20bbbebb-e311-4bab-a4f5-9bc264139172 - - - - - -] Attempt 1 to provision port d970fac9-a95a-4f31-a82b-279a11d9dc5d 2026-05-09 22:59:37.100 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 18d95f13-0383-4e82-a468-8ebf5fb0ca13 2026-05-09 22:59:37.319 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 07123044-a98c-4481-9b4e-04e6750126ef 2026-05-09 22:59:37.998 11 INFO neutron.notifiers.nova [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Nova event matching ['req-418ab75c-487c-4d17-9572-88e94a262938'] response: {'server_uuid': '9f444a6d-130d-4a67-b020-2755d240ffb8', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '07123044-a98c-4481-9b4e-04e6750126ef', 'code': 200} 2026-05-09 22:59:37.999 11 INFO neutron.notifiers.nova [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Nova event matching ['req-418ab75c-487c-4d17-9572-88e94a262938'] response: {'server_uuid': '9f444a6d-130d-4a67-b020-2755d240ffb8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '07123044-a98c-4481-9b4e-04e6750126ef', 'code': 200} 2026-05-09 22:59:38.933 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 07123044-a98c-4481-9b4e-04e6750126ef 2026-05-09 22:59:39.312 12 INFO neutron.plugins.ml2.plugin [None req-3d7cde48-c1f3-4a5e-a61e-6cc078586740 - - - - - -] Attempt 1 to provision port 18d95f13-0383-4e82-a468-8ebf5fb0ca13 2026-05-09 22:59:41.004 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 468876cb-46d5-4457-8578-3df25f1aa81d 2026-05-09 22:59:41.229 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port d970fac9-a95a-4f31-a82b-279a11d9dc5d 2026-05-09 22:59:43.032 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 468876cb-46d5-4457-8578-3df25f1aa81d 2026-05-09 22:59:43.212 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port d970fac9-a95a-4f31-a82b-279a11d9dc5d 2026-05-09 22:59:49.082 11 INFO neutron.plugins.ml2.plugin [None req-0e8c271d-db0a-49cc-a495-334e85b1ef6c - - - - - -] Attempt 1 to provision port c66aeb13-4faa-407a-aa60-15943ec323ed 2026-05-09 22:59:49.238 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port c66aeb13-4faa-407a-aa60-15943ec323ed 2026-05-09 22:59:51.211 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port bb28c7fd-7705-46f5-a142-4d0836b75348 2026-05-09 22:59:51.570 12 INFO neutron.plugins.ml2.plugin [None req-36ad7b3f-ffe6-42e7-8aff-8e708547dd4e - - - - - -] Attempt 1 to provision port c66aeb13-4faa-407a-aa60-15943ec323ed 2026-05-09 22:59:52.178 12 INFO neutron.plugins.ml2.plugin [None req-ebc4e5c5-c192-4f27-ada2-1c5cce45c8d6 - - - - - -] Attempt 1 to provision port 3c76b096-7484-4d99-98f8-73463fb13751 2026-05-09 22:59:52.210 12 INFO neutron.plugins.ml2.plugin [None req-ebc4e5c5-c192-4f27-ada2-1c5cce45c8d6 - - - - - -] Attempt 1 to provision port c66aeb13-4faa-407a-aa60-15943ec323ed 2026-05-09 22:59:52.978 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port bb28c7fd-7705-46f5-a142-4d0836b75348 2026-05-09 22:59:55.327 12 INFO neutron.plugins.ml2.plugin [None req-304f5152-bd03-46e8-956b-1a28f0e8c161 - - - - - -] Attempt 1 to provision port 3c76b096-7484-4d99-98f8-73463fb13751 2026-05-09 22:59:55.362 12 INFO neutron.plugins.ml2.plugin [None req-304f5152-bd03-46e8-956b-1a28f0e8c161 - - - - - -] Attempt 1 to provision port 7f27e214-cfc8-4a5b-a9b2-22726062f0d0 2026-05-09 22:59:59.352 12 INFO neutron.plugins.ml2.plugin [None req-358b5b78-736a-41ad-b620-124256b86504 - - - - - -] Attempt 1 to provision port 3c76b096-7484-4d99-98f8-73463fb13751 2026-05-09 23:00:02.086 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port da317c86-9844-4e83-8492-5b37ee28b2bf 2026-05-09 23:00:02.230 12 INFO neutron.notifiers.nova [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Nova event matching ['req-1ef87a1b-f078-4b02-8a36-afe35b346562'] response: {'server_uuid': '06d45057-b1a6-4de0-8cbe-da3ed2c5e484', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'da317c86-9844-4e83-8492-5b37ee28b2bf', 'code': 200} 2026-05-09 23:00:03.528 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port da317c86-9844-4e83-8492-5b37ee28b2bf 2026-05-09 23:00:07.646 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 3c76b096-7484-4d99-98f8-73463fb13751 2026-05-09 23:00:09.584 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 3c76b096-7484-4d99-98f8-73463fb13751 2026-05-09 23:00:09.820 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 7f27e214-cfc8-4a5b-a9b2-22726062f0d0 2026-05-09 23:00:11.476 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 7f27e214-cfc8-4a5b-a9b2-22726062f0d0 2026-05-09 23:00:36.721 11 INFO neutron.plugins.ml2.plugin [None req-20a66256-5999-42f3-9bbb-f88e3151ccd0 - - - - - -] Attempt 1 to provision port e71e49cf-6d45-4993-8705-a094600dfedc 2026-05-09 23:00:51.496 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port d3f5a319-f5f5-4a7c-b82d-1c5f49fceb0e 2026-05-09 23:00:53.396 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port d3f5a319-f5f5-4a7c-b82d-1c5f49fceb0e 2026-05-09 23:00:53.428 11 INFO neutron.plugins.ml2.plugin [None req-c5490b0c-1f6b-4dfc-a7c4-7d98261475ad - - - - - -] Attempt 1 to provision port d3f5a319-f5f5-4a7c-b82d-1c5f49fceb0e 2026-05-09 23:00:55.506 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 28ece159-21bb-4025-8241-6bab321b56de 2026-05-09 23:01:01.436 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port dd8142fa-9fee-4e17-8959-0560cd77b1a2 2026-05-09 23:01:03.515 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port dd8142fa-9fee-4e17-8959-0560cd77b1a2 2026-05-09 23:01:05.049 11 INFO neutron.plugins.ml2.plugin [None req-c9901bf2-d664-49c7-af0f-54bc2760c47c - - - - - -] Attempt 1 to provision port 42d33c93-f383-449e-b28b-491a31edf879 2026-05-09 23:01:07.673 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 022e54ec-0110-4ecd-b773-13f768945f10 2026-05-09 23:01:09.470 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 022e54ec-0110-4ecd-b773-13f768945f10 2026-05-09 23:01:10.828 11 INFO neutron.plugins.ml2.plugin [None req-214fc67d-88e2-4509-9ced-a7d1139595ae - - - - - -] Attempt 1 to provision port bf0f1ad2-7f2b-4709-9f34-89bec7afd0ad 2026-05-09 23:01:10.859 11 INFO neutron.plugins.ml2.plugin [None req-214fc67d-88e2-4509-9ced-a7d1139595ae - - - - - -] Attempt 1 to provision port 022e54ec-0110-4ecd-b773-13f768945f10 2026-05-09 23:01:16.073 12 INFO neutron.plugins.ml2.plugin [None req-0fa63295-c080-4886-9723-f52959455b9d - - - - - -] Attempt 1 to provision port 5ead5a1d-8cca-439f-9a28-3f3c3a3b8899 2026-05-09 23:01:16.236 12 INFO neutron.notifiers.nova [None req-0fa63295-c080-4886-9723-f52959455b9d - - - - - -] Nova event matching ['req-7d4d6e06-e587-46e1-8caf-bb5ec2a1bb06'] response: {'server_uuid': 'b43be908-182b-44a3-be06-55a8a11f3c02', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5ead5a1d-8cca-439f-9a28-3f3c3a3b8899', 'code': 200} 2026-05-09 23:01:17.443 11 INFO neutron.plugins.ml2.plugin [None req-6b5ec290-bb58-4ef8-86b2-fcf48a00c2c6 - - - - - -] Attempt 1 to provision port 5ead5a1d-8cca-439f-9a28-3f3c3a3b8899 2026-05-09 23:01:19.423 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 42d33c93-f383-449e-b28b-491a31edf879 2026-05-09 23:01:19.778 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port bf0f1ad2-7f2b-4709-9f34-89bec7afd0ad 2026-05-09 23:01:21.163 12 INFO neutron.plugins.ml2.plugin [None req-ec659000-c127-4831-b84a-aa9dbca257df - - - - - -] Attempt 1 to provision port 5ead5a1d-8cca-439f-9a28-3f3c3a3b8899 2026-05-09 23:01:21.242 12 INFO neutron.plugins.ml2.plugin [None req-ec659000-c127-4831-b84a-aa9dbca257df - - - - - -] Attempt 1 to provision port 022e54ec-0110-4ecd-b773-13f768945f10 2026-05-09 23:01:21.305 12 INFO neutron.plugins.ml2.plugin [None req-ec659000-c127-4831-b84a-aa9dbca257df - - - - - -] Attempt 1 to provision port bf0f1ad2-7f2b-4709-9f34-89bec7afd0ad 2026-05-09 23:01:21.416 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 42d33c93-f383-449e-b28b-491a31edf879 2026-05-09 23:01:21.559 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port bf0f1ad2-7f2b-4709-9f34-89bec7afd0ad 2026-05-09 23:01:23.498 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 7147b850-d043-4499-8ba3-5325799ea0db 2026-05-09 23:01:42.672 12 INFO neutron.plugins.ml2.plugin [None req-e5d0fcf7-55cc-42bf-a031-8f0aefa86a64 - - - - - -] Attempt 1 to provision port bf0f1ad2-7f2b-4709-9f34-89bec7afd0ad 2026-05-09 23:01:44.640 11 INFO neutron.plugins.ml2.plugin [None req-f0bbb402-3631-470b-a954-57d5b9167efe - - - - - -] Attempt 1 to provision port bf0f1ad2-7f2b-4709-9f34-89bec7afd0ad 2026-05-09 23:01:46.668 11 INFO neutron.plugins.ml2.plugin [None req-3e23054d-496f-41dd-b837-5b3c452eb955 - - - - - -] Attempt 1 to provision port 5ead5a1d-8cca-439f-9a28-3f3c3a3b8899 2026-05-09 23:01:49.493 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 2119a03d-bb9b-48a4-ab0d-9408dc23054e 2026-05-09 23:01:49.872 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 2c576e7d-a45e-4ef2-bdde-36a7cb80d2da 2026-05-09 23:01:51.456 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 2119a03d-bb9b-48a4-ab0d-9408dc23054e 2026-05-09 23:01:51.642 12 INFO neutron.plugins.ml2.plugin [None req-9810e8de-69e0-4e2f-8aea-bfb7e76a35e2 - - - - - -] Attempt 1 to provision port 2c576e7d-a45e-4ef2-bdde-36a7cb80d2da 2026-05-09 23:01:51.657 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 2c576e7d-a45e-4ef2-bdde-36a7cb80d2da 2026-05-09 23:01:51.702 12 INFO neutron.plugins.ml2.plugin [None req-9810e8de-69e0-4e2f-8aea-bfb7e76a35e2 - - - - - -] Attempt 1 to provision port 7c4d648f-1733-4d0e-abdd-baa82ede0d7f 2026-05-09 23:01:54.081 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 13eb41fb-eb81-40c9-a5a2-cf8d4fb6f1e2 2026-05-09 23:01:54.201 12 INFO neutron.notifiers.nova [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Nova event matching ['req-887ab860-2d51-4f0c-ae06-f570ab458ddf'] response: {'server_uuid': '3e1c3eb2-18f4-48f5-88b5-2a33bc8d3217', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '13eb41fb-eb81-40c9-a5a2-cf8d4fb6f1e2', 'code': 200} 2026-05-09 23:01:55.175 12 INFO neutron.plugins.ml2.plugin [None req-63eab5d7-8081-4edb-9cff-9fb5dded7bd7 - - - - - -] Attempt 1 to provision port 2c576e7d-a45e-4ef2-bdde-36a7cb80d2da 2026-05-09 23:01:55.256 12 INFO neutron.plugins.ml2.plugin [None req-63eab5d7-8081-4edb-9cff-9fb5dded7bd7 - - - - - -] Attempt 1 to provision port 6560d336-fdbc-4b6b-91e7-718ac1ad69d6 2026-05-09 23:01:55.287 12 INFO neutron.plugins.ml2.plugin [None req-63eab5d7-8081-4edb-9cff-9fb5dded7bd7 - - - - - -] Attempt 1 to provision port 13eb41fb-eb81-40c9-a5a2-cf8d4fb6f1e2 2026-05-09 23:01:55.539 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 13eb41fb-eb81-40c9-a5a2-cf8d4fb6f1e2 2026-05-09 23:01:57.202 12 INFO neutron.plugins.ml2.plugin [None req-8fd17b18-8821-4217-893a-24d29645ba99 - - - - - -] Attempt 1 to provision port 6560d336-fdbc-4b6b-91e7-718ac1ad69d6 2026-05-09 23:01:58.501 12 INFO neutron.plugins.ml2.plugin [None req-b6bbc435-c08a-459b-a259-e869ba3e0a35 - - - - - -] Attempt 1 to provision port 6560d336-fdbc-4b6b-91e7-718ac1ad69d6 2026-05-09 23:02:02.515 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 50c4129e-6491-4f56-b6ea-718762f94c3c 2026-05-09 23:02:02.641 11 INFO neutron.notifiers.nova [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Nova event matching ['req-5305b630-3dbb-4fb8-9fcb-99b362bbf8e9'] response: {'server_uuid': '018065f5-ab7a-47c4-a89f-86e812411f3a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '50c4129e-6491-4f56-b6ea-718762f94c3c', 'code': 200} 2026-05-09 23:02:03.454 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 50c4129e-6491-4f56-b6ea-718762f94c3c 2026-05-09 23:02:07.562 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 7c4d648f-1733-4d0e-abdd-baa82ede0d7f 2026-05-09 23:02:07.844 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 6560d336-fdbc-4b6b-91e7-718ac1ad69d6 2026-05-09 23:02:09.461 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 7c4d648f-1733-4d0e-abdd-baa82ede0d7f 2026-05-09 23:02:09.605 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 6560d336-fdbc-4b6b-91e7-718ac1ad69d6 2026-05-09 23:02:19.651 12 INFO neutron.notifiers.nova [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Nova event matching ['req-8805088c-6332-496e-84f8-2deff397fc71'] response: {'server_uuid': '3e1c3eb2-18f4-48f5-88b5-2a33bc8d3217', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '13eb41fb-eb81-40c9-a5a2-cf8d4fb6f1e2', 'code': 200} 2026-05-09 23:02:39.525 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 64c65136-ded6-4c0d-8e75-f6b6b11215aa 2026-05-09 23:02:40.811 12 INFO neutron.plugins.ml2.plugin [None req-8fc5d61b-cd39-4c92-ad70-7ebd29bb4839 - - - - - -] Attempt 1 to provision port 64c65136-ded6-4c0d-8e75-f6b6b11215aa 2026-05-09 23:02:41.570 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port e7b6babe-bff8-4984-9ace-f6e3c811fa1e 2026-05-09 23:02:41.990 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 64c65136-ded6-4c0d-8e75-f6b6b11215aa 2026-05-09 23:02:43.471 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port e7b6babe-bff8-4984-9ace-f6e3c811fa1e 2026-05-09 23:02:43.863 11 INFO neutron.plugins.ml2.plugin [None req-4522c61c-5668-4597-a4bb-34d828af755c - - - - - -] Attempt 1 to provision port 9a85e928-cf9c-452d-a0f7-0fdcc552f0f6 2026-05-09 23:02:43.891 11 INFO neutron.plugins.ml2.plugin [None req-4522c61c-5668-4597-a4bb-34d828af755c - - - - - -] Attempt 1 to provision port 64c65136-ded6-4c0d-8e75-f6b6b11215aa 2026-05-09 23:02:43.940 11 INFO neutron.plugins.ml2.plugin [None req-4522c61c-5668-4597-a4bb-34d828af755c - - - - - -] Attempt 1 to provision port c4251443-9e92-4d6d-aa93-6a64cbe5df12 2026-05-09 23:02:47.569 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 79830eb5-89b8-4897-9cb8-448364d6ac87 2026-05-09 23:02:48.059 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 2147dfa2-12cb-4d7e-9c02-b7babea04b22 2026-05-09 23:02:49.573 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 79830eb5-89b8-4897-9cb8-448364d6ac87 2026-05-09 23:02:49.766 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 2147dfa2-12cb-4d7e-9c02-b7babea04b22 2026-05-09 23:02:51.218 11 INFO neutron.plugins.ml2.plugin [None req-a9775645-32a4-4f54-a587-0dc7519bfcfc - - - - - -] Attempt 1 to provision port d64cf8f4-ff07-4b6f-8e71-6b8c9bddd60e 2026-05-09 23:02:51.247 11 INFO neutron.plugins.ml2.plugin [None req-a9775645-32a4-4f54-a587-0dc7519bfcfc - - - - - -] Attempt 1 to provision port 2147dfa2-12cb-4d7e-9c02-b7babea04b22 2026-05-09 23:02:51.299 11 INFO neutron.plugins.ml2.plugin [None req-a9775645-32a4-4f54-a587-0dc7519bfcfc - - - - - -] Attempt 1 to provision port c4251443-9e92-4d6d-aa93-6a64cbe5df12 2026-05-09 23:02:55.258 12 INFO neutron.plugins.ml2.plugin [None req-122e4895-61c6-4da8-bd87-7d4c551303cc - - - - - -] Attempt 1 to provision port 78385963-9ae7-4e3d-9be9-33996f0db5ad 2026-05-09 23:02:55.280 12 INFO neutron.plugins.ml2.plugin [None req-122e4895-61c6-4da8-bd87-7d4c551303cc - - - - - -] Attempt 1 to provision port 2147dfa2-12cb-4d7e-9c02-b7babea04b22 2026-05-09 23:02:55.323 12 INFO neutron.plugins.ml2.plugin [None req-122e4895-61c6-4da8-bd87-7d4c551303cc - - - - - -] Attempt 1 to provision port c4251443-9e92-4d6d-aa93-6a64cbe5df12 2026-05-09 23:02:57.307 11 INFO neutron.plugins.ml2.plugin [None req-b9e20724-965b-45c6-8e45-72ba5209c7cd - - - - - -] Attempt 1 to provision port 78385963-9ae7-4e3d-9be9-33996f0db5ad 2026-05-09 23:02:58.539 11 INFO neutron.plugins.ml2.plugin [None req-57ba65f3-8923-4022-bec5-a08b003fbcef - - - - - -] Attempt 1 to provision port 78385963-9ae7-4e3d-9be9-33996f0db5ad 2026-05-09 23:03:00.517 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 17f9be20-8dba-4aa7-9316-c3a3d2feaf82 2026-05-09 23:03:00.641 12 INFO neutron.notifiers.nova [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Nova event matching ['req-df45026d-292a-40a0-bd63-0ec3c7c6544e'] response: {'server_uuid': '1138424b-25c7-46a4-8888-27cbc0905139', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '17f9be20-8dba-4aa7-9316-c3a3d2feaf82', 'code': 200} 2026-05-09 23:03:01.508 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 17f9be20-8dba-4aa7-9316-c3a3d2feaf82 2026-05-09 23:03:01.806 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 9a85e928-cf9c-452d-a0f7-0fdcc552f0f6 2026-05-09 23:03:03.520 11 INFO neutron.plugins.ml2.plugin [None req-9eb4e21d-a1fd-41c5-be48-6eb806c47e67 - - - - - -] Attempt 1 to provision port 9a85e928-cf9c-452d-a0f7-0fdcc552f0f6 2026-05-09 23:03:03.697 11 INFO neutron.plugins.ml2.plugin [None req-9eb4e21d-a1fd-41c5-be48-6eb806c47e67 - - - - - -] Attempt 1 to provision port c4251443-9e92-4d6d-aa93-6a64cbe5df12 2026-05-09 23:03:05.505 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port d64cf8f4-ff07-4b6f-8e71-6b8c9bddd60e 2026-05-09 23:03:05.798 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 78385963-9ae7-4e3d-9be9-33996f0db5ad 2026-05-09 23:03:06.047 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port c4251443-9e92-4d6d-aa93-6a64cbe5df12 2026-05-09 23:03:07.484 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port d64cf8f4-ff07-4b6f-8e71-6b8c9bddd60e 2026-05-09 23:03:07.636 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 78385963-9ae7-4e3d-9be9-33996f0db5ad 2026-05-09 23:03:29.729 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port ff9046fc-4d1a-4dab-a085-ccb00288a85a 2026-05-09 23:03:31.573 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port ff9046fc-4d1a-4dab-a085-ccb00288a85a 2026-05-09 23:03:31.807 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 836d3b77-cabd-4bf4-b25f-758ee6e37dff 2026-05-09 23:03:33.571 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 836d3b77-cabd-4bf4-b25f-758ee6e37dff 2026-05-09 23:03:33.774 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 8b0173e3-d778-4d70-9709-f8d3c9a5925d 2026-05-09 23:03:34.822 12 INFO neutron.plugins.ml2.plugin [None req-00e3c378-01a4-4bfa-88d8-55c7b494421f - - - - - -] Attempt 1 to provision port ff9046fc-4d1a-4dab-a085-ccb00288a85a 2026-05-09 23:03:34.874 12 INFO neutron.plugins.ml2.plugin [None req-00e3c378-01a4-4bfa-88d8-55c7b494421f - - - - - -] Attempt 1 to provision port 8b0173e3-d778-4d70-9709-f8d3c9a5925d 2026-05-09 23:03:35.507 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 8b0173e3-d778-4d70-9709-f8d3c9a5925d 2026-05-09 23:03:37.612 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 5c4a9783-192a-4cd3-b1d3-abb0e6121406 2026-05-09 23:03:39.547 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 5c4a9783-192a-4cd3-b1d3-abb0e6121406 2026-05-09 23:03:42.472 11 INFO neutron.plugins.ml2.plugin [None req-57f536a9-0e81-4ce0-bbaa-83d22db072da - - - - - -] Attempt 1 to provision port ff9046fc-4d1a-4dab-a085-ccb00288a85a 2026-05-09 23:03:42.527 11 INFO neutron.plugins.ml2.plugin [None req-57f536a9-0e81-4ce0-bbaa-83d22db072da - - - - - -] Attempt 1 to provision port a0a97876-e66f-4fa9-b2a7-2425e444cc60 2026-05-09 23:03:42.552 11 INFO neutron.plugins.ml2.plugin [None req-57f536a9-0e81-4ce0-bbaa-83d22db072da - - - - - -] Attempt 1 to provision port 22447cb6-e4ea-41c7-b7a6-b8e2f84f7b94 2026-05-09 23:03:42.576 11 INFO neutron.plugins.ml2.plugin [None req-57f536a9-0e81-4ce0-bbaa-83d22db072da - - - - - -] Attempt 1 to provision port 8b0173e3-d778-4d70-9709-f8d3c9a5925d 2026-05-09 23:03:42.618 11 INFO neutron.plugins.ml2.plugin [None req-57f536a9-0e81-4ce0-bbaa-83d22db072da - - - - - -] Attempt 1 to provision port 79bd468d-fb0c-48bf-a333-dba14b25b8c4 2026-05-09 23:03:42.639 11 INFO neutron.plugins.ml2.plugin [None req-57f536a9-0e81-4ce0-bbaa-83d22db072da - - - - - -] Attempt 1 to provision port 5c4a9783-192a-4cd3-b1d3-abb0e6121406 2026-05-09 23:03:46.052 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 7e669624-09e5-44d6-8ce9-3aa4ee7e8aa4 2026-05-09 23:03:46.165 12 INFO neutron.notifiers.nova [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Nova event matching ['req-1078b32d-f0da-4c20-9b87-e49df519282a'] response: {'server_uuid': '5a925a0e-885e-49ae-8996-b689f140f93b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7e669624-09e5-44d6-8ce9-3aa4ee7e8aa4', 'code': 200} 2026-05-09 23:03:47.508 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 7e669624-09e5-44d6-8ce9-3aa4ee7e8aa4 2026-05-09 23:03:49.447 12 INFO neutron.plugins.ml2.plugin [None req-05b08f7f-5245-466d-9f02-83c9175920e4 - - - - - -] Attempt 1 to provision port ff9046fc-4d1a-4dab-a085-ccb00288a85a 2026-05-09 23:03:49.518 12 INFO neutron.plugins.ml2.plugin [None req-05b08f7f-5245-466d-9f02-83c9175920e4 - - - - - -] Attempt 1 to provision port a0a97876-e66f-4fa9-b2a7-2425e444cc60 2026-05-09 23:03:49.536 11 INFO neutron.plugins.ml2.plugin [None req-cfe7d94a-6436-4e8f-be27-04840c5ca96e - - - - - -] Attempt 1 to provision port 79bd468d-fb0c-48bf-a333-dba14b25b8c4 2026-05-09 23:03:49.545 12 INFO neutron.plugins.ml2.plugin [None req-05b08f7f-5245-466d-9f02-83c9175920e4 - - - - - -] Attempt 1 to provision port 22447cb6-e4ea-41c7-b7a6-b8e2f84f7b94 2026-05-09 23:03:49.681 12 INFO neutron.plugins.ml2.plugin [None req-05b08f7f-5245-466d-9f02-83c9175920e4 - - - - - -] Attempt 1 to provision port 8b0173e3-d778-4d70-9709-f8d3c9a5925d 2026-05-09 23:03:49.722 12 INFO neutron.plugins.ml2.plugin [None req-05b08f7f-5245-466d-9f02-83c9175920e4 - - - - - -] Attempt 1 to provision port 7e669624-09e5-44d6-8ce9-3aa4ee7e8aa4 2026-05-09 23:03:49.765 12 INFO neutron.plugins.ml2.plugin [None req-05b08f7f-5245-466d-9f02-83c9175920e4 - - - - - -] Attempt 1 to provision port 98ec8fed-df50-4f70-8a90-9196ba00e18d 2026-05-09 23:03:49.875 11 INFO neutron.plugins.ml2.plugin [None req-cfe7d94a-6436-4e8f-be27-04840c5ca96e - - - - - -] Attempt 1 to provision port 22447cb6-e4ea-41c7-b7a6-b8e2f84f7b94 2026-05-09 23:03:49.898 12 INFO neutron.plugins.ml2.plugin [None req-05b08f7f-5245-466d-9f02-83c9175920e4 - - - - - -] Attempt 1 to provision port 79bd468d-fb0c-48bf-a333-dba14b25b8c4 2026-05-09 23:03:49.946 12 INFO neutron.plugins.ml2.plugin [None req-05b08f7f-5245-466d-9f02-83c9175920e4 - - - - - -] Attempt 1 to provision port 5c4a9783-192a-4cd3-b1d3-abb0e6121406 2026-05-09 23:03:51.529 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 98ec8fed-df50-4f70-8a90-9196ba00e18d 2026-05-09 23:03:51.669 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 79bd468d-fb0c-48bf-a333-dba14b25b8c4 2026-05-09 23:03:51.868 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port a0a97876-e66f-4fa9-b2a7-2425e444cc60 2026-05-09 23:03:52.140 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 22447cb6-e4ea-41c7-b7a6-b8e2f84f7b94 2026-05-09 23:03:53.509 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port a0a97876-e66f-4fa9-b2a7-2425e444cc60 2026-05-09 23:03:53.700 12 INFO neutron.plugins.ml2.plugin [None req-0a5e3bdd-65fe-4b02-9117-79510ef8819d - - - - - -] Attempt 1 to provision port a0a97876-e66f-4fa9-b2a7-2425e444cc60 2026-05-09 23:03:53.750 12 INFO neutron.plugins.ml2.plugin [None req-0a5e3bdd-65fe-4b02-9117-79510ef8819d - - - - - -] Attempt 1 to provision port 79bd468d-fb0c-48bf-a333-dba14b25b8c4 2026-05-09 23:03:53.942 12 INFO neutron.plugins.ml2.plugin [None req-775eb2ac-7086-4f4d-97b5-e775ed851cb4 - - - - - -] Attempt 1 to provision port 5c4a9783-192a-4cd3-b1d3-abb0e6121406 2026-05-09 23:03:54.023 12 INFO neutron.plugins.ml2.plugin [None req-775eb2ac-7086-4f4d-97b5-e775ed851cb4 - - - - - -] Attempt 1 to provision port 22447cb6-e4ea-41c7-b7a6-b8e2f84f7b94 2026-05-09 23:03:57.011 12 INFO neutron.plugins.ml2.plugin [None req-8ad33d5a-81b6-43cc-ad1b-0146c7fafcaa - - - - - -] Attempt 1 to provision port a0a97876-e66f-4fa9-b2a7-2425e444cc60 2026-05-09 23:03:57.066 12 INFO neutron.plugins.ml2.plugin [None req-8ad33d5a-81b6-43cc-ad1b-0146c7fafcaa - - - - - -] Attempt 1 to provision port 79bd468d-fb0c-48bf-a333-dba14b25b8c4 2026-05-09 23:03:57.119 12 INFO neutron.plugins.ml2.plugin [None req-8ad33d5a-81b6-43cc-ad1b-0146c7fafcaa - - - - - -] Attempt 1 to provision port 22447cb6-e4ea-41c7-b7a6-b8e2f84f7b94 2026-05-09 23:03:59.346 11 INFO neutron.plugins.ml2.plugin [None req-0393ccea-b988-4d15-9afe-09fcff317209 - - - - - -] Attempt 1 to provision port 7e669624-09e5-44d6-8ce9-3aa4ee7e8aa4 2026-05-09 23:03:59.407 11 INFO neutron.plugins.ml2.plugin [None req-0393ccea-b988-4d15-9afe-09fcff317209 - - - - - -] Attempt 1 to provision port 22447cb6-e4ea-41c7-b7a6-b8e2f84f7b94 2026-05-09 23:04:05.564 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port c5ae4cd9-2faf-44cf-a4eb-c3188e114e65 2026-05-09 23:04:05.683 12 INFO neutron.notifiers.nova [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Nova event matching ['req-c63b264a-8813-4e13-9b58-ad58c0935fcf'] response: {'server_uuid': '73c1303d-c854-4bb0-b521-85f8016c1dba', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c5ae4cd9-2faf-44cf-a4eb-c3188e114e65', 'code': 200} 2026-05-09 23:04:07.529 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port c5ae4cd9-2faf-44cf-a4eb-c3188e114e65 2026-05-09 23:04:37.778 11 INFO neutron.plugins.ml2.plugin [None req-6390f4f6-ce1a-4fd4-b2bc-c1fae37f5b80 - - - - - -] Attempt 1 to provision port f6780c14-caed-48d0-90f4-bd79ed38658f 2026-05-09 23:05:00.129 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port a6aea93a-83f6-4cb6-b91e-08822b5e40f6 2026-05-09 23:05:00.290 11 INFO neutron.notifiers.nova [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Nova event matching ['req-77ef1486-714a-424e-af02-130b13dac1aa'] response: {'server_uuid': '88807100-fb01-4aa5-ac0c-d880985fcab7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a6aea93a-83f6-4cb6-b91e-08822b5e40f6', 'code': 200} 2026-05-09 23:05:01.607 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port a6aea93a-83f6-4cb6-b91e-08822b5e40f6 2026-05-09 23:05:44.023 12 INFO neutron.plugins.ml2.plugin [None req-46da4c50-624c-49e6-b705-c87e708676b2 - - - - - -] Attempt 1 to provision port 43608c62-7792-42e6-9943-49e49faf072a 2026-05-09 23:05:49.600 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 43608c62-7792-42e6-9943-49e49faf072a 2026-05-09 23:05:49.712 11 INFO neutron.notifiers.nova [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Nova event matching ['req-6ec4c912-b305-4681-a0a4-dae4837f0281'] response: {'server_uuid': '88807100-fb01-4aa5-ac0c-d880985fcab7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '43608c62-7792-42e6-9943-49e49faf072a', 'code': 200} 2026-05-09 23:05:51.580 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 43608c62-7792-42e6-9943-49e49faf072a 2026-05-09 23:05:54.105 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 43608c62-7792-42e6-9943-49e49faf072a 2026-05-09 23:06:12.023 12 INFO neutron.plugins.ml2.plugin [None req-e6ed48a0-077e-448e-8c19-31a5fbbce727 - - - - - -] Attempt 1 to provision port 9cb8059a-687b-437a-b090-c2dcb2783318 2026-05-09 23:06:19.197 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 9cb8059a-687b-437a-b090-c2dcb2783318 2026-05-09 23:06:19.307 12 INFO neutron.notifiers.nova [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Nova event matching ['req-f8203fa0-2f65-4469-906e-d87d6b084a55'] response: {'server_uuid': '88807100-fb01-4aa5-ac0c-d880985fcab7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9cb8059a-687b-437a-b090-c2dcb2783318', 'code': 200} 2026-05-09 23:06:19.775 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 9cb8059a-687b-437a-b090-c2dcb2783318 2026-05-09 23:06:34.873 11 INFO neutron.plugins.ml2.plugin [None req-04049aa9-d3a3-4dd2-b836-71b2985a0bf3 - - - - - -] Attempt 1 to provision port c497cac2-4f9a-4fbb-987e-82c7fccb90a6 2026-05-09 23:06:41.833 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port c497cac2-4f9a-4fbb-987e-82c7fccb90a6 2026-05-09 23:06:41.947 12 INFO neutron.notifiers.nova [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Nova event matching ['req-336c9ebb-b162-4fa0-ae66-faf5840cf8b2'] response: {'server_uuid': '88807100-fb01-4aa5-ac0c-d880985fcab7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c497cac2-4f9a-4fbb-987e-82c7fccb90a6', 'code': 200} 2026-05-09 23:06:43.799 11 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port c497cac2-4f9a-4fbb-987e-82c7fccb90a6 2026-05-09 23:06:45.534 11 INFO neutron.plugins.ml2.plugin [None req-be4a88af-c1a6-46c0-b68f-6d6219e4da33 - - - - - -] Attempt 1 to provision port 9cb8059a-687b-437a-b090-c2dcb2783318 2026-05-09 23:06:45.850 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 9cb8059a-687b-437a-b090-c2dcb2783318 2026-05-09 23:06:56.983 12 INFO neutron.plugins.ml2.plugin [None req-3588263f-e126-4d7a-a94e-1e00a5cd2a3e - - - - - -] Attempt 1 to provision port c497cac2-4f9a-4fbb-987e-82c7fccb90a6 2026-05-09 23:06:57.879 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port c497cac2-4f9a-4fbb-987e-82c7fccb90a6 2026-05-09 23:06:58.472 11 INFO neutron.plugins.ml2.plugin [None req-98dd2014-5f77-4475-9b08-2ac328acbf4e - - - - - -] Attempt 1 to provision port c497cac2-4f9a-4fbb-987e-82c7fccb90a6 2026-05-09 23:07:07.504 11 INFO neutron.plugins.ml2.plugin [None req-a0097b62-6e0b-4cc4-9bdb-76e74563d7eb - - - - - -] Attempt 1 to provision port 9cb8059a-687b-437a-b090-c2dcb2783318 2026-05-09 23:07:07.868 12 INFO neutron.plugins.ml2.plugin [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Attempt 1 to provision port 9cb8059a-687b-437a-b090-c2dcb2783318 2026-05-09 23:07:36.009 12 INFO neutron.notifiers.nova [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Nova event matching ['req-24538b2f-98e0-4827-9a75-cb23e2b4c4fc'] response: {'server_uuid': '88807100-fb01-4aa5-ac0c-d880985fcab7', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'a6aea93a-83f6-4cb6-b91e-08822b5e40f6', 'code': 200} 2026-05-09 23:07:40.030 12 INFO neutron.notifiers.nova [None req-2bcb11fa-9e1e-40d3-84f1-99e788eccd38 - - - - - -] Nova event matching ['req-212d4128-9812-4b1b-9db5-ac545689d00e'] response: {'server_uuid': '73c1303d-c854-4bb0-b521-85f8016c1dba', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c5ae4cd9-2faf-44cf-a4eb-c3188e114e65', 'code': 200}